Skip to content

Commit e5e03d7

Browse files
authored
Preparing Azure.Identity for 1.6.1 patch release (#30390)
* Preparing Azure.Identity for 1.6.1 patch release * more changelog updates
1 parent 48c0f9c commit e5e03d7

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

sdk/identity/Azure.Identity/CHANGELOG.md

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

3-
## 1.7.0-beta.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
3+
## 1.6.1 (2022-08-08)
84

95
### 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)_)
109

1110
### 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:
16+
17+
- _[nerddtvg](https://github.com/nerddtvg)_
18+
- _[pmaytak](https://github.com/pmaytak)_
19+
- _[goenning](https://github.com/goenning)_
1220

1321
## 1.6.0 (2022-04-05)
1422

sdk/identity/Azure.Identity/src/Azure.Identity.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<Description>This is the implementation of the Azure SDK Client Library for Azure Identity</Description>
44
<AssemblyTitle>Microsoft Azure.Identity Component</AssemblyTitle>
5-
<Version>1.7.0-beta.1</Version>
5+
<Version>1.6.1</Version>
66
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
77
<ApiCompatVersion>1.6.0</ApiCompatVersion>
88
<PackageTags>Microsoft Azure Identity;$(PackageCommonTags)</PackageTags>

0 commit comments

Comments
 (0)