v13.0.0
·
255 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-nodepackage for Azure authentication with the new@azure/identitypackage. Because of difference in these two libraries we had to remove support for themsiEndpointoption of
theazure-active-directory-msi-vmauthentication method, and themsiEndpointandmsiSecretoptions of theazure-active-directory-msi-app-serviceauthentication 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.