From a018c6d6bd68484eacbeab9f2dcfdc5e9544c43f Mon Sep 17 00:00:00 2001 From: Christopher Scott Date: Thu, 24 Oct 2024 09:37:35 -0500 Subject: [PATCH] Prep Identity for 1.13.1 patch release --- sdk/identity/Azure.Identity/CHANGELOG.md | 8 +------- sdk/identity/Azure.Identity/src/Azure.Identity.csproj | 2 +- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/sdk/identity/Azure.Identity/CHANGELOG.md b/sdk/identity/Azure.Identity/CHANGELOG.md index 78c9fc7a3877f..3221bbb48f0b9 100644 --- a/sdk/identity/Azure.Identity/CHANGELOG.md +++ b/sdk/identity/Azure.Identity/CHANGELOG.md @@ -1,17 +1,11 @@ # Release History -## 1.14.0-beta.1 (Unreleased) - -### Features Added - -### Breaking Changes +## 1.13.1 (2024-10-24) ### Bugs Fixed - Fixed a regression that prevented `ManagedIdentityCredential` from attempting to detect if Workload Identity is enabled in the current environment. [#46653](https://github.com/Azure/azure-sdk-for-net/issues/46653) - Fixed a regression that prevented `DefaultAzureCredential` from progressing past `ManagedIdentityCredential` in some scenarios where the identity was not available. [#46709](https://github.com/Azure/azure-sdk-for-net/issues/46709) -### Other Changes - ## 1.13.0 (2024-10-14) ### Breaking Changes diff --git a/sdk/identity/Azure.Identity/src/Azure.Identity.csproj b/sdk/identity/Azure.Identity/src/Azure.Identity.csproj index 38a5ea2f7a685..a939fe69d08fa 100644 --- a/sdk/identity/Azure.Identity/src/Azure.Identity.csproj +++ b/sdk/identity/Azure.Identity/src/Azure.Identity.csproj @@ -2,7 +2,7 @@ This is the implementation of the Azure SDK Client Library for Azure Identity Microsoft Azure.Identity Component - 1.14.0-beta.1 + 1.13.1 1.13.0 Microsoft Azure Identity;$(PackageCommonTags)