From 73b9faa5434428288cc3147817264fc1df9515a4 Mon Sep 17 00:00:00 2001 From: Maor Leger Date: Thu, 25 Apr 2024 10:26:25 -0700 Subject: [PATCH] [identity] Add changelog entry for MSALClient migration (#29419) This PR just adds a changelog entry for the MSALClient migration, so that customers are aware in case any behavior has changed. --- sdk/identity/identity/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sdk/identity/identity/CHANGELOG.md b/sdk/identity/identity/CHANGELOG.md index 7a00aba566a4..ae04c6cfa5ca 100644 --- a/sdk/identity/identity/CHANGELOG.md +++ b/sdk/identity/identity/CHANGELOG.md @@ -12,6 +12,8 @@ ### Other Changes +- `ClientSecretCredential`, `ClientCertificateCredential`, and `ClientAssertionCredential` migrated to use MSALClient internally instead of MSALNode flow. This is an internal refactoring and should not result in any behavioral changes. [#28873](https://github.com/Azure/azure-sdk-for-js/pull/28873) + ## 4.1.0 (2024-04-09) ### Features Added