3
3
#
4
4
# Generated by: Microsoft Corporation
5
5
#
6
- # Generated on: 10/28/2021
6
+ # Generated on: 2021/11/3
7
7
#
8
8
9
9
@ {
12
12
# RootModule = ''
13
13
14
14
# Version number of this module.
15
- ModuleVersion = ' 4.18 .0'
15
+ ModuleVersion = ' 4.19 .0'
16
16
17
17
# Supported PSEditions
18
18
CompatiblePSEditions = ' Core' , ' Desktop'
@@ -59,7 +59,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; })
59
59
# Assemblies that must be loaded prior to importing this module
60
60
RequiredAssemblies = ' AutoMapper.dll' , ' Microsoft.Azure.Management.Compute.dll' ,
61
61
' Microsoft.WindowsAzure.Storage.dll' ,
62
- ' Compute.Autorest\bin\Az.Compute.private.dll' ,
62
+ ' Compute.Autorest\bin\Az.Compute.private.dll' ,
63
63
' Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.dll'
64
64
65
65
# 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',
70
70
71
71
# Format files (.ps1xml) to be loaded when importing this module
72
72
FormatsToProcess = ' Compute.format.ps1xml' , ' Compute.generated.format.ps1xml' ,
73
- ' Compute.Autorest\Az.Compute.format.ps1xml' ,
73
+ ' Compute.Autorest\Az.Compute.format.ps1xml' ,
74
74
' Compute.Automation.generated.format.ps1xml'
75
75
76
76
# 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' )
78
79
79
80
# 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'
81
84
82
85
# 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.
83
86
CmdletsToExport = ' Remove-AzAvailabilitySet' , ' Get-AzAvailabilitySet' ,
@@ -182,10 +185,10 @@ CmdletsToExport = 'Remove-AzAvailabilitySet', 'Get-AzAvailabilitySet',
182
185
' New-AzRestorePointCollection' , ' Get-AzRestorePointCollection' ,
183
186
' Update-AzRestorePointCollection' ,
184
187
' Remove-AzRestorePointCollection' , ' New-AzRestorePoint' ,
185
- ' Get-AzRestorePoint' , ' Remove-AzRestorePoint' ,
188
+ ' Get-AzRestorePoint' , ' Remove-AzRestorePoint' ,
186
189
' New-AzVmGalleryApplication' , ' New-AzVmssGalleryApplication' ,
187
190
' Add-AzVmGalleryApplication' , ' Add-AzVmssGalleryApplication' ,
188
- ' Remove-AzVmGalleryApplication' , ' Remove-AzVmssGalleryApplication' ,
191
+ ' Remove-AzVmGalleryApplication' , ' Remove-AzVmssGalleryApplication' ,
189
192
' Add-AzVmssRunCommand' , ' Remove-AzVmssRunCommand'
190
193
191
194
# Variables to export from this module
@@ -223,22 +226,10 @@ PrivateData = @{
223
226
# IconUri = ''
224
227
225
228
# 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'
242
233
243
234
# Prerelease string of this module
244
235
# Prerelease = ''
0 commit comments