From 4c3ca2f9f49f2264aa5ddff8a8f5930569941bc4 Mon Sep 17 00:00:00 2001 From: msJinLei Date: Tue, 22 Nov 2022 10:47:25 +0800 Subject: [PATCH] Update Changelog.md --- src/Accounts/Accounts/ChangeLog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Accounts/Accounts/ChangeLog.md b/src/Accounts/Accounts/ChangeLog.md index 66c3e5358a6d..9d35bc392fc0 100644 --- a/src/Accounts/Accounts/ChangeLog.md +++ b/src/Accounts/Accounts/ChangeLog.md @@ -20,6 +20,7 @@ ## Upcoming Release * Enabled caching tokens when logging in with a service principal. This could reduce network traffic and improve performance. +* Stored `ServicePrincipalSecret` and `CertificatePassword` into `AzKeyStore`. ## Version 2.10.3 * Updated `Get-AzSubscription` to retrieve subscription by Id rather than listed all the subscriptions from server if subscription Id is provided. [#19115]