azure-identity_1.6.0-beta.2
Pre-release
Pre-release
1.6.0-beta.2 (2023-09-13)
Features Added
- Add support for reading the tenant id, client id, and the token file path for
WorkloadIdentityCredentialfrom the environment variables.
Breaking Changes
- Modify the order of the credentials used within the
DefaultAzureCredentialto be consistent with other languages. - Add
WorkloadIdentityCredentialto theDefaultAzureCredential.
Bugs Fixed
- [#4084] Remove OpenSSL dependency on Windows. (A community contribution, courtesy of teo-tsirpanis)
Acknowledgments
Thank you to our developer community members who helped to make Azure Identity better with their contributions to this release:
- Theodore Tsirpanis (GitHub)