Skip to content

v13.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Sep 14:25
· 233 commits to master since this release
6b8bd41

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 the msiEndpoint option of
    the azure-active-directory-msi-vm authentication method, and the msiEndpoint and msiSecret options of the azure-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.