v13.0.0
github-actions
released this
12 Sep 14:25
·
233 commits
to master
since this release
13.0.0 (2021-09-12)
Features
- convert @azure/ms-rest-nodeauth to identity (8eca444)
BREAKING CHANGES
-
This introduces breaking changes as it replaces the previously used
adal-node
package for Azure authentication with the new@azure/identity
package. Because of difference in these two libraries we had to remove support for themsiEndpoint
option of
theazure-active-directory-msi-vm
authentication method, and themsiEndpoint
andmsiSecret
options of theazure-active-directory-msi-app-service
authentication option.There could also be other changes in authentication behavior, so be careful when upgrading if you're using one of the Azure specific authentication methods.