Skip to content

Commit 461643a

Browse files
authored
[Identity] Version update after hotfix 1.2.4 (Azure#14124)
This PR is to reconciliate master after the hotfix is released. Here's the hotfix PR: Azure#14123 Feedback appreciated!
1 parent c52af93 commit 461643a

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

sdk/identity/identity/CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
# Release History
22

3-
## 1.2.4 (Unreleased)
3+
## 2.0.0-beta.1 (Unreleased)
44

5-
## 1.2.4-beta.2 (Unreleased)
5+
This release continues with the changes from `1.2.4` and `1.2.4-beta.1`.
66

7-
- 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).
87
- `DefaultAzureCredential`'s implementation for browsers was simplified to throw a simple error instead of trying credentials that were already not supported for the browser.
98
- Breaking Change: `InteractiveBrowserCredential` for the browser now requires the client ID to be provided.
109
- Documentation was added to elaborate on how to configure an AAD application to support `InteractiveBrowserCredential`.
1110
- Replaced the use of the 'express' module with a Node-native http server, shrinking the resulting identity module considerably
11+
12+
## 1.2.4 (2021-03-08)
13+
14+
This release doesn't have the changes from `1.2.4-beta.1`.
15+
16+
- 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).
1217
- Bug fix: `ManagedIdentityCredential` now also properly handles `EHOSTUNREACH` errors. Fixes issue [13894](https://github.com/Azure/azure-sdk-for-js/issues/13894).
1318

1419
## 1.2.4-beta.1 (2021-02-12)

sdk/identity/identity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@azure/identity",
33
"sdk-type": "client",
4-
"version": "1.2.4-beta.2",
4+
"version": "2.0.0-beta.1",
55
"description": "Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory",
66
"main": "dist/index.js",
77
"module": "dist-esm/src/index.js",

0 commit comments

Comments
 (0)