-
Notifications
You must be signed in to change notification settings - Fork 303
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Identity highlights for the March releases (#2546)
Please review 🙏
- Loading branch information
Showing
1 changed file
with
7 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ repository: azure/azure-sdk-for-js | |
--- | ||
|
||
<!-- | ||
@azure/identity:1.2.4-beta.1 | ||
@azure/identity:1.2.4 | ||
@azure/abort-controller:1.0.3 | ||
@azure/abort-controller:1.0.4 | ||
@azure/keyvault-secrets:4.2.0-beta.3 | ||
|
@@ -23,12 +23,12 @@ The Azure SDK team is pleased to make available the March 2021 client library re | |
[pattern.ga]: # (- ${PackageFriendlyName}) | ||
|
||
#### Updates | ||
- Identity | ||
- Core - Abort Controller | ||
|
||
[pattern.patch]: # (- ${PackageFriendlyName}) | ||
|
||
#### Beta | ||
- Identity | ||
- Key Vault - Secrets | ||
- Key Vault - Keys | ||
|
||
|
@@ -39,7 +39,7 @@ The Azure SDK team is pleased to make available the March 2021 client library re | |
To install the packages, copy and paste the below into a terminal. | ||
|
||
```bash | ||
$> npm install @azure/[email protected]-beta.1 | ||
$> npm install @azure/[email protected] | ||
$> npm install @azure/[email protected] | ||
$> npm install @azure/[email protected] | ||
$> npm install @azure/[email protected] | ||
|
@@ -54,8 +54,10 @@ $> npm install @azure/[email protected] | |
If you have a bug or feature request for one of the libraries, please post an issue at the [azure-sdk-for-js repository](https://github.com/azure/azure-sdk-for-js/issues) | ||
|
||
## Release highlights | ||
### Identity 1.2.4-beta.1 [Changelog](https://github.com/Azure/azure-sdk-for-js/blob/@azure/identity_1.2.4-beta.1/sdk/identity/identity/CHANGELOG.md#124-beta1-2021-02-12) | ||
- Breaking Change: Updated `InteractiveBrowserCredential` to use the Auth Code Flow with PKCE rather than Implicit Grant Flow by default in the browser, to better support browsers with enhanced security restrictions. A new file was added to provide more information about this credential [here](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/identity/identity/interactive-browser-credential.md). | ||
### Identity 1.2.4 [Changelog](https://github.com/Azure/azure-sdk-for-js/blob/da08c62c46e40271482c3ae957e04caf7bd2be2d/sdk/identity/identity/CHANGELOG.md#124-2021-03-08) | ||
This release doesn't have the changes from `1.2.4-beta.1`. Those will be present in the next beta release. | ||
- 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). | ||
|
||
### Core - Abort Controller 1.0.3 [Changelog](https://github.com/Azure/azure-sdk-for-js/blob/@azure/abort-controller_1.0.3/sdk/core/abort-controller/CHANGELOG.md#103-2021-02-23) | ||
Support Typescript version < 3.6 by down-leveling the type definition files. ([PR 12793](https://github.com/Azure/azure-sdk-for-js/pull/12793)) | ||
|