AzureRM.Compute

2.4.0

Microsoft Azure PowerShell - Compute service cmdlets for Azure Resource Manager.  Manages virtual machines, hosted services, and related resources in Azure Resource Manager

Minimum PowerShell version

3.0

There is a newer prerelease version of this module available.
See the version list below for details.

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name AzureRM.Compute -RequiredVersion 2.4.0

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name AzureRM.Compute -Version 2.4.0

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

Microsoft Corporation. All rights reserved.

Package Details

Author(s)

  • Microsoft Corporation

Tags

Azure ResourceManager ARM Compute IAAS VM VirtualMachine

Cmdlets

Remove-AzureRmAvailabilitySet Get-AzureRmAvailabilitySet New-AzureRmAvailabilitySet Get-AzureRmVMExtensionImageType Get-AzureRmVMExtensionImage Get-AzureRmVMADDomainExtension Set-AzureRmVMADDomainExtension Get-AzureRmVMAEMExtension Remove-AzureRmVMAEMExtension Set-AzureRmVMAEMExtension Test-AzureRmVMAEMExtension Set-AzureRmVMBginfoExtension Get-AzureRmVMCustomScriptExtension Remove-AzureRmVMCustomScriptExtension Set-AzureRmVMCustomScriptExtension Get-AzureRmVMDiagnosticsExtension Remove-AzureRmVMDiagnosticsExtension Remove-AzureRmVmssDiagnosticsExtension Set-AzureRmVMDiagnosticsExtension Set-AzureRmVMExtension Remove-AzureRmVMExtension Get-AzureRmVMExtension Get-AzureRmVMSqlServerExtension New-AzureVMSqlServerAutoBackupConfig New-AzureVMSqlServerAutoPatchingConfig New-AzureVMSqlServerKeyVaultCredentialConfig Remove-AzureRmVMSqlServerExtension Set-AzureRmVMSqlServerExtension Get-AzureRmVMImage Get-AzureRmVMAccessExtension Remove-AzureRmVMAccessExtension Set-AzureRmVMAccessExtension Get-AzureRmVMImageSku Get-AzureRmVMImagePublisher Get-AzureRmVMImageOffer Get-AzureRmRemoteDesktopFile Get-AzureRmVMUsage Get-AzureRmVMSize Save-AzureRmVMImage Set-AzureRmVM Add-AzureRmVMAdditionalUnattendContent Add-AzureRmVMSshPublicKey Add-AzureRmVMSecret Remove-AzureRmVMSecret Remove-AzureRmVMNetworkInterface Remove-AzureRmVMDataDisk Set-AzureRmVMBootDiagnostics Set-AzureRmVMDataDisk Set-AzureRmVMPlan Set-AzureRmVMSourceImage Set-AzureRmVMOSDisk Get-AzureRmVMBootDiagnosticsData Get-AzureRmVM Update-AzureRmVM Restart-AzureRmVM New-AzureRmVM Start-AzureRmVM Stop-AzureRmVM Remove-AzureRmVM New-AzureRmVMConfig Set-AzureRmVMOperatingSystem Add-AzureRmVMDataDisk Add-AzureRmVMNetworkInterface Add-AzureRmVhd Save-AzureRmVhd Add-AzureRmContainerServiceAgentPoolProfile New-AzureRmContainerServiceConfig Remove-AzureRmContainerServiceAgentPoolProfile New-AzureRmContainerService Update-AzureRmContainerService Remove-AzureRmContainerService Get-AzureRmContainerService Get-AzureRmVmssVM Set-AzureRmVmssVM Add-AzureRmVmssAdditionalUnattendContent Add-AzureRmVmssExtension Add-AzureRmVmssNetworkInterfaceConfiguration Add-AzureRmVmssSecret Add-AzureRmVmssSshPublicKey Add-AzureRmVmssWinRMListener New-AzureRmVmssConfig New-AzureRmVmssIpConfig New-AzureRmVmssVaultCertificateConfig Remove-AzureRmVmssExtension Remove-AzureRmVmssNetworkInterfaceConfiguration Set-AzureRmVmssOsProfile Set-AzureRmVmssStorageProfile New-AzureRmVmss Update-AzureRmVmss Stop-AzureRmVmss Remove-AzureRmVmss Get-AzureRmVmss Get-AzureRmVmssSku Set-AzureRmVmss Restart-AzureRmVmss Start-AzureRmVmss Update-AzureRmVmssInstance Get-AzureRmVMDscExtensionStatus Publish-AzureRmVMDscConfiguration Remove-AzureRmVMDscExtension Set-AzureRmVMDscExtension Get-AzureRmVMDscExtension Add-AzureRmVmssDiagnosticsExtension Get-AzureRmVMChefExtension Remove-AzureRmVMChefExtension Set-AzureRmVMChefExtension Remove-AzureRmVMBackup Disable-AzureRmVMDiskEncryption Get-AzureRmVMDiskEncryptionStatus Remove-AzureRmVMDiskEncryptionExtension Set-AzureRmVMDiskEncryptionExtension Set-AzureRmVMBackupExtension

