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 a7aadee commit 5e1fc5dCopy full SHA for 5e1fc5d
sdk/azidentity/default_azure_credential.go
@@ -21,6 +21,8 @@ import (
21
// DefaultAzureCredentialOptions contains optional parameters for DefaultAzureCredential.
22
// These options may not apply to all credentials in the chain.
23
type DefaultAzureCredentialOptions struct {
24
+ // ClientOptions has additional options for credentials that use an Azure SDK HTTP pipeline. These options don't apply
25
+ // to credential types that authenticate via external tools such as the Azure CLI.
26
azcore.ClientOptions
27
28
// AdditionallyAllowedTenants specifies additional tenants for which the credential may acquire tokens. Add
0 commit comments