1.24.0 (2025-08-07)
Bugs Fixed
- Fixed an issue where CAE (Continuous Access Evaluation) caches were not properly used by
AuthorizationCodeCredential
and the asynchronousOnBehalfOfCredential
. (#42145)
Other Changes
ManagedIdentityCredential
now retries IMDS 410 status responses for at least 70 seconds total duration as required by Azure IMDS documentation. (#42330)- Improved
DefaultAzureCredential
diagnostics whenWorkloadIdentityCredential
initialization fails. If DAC fails to find a successful credential in the chain, the reasonWorkloadIdentityCredential
failed will be included in the error message. (#42346)