Skip to content

Commit 44fea8e

Browse files
authored
Azure.Identity Apr Release Prep (#27994)
1 parent 7be6ba7 commit 44fea8e

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

sdk/identity/Azure.Identity/CHANGELOG.md

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

3-
## 1.6.0-beta.2 (Unreleased)
3+
## 1.6.0 (2022-04-05)
44

55
### Features Added
66
- Added a new property under the `Diagnostics` options available on `TokenCredentialOptions` and all sub-types. If set to `true`, we try to log the account identifiers by parsing the received access token. The account identifiers we try to log are the:
@@ -10,11 +10,8 @@
1010
- Object Identifier of the authenticated user or app
1111
- `ManagedIdentityCredential` now attempts to use the newest "2019-08-01" api version for App Service Managed Identity sources. The newer API version will be used if the `IDENTITY_ENDPOINT` and `IDENTITY_HEADER` environment variables are set.
1212

13-
### Breaking Changes
14-
1513
### Bugs Fixed
16-
17-
### Other Changes
14+
- Fixed an issue where the x5c header is not sent for `OnBehalfOfCredential` when the `SendCertificateChain` option is set. [#27679](https://github.com/Azure/azure-sdk-for-net/issues/27679)
1815

1916
## 1.6.0-beta.1 (2022-02-11)
2017

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

Lines changed: 1 addition & 4 deletions
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.6.0-beta.2</Version>
5+
<Version>1.6.0</Version>
66
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
77
<ApiCompatVersion>1.5.0</ApiCompatVersion>
88
<PackageTags>Microsoft Azure Identity;$(PackageCommonTags)</PackageTags>
@@ -11,10 +11,7 @@
1111
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1212
</PropertyGroup>
1313
<ItemGroup>
14-
<!--TODO: Switch back to package reference once Core is released prior to Azure.Identity release
1514
<PackageReference Include="Azure.Core" />
16-
-->
17-
<ProjectReference Include="../../../core/Azure.Core/src/Azure.Core.csproj" />
1815
<PackageReference Include="System.Memory" />
1916
<PackageReference Include="System.Text.Json" />
2017
<PackageReference Include="System.Threading.Tasks.Extensions" />

0 commit comments

Comments
 (0)