Skip to content

Commit

Permalink
Update DefaultAzureCredentialOptions docs (#21100)
Browse files Browse the repository at this point in the history
  • Loading branch information
chlowell authored Jul 7, 2023
1 parent a7aadee commit 5e1fc5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sdk/azidentity/default_azure_credential.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ import (
// DefaultAzureCredentialOptions contains optional parameters for DefaultAzureCredential.
// These options may not apply to all credentials in the chain.
type DefaultAzureCredentialOptions struct {
// ClientOptions has additional options for credentials that use an Azure SDK HTTP pipeline. These options don't apply
// to credential types that authenticate via external tools such as the Azure CLI.
azcore.ClientOptions

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

0 comments on commit 5e1fc5d

Please sign in to comment.