We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9857c1b commit 1b854f1Copy full SHA for 1b854f1
azuresdk/azidentity/credential.go
@@ -72,6 +72,8 @@ func NewAzDefaultCredential(clientOptions *azcore.ClientOptions) (azcore.TokenCr
72
}
73
74
func NewAzCliCredential() (azcore.TokenCredential, error) {
75
- opts := azidentity.AzureCLICredentialOptions{}
+ opts := azidentity.AzureCLICredentialOptions{
76
+ AdditionallyAllowedTenants: []string{"*"},
77
+ }
78
return azidentity.NewAzureCLICredential(&opts)
79
0 commit comments