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: src/Accounts/Accounts/Az.Accounts.psd1
+3-7Lines changed: 3 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
#
4
4
# Generated by: Microsoft Corporation
5
5
#
6
-
# Generated on: 1/6/2023
6
+
# Generated on: 1/12/2023
7
7
#
8
8
9
9
@{
@@ -12,7 +12,7 @@
12
12
# RootModule = ''
13
13
14
14
# Version number of this module.
15
-
ModuleVersion='2.11.0'
15
+
ModuleVersion='2.11.1'
16
16
17
17
# Supported PSEditions
18
18
CompatiblePSEditions='Core','Desktop'
@@ -147,11 +147,7 @@ PrivateData = @{
147
147
# IconUri = ''
148
148
149
149
# ReleaseNotes of this module
150
-
ReleaseNotes='* Supported Web Account Manager (WAM) as an opt-in interactive login experience. Enable it by ''Update-AzConfig -EnableLoginByWam True''.
151
-
* Optimized the mechanism for assembly loading.
152
-
* Enabled AzKeyStore with keyring in Linux.
153
-
* Fixed a typo in GetAzureRmContextAutosaveSetting.cs changing the cmdlet class name to GetAzureRmContextAutosaveSetting
154
-
* Removed survey on error message in ''Resolve-AzError''. [#20398]'
150
+
ReleaseNotes='* Fixed an issue where Az.Accounts cannot be imported correctly. [#20615]'
0 commit comments