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
Copy file name to clipboardExpand all lines: ChangeLog.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
## 9.4.0 - February 2023
2
2
#### Az.Accounts 2.11.2
3
3
* 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]
4
-
* Enabled credential to be found only by applicationId while tenant was not matched when accquire token. [#20484]
5
-
* When Az.Accounts ran in parallel, the waiters were allowed to wait infinitely to avoid throw exception in automation enviroment. [#20455]
4
+
* Enabled credential to be found only by applicationId while tenant was not matched when acquire token. [#20484]
5
+
* When Az.Accounts ran in parallel, the waiters were allowed to wait infinitely to avoid throw exception in automation environment. [#20455]
6
6
7
7
#### Az.Aks 5.3.0
8
8
* Added parameter '-AadProfile' for 'New-AzAksCluster' and 'Set-AzAksCluster'
Copy file name to clipboardExpand all lines: src/Accounts/Accounts/ChangeLog.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -26,8 +26,8 @@
26
26
27
27
## Version 2.11.2
28
28
* 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]
29
-
* Enabled credential to be found only by applicationId while tenant was not matched when accquire token. [#20484]
30
-
* When Az.Accounts ran in parallel, the waiters were allowed to wait infinitely to avoid throw exception in automation enviroment. [#20455]
29
+
* Enabled credential to be found only by applicationId while tenant was not matched when acquire token. [#20484]
30
+
* When Az.Accounts ran in parallel, the waiters were allowed to wait infinitely to avoid throw exception in automation environment. [#20455]
31
31
32
32
## Version 2.11.1
33
33
* Fixed an issue where Az.Accounts cannot be imported correctly. [#20615]
0 commit comments