Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/Compute/Compute.Autorest/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("05e53bbe-85c7-4f90-b796-25b4d044090b")]
[assembly: AssemblyVersion("0.1.0")]
[assembly: AssemblyFileVersion("0.1.0")]
[assembly: AssemblyVersion("4.30.0")]
[assembly: AssemblyFileVersion("4.30.0")]
4 changes: 2 additions & 2 deletions src/Compute/Compute.Helpers/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
[assembly: CLSCompliant(false)]
[assembly: Guid("ba0d06e0-118c-4f34-b01c-7f6335577747")]

[assembly: AssemblyVersion("4.29.0")]
[assembly: AssemblyFileVersion("4.29.0")]
[assembly: AssemblyVersion("4.30.0")]
[assembly: AssemblyFileVersion("4.30.0")]
23 changes: 5 additions & 18 deletions src/Compute/Compute/Az.Compute.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
# Generated on: 7/5/2022
# Generated on: 7/15/2022
#

@{
Expand All @@ -12,7 +12,7 @@
# RootModule = ''

# Version number of this module.
ModuleVersion = '4.29.0'
ModuleVersion = '4.30.0'

# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
Expand Down Expand Up @@ -218,7 +218,7 @@ PrivateData = @{
PSData = @{

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

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

# ReleaseNotes of this module
ReleaseNotes = '* Added image alias ''Win2022AzureEditionCore''
* Added the ''-DisableIntegrityMonitoring'' switch parameter to the ''New-AzVM'' cmdlet.
Changed the default behavior for ''New-AzVM'' and ''New-AzVmss'' when these conditions are met:
1) ''-DisableIntegrityMonitoring'' is not true.
2) ''SecurityType'' on the SecurityProfile is ''TrustedLaunch''.
3) ''VTpmEnabled'' on the SecurityProfile is true.
4) ''SecureBootEnabled'' on the SecurityProfile is true.
Now ''New-AzVM'' will install the ''Guest Attestation'' extension to the new VM when these conditions are met.
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.
* Added ''-UserAssignedIdentity'' and ''-FederatedClientId'' to the following cmdlets:
- ''New-AzDiskEncryptionSetConfig''
- ''Update-AzDiskEncryptionSet''
* Added ''-TreatFailureAsDeploymentFailure'' to cmdlets ''Add-AzVmGalleryApplication'' and ''Add-AzVmssGalleryApplication''
* Removed Exceptions for when SinglePlacementGroup is set to true in ''OrchestrationMode'''
ReleaseNotes = '* Added parameters ''PackageFileName'', ''ConfigFileName'' for ''New-AzGalleryApplicationVersion'' '

# Prerelease string of this module
# Prerelease = ''
Expand All @@ -256,7 +243,7 @@ PrivateData = @{

} # End of PSData hashtable

} # End of PrivateData hashtable
} # End of PrivateData hashtable

# HelpInfo URI of this module
# HelpInfoURI = ''
Expand Down
2 changes: 2 additions & 0 deletions src/Compute/Compute/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@

-->
## Upcoming Release

## Version 4.30.0
* Added parameters `PackageFileName`, `ConfigFileName` for `New-AzGalleryApplicationVersion`

## Version 4.29.0
Expand Down
4 changes: 2 additions & 2 deletions src/Compute/Compute/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("91792853-487B-4DC2-BE6C-DD09A0A1BC10")]
[assembly: AssemblyVersion("4.29.0")]
[assembly: AssemblyFileVersion("4.29.0")]
[assembly: AssemblyVersion("4.30.0")]
[assembly: AssemblyFileVersion("4.30.0")]
#if !SIGN
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Compute.Test")]
#endif
2 changes: 1 addition & 1 deletion tools/Az/Az.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.9.0'; },
@{ModuleName = 'Az.Cdn'; RequiredVersion = '2.1.0'; },
@{ModuleName = 'Az.CloudService'; RequiredVersion = '1.1.0'; },
@{ModuleName = 'Az.CognitiveServices'; RequiredVersion = '1.11.0'; },
@{ModuleName = 'Az.Compute'; RequiredVersion = '4.29.0'; },
@{ModuleName = 'Az.Compute'; RequiredVersion = '4.30.0'; },
@{ModuleName = 'Az.ConfidentialLedger'; RequiredVersion = '0.1.1'; },
@{ModuleName = 'Az.ContainerInstance'; RequiredVersion = '3.1.0'; },
@{ModuleName = 'Az.ContainerRegistry'; RequiredVersion = '3.0.0'; },
Expand Down
2 changes: 1 addition & 1 deletion tools/AzPreview/AzPreview.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.9.0'; },
@{ModuleName = 'Az.CloudService'; RequiredVersion = '1.1.0'; },
@{ModuleName = 'Az.CognitiveServices'; RequiredVersion = '1.11.0'; },
@{ModuleName = 'Az.Communication'; RequiredVersion = '0.2.0'; },
@{ModuleName = 'Az.Compute'; RequiredVersion = '4.29.0'; },
@{ModuleName = 'Az.Compute'; RequiredVersion = '4.30.0'; },
@{ModuleName = 'Az.ConfidentialLedger'; RequiredVersion = '0.1.1'; },
@{ModuleName = 'Az.Confluent'; RequiredVersion = '0.2.0'; },
@{ModuleName = 'Az.ConnectedKubernetes'; RequiredVersion = '0.3.0'; },
Expand Down
2 changes: 1 addition & 1 deletion tools/Docs/az-ps-latest.csv
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pac18,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.ChangeA
pac19,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.CloudService,1.1.0
pac20,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.CognitiveServices,1.11.0
pac21,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Communication,0.2.0
pac22,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Compute,4.29.0
pac22,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Compute,4.30.0
pac23,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.ConfidentialLedger,0.1.1
pac24,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Confluent,0.2.0
pac25,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.ConnectedKubernetes,0.3.0
Expand Down
Loading