Dependencies

Release Notes

* Add Remove-AzureRmVMSecret cmdlet.
* Based on user feedback (https://github.com/Azure/azure-powershell/issues/1384), we've added a DisplayHint property to VM object to enable Compact and Expand display modes. This is similar to `Get -Date - DisplayHint Date` cmdlet. By default, the return of `Get-AzureRmVm -ResourceGroupName <rg-name> -Name <vm-name>` will be compact. You can expand the output using `-DisplayHint Expand` parameter.
* UPCOMING BREAKING CHANGE Notification: We've added a warning about removing ` DataDiskNames` and ` NetworkInterfaceIDs` properties from the returned VM object from `Get-AzureRmVm -ResourceGroupName <rg-name> -Name <vm-name` cmdlet. Please update your scripts to access these properties in the following way:
   - `$vm.StorageProfile.DataDisks`
   - `$vm.NetworkProfile.NetworkInterfaces`
* Updated Set-AzureRmVMChefExtension cmdlet to add following new options :
   - JsonAttribute : A JSON string to be added to the first run of chef-client. e.g. -JsonAttribute '{"container_service": {"chef-init-test": {"command": "C:\\opscode\\chef\\bin"}}}'
   - ChefServiceInterval : Specifies the frequency (in minutes) at which the chef-service runs. If in case you don't want the chef-service to be installed on the Azure VM then set value as 0 in this field. e.g. -ChefServiceInterval 45

FileList

Version History

Version Downloads Last updated
5.9.2 16,642,261 3/23/2021
5.9.1 7,369,491 11/21/2018
5.8.0 139,171 11/6/2018
5.7.2 7,667 10/30/2018
5.7.1 119,667 10/23/2018
5.7.0 159,301 10/9/2018
5.6.1-preview 81 10/11/2018
5.6.0 265,212 9/24/2018
5.5.2 345,787 8/29/2018
5.5.0 214,062 8/14/2018
5.4.0 134,396 7/31/2018
5.3.0 148,287 7/17/2018
5.2.0 144,751 7/3/2018
5.1.1 168,205 6/19/2018
5.1.0 140,763 6/5/2018
5.0.0 257,723 5/7/2018
4.6.1 65,738 5/9/2019
4.6.0 569,298 4/10/2018
4.6.0-preview 46 3/29/2018
4.5.0 102,222 3/27/2018
4.4.0 50,901 3/13/2018
4.3.2 44,787 2/27/2018
4.3.1 7,692 2/13/2018
4.3.0 46,233 2/13/2018
4.2.0 119,074 1/31/2018
4.1.1 238,780 12/9/2017
4.0.3 13,417 2/8/2019
4.0.2 34,180 9/17/2018
4.0.1 118,332 11/10/2017
4.0.0 42,039 11/8/2017
3.4.1 274,751 10/12/2017
3.4.0 180,390 9/25/2017
3.3.1 151,319 8/16/2017
3.2.1 84,196 7/18/2017
3.2.0 12,009 7/11/2017
3.1.0 64,484 6/8/2017
3.0.1 22,729 5/24/2017
3.0.0 20,601 5/10/2017
2.9.0 65,627 4/5/2017
2.8.0 31,012 3/9/2017
2.7.0 17,356 2/22/2017
2.6.0 23,493 2/8/2017
2.5.0 18,797 1/18/2017
2.4.0 (current version) 19,398 12/14/2016
2.3.0 28,742 11/2/2016
2.2.0 13,714 9/28/2016
2.1.0 88,245 9/8/2016
2.0.1 8,681 8/10/2016
2.0.0 616 8/8/2016
1.3.3 26,473 7/12/2016
1.3.2 3,561 6/27/2016
1.3.1 6,051 6/1/2016
1.3.0 10,334 5/4/2016
1.2.7 3,757 4/19/2016
1.2.6 3,559 4/6/2016
1.2.5 1,999 3/30/2016
1.2.4 4,485 3/4/2016
1.2.3.4 255,089 10/13/2017
1.2.3 3,737 2/11/2016
1.2.2.4 15,628 7/8/2017
1.2.2.3 22,726 3/14/2017
1.2.2.2 8,628 1/4/2017
1.2.2.1 122,708 9/8/2016
1.2.2 1,222 2/3/2016
1.2.1 3,545 1/13/2016
1.2.0 1,684 12/16/2015
1.1.0 2,947 11/9/2015
1.0.0 298 11/6/2015
0.10.0 1,842 10/9/2015
Show less