diff --git a/sdk/identity/identity/CHANGELOG.md b/sdk/identity/identity/CHANGELOG.md index 3bee3e4d6627..4987b707e34f 100644 --- a/sdk/identity/identity/CHANGELOG.md +++ b/sdk/identity/identity/CHANGELOG.md @@ -1,14 +1,19 @@ # Release History -## 1.2.4 (Unreleased) +## 2.0.0-beta.1 (Unreleased) -## 1.2.4-beta.2 (Unreleased) +This release continues with the changes from `1.2.4` and `1.2.4-beta.1`. -- Bug fix: Now if the `managedIdentityClientId` optional parameter is provided to `DefaultAzureCredential`, it will be properly passed through to the underlying `ManagedIdentityCredential`. Related to customer issue: [13973](https://github.com/Azure/azure-sdk-for-js/pull/13973). - `DefaultAzureCredential`'s implementation for browsers was simplified to throw a simple error instead of trying credentials that were already not supported for the browser. - Breaking Change: `InteractiveBrowserCredential` for the browser now requires the client ID to be provided. - Documentation was added to elaborate on how to configure an AAD application to support `InteractiveBrowserCredential`. - Replaced the use of the 'express' module with a Node-native http server, shrinking the resulting identity module considerably + +## 1.2.4 (2021-03-08) + +This release doesn't have the changes from `1.2.4-beta.1`. + +- Bug fix: Now if the `managedIdentityClientId` optional parameter is provided to `DefaultAzureCredential`, it will be properly passed through to the underlying `ManagedIdentityCredential`. Related to customer issue: [13872](https://github.com/Azure/azure-sdk-for-js/issues/13872). - Bug fix: `ManagedIdentityCredential` now also properly handles `EHOSTUNREACH` errors. Fixes issue [13894](https://github.com/Azure/azure-sdk-for-js/issues/13894). ## 1.2.4-beta.1 (2021-02-12) diff --git a/sdk/identity/identity/package.json b/sdk/identity/identity/package.json index 23c3a8ff5b24..9dbadd9bf742 100644 --- a/sdk/identity/identity/package.json +++ b/sdk/identity/identity/package.json @@ -1,7 +1,7 @@ { "name": "@azure/identity", "sdk-type": "client", - "version": "1.2.4-beta.2", + "version": "2.0.0-beta.1", "description": "Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory", "main": "dist/index.js", "module": "dist-esm/src/index.js",