1.5.0 (2022-04-05)
Breaking Changes
- Removed
disableAuthorityValidationSafetyCheck
for GA, will reintroduce in next beta. This is not a breaking change from last GA. - Replaced
identityLogOptions
setter with theenableAccountIdentifierLogging
setter on the credential builders. This is not a breaking change from last GA.
Other Changes
Dependency Updates
- Upgraded
azure-core
dependency to 1.27.0
Bugs Fixed
Correctly use an AppServiceMsiCredential
in the case both IDENTITY_ENDPOINT
and IDENTITY_HEADER
are set.