Skip to content

Commit 2d184ae

Browse files
authored
release-2022-11-17 for Az 9.1.1 (#20166)
* Upgraded AutoMapper to Microsoft.Azure.PowerShell.AutoMapper * release-2022-11-17
1 parent 050e5e6 commit 2d184ae

File tree

59 files changed

+8883
-19107
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+8883
-19107
lines changed

ChangeLog.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
## 9.1.1 - November 2022
2+
#### Az.Aks
3+
* Upgraded AutoMapper to Microsoft.Azure.PowerShell.AutoMapper 6.2.2 with fix [#18721]
4+
5+
#### Az.ApiManagement
6+
* Upgraded AutoMapper to Microsoft.Azure.PowerShell.AutoMapper 6.2.2 with fix [#18721]
7+
8+
#### Az.Compute
9+
* Upgraded AutoMapper to Microsoft.Azure.PowerShell.AutoMapper 6.2.2 with fix [#18721]
10+
11+
#### Az.Maintenance
12+
* Upgraded AutoMapper to Microsoft.Azure.PowerShell.AutoMapper 6.2.2 with fix [#18721]
13+
14+
#### Az.Monitor
15+
* Upgraded AutoMapper to Microsoft.Azure.PowerShell.AutoMapper 6.2.2 with fix [#18721]
16+
17+
#### Az.Network
18+
* Upgraded AutoMapper to Microsoft.Azure.PowerShell.AutoMapper 6.2.2 with fix [#18721]
19+
20+
#### Az.RecoveryServices
21+
* Upgraded AutoMapper to Microsoft.Azure.PowerShell.AutoMapper 6.2.2 with fix [#18721]
22+
23+
#### Az.Resources
24+
* Upgraded AutoMapper to Microsoft.Azure.PowerShell.AutoMapper 6.2.2 with fix [#18721]
25+
126
## 9.1.0 - November 2022
227
#### Az.Accounts
328
* Updated 'Get-AzSubscription' to retrieve subscription by Id rather than listed all the subscriptions from server if subscription Id is provided. [#19115]

src/Aks/Aks.Autorest/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
[assembly: ComVisible(false)]
2525
[assembly: CLSCompliant(false)]
2626
[assembly: Guid("5970aa1c-f499-4b40-aeee-426ab8876d7e")]
27-
[assembly: AssemblyVersion("5.0.0")]
28-
[assembly: AssemblyFileVersion("5.0.0")]
27+
[assembly: AssemblyVersion("5.0.1")]
28+
[assembly: AssemblyFileVersion("5.0.1")]

src/Aks/Aks/Az.Aks.psd1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 10/15/2022
6+
# Generated on: 11/17/2022
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '5.0.0'
15+
ModuleVersion = '5.0.1'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2'
5353
# ProcessorArchitecture = ''
5454

5555
# Modules that must be imported into the global environment prior to importing this module
56-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.10.2'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.10.3'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = 'YamlDotNet.dll', 'Microsoft.Azure.PowerShell.AutoMapper.dll',
@@ -119,7 +119,7 @@ PrivateData = @{
119119
# IconUri = ''
120120

121121
# ReleaseNotes of this module
122-
ReleaseNotes = '* [Breaking Change] Removed the alias ''Install-AzAksKubectl'' of ''Install-AzAksCliTool''.'
122+
ReleaseNotes = '* Upgraded AutoMapper to Microsoft.Azure.PowerShell.AutoMapper 6.2.2 with fix [#18721]'
123123

124124
# Prerelease string of this module
125125
# Prerelease = ''

src/Aks/Aks/ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
## Upcoming Release
2121
* Upgraded AutoMapper to Microsoft.Azure.PowerShell.AutoMapper 6.2.2 with fix [#18721]
2222

23+
## Version 5.0.1
24+
* Upgraded AutoMapper to Microsoft.Azure.PowerShell.AutoMapper 6.2.2 with fix [#18721]
25+
2326
## Version 5.0.0
2427
* [Breaking Change] Removed the alias `Install-AzAksKubectl` of `Install-AzAksCliTool`.
2528

src/Aks/Aks/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@
2323
[assembly: ComVisible(false)]
2424
[assembly: CLSCompliant(false)]
2525
[assembly: Guid("a97e0c3e-e389-46a6-b73d-2b9bd6909bdb")]
26-
[assembly: AssemblyVersion("5.0.0")]
27-
[assembly: AssemblyFileVersion("5.0.0")]
26+
[assembly: AssemblyVersion("5.0.1")]
27+
[assembly: AssemblyFileVersion("5.0.1")]

src/ApiManagement/ApiManagement.ServiceManagement/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

45-
[assembly: AssemblyVersion("4.0.0")]
46-
[assembly: AssemblyFileVersion("4.0.0")]
45+
[assembly: AssemblyVersion("4.0.1")]
46+
[assembly: AssemblyFileVersion("4.0.1")]

src/ApiManagement/ApiManagement/Az.ApiManagement.psd1

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 10/15/2022
6+
# Generated on: 11/17/2022
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '4.0.0'
15+
ModuleVersion = '4.0.1'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -53,10 +53,11 @@ DotNetFrameworkVersion = '4.7.2'
5353
# ProcessorArchitecture = ''
5454

5555
# Modules that must be imported into the global environment prior to importing this module
56-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.10.2'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.10.3'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
59-
RequiredAssemblies = 'Microsoft.Azure.PowerShell.AutoMapper.dll', 'Microsoft.Azure.Management.ApiManagement.dll',
59+
RequiredAssemblies = 'Microsoft.Azure.PowerShell.AutoMapper.dll',
60+
'Microsoft.Azure.Management.ApiManagement.dll',
6061
'Microsoft.WindowsAzure.Storage.dll'
6162

6263
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
@@ -209,7 +210,7 @@ PrivateData = @{
209210
# IconUri = ''
210211

211212
# ReleaseNotes of this module
212-
ReleaseNotes = '* [Breaking Change] Changed the type of parameter ''Sku'' from Enum to String in ''Add-AzApiManagementRegion'', ''New-AzApiManagement'' and ''Update-AzApiManagementRegion''.'
213+
ReleaseNotes = '* Upgraded AutoMapper to Microsoft.Azure.PowerShell.AutoMapper 6.2.2 with fix [#18721]'
213214

214215
# Prerelease string of this module
215216
# Prerelease = ''

src/ApiManagement/ApiManagement/ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
## Upcoming Release
2121
* Upgraded AutoMapper to Microsoft.Azure.PowerShell.AutoMapper 6.2.2 with fix [#18721]
2222

23+
## Version 4.0.1
24+
* Upgraded AutoMapper to Microsoft.Azure.PowerShell.AutoMapper 6.2.2 with fix [#18721]
25+
2326
## Version 4.0.0
2427
* [Breaking Change] Changed the type of parameter `Sku` from Enum to String in `Add-AzApiManagementRegion`, `New-AzApiManagement` and `Update-AzApiManagementRegion`.
2528

src/ApiManagement/ApiManagement/Properties/AssemblyInfo.cs

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

44-
[assembly: AssemblyVersion("4.0.0")]
45-
[assembly: AssemblyFileVersion("4.0.0")]
44+
[assembly: AssemblyVersion("4.0.1")]
45+
[assembly: AssemblyFileVersion("4.0.1")]

src/Compute/Compute.Autorest/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
[assembly: ComVisible(false)]
2525
[assembly: CLSCompliant(false)]
2626
[assembly: Guid("05e53bbe-85c7-4f90-b796-25b4d044090b")]
27-
[assembly: AssemblyVersion("5.1.0")]
28-
[assembly: AssemblyFileVersion("5.1.0")]
27+
[assembly: AssemblyVersion("5.1.1")]
28+
[assembly: AssemblyFileVersion("5.1.1")]

0 commit comments

Comments
 (0)