Skip to content

Commit 32da511

Browse files
authored
Az.Accounts v2.12.1 release (#21174)
* Update Common.Netcore.Dependencies.targets * Update ChangeLog.md * Az.Accounts v2.12.1
1 parent b5ec69e commit 32da511

File tree

11 files changed

+100
-101
lines changed

11 files changed

+100
-101
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: 3/6/2023
6+
# Generated on: 3/10/2023
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '2.12.0'
15+
ModuleVersion = '2.12.1'
1616

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

149149
# ReleaseNotes of this module
150-
ReleaseNotes = '* Fixed the issue that errors related to WAM are thrown when it is not enabled. [#20871] [#20824]
151-
* Updated Azure.Core library to 1.28.0.
152-
* Fixed an issue that the helper message about missing modules shows up at the wrong time. [#19228]
153-
* Added a hint message for some resource creation cmdlets when there is another region which may reduce the costs.
154-
* Supported environment initialization and auto-discovery with ArmMetadata of API version 2022-09-01.'
150+
ReleaseNotes = '* Fixed an issue that broke some cmdlets in Az.Synapse module.'
155151

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

src/Accounts/Accounts/ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
## Upcoming Release
2222
* Fixed an issue that broke some cmdlets in Az.Synapse module.
2323

24+
## Version 2.12.1
25+
* Fixed an issue that broke some cmdlets in Az.Synapse module.
26+
2427
## Version 2.12.0
2528
* Fixed the issue that errors related to WAM are thrown when it is not enabled. [#20871] [#20824]
2629
* Updated Azure.Core library to 1.28.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.12.0")]
47-
[assembly: AssemblyFileVersion("2.12.0")]
46+
[assembly: AssemblyVersion("2.12.1")]
47+
[assembly: AssemblyFileVersion("2.12.1")]
4848
#if !SIGN
4949
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Accounts.Test")]
5050
#endif

src/Accounts/AssemblyLoading/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@
4242
// You can specify all the values or you can default the Build and Revision Numbers
4343
// by using the '*' as shown below:
4444
// [assembly: AssemblyVersion("1.0.*")]
45-
[assembly: AssemblyVersion("2.11.2")]
46-
[assembly: AssemblyFileVersion("2.11.2")]
45+
[assembly: AssemblyVersion("2.12.1")]
46+
[assembly: AssemblyFileVersion("2.12.1")]

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.12.0")]
47-
[assembly: AssemblyFileVersion("2.12.0")]
46+
[assembly: AssemblyVersion("2.12.1")]
47+
[assembly: AssemblyFileVersion("2.12.1")]
4848
#if !SIGN
4949
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Authentication.Test")]
5050
#endif

src/Accounts/AuthenticationAssemblyLoadContext/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@
4242
// You can specify all the values or you can default the Build and Revision Numbers
4343
// by using the '*' as shown below:
4444
// [assembly: AssemblyVersion("1.0.*")]
45-
[assembly: AssemblyVersion("2.11.2")]
46-
[assembly: AssemblyFileVersion("2.11.2")]
45+
[assembly: AssemblyVersion("2.12.1")]
46+
[assembly: AssemblyFileVersion("2.12.1")]

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.12.0")]
52-
[assembly: AssemblyFileVersion("2.12.0")]
51+
[assembly: AssemblyVersion("2.12.1")]
52+
[assembly: AssemblyFileVersion("2.12.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.12.0'; },
55+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.12.1'; },
5656
@{ModuleName = 'Az.Advisor'; RequiredVersion = '2.0.0'; },
5757
@{ModuleName = 'Az.Aks'; RequiredVersion = '5.3.1'; },
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.12.0'; },
55+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.12.1'; },
5656
@{ModuleName = 'Az.ADDomainServices'; RequiredVersion = '0.2.0'; },
5757
@{ModuleName = 'Az.Advisor'; RequiredVersion = '2.0.0'; },
5858
@{ModuleName = 'Az.Aks'; RequiredVersion = '5.3.1'; },

tools/Docs/az-ps-latest.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pac0,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Accounts.2.12.0.nupkg;sourceType=sa]Az.Accounts,2.12.0
1+
pac0,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Accounts.2.12.1.nupkg;sourceType=sa]Az.Accounts,2.12.1
22
pac1,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ADDomainServices.0.2.0.nupkg;sourceType=sa]Az.ADDomainServices,0.2.0
33
pac2,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Advisor.2.0.0.nupkg;sourceType=sa]Az.Advisor,2.0.0
44
pac3,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Aks.5.3.1.nupkg;sourceType=sa]Az.Aks,5.3.1

0 commit comments

Comments
 (0)