From 1d8154ed5ec50d3590fbe1e5fd5ce287f26ac98b Mon Sep 17 00:00:00 2001 From: KarishmaGhiya Date: Tue, 17 Sep 2024 16:57:30 -0700 Subject: [PATCH] [Identity] update changelog for beta release (#31144) --- sdk/identity/identity/CHANGELOG.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/sdk/identity/identity/CHANGELOG.md b/sdk/identity/identity/CHANGELOG.md index 9fa599e4368c..9b598bef0f13 100644 --- a/sdk/identity/identity/CHANGELOG.md +++ b/sdk/identity/identity/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 4.5.0-beta.3 (Unreleased) +## 4.5.0-beta.3 (2024-09-18) ### Features Added @@ -8,15 +8,11 @@ - Added support for providing an object ID to `ManagedIdentityCredential`. [#30771](https://github.com/Azure/azure-sdk-for-js/pull/30771) - Added support for token cache persistence via the `CredentialTokenPersistence` options to the `ClientAssertionCredential`. [#31129](https://github.com/Azure/azure-sdk-for-js/pull/31129) -### Breaking Changes - ### Bugs Fixed - `ManagedIdentityCredential` now throws an error when attempting to pass a user-assigned Managed Identity in a CloudShell environment instead of silently ignoring it. [#30955](https://github.com/Azure/azure-sdk-for-js/pull/30955) - Fixed an issue where cross-tenant federation did not read the AZURE_AUTHORITY_HOST environment in all scenarios. [#31134](https://github.com/Azure/azure-sdk-for-js/pull/31134) -### Other Changes - ## 4.5.0-beta.2 (2024-08-13) ### Features Added