You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix AzKeyStore issues and optimize initialization and update
* Enabled credential to be found only by applicationId while tenant was not matched when accquire token. [#20484]
* When Az.Accounts ran in parallel, the waiters were allowed to wait infinitely to avoid throw exception in automation enviroment. [#20455]
* Used Lazy load for AzKeyStore.
* Used update on change mechanism for AzKeyStore and remove `Flush` interface.
* Add parallel test case of Az.Accounts to smoke test
* Address review comments
Co-authored-by: Yeming Liu <[email protected]>
Address review comments
* Fix failed test cases.
* Fix an issue of AzKeyStore when context autosaving switching
Copy file name to clipboardExpand all lines: src/Accounts/Accounts/ChangeLog.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,8 @@
20
20
21
21
## Upcoming Release
22
22
* Supported Web Account Manager on ARM64-based Windows systems. Fixed an issue where `Connect-AzAccount` failed with error "Unable to load DLL 'msalruntime_arm64'". [#20700]
23
+
* Enabled credential to be found only by applicationId while tenant was not matched when accquire token. [#20484]
24
+
* When Az.Accounts ran in parallel, the waiters were allowed to wait infinitely to avoid throw exception in automation enviroment. [#20455]
23
25
24
26
## Version 2.11.1
25
27
* Fixed an issue where Az.Accounts cannot be imported correctly. [#20615]
0 commit comments