Skip to content

Commit a4df0d5

Browse files
committed
Bump up Az.Compute to 4.19.0
1 parent 33529dc commit a4df0d5

File tree

6 files changed

+32274
-25274
lines changed

6 files changed

+32274
-25274
lines changed

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("4.18.0")]
30-
[assembly: AssemblyFileVersion("4.18.0")]
29+
[assembly: AssemblyVersion("4.19.0")]
30+
[assembly: AssemblyFileVersion("4.19.0")]

src/Compute/Compute/Az.Compute.psd1

Lines changed: 15 additions & 24 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/2021
6+
# Generated on: 2021/11/3
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '4.18.0'
15+
ModuleVersion = '4.19.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -59,7 +59,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; })
5959
# Assemblies that must be loaded prior to importing this module
6060
RequiredAssemblies = 'AutoMapper.dll', 'Microsoft.Azure.Management.Compute.dll',
6161
'Microsoft.WindowsAzure.Storage.dll',
62-
'Compute.Autorest\bin\Az.Compute.private.dll',
62+
'Compute.Autorest\bin\Az.Compute.private.dll',
6363
'Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.dll'
6464

6565
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
@@ -70,14 +70,17 @@ RequiredAssemblies = 'AutoMapper.dll', 'Microsoft.Azure.Management.Compute.dll',
7070

7171
# Format files (.ps1xml) to be loaded when importing this module
7272
FormatsToProcess = 'Compute.format.ps1xml', 'Compute.generated.format.ps1xml',
73-
'Compute.Autorest\Az.Compute.format.ps1xml',
73+
'Compute.Autorest\Az.Compute.format.ps1xml',
7474
'Compute.Automation.generated.format.ps1xml'
7575

7676
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
77-
NestedModules = @('Microsoft.Azure.PowerShell.Cmdlets.Compute.dll', 'Compute.Autorest\Az.Compute.psm1')
77+
NestedModules = @('Microsoft.Azure.PowerShell.Cmdlets.Compute.dll',
78+
'Compute.Autorest\Az.Compute.psm1')
7879

7980
# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
80-
FunctionsToExport = @('Get-AzVMRunCommand', 'Get-AzVmssVMRunCommand', 'Remove-AzVMRunCommand', 'Remove-AzVmssVMRunCommand', 'Set-AzVMRunCommand', 'Set-AzVmssVMRunCommand')
81+
FunctionsToExport = 'Get-AzVMRunCommand', 'Get-AzVmssVMRunCommand',
82+
'Remove-AzVMRunCommand', 'Remove-AzVmssVMRunCommand',
83+
'Set-AzVMRunCommand', 'Set-AzVmssVMRunCommand'
8184

8285
# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
8386
CmdletsToExport = 'Remove-AzAvailabilitySet', 'Get-AzAvailabilitySet',
@@ -182,10 +185,10 @@ CmdletsToExport = 'Remove-AzAvailabilitySet', 'Get-AzAvailabilitySet',
182185
'New-AzRestorePointCollection', 'Get-AzRestorePointCollection',
183186
'Update-AzRestorePointCollection',
184187
'Remove-AzRestorePointCollection', 'New-AzRestorePoint',
185-
'Get-AzRestorePoint', 'Remove-AzRestorePoint',
188+
'Get-AzRestorePoint', 'Remove-AzRestorePoint',
186189
'New-AzVmGalleryApplication', 'New-AzVmssGalleryApplication',
187190
'Add-AzVmGalleryApplication', 'Add-AzVmssGalleryApplication',
188-
'Remove-AzVmGalleryApplication', 'Remove-AzVmssGalleryApplication',
191+
'Remove-AzVmGalleryApplication', 'Remove-AzVmssGalleryApplication',
189192
'Add-AzVmssRunCommand', 'Remove-AzVmssRunCommand'
190193

191194
# Variables to export from this module
@@ -223,22 +226,10 @@ PrivateData = @{
223226
# IconUri = ''
224227

225228
# ReleaseNotes of this module
226-
ReleaseNotes = '* Added cmdlets for adding VMGalleryApplication property to VM/VMSS
227-
- New-AzVmGalleryApplication
228-
- New-AzVmssGalleryApplication
229-
- Add-AzVmGalleryApplication
230-
- Add-AzVmssGalleryApplication
231-
- Remove-AzVmGalleryApplication
232-
- Remove-AzVmssGalleryApplication
233-
* Added support for proxy and debug settings for VM Extension for SAP (AEM)
234-
* Updated New-AzGalleryImageVersion to take in the ''Encryption'' property correctly from ''-TargetRegion'' parameter.
235-
* Updated Set-AzVmBootDiagnostic to default to managed storage account if not provided.
236-
* Edited New-AzVmss defaulting behavior when ''OrchestrationMode'' is set to Flexible.
237-
- Removed NAT Pool.
238-
- Removed UpgradePolicy. Throws an error if provided.
239-
- SinglePlacementGroup must be false. Throws an error if true.
240-
- Networking Profile''s API version is 2020-11-01 or later.
241-
- Networking Profile IP Configurations Primary property is set to true.'
229+
ReleaseNotes = '* Update-AzVM will update ApplicationProfile.
230+
* Added new cmdlets:
231+
- Add-AzVmssRunCommand
232+
- Remove-AzVmssRunCommand'
242233

243234
# Prerelease string of this module
244235
# Prerelease = ''

src/Compute/Compute/ChangeLog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@
2020
2121
-->
2222
## Upcoming Release
23+
24+
## Version 4.19.0
2325
* Update-AzVM will update ApplicationProfile.
24-
* Adding new cmdlets:
26+
* Added new cmdlets:
2527
- Add-AzVmssRunCommand
2628
- Remove-AzVmssRunCommand
2729

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("4.18.0")]
29-
[assembly: AssemblyFileVersion("4.18.0")]
28+
[assembly: AssemblyVersion("4.19.0")]
29+
[assembly: AssemblyFileVersion("4.19.0")]
3030
#if !SIGN
3131
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Compute.Test")]
3232
#endif

tools/Az/Az.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; },
6565
@{ModuleName = 'Az.Billing'; RequiredVersion = '2.0.0'; },
6666
@{ModuleName = 'Az.Cdn'; RequiredVersion = '1.8.1'; },
6767
@{ModuleName = 'Az.CognitiveServices'; RequiredVersion = '1.9.0'; },
68-
@{ModuleName = 'Az.Compute'; RequiredVersion = '4.18.0'; },
68+
@{ModuleName = 'Az.Compute'; RequiredVersion = '4.19.0'; },
6969
@{ModuleName = 'Az.ContainerInstance'; RequiredVersion = '2.1.0'; },
7070
@{ModuleName = 'Az.ContainerRegistry'; RequiredVersion = '2.2.3'; },
7171
@{ModuleName = 'Az.CosmosDB'; RequiredVersion = '1.4.0'; },

0 commit comments

Comments
 (0)