Skip to content

Commit

Permalink
Added the Identity changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
sadasant authored Oct 5, 2020
1 parent f588112 commit d1039be
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion releases/2020-10/js.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,15 @@ The Azure SDK team is pleased to make available the October 2020 client library

#### Beta

- Azure Identity.
- _REMEMBER TO ADD YOUR BETA PACKAGES_

## Installation Instructions

To install the packages, copy and paste the below into a terminal.

```bash
$> npm install @azure/package-name
$> npm install @azure/identity@next
```

## Feedback
Expand Down Expand Up @@ -66,6 +67,23 @@ Keep in mind that:
- _Add one or more, or remove the "Major Fixes on ..." section._


### Azure Identity

#### @azure/identity [Changelog](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/identity/identity/CHANGELOG.md)

Our authentication library is being released with some minor changes and fixes to the existing authentication methods.

##### New Features on @azure/identity@1.2.0-beta.2

- `DefaultAzureCredential` now by default shows the Device Code message on the console. This can still be overwritten with a custom behavior by specifying a function as the third parameter, `userPromptCallback`.
- Added Active Directory Federation Services authority host support to the node credentials.

##### Major Fixes on @azure/identity@1.2.0-beta.2

- Added support for multiple clouds on `VisualStudioCodeCredential`. Fixes customer issue [11452](https://github.com/Azure/azure-sdk-for-js/issues/11452).
- `ManagedIdentityCredential` has been aligned with other languages, now treating expected errors properly. This fixes customer issue [11451](https://github.com/Azure/azure-sdk-for-js/issues/11451).


## Latest Releases

View all the latest versions of JavaScript packages [here][js-latest-releases].
Expand Down

0 comments on commit d1039be

Please sign in to comment.