Skip to content

Commit

Permalink
Identity updating changelog for 1.2.0-preview.4 release (#12696)
Browse files Browse the repository at this point in the history
  • Loading branch information
schaabs authored and prmathur-microsoft committed Jul 8, 2020
1 parent 8df757f commit 779c19a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion sdk/identity/Azure.Identity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# Release History

## 1.2.0-preview.4 (Unreleased)
## 1.2.0-preview.4

### New Features
- Makes `AzureCliCredential`, `VisualStudioCredential` and `VisualStudioCodeCredential` public to allow direct usage.
- Added `Authenticate` methods to `UsernamePasswordCredential`

### Fixes and improvements
- Fix `SharedTokenCacheCredential` account filter to be case-insensitive (Issue [#10816](https://github.com/Azure/azure-sdk-for-net/issues/10816))
- Update `VisualStudioCodeCredential` to properly throw `CredentialUnavailableException` when re-authentication is needed. (Issue [#11595](https://github.com/Azure/azure-sdk-for-net/issues/11595))

## 1.2.0-preview.3

### New Features
Expand Down

0 comments on commit 779c19a

Please sign in to comment.