Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OOB release for Az.Compute #18629

Merged
merged 3 commits into from
Jun 28, 2022
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.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.27.0")]
[assembly: AssemblyFileVersion("4.27.0")]
[assembly: AssemblyVersion("4.28.0")]
[assembly: AssemblyFileVersion("4.28.0")]
24 changes: 6 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: 5/19/2022
# Generated on: 6/20/2022
#

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

# Version number of this module.
ModuleVersion = '4.27.0'
ModuleVersion = '4.28.0'

# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
Expand Down Expand Up @@ -230,22 +230,10 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '* Edited ''New-AzVm'' cmdlet internal logic to use the ''PlatformFaultDomain'' value in the ''PSVirtualMachine'' object passed to it in the new virtual machine.
* Added a new cmdlet named ''Restart-AzHost'' to restart dedicated hosts.
* Added ''-DataAccessAuthMode'' parameter to the following cmdlets:
- ''New-AzDiskConfig''
- ''New-AzDiskUpdateConfig''
- ''New-AzSnapshotConfig''
- ''New-AzSnapshotUpdateConfig''
* Added ''-Architecture'' parameter to the following cmdlets:
- ''New-AzDiskConfig''
- ''New-AzDiskUpdateConfig''
- ''New-AzSnapshotConfig''
- ''New-AzSnapshotUpdateConfig''
- ''New-AzGalleryImageDefinition''
* Added ''-InstanceView'' parameter to ''Get-AzRestorePoint''
* Added parameter ''-ScriptString'' to ''Invoke-AzvmRunCommand'' and ''Invoke-AzvmssRunCommand''
* Added parameter ''-ScaleInPolicyForceDeletion'' to ''Update-Azvmss'''
ReleaseNotes = '* For ''Add-AzVhd'' upon upload failure using DirectUploadToManagedDisk parameter set, the SAS will be revoked and the created managed disk will be deleted.
* An unresolved path can be passed in for ''-LocalFilePath'' for ''Add-AzVhd''. The cmdlet with unresolve the path itself.
* Added ''-DataAccessAuthMode'' parameter to Add-AzVhd DirectUploadToManagedDisk parameter set.
* Added ''-EnabldUltraSSD'' parameter to New-AzHostGroup.'

# Prerelease string of this module
# Prerelease = ''
Expand Down
10 changes: 6 additions & 4 deletions src/Compute/Compute/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,18 @@
-->
## Upcoming Release
* Added image alias 'Win2022AzureEditionCore'
* For `Add-AzVhd` upon upload failure using DirectUploadToManagedDisk parameter set, the SAS will be revoked and the created managed disk will be deleted.
* An unresolved path can be passed in for '-LocalFilePath' for `Add-AzVhd`. The cmdlet with unresolve the path itself.
* Added `-DataAccessAuthMode` parameter to Add-AzVhd DirectUploadToManagedDisk parameter set.
* Added `-EnabldUltraSSD` parameter to New-AzHostGroup.
* 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'

## Version 4.28.0
* For `Add-AzVhd` upon upload failure using DirectUploadToManagedDisk parameter set, the SAS will be revoked and the created managed disk will be deleted.
* An unresolved path can be passed in for '-LocalFilePath' for `Add-AzVhd`. The cmdlet with unresolve the path itself.
* Added `-DataAccessAuthMode` parameter to Add-AzVhd DirectUploadToManagedDisk parameter set.
* Added `-EnabldUltraSSD` parameter to New-AzHostGroup.

## Version 4.27.0
* Edited `New-AzVm` cmdlet internal logic to use the `PlatformFaultDomain` value in the `PSVirtualMachine` object passed to it in the new virtual machine.
* Added a new cmdlet named `Restart-AzHost` to restart dedicated hosts.
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.27.0")]
[assembly: AssemblyFileVersion("4.27.0")]
[assembly: AssemblyVersion("4.28.0")]
[assembly: AssemblyFileVersion("4.28.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.8.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.27.0'; },
@{ModuleName = 'Az.Compute'; RequiredVersion = '4.28.0'; },
@{ModuleName = 'Az.ContainerInstance'; RequiredVersion = '3.1.0'; },
@{ModuleName = 'Az.ContainerRegistry'; RequiredVersion = '3.0.0'; },
@{ModuleName = 'Az.CosmosDB'; RequiredVersion = '1.8.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 @@ -73,7 +73,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.8.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.27.0'; },
@{ModuleName = 'Az.Compute'; RequiredVersion = '4.28.0'; },
@{ModuleName = 'Az.ConfidentialLedger'; RequiredVersion = '0.1.0'; },
@{ModuleName = 'Az.Confluent'; RequiredVersion = '0.2.0'; },
@{ModuleName = 'Az.ConnectedKubernetes'; RequiredVersion = '0.3.0'; },
Expand Down
Loading