azure-identity_1.13.1
1.13.1 (2025-09-11)
Features Added
- Added a constructor overload for
DefaultAzureCredentialwith a boolean parameter to indicate whether to throw an exception ifAZURE_TOKEN_CREDENTIALSenvironment variable doesn't have a value.
Bugs Fixed
- Fixed IMDS token requests for managed identities, which were broken by an invalid URL path in 1.12.0-beta.1. (A community contribution, courtesy of chewi)
Acknowledgments
Thank you to our developer community members who helped to make Azure Identity better with their contributions to this release:
- James Le Cuirot (GitHub)