You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/identity/Azure.Identity/CHANGELOG.md
+13-5Lines changed: 13 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,22 @@
1
1
# Release History
2
2
3
-
## 1.7.0-beta.1 (Unreleased)
4
-
5
-
### Features Added
6
-
7
-
### Breaking Changes
3
+
## 1.6.1 (2022-08-08)
8
4
9
5
### Bugs Fixed
6
+
- Fixed `AZURE_REGIONAL_AUTHORITY_NAME` support in `ClientCertificateCredential`[#29112](https://github.com/Azure/azure-sdk-for-net/issues/29112)
7
+
- Fixed regression in `SharedTokenCacheCredential` default behavior [#28029](https://github.com/Azure/azure-sdk-for-net/issues/28029)
8
+
- Fixed legacy PowerShell discovery failures [#28030](https://github.com/Azure/azure-sdk-for-net/issues/28030) (A community contribution, courtesy of _[nerddtvg](https://github.com/nerddtvg)_)
10
9
11
10
### Other Changes
11
+
- Documentation improvements to `TokenCacheRefreshArgs` and `EnvironmentCredential` (Community contributions, courtesy of _[pmaytak](https://github.com/pmaytak)_ and _[goenning](https://github.com/goenning)_)
12
+
13
+
### Acknowledgments
14
+
15
+
Thank you to our developer community members who helped to make Azure Identity better with their contributions to this release:
0 commit comments