|
3 | 3 | #
|
4 | 4 | # Generated by: Microsoft Corporation
|
5 | 5 | #
|
6 |
| -# Generated on: 2021/11/3 |
| 6 | +# Generated on: 11/5/2021 |
7 | 7 | #
|
8 | 8 |
|
9 | 9 | @{
|
|
12 | 12 | # RootModule = ''
|
13 | 13 |
|
14 | 14 | # Version number of this module.
|
15 |
| -ModuleVersion = '4.19.0' |
| 15 | +ModuleVersion = '4.20.0' |
16 | 16 |
|
17 | 17 | # Supported PSEditions
|
18 | 18 | CompatiblePSEditions = 'Core', 'Desktop'
|
@@ -78,7 +78,13 @@ NestedModules = @('Microsoft.Azure.PowerShell.Cmdlets.Compute.dll',
|
78 | 78 | 'Compute.Autorest\Az.Compute.psm1')
|
79 | 79 |
|
80 | 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.
|
81 |
| -FunctionsToExport = 'Get-AzGalleryApplication', 'Get-AzGalleryApplicationVersion', 'Get-AzVMRunCommand', 'Get-AzVmssVMRunCommand', 'New-AzGalleryApplication', 'New-AzGalleryApplicationVersion', 'Remove-AzGalleryApplication', 'Remove-AzGalleryApplicationVersion', 'Remove-AzVMRunCommand', 'Remove-AzVmssVMRunCommand', 'Set-AzVMRunCommand', 'Set-AzVmssVMRunCommand', 'Update-AzGalleryApplication', 'Update-AzGalleryApplicationVersion' |
| 81 | +FunctionsToExport = 'Get-AzGalleryApplication', 'Get-AzGalleryApplicationVersion', |
| 82 | + 'Get-AzVMRunCommand', 'Get-AzVmssVMRunCommand', |
| 83 | + 'New-AzGalleryApplication', 'New-AzGalleryApplicationVersion', |
| 84 | + 'Remove-AzGalleryApplication', 'Remove-AzGalleryApplicationVersion', |
| 85 | + 'Remove-AzVMRunCommand', 'Remove-AzVmssVMRunCommand', |
| 86 | + 'Set-AzVMRunCommand', 'Set-AzVmssVMRunCommand', |
| 87 | + 'Update-AzGalleryApplication', 'Update-AzGalleryApplicationVersion' |
82 | 88 |
|
83 | 89 | # 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.
|
84 | 90 | CmdletsToExport = 'Remove-AzAvailabilitySet', 'Get-AzAvailabilitySet',
|
@@ -224,10 +230,15 @@ PrivateData = @{
|
224 | 230 | # IconUri = ''
|
225 | 231 |
|
226 | 232 | # ReleaseNotes of this module
|
227 |
| - ReleaseNotes = '* Update-AzVM will update ApplicationProfile. |
228 |
| -* Added new cmdlets: |
229 |
| - - Add-AzVmssRunCommand |
230 |
| - - Remove-AzVmssRunCommand' |
| 233 | + ReleaseNotes = '* Added cmdlets to support gallery applications and versions: |
| 234 | + - Get-AzGalleryApplication |
| 235 | + - Get-AzGalleryApplicationVersion |
| 236 | + - New-AzGalleryApplication |
| 237 | + - New-AzGalleryApplicationVersion |
| 238 | + - Remove-AzGalleryApplication |
| 239 | + - Remove-AzGalleryApplicationVersion |
| 240 | + - Update-AzGalleryApplication |
| 241 | + - Update-AzGalleryApplicationVersion' |
231 | 242 |
|
232 | 243 | # Prerelease string of this module
|
233 | 244 | # Prerelease = ''
|
|
0 commit comments