Azure.Identity_1.6.0-beta.1
Pre-release
Pre-release
1.6.0-beta.1 (2022-02-11)
Features Added
EnvironmentCredential
now supports certificate subject name / issuer based authentication withAZURE_CLIENT_SEND_CERTIFICATE_CHAIN
environment variable (A community contribution, courtesy of trevorlacey-msft).ManagedIdentityCredential
now supports accepting aResourceIdentifier
argument to specify a User Assigned Managed Identity by resource Id rather than client Id.DefaultAzureCredential
also supports this via theManagedIdentityResourceId
property ofDefaultAzureCredentialOptions
.- Added
ClientAssertionCredential
for authenticating service principals with a presigned client assetion.
Bugs Fixed
- Fixed
AuthenticationFailedException
fromAzurePowerSheellCredential
when not logged in on non-windows platforms #23498 - Fixed
ManagedIdentityCredential
response parsing to handle non-json responses #24158
Other Changes
- Upgraded MSAL dependency to version 4.39.0
Acknowledgments
Thank you to our developer community members who helped to make Azure Identity better with their contributions to this release:
- Trevor Lacey (GitHub)