Skip to content

Commit 2406765

Browse files
committed
Az.Accounts v2.11.1
1 parent d08422e commit 2406765

File tree

9 files changed

+226
-228
lines changed

9 files changed

+226
-228
lines changed

src/Accounts/Accounts/Az.Accounts.psd1

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 1/6/2023
6+
# Generated on: 1/12/2023
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '2.11.0'
15+
ModuleVersion = '2.11.1'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -147,11 +147,7 @@ PrivateData = @{
147147
# IconUri = ''
148148

149149
# 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]'
155151

156152
# Prerelease string of this module
157153
# Prerelease = ''

src/Accounts/Accounts/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
-->
2020

2121
## Upcoming Release
22+
23+
## Version 2.11.1
2224
* Fixed an issue where Az.Accounts cannot be imported correctly. [#20615]
2325

2426
## Version 2.11.0

src/Accounts/Accounts/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
// You can specify all the values or you can default the Build and Revision Numbers
4444
// by using the '*' as shown below:
4545

46-
[assembly: AssemblyVersion("2.11.0")]
47-
[assembly: AssemblyFileVersion("2.11.0")]
46+
[assembly: AssemblyVersion("2.11.1")]
47+
[assembly: AssemblyFileVersion("2.11.1")]
4848
#if !SIGN
4949
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Accounts.Test")]
5050
#endif

src/Accounts/Authentication/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
// You can specify all the values or you can default the Build and Revision Numbers
4444
// by using the '*' as shown below:
4545
// [assembly: AssemblyVersion("1.0.*")]
46-
[assembly: AssemblyVersion("2.11.0")]
47-
[assembly: AssemblyFileVersion("2.11.0")]
46+
[assembly: AssemblyVersion("2.11.1")]
47+
[assembly: AssemblyFileVersion("2.11.1")]
4848
#if !SIGN
4949
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Authentication.Test")]
5050
#endif

src/Accounts/Authenticators/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@
4848
// You can specify all the values or you can default the Build and Revision Numbers
4949
// by using the '*' as shown below:
5050
// [assembly: AssemblyVersion("1.0.*")]
51-
[assembly: AssemblyVersion("2.11.0")]
52-
[assembly: AssemblyFileVersion("2.11.0")]
51+
[assembly: AssemblyVersion("2.11.1")]
52+
[assembly: AssemblyFileVersion("2.11.1")]

tools/Az/Az.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ DotNetFrameworkVersion = '4.7.2'
5252
# ProcessorArchitecture = ''
5353

5454
# Modules that must be imported into the global environment prior to importing this module
55-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.11.0'; },
55+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.11.1'; },
5656
@{ModuleName = 'Az.Advisor'; RequiredVersion = '2.0.0'; },
5757
@{ModuleName = 'Az.Aks'; RequiredVersion = '5.2.0'; },
5858
@{ModuleName = 'Az.AnalysisServices'; RequiredVersion = '1.1.4'; },

tools/AzPreview/AzPreview.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ DotNetFrameworkVersion = '4.7.2'
5252
# ProcessorArchitecture = ''
5353

5454
# Modules that must be imported into the global environment prior to importing this module
55-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.11.0'; },
55+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.11.1'; },
5656
@{ModuleName = 'Az.ADDomainServices'; RequiredVersion = '0.2.0'; },
5757
@{ModuleName = 'Az.Advisor'; RequiredVersion = '2.0.0'; },
5858
@{ModuleName = 'Az.Aks'; RequiredVersion = '5.2.0'; },

tools/Docs/az-ps-latest.csv

Lines changed: 132 additions & 132 deletions
Large diffs are not rendered by default.

tools/Tools.Common/SerializedCmdlets/Az.Accounts.json

Lines changed: 81 additions & 81 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)