Skip to content

Commit f4b6c08

Browse files
committed
[Compute] Bump up version to 4.20.0
1 parent 01aac2b commit f4b6c08

File tree

6 files changed

+8628
-1950
lines changed

6 files changed

+8628
-1950
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.19.0")]
30-
[assembly: AssemblyFileVersion("4.19.0")]
29+
[assembly: AssemblyVersion("4.20.0")]
30+
[assembly: AssemblyFileVersion("4.20.0")]

src/Compute/Compute/Az.Compute.psd1

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

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

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

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -78,7 +78,13 @@ NestedModules = @('Microsoft.Azure.PowerShell.Cmdlets.Compute.dll',
7878
'Compute.Autorest\Az.Compute.psm1')
7979

8080
# 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'
8288

8389
# 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.
8490
CmdletsToExport = 'Remove-AzAvailabilitySet', 'Get-AzAvailabilitySet',
@@ -224,10 +230,15 @@ PrivateData = @{
224230
# IconUri = ''
225231

226232
# 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'
231242

232243
# Prerelease string of this module
233244
# Prerelease = ''

src/Compute/Compute/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
2121
-->
2222
## Upcoming Release
23+
24+
## Version 4.20.0
2325
* Added cmdlets to support gallery applications and versions:
2426
- Get-AzGalleryApplication
2527
- Get-AzGalleryApplicationVersion

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.19.0")]
29-
[assembly: AssemblyFileVersion("4.19.0")]
28+
[assembly: AssemblyVersion("4.20.0")]
29+
[assembly: AssemblyFileVersion("4.20.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.19.0'; },
68+
@{ModuleName = 'Az.Compute'; RequiredVersion = '4.20.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)