Skip to content

Commit 5e1fc5d

Browse files
authored
Update DefaultAzureCredentialOptions docs (#21100)
1 parent a7aadee commit 5e1fc5d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sdk/azidentity/default_azure_credential.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ import (
2121
// DefaultAzureCredentialOptions contains optional parameters for DefaultAzureCredential.
2222
// These options may not apply to all credentials in the chain.
2323
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.
2426
azcore.ClientOptions
2527

2628
// AdditionallyAllowedTenants specifies additional tenants for which the credential may acquire tokens. Add

0 commit comments

Comments
 (0)