File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
sdk/identity/azure-identity/azure/identity/_credentials Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ class ChainedTokenCredential:
3737 """A sequence of credentials that is itself a credential.
3838
3939 Its :func:`get_token` method calls ``get_token`` on each credential in the sequence, in order, returning the first
40- valid token received. For more information, see
41- https://aka.ms/azsdk/python/identity/credential-chains#chainedtokencredential-overview.
40+ valid token received. For more information, see `ChainedTokenCredential overview
41+ <" https://aka.ms/azsdk/python/identity/credential-chains#chainedtokencredential-overview">`__ .
4242
4343 :param credentials: credential instances to form the chain
4444 :type credentials: ~azure.core.credentials.TokenCredential
Original file line number Diff line number Diff line change 2424
2525
2626class DefaultAzureCredential (ChainedTokenCredential ):
27- """A credential capable of handling most Azure SDK authentication scenarios. See
28- https://aka.ms/azsdk/python/identity/credential-chains#usage-guidance-for-defaultazurecredential.
27+ """A credential capable of handling most Azure SDK authentication scenarios. For more information, See
28+ `Usage guidance for DefaultAzureCredential
29+ <"https://aka.ms/azsdk/python/identity/credential-chains#usage-guidance-for-defaultazurecredential">`__.
2930
3031 The identity it uses depends on the environment. When an access token is needed, it requests one using these
3132 identities in turn, stopping when one provides a token:
You can’t perform that action at this time.
0 commit comments