Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
azure-identity_1.24.0 source code.tar.gz | 2025-08-07 | 128.1 MB | |
azure-identity_1.24.0 source code.zip | 2025-08-07 | 182.3 MB | |
README.md | 2025-08-07 | 945 Bytes | |
Totals: 3 Items | 310.4 MB | 0 |
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)