Skip to content

Commit

Permalink
Bump up Az.Compute to 4.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
isra-fel committed Nov 3, 2021
1 parent 33529dc commit a4df0d5
Show file tree
Hide file tree
Showing 6 changed files with 32,274 additions and 25,274 deletions.
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.18.0")]
[assembly: AssemblyFileVersion("4.18.0")]
[assembly: AssemblyVersion("4.19.0")]
[assembly: AssemblyFileVersion("4.19.0")]
39 changes: 15 additions & 24 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: 10/28/2021
# Generated on: 2021/11/3
#

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

# Version number of this module.
ModuleVersion = '4.18.0'
ModuleVersion = '4.19.0'

# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
Expand Down Expand Up @@ -59,7 +59,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.0'; })
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'AutoMapper.dll', 'Microsoft.Azure.Management.Compute.dll',
'Microsoft.WindowsAzure.Storage.dll',
'Compute.Autorest\bin\Az.Compute.private.dll',
'Compute.Autorest\bin\Az.Compute.private.dll',
'Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.dll'

# Script files (.ps1) that are run in the caller's environment prior to importing this module.
Expand All @@ -70,14 +70,17 @@ RequiredAssemblies = 'AutoMapper.dll', 'Microsoft.Azure.Management.Compute.dll',

# Format files (.ps1xml) to be loaded when importing this module
FormatsToProcess = 'Compute.format.ps1xml', 'Compute.generated.format.ps1xml',
'Compute.Autorest\Az.Compute.format.ps1xml',
'Compute.Autorest\Az.Compute.format.ps1xml',
'Compute.Automation.generated.format.ps1xml'

# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
NestedModules = @('Microsoft.Azure.PowerShell.Cmdlets.Compute.dll', 'Compute.Autorest\Az.Compute.psm1')
NestedModules = @('Microsoft.Azure.PowerShell.Cmdlets.Compute.dll',
'Compute.Autorest\Az.Compute.psm1')

# 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.
FunctionsToExport = @('Get-AzVMRunCommand', 'Get-AzVmssVMRunCommand', 'Remove-AzVMRunCommand', 'Remove-AzVmssVMRunCommand', 'Set-AzVMRunCommand', 'Set-AzVmssVMRunCommand')
FunctionsToExport = 'Get-AzVMRunCommand', 'Get-AzVmssVMRunCommand',
'Remove-AzVMRunCommand', 'Remove-AzVmssVMRunCommand',
'Set-AzVMRunCommand', 'Set-AzVmssVMRunCommand'

# 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.
CmdletsToExport = 'Remove-AzAvailabilitySet', 'Get-AzAvailabilitySet',
Expand Down Expand Up @@ -182,10 +185,10 @@ CmdletsToExport = 'Remove-AzAvailabilitySet', 'Get-AzAvailabilitySet',
'New-AzRestorePointCollection', 'Get-AzRestorePointCollection',
'Update-AzRestorePointCollection',
'Remove-AzRestorePointCollection', 'New-AzRestorePoint',
'Get-AzRestorePoint', 'Remove-AzRestorePoint',
'Get-AzRestorePoint', 'Remove-AzRestorePoint',
'New-AzVmGalleryApplication', 'New-AzVmssGalleryApplication',
'Add-AzVmGalleryApplication', 'Add-AzVmssGalleryApplication',
'Remove-AzVmGalleryApplication', 'Remove-AzVmssGalleryApplication',
'Remove-AzVmGalleryApplication', 'Remove-AzVmssGalleryApplication',
'Add-AzVmssRunCommand', 'Remove-AzVmssRunCommand'

# Variables to export from this module
Expand Down Expand Up @@ -223,22 +226,10 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '* Added cmdlets for adding VMGalleryApplication property to VM/VMSS
- New-AzVmGalleryApplication
- New-AzVmssGalleryApplication
- Add-AzVmGalleryApplication
- Add-AzVmssGalleryApplication
- Remove-AzVmGalleryApplication
- Remove-AzVmssGalleryApplication
* Added support for proxy and debug settings for VM Extension for SAP (AEM)
* Updated New-AzGalleryImageVersion to take in the ''Encryption'' property correctly from ''-TargetRegion'' parameter.
* Updated Set-AzVmBootDiagnostic to default to managed storage account if not provided.
* Edited New-AzVmss defaulting behavior when ''OrchestrationMode'' is set to Flexible.
- Removed NAT Pool.
- Removed UpgradePolicy. Throws an error if provided.
- SinglePlacementGroup must be false. Throws an error if true.
- Networking Profile''s API version is 2020-11-01 or later.
- Networking Profile IP Configurations Primary property is set to true.'
ReleaseNotes = '* Update-AzVM will update ApplicationProfile.
* Added new cmdlets:
- Add-AzVmssRunCommand
- Remove-AzVmssRunCommand'

# Prerelease string of this module
# Prerelease = ''
Expand Down
4 changes: 3 additions & 1 deletion src/Compute/Compute/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@
-->
## Upcoming Release

## Version 4.19.0
* Update-AzVM will update ApplicationProfile.
* Adding new cmdlets:
* Added new cmdlets:
- Add-AzVmssRunCommand
- Remove-AzVmssRunCommand

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.18.0")]
[assembly: AssemblyFileVersion("4.18.0")]
[assembly: AssemblyVersion("4.19.0")]
[assembly: AssemblyFileVersion("4.19.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 @@ -65,7 +65,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; },
@{ModuleName = 'Az.Billing'; RequiredVersion = '2.0.0'; },
@{ModuleName = 'Az.Cdn'; RequiredVersion = '1.8.1'; },
@{ModuleName = 'Az.CognitiveServices'; RequiredVersion = '1.9.0'; },
@{ModuleName = 'Az.Compute'; RequiredVersion = '4.18.0'; },
@{ModuleName = 'Az.Compute'; RequiredVersion = '4.19.0'; },
@{ModuleName = 'Az.ContainerInstance'; RequiredVersion = '2.1.0'; },
@{ModuleName = 'Az.ContainerRegistry'; RequiredVersion = '2.2.3'; },
@{ModuleName = 'Az.CosmosDB'; RequiredVersion = '1.4.0'; },
Expand Down
Loading

0 comments on commit a4df0d5

Please sign in to comment.