Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update azure.identity.DefaultAzureCredential.yml #2001

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ name: DefaultAzureCredential
fullName: azure.identity.DefaultAzureCredential
module: azure.identity
summary: "A credential capable of handling most Azure SDK authentication scenarios.\
\ For more information, See\n[Usage guidance for DefaultAzureCredential](\"https://aka.ms/azsdk/python/identity/credential-chains#usage-guidance-for-defaultazurecredential\"\
).\n\nThe identity it uses depends on the environment. When an access token is needed,\
\ For more information, See\n[Usage guidance for DefaultAzureCredential](https://aka.ms/azsdk/python/identity/credential-chains#usage-guidance-for-defaultazurecredential).\n\n\
\ The identity it uses depends on the environment. When an access token is needed,\
\ it requests one using these\nidentities in turn, stopping when one provides a\
\ token:\n\n1. A service principal configured by environment variables. See <xref:azure.identity.EnvironmentCredential>\
\ for more details. \n\n2. WorkloadIdentityCredential if environment variable configuration\
Expand Down