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")]

src/Compute/Compute.Helpers/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
[assembly: CLSCompliant(false)]
2727
[assembly: Guid("ba0d06e0-118c-4f34-b01c-7f6335577747")]
2828

29-
[assembly: AssemblyVersion("5.1.0")]
30-
[assembly: AssemblyFileVersion("5.1.0")]
29+
[assembly: AssemblyVersion("5.1.1")]
30+
[assembly: AssemblyFileVersion("5.1.1")]

src/Compute/Compute/Az.Compute.psd1

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 10/28/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.1.0'
15+
ModuleVersion = '5.1.1'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -57,7 +57,8 @@ DotNetFrameworkVersion = '4.7.2'
5757
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.10.3'; })
5858

5959
# Assemblies that must be loaded prior to importing this module
60-
RequiredAssemblies = 'Microsoft.Azure.PowerShell.AutoMapper.dll', 'Microsoft.Azure.Management.Compute.dll',
60+
RequiredAssemblies = 'Microsoft.Azure.PowerShell.AutoMapper.dll',
61+
'Microsoft.Azure.Management.Compute.dll',
6162
'Microsoft.WindowsAzure.Storage.dll',
6263
'Microsoft.Azure.Management.ResourceGraph.dll',
6364
'Compute.Autorest\bin\Az.Compute.private.dll',
@@ -231,18 +232,7 @@ PrivateData = @{
231232
# IconUri = ''
232233

233234
# ReleaseNotes of this module
234-
ReleaseNotes = '* Fixed EdgeZone does not pass to VM for ''New-AzVM'' ''SimpleParameterSet'' [#18978]
235-
* Added ''ScriptFilePath'' parameter set for ''Set-AzVMRunCommand'' and ''Set-AzVmssVMRunCommand'' to allow users to pass in the path of the file that has the run command script
236-
* Added ''-AsJob'' optional parameter to ''Remove-AzVMExtension'' cmdlet.
237-
* Added ''-EdgeZone'' optional parameter for ''Get-AzComputeResourceSku'' and ''New-AzSnapshotUpdateConfig'' cmdlets.
238-
* Added Disk Delete Optional parameters ''OsDisk Deletion Option'' and ''Delete Option'' to the ''Set-AzVmssStorageProfile'' (OS Disk) and ''Add-AzVmssDataDisk'' (Data Disk)
239-
* Improved printed output for ''Get-AzComputeResourceSku''
240-
* Updated ''Get-AzHost'' cmdlet logic to return Host for ''-ResourceId'' parameterset.
241-
* Added ''-OSDiskSizeGB'' optional parameter for ''Set-AzVmssStorageProfile''.
242-
* Improved cmdlet description for ''Set-AzVM'' and added examples.
243-
* Updated property mapping for parameter ''Encryption'' of ''New-AzGalleryImageVersion''
244-
* Updated list format to display all VmssVmRunCommand properties for ''Get-AzVmssVmRunCommand''
245-
* Updated ''Get-AzGallery'', ''New-AzGallery'', ''Update-AzGallery'', ''Get-AzGalleryImageDefinition'', ''Get-AzGalleryImageVersion'', ''New-AzVm'' and ''New-AzVmss'' to support community galleries'
235+
ReleaseNotes = '* Upgraded AutoMapper to Microsoft.Azure.PowerShell.AutoMapper 6.2.2 with fix [#18721]'
246236

247237
# Prerelease string of this module
248238
# Prerelease = ''

src/Compute/Compute/ChangeLog.md

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

25+
## Version 5.1.1
26+
* Upgraded AutoMapper to Microsoft.Azure.PowerShell.AutoMapper 6.2.2 with fix [#18721]
27+
2528
## Version 5.1.0
2629
* Fixed EdgeZone does not pass to VM for `New-AzVM` "SimpleParameterSet" [#18978]
2730
* Added 'ScriptFilePath' parameter set for `Set-AzVMRunCommand` and `Set-AzVmssVMRunCommand` to allow users to pass in the path of the file that has the run command script

src/Compute/Compute/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
[assembly: ComVisible(false)]
2626
[assembly: CLSCompliant(false)]
2727
[assembly: Guid("91792853-487B-4DC2-BE6C-DD09A0A1BC10")]
28-
[assembly: AssemblyVersion("5.1.0")]
29-
[assembly: AssemblyFileVersion("5.1.0")]
28+
[assembly: AssemblyVersion("5.1.1")]
29+
[assembly: AssemblyFileVersion("5.1.1")]
3030
#if !SIGN
3131
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Compute.Test")]
3232
#endif

src/Maintenance/Maintenance/Az.Maintenance.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/4/2021
6+
# Generated on: 11/17/2022
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '1.2.0'
15+
ModuleVersion = '1.2.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.7.4'; })
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.Maintenance.dll'
59+
RequiredAssemblies = 'Microsoft.Azure.PowerShell.AutoMapper.dll',
60+
'Microsoft.Azure.Management.Maintenance.dll'
6061

6162
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
6263
# ScriptsToProcess = @()
@@ -116,7 +117,7 @@ PrivateData = @{
116117
# IconUri = ''
117118

118119
# ReleaseNotes of this module
119-
ReleaseNotes = '* Added Guest patch maintenance support.'
120+
ReleaseNotes = '* Upgraded AutoMapper to Microsoft.Azure.PowerShell.AutoMapper 6.2.2 with fix [#18721]'
120121

121122
# Prerelease string of this module
122123
# Prerelease = ''

src/Maintenance/Maintenance/ChangeLog.md

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

24+
## Version 1.2.1
25+
* Upgraded AutoMapper to Microsoft.Azure.PowerShell.AutoMapper 6.2.2 with fix [#18721]
26+
2427
## Version 1.2.0
2528
* Added Guest patch maintenance support.
2629

src/Maintenance/Maintenance/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.0")]
35-
[assembly: AssemblyVersion("1.2.0")]
36-
[assembly: AssemblyFileVersion("1.2.0")]
35+
[assembly: AssemblyVersion("1.2.1")]
36+
[assembly: AssemblyFileVersion("1.2.1")]

src/Monitor/ActivityLogAlert.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("68c9e5fe-3c10-46ed-b371-9a8c93ad49c7")]
27-
[assembly: AssemblyVersion("4.2.0")]
28-
[assembly: AssemblyFileVersion("4.2.0")]
27+
[assembly: AssemblyVersion("4.3.0")]
28+
[assembly: AssemblyFileVersion("4.3.0")]

src/Monitor/Autoscale.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("79a49907-5281-40df-89a6-b706a11f0b41")]
27-
[assembly: AssemblyVersion("4.2.0")]
28-
[assembly: AssemblyFileVersion("4.2.0")]
27+
[assembly: AssemblyVersion("4.3.0")]
28+
[assembly: AssemblyFileVersion("4.3.0")]

src/Monitor/DiagnosticSetting.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("c0565a0c-7066-46c4-9090-0c88e7d16c5f")]
27-
[assembly: AssemblyVersion("4.2.0")]
28-
[assembly: AssemblyFileVersion("4.2.0")]
27+
[assembly: AssemblyVersion("4.3.0")]
28+
[assembly: AssemblyFileVersion("4.3.0")]

0 commit comments

Comments
 (0)