1.13.2 (2025-01-14)
Bugs Fixed
- Fixed an issue where setting
DefaultAzureCredentialOptions.TenantId
twice throws anInvalidOperationException
(#47035) - Fixed an issue where
ManagedIdentityCredential
does not honor theCancellationToken
passed toGetToken
andGetTokenAsync
. (#47156) - Fixed an issue where some credentials in
DefaultAzureCredential
would not fall through to the next credential in the chain under certain exception conditions. - Fixed a regression in
ManagedIdentityCredential
when used in aChainedTokenCredential
where the invalid json responses do not fall through to the next credential in the chain. (#47470)