Skip to content

Commit 577b1be

Browse files
authored
[Identity] Prepare Azure.Identity 1.16.0 release (Azure#52547)
* Prepare 1.16.0 release * Add changelog entry for the updated dependency versions. * Fix changelog
1 parent f5f7661 commit 577b1be

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

sdk/identity/Azure.Identity/CHANGELOG.md

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

3-
## 1.16.0-beta.1 (Unreleased)
3+
## 1.16.0 (2025-09-09)
44

55
### Features Added
66

@@ -9,17 +9,19 @@
99
- `AzureCliCredential`, `AzurePowerShellCredential`, and `AzureDeveloperCliCredential` now throw an `AuthenticationFailedException` when the `TokenRequestContext` includes claims, as these credentials do not support claims challenges. The exception message includes guidance for handling such scenarios.
1010
- When `AZURE_TOKEN_CREDENTIALS` or the equivalent custom environment variable is configured to `ManagedIdentityCredential`, the `DefaultAzureCredential` does not issue a probe request and performs retries with exponential backoff.
1111

12-
### Breaking Changes
13-
1412
### Bugs Fixed
1513

1614
- Fixed `AzureDeveloperCliCredential` hanging when the `AZD_DEBUG` environment variable is set by adding the `--no-prompt` flag to prevent interactive prompts ([#52005](https://github.com/Azure/azure-sdk-for-net/issues/52005)).
17-
- `BrokerCredential` is now included in the chain when `AZURE_TOKEN_CREDENTIALS` is set to `dev` and the `Azure.Identity.Broker` package is installed.
15+
- `BrokerCredential` is now included in the chain when `AZURE_TOKEN_CREDENTIALS` is set to `dev`.
1816
- Fixed an issue that prevented ManagedIdentityCredential from utilizing the token cache in Workload Identity Federation environments.
1917
- Fixed a bug in `DefaultAzureCredential` that caused the credential chain to be constructed incorrectly when using AZURE_TOKEN_CREDENTIALS in combination with `DefaultAzureCredentialOptions`.
2018

2119
### Other Changes
2220

21+
- The `BrokerCredential` is now always included in the `DefaultAzureCredential` chain. If the `Azure.Identity.Broker` package is not referenced, an exception will be thrown when `GetToken` is called, making its behavior consistent with the rest of the credentials in the chain.
22+
- Updated `Microsoft.Identity.Client` dependency to version 4.76.0.
23+
- Updated `Microsoft.Identity.Client.Extensions.Msal` dependency to version 4.76.0.
24+
2325
## 1.15.0 (2025-08-11)
2426

2527
### Breaking Changes

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>Provides APIs for authenticating to Microsoft Entra ID</Description>
44
<AssemblyTitle>Microsoft Azure.Identity Component</AssemblyTitle>
5-
<Version>1.16.0-beta.1</Version>
5+
<Version>1.16.0</Version>
66
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
77
<ApiCompatVersion>1.15.0</ApiCompatVersion>
88
<PackageTags>Microsoft Azure Identity;$(PackageCommonTags)</PackageTags>

0 commit comments

Comments
 (0)