Skip to content

Commit 34f95a9

Browse files
authored
Identity updating changelog for 1.2.0-preview.4 release (#12696)
1 parent a97cf19 commit 34f95a9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

sdk/identity/Azure.Identity/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
# Release History
22

3-
## 1.2.0-preview.4 (Unreleased)
3+
## 1.2.0-preview.4
44

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

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

1115
### New Features

0 commit comments

Comments
 (0)