Skip to content

Commit 615a3c7

Browse files
authored
Bump version for Az.Compute (#18947)
1 parent 11ac68a commit 615a3c7

File tree

9 files changed

+1108
-811
lines changed

9 files changed

+1108
-811
lines changed

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("0.1.0")]
28-
[assembly: AssemblyFileVersion("0.1.0")]
27+
[assembly: AssemblyVersion("4.30.0")]
28+
[assembly: AssemblyFileVersion("4.30.0")]

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.29.0")]
30-
[assembly: AssemblyFileVersion("4.29.0")]
29+
[assembly: AssemblyVersion("4.30.0")]
30+
[assembly: AssemblyFileVersion("4.30.0")]

src/Compute/Compute/Az.Compute.psd1

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

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

1414
# Version number of this module.
15-
ModuleVersion = '4.29.0'
15+
ModuleVersion = '4.30.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -218,7 +218,7 @@ PrivateData = @{
218218
PSData = @{
219219

220220
# Tags applied to this module. These help with module discovery in online galleries.
221-
Tags = 'Azure', 'ResourceManager', 'ARM', 'Compute', 'IAAS', 'VM', 'VirtualMachine'
221+
Tags = 'Azure','ResourceManager','ARM','Compute','IAAS','VM','VirtualMachine'
222222

223223
# A URL to the license for this module.
224224
LicenseUri = 'https://aka.ms/azps-license'
@@ -230,20 +230,7 @@ PrivateData = @{
230230
# IconUri = ''
231231

232232
# ReleaseNotes of this module
233-
ReleaseNotes = '* Added image alias ''Win2022AzureEditionCore''
234-
* Added the ''-DisableIntegrityMonitoring'' switch parameter to the ''New-AzVM'' cmdlet.
235-
Changed the default behavior for ''New-AzVM'' and ''New-AzVmss'' when these conditions are met:
236-
1) ''-DisableIntegrityMonitoring'' is not true.
237-
2) ''SecurityType'' on the SecurityProfile is ''TrustedLaunch''.
238-
3) ''VTpmEnabled'' on the SecurityProfile is true.
239-
4) ''SecureBootEnabled'' on the SecurityProfile is true.
240-
Now ''New-AzVM'' will install the ''Guest Attestation'' extension to the new VM when these conditions are met.
241-
Now ''New-AzVmss'' will install the ''Guest Attestation'' extension to the new Vmss when these conditions are met and installed to all VM instances in the Vmss.
242-
* Added ''-UserAssignedIdentity'' and ''-FederatedClientId'' to the following cmdlets:
243-
- ''New-AzDiskEncryptionSetConfig''
244-
- ''Update-AzDiskEncryptionSet''
245-
* Added ''-TreatFailureAsDeploymentFailure'' to cmdlets ''Add-AzVmGalleryApplication'' and ''Add-AzVmssGalleryApplication''
246-
* Removed Exceptions for when SinglePlacementGroup is set to true in ''OrchestrationMode'''
233+
ReleaseNotes = '* Added parameters ''PackageFileName'', ''ConfigFileName'' for ''New-AzGalleryApplicationVersion'' '
247234

248235
# Prerelease string of this module
249236
# Prerelease = ''
@@ -256,7 +243,7 @@ PrivateData = @{
256243

257244
} # End of PSData hashtable
258245

259-
} # End of PrivateData hashtable
246+
} # End of PrivateData hashtable
260247

261248
# HelpInfo URI of this module
262249
# HelpInfoURI = ''

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.30.0
2325
* Added parameters `PackageFileName`, `ConfigFileName` for `New-AzGalleryApplicationVersion`
2426

2527
## Version 4.29.0

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.29.0")]
29-
[assembly: AssemblyFileVersion("4.29.0")]
28+
[assembly: AssemblyVersion("4.30.0")]
29+
[assembly: AssemblyFileVersion("4.30.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
@@ -66,7 +66,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.9.0'; },
6666
@{ModuleName = 'Az.Cdn'; RequiredVersion = '2.1.0'; },
6767
@{ModuleName = 'Az.CloudService'; RequiredVersion = '1.1.0'; },
6868
@{ModuleName = 'Az.CognitiveServices'; RequiredVersion = '1.11.0'; },
69-
@{ModuleName = 'Az.Compute'; RequiredVersion = '4.29.0'; },
69+
@{ModuleName = 'Az.Compute'; RequiredVersion = '4.30.0'; },
7070
@{ModuleName = 'Az.ConfidentialLedger'; RequiredVersion = '0.1.1'; },
7171
@{ModuleName = 'Az.ContainerInstance'; RequiredVersion = '3.1.0'; },
7272
@{ModuleName = 'Az.ContainerRegistry'; RequiredVersion = '3.0.0'; },

tools/AzPreview/AzPreview.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.9.0'; },
7474
@{ModuleName = 'Az.CloudService'; RequiredVersion = '1.1.0'; },
7575
@{ModuleName = 'Az.CognitiveServices'; RequiredVersion = '1.11.0'; },
7676
@{ModuleName = 'Az.Communication'; RequiredVersion = '0.2.0'; },
77-
@{ModuleName = 'Az.Compute'; RequiredVersion = '4.29.0'; },
77+
@{ModuleName = 'Az.Compute'; RequiredVersion = '4.30.0'; },
7878
@{ModuleName = 'Az.ConfidentialLedger'; RequiredVersion = '0.1.1'; },
7979
@{ModuleName = 'Az.Confluent'; RequiredVersion = '0.2.0'; },
8080
@{ModuleName = 'Az.ConnectedKubernetes'; RequiredVersion = '0.3.0'; },

tools/Docs/az-ps-latest.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pac18,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.ChangeA
2020
pac19,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.CloudService,1.1.0
2121
pac20,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.CognitiveServices,1.11.0
2222
pac21,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Communication,0.2.0
23-
pac22,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Compute,4.29.0
23+
pac22,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Compute,4.30.0
2424
pac23,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.ConfidentialLedger,0.1.1
2525
pac24,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Confluent,0.2.0
2626
pac25,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.ConnectedKubernetes,0.3.0

0 commit comments

Comments
 (0)