-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Azure.Identity Updating TokenCredential exception model and adding fi…
…rst level logging (#8306) * updating TokenCredential exception model and adding first level logging * Updates for minor PR feedback * refactor IExtendedTokenCredential to return a struct rather than tuple * adding tests to validate exception model * adding event source tests and fix to success logging * updating IExtendedTokenCredential.GetTokenAsync to return value task * fixing null ref in DefaultAzureCredential * removing nested square brackets from event source messages * updating shared token cache credential account selection * adding DefaultAzureCredential tests * fixing SharedTokenCacheCredential tests * removing internal exception type AggregateAuthenticationException * stop handling OperationCancelledExceptions and minor fixes * minor fixes to exception messages and formatting * removing unneeded abstraction classes * remove caching of CredentialUnavailableExceptions * including Exception.Message instead of Exception.ToString() for ChainedTokenCredential exception messages
- Loading branch information
Showing
50 changed files
with
3,093 additions
and
1,011 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.