Skip to content

Commit 1058e77

Browse files
[Identity] Merge Changelog and Version after patch release from hotfix branch (Azure#50894)
* Merge changelog changes after 1.14.1 release from hotfix branch * Adjust the version after releasing 1.14.1 * Apply suggestions from code review * Update sdk/identity/Azure.Identity/CHANGELOG.md --------- Co-authored-by: Scott Addie <[email protected]>
1 parent b16ce87 commit 1058e77

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

sdk/identity/Azure.Identity/CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
### Features Added
66
- Expanded the set of acceptable values for environment variable `AZURE_TOKEN_CREDENTIALS` to allow for selection of a specific credential in the `DefaultAzureCredential` chain. The valid values now include any of the credential names available in the default chain (`VisualStudioCredential`, `VisualStudioCodeCredential`, `AzureCliCredential`, `AzurePowerShellCredential`, `AzureDeveloperCliCredential`, `EnvironmentCredential`, `WorkloadIdentityCredential`, `ManagedIdentityCredential`, `InteractiveBrowserCredential`, or `BrokerAuthenticationCredential`.) **Note:** `BrokerAuthenticationCredential` requires that the project include a reference to package Azure.Identity.Broker.
77

8-
- Added support in `AzurePowerShellCredential` for the Az.Accounts 5.0.0+ (Az 14.0.0+) breaking change where `Get-AzAccessToken` returns `PSSecureAccessToken` with a `SecureString` Token property instead of plaintext.
9-
108
### Breaking Changes
119

1210
### Bugs Fixed
@@ -19,6 +17,12 @@
1917
- `VisualStudioCredential` throws `CredentialUnavailableException` for all failures except for OperationCancelledException due to cancellation being requested for a `CancellationToken`. This ensures that it falls through for most failures when part of a chained credential.
2018
- Removed `AzureApplicationCredential`. For context, see issue [49781](https://github.com/Azure/azure-sdk-for-net/issues/49781).
2119

20+
## 1.14.1 (2025-06-24)
21+
22+
### Bugs Fixed
23+
24+
- Added support in `AzurePowerShellCredential` for the `Az.Accounts` 5.0.0+ (Az 14.0.0+) breaking change where `Get-AzAccessToken` returns `PSSecureAccessToken` with a `SecureString` Token property instead of plaintext.
25+
2226
## 1.14.0 (2025-05-13)
2327

2428
### Other Changes

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<AssemblyTitle>Microsoft Azure.Identity Component</AssemblyTitle>
55
<Version>1.15.0-beta.1</Version>
66
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
7-
<ApiCompatVersion>1.14.0</ApiCompatVersion>
7+
<ApiCompatVersion>1.14.1</ApiCompatVersion>
88
<PackageTags>Microsoft Azure Identity;$(PackageCommonTags)</PackageTags>
99
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
1010
<NoWarn>$(NoWarn);3021;AZC0011</NoWarn>

0 commit comments

Comments
 (0)