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
See the version list below for details.
Installation Options
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
-
- AzureRM.Profile (= 2.4.0)
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
- AzureRM.Compute.nuspec
- AutoMapper.dll
- AutoMapper.xml
- AzureRM.Compute.psd1
- AzureRM.Compute.psm1
- AzureRM.Network.psd1
- AzureRM.Profile.psd1
- AzureRM.Resources.psd1
- AzureRM.Tags.psd1
- AzureRmProfileStartup.ps1
- Hyak.Common.dll
- Hyak.Common.xml
- Microsoft.ApplicationInsights.dll
- Microsoft.ApplicationInsights.xml
- Microsoft.Azure.Commands.Common.Authentication.dll
- Microsoft.Azure.Commands.Common.Authentication.pdb
- Microsoft.Azure.Commands.Compute.dll
- Microsoft.Azure.Commands.Compute.dll-Help.xml
- Microsoft.Azure.Commands.Compute.format.generated.ps1xml
- Microsoft.Azure.Commands.Compute.format.ps1xml
- Microsoft.Azure.Commands.Compute.pdb
- Microsoft.Azure.Commands.Compute.Types.ps1xml
- Microsoft.Azure.Commands.Network.dll
- Microsoft.Azure.Commands.Network.dll-Help.psd1
- Microsoft.Azure.Commands.Network.dll-Help.xml
- Microsoft.Azure.Commands.Network.format.ps1xml
- Microsoft.Azure.Commands.Network.pdb
- Microsoft.Azure.Commands.Profile.dll-Help.xml
- Microsoft.Azure.Commands.Profile.format.ps1xml
- Microsoft.Azure.Commands.ResourceManager.Cmdlets.dll
- Microsoft.Azure.Commands.ResourceManager.Cmdlets.dll-Help.xml
- Microsoft.Azure.Commands.ResourceManager.Cmdlets.format.ps1xml
- Microsoft.Azure.Commands.ResourceManager.Cmdlets.pdb
- Microsoft.Azure.Commands.ResourceManager.Cmdlets.Types.ps1xml
- Microsoft.Azure.Commands.ResourceManager.Common.dll
- Microsoft.Azure.Commands.ResourceManager.Common.pdb
- Microsoft.Azure.Commands.Resources.dll
- Microsoft.Azure.Commands.Resources.dll-Help.xml
- Microsoft.Azure.Commands.Resources.format.ps1xml
- Microsoft.Azure.Commands.Resources.pdb
- Microsoft.Azure.Commands.Tags.dll
- Microsoft.Azure.Commands.Tags.dll-help.xml
- Microsoft.Azure.Commands.Tags.format.ps1xml
- Microsoft.Azure.Commands.Tags.pdb
- Microsoft.Azure.Common.dll
- Microsoft.Azure.Common.NetFramework.dll
- Microsoft.Azure.Common.NetFramework.xml
- Microsoft.Azure.Common.xml
- Microsoft.Azure.Gallery.dll
- Microsoft.Azure.Gallery.xml
- Microsoft.Azure.Graph.RBAC.dll
- Microsoft.Azure.KeyVault.Core.dll
- Microsoft.Azure.KeyVault.Core.xml
- Microsoft.Azure.Management.Authorization.dll
- Microsoft.Azure.Management.Authorization.xml
- Microsoft.Azure.Management.Compute.dll
- Microsoft.Azure.Management.Network.dll
- Microsoft.Azure.Management.ResourceManager.dll
- Microsoft.Azure.Management.Storage.dll
- Microsoft.Azure.Management.Storage.xml
- Microsoft.Azure.ResourceManager.dll
- Microsoft.Azure.ResourceManager.xml
- Microsoft.Data.Edm.dll
- Microsoft.Data.Edm.xml
- Microsoft.Data.OData.dll
- Microsoft.Data.OData.xml
- Microsoft.Data.Services.Client.dll
- Microsoft.Data.Services.Client.xml
- Microsoft.IdentityModel.Clients.ActiveDirectory.dll
- Microsoft.IdentityModel.Clients.ActiveDirectory.WindowsForms.dll
- Microsoft.IdentityModel.Clients.ActiveDirectory.xml
- Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
- Microsoft.Rest.ClientRuntime.Azure.dll
- Microsoft.Rest.ClientRuntime.dll
- Microsoft.Threading.Tasks.dll
- Microsoft.Threading.Tasks.Extensions.Desktop.dll
- Microsoft.Threading.Tasks.Extensions.Desktop.xml
- Microsoft.Threading.Tasks.Extensions.dll
- Microsoft.Threading.Tasks.Extensions.xml
- Microsoft.Threading.Tasks.xml
- Microsoft.WindowsAzure.Commands.Common.dll
- Microsoft.WindowsAzure.Commands.Common.pdb
- Microsoft.WindowsAzure.Commands.Common.Storage.dll
- Microsoft.WindowsAzure.Commands.Common.Storage.pdb
- Microsoft.WindowsAzure.Commands.Sync.dll
- Microsoft.WindowsAzure.Commands.Sync.pdb
- Microsoft.WindowsAzure.Commands.Tools.Vhd.dll
- Microsoft.WindowsAzure.Commands.Tools.Vhd.pdb
- Microsoft.WindowsAzure.Management.Storage.dll
- Microsoft.WindowsAzure.Management.Storage.xml
- Microsoft.WindowsAzure.Storage.dll
- Microsoft.WindowsAzure.Storage.pdb
- Microsoft.WindowsAzure.Storage.xml
- Newtonsoft.Json.dll
- Newtonsoft.Json.xml
- ResourceManagerStartup.ps1
- System.Net.Http.Extensions.dll
- System.Net.Http.Extensions.xml
- System.Net.Http.Primitives.dll
- System.Net.Http.Primitives.xml
- System.Spatial.dll
- System.Spatial.xml
- de\Microsoft.Data.Edm.resources.dll
- de\Microsoft.Data.OData.resources.dll
- de\Microsoft.Data.Services.Client.resources.dll
- de\System.Spatial.resources.dll
- es\Microsoft.Data.Edm.resources.dll
- es\Microsoft.Data.OData.resources.dll
- es\Microsoft.Data.Services.Client.resources.dll
- es\System.Spatial.resources.dll
- fr\Microsoft.Data.Edm.resources.dll
- fr\Microsoft.Data.OData.resources.dll
- fr\Microsoft.Data.Services.Client.resources.dll
- fr\System.Spatial.resources.dll
- Generated\Microsoft.Azure.Commands.Compute.Automation.format.generated.ps1xml
- it\Microsoft.Data.Edm.resources.dll
- it\Microsoft.Data.OData.resources.dll
- it\Microsoft.Data.Services.Client.resources.dll
- it\System.Spatial.resources.dll
- ja\Microsoft.Data.Edm.resources.dll
- ja\Microsoft.Data.OData.resources.dll
- ja\Microsoft.Data.Services.Client.resources.dll
- ja\System.Spatial.resources.dll
- ko\Microsoft.Data.Edm.resources.dll
- ko\Microsoft.Data.OData.resources.dll
- ko\Microsoft.Data.Services.Client.resources.dll
- ko\System.Spatial.resources.dll
- ru\Microsoft.Data.Edm.resources.dll
- ru\Microsoft.Data.OData.resources.dll
- ru\Microsoft.Data.Services.Client.resources.dll
- ru\System.Spatial.resources.dll
- zh-Hans\Microsoft.Data.Edm.resources.dll
- zh-Hans\Microsoft.Data.OData.resources.dll
- zh-Hans\Microsoft.Data.Services.Client.resources.dll
- zh-Hans\System.Spatial.resources.dll
- zh-Hant\Microsoft.Data.Edm.resources.dll
- zh-Hant\Microsoft.Data.OData.resources.dll
- zh-Hant\Microsoft.Data.Services.Client.resources.dll
- zh-Hant\System.Spatial.resources.dll
Version History
Version | Downloads | Last updated |
---|---|---|
5.9.2 | 19,786,791 | 3/23/2021 |
5.9.1 | 7,388,722 | 11/21/2018 |
5.8.0 | 139,666 | 11/6/2018 |
5.7.2 | 7,670 | 10/30/2018 |
5.7.1 | 119,673 | 10/23/2018 |
5.7.0 | 160,138 | 10/9/2018 |
5.6.1-preview | 84 | 10/11/2018 |
5.6.0 | 268,160 | 9/24/2018 |
5.5.2 | 345,883 | 8/29/2018 |
5.5.0 | 226,871 | 8/14/2018 |
5.4.0 | 134,402 | 7/31/2018 |
5.3.0 | 148,293 | 7/17/2018 |
5.2.0 | 144,887 | 7/3/2018 |
5.1.1 | 168,282 | 6/19/2018 |
5.1.0 | 141,395 | 6/5/2018 |
5.0.0 | 257,964 | 5/7/2018 |
4.6.1 | 70,263 | 5/9/2019 |
4.6.0 | 569,802 | 4/10/2018 |
4.6.0-preview | 49 | 3/29/2018 |
4.5.0 | 102,301 | 3/27/2018 |
4.4.0 | 50,906 | 3/13/2018 |
4.3.2 | 44,794 | 2/27/2018 |
4.3.1 | 7,695 | 2/13/2018 |
4.3.0 | 46,239 | 2/13/2018 |
4.2.0 | 119,104 | 1/31/2018 |
4.1.1 | 252,399 | 12/9/2017 |
4.0.3 | 13,649 | 2/8/2019 |
4.0.2 | 34,287 | 9/17/2018 |
4.0.1 | 118,341 | 11/10/2017 |
4.0.0 | 42,046 | 11/8/2017 |
3.4.1 | 274,766 | 10/12/2017 |
3.4.0 | 182,524 | 9/25/2017 |
3.3.1 | 151,328 | 8/16/2017 |
3.2.1 | 97,057 | 7/18/2017 |
3.2.0 | 12,014 | 7/11/2017 |
3.1.0 | 64,496 | 6/8/2017 |
3.0.1 | 22,734 | 5/24/2017 |
3.0.0 | 20,607 | 5/10/2017 |
2.9.0 | 78,702 | 4/5/2017 |
2.8.0 | 31,035 | 3/9/2017 |
2.7.0 | 17,368 | 2/22/2017 |
2.6.0 | 23,509 | 2/8/2017 |
2.5.0 | 18,878 | 1/18/2017 |
2.4.0 (current version) | 19,403 | 12/14/2016 |
2.3.0 | 29,071 | 11/2/2016 |
2.2.0 | 13,719 | 9/28/2016 |
2.1.0 | 102,671 | 9/8/2016 |
2.0.1 | 8,687 | 8/10/2016 |
2.0.0 | 619 | 8/8/2016 |
1.3.3 | 26,478 | 7/12/2016 |
1.3.2 | 3,564 | 6/27/2016 |
1.3.1 | 6,054 | 6/1/2016 |
1.3.0 | 10,603 | 5/4/2016 |
1.2.7 | 3,760 | 4/19/2016 |
1.2.6 | 3,562 | 4/6/2016 |
1.2.5 | 2,002 | 3/30/2016 |
1.2.4 | 4,488 | 3/4/2016 |
1.2.3.4 | 255,115 | 10/13/2017 |
1.2.3 | 3,740 | 2/11/2016 |
1.2.2.4 | 15,633 | 7/8/2017 |
1.2.2.3 | 22,732 | 3/14/2017 |
1.2.2.2 | 8,631 | 1/4/2017 |
1.2.2.1 | 122,745 | 9/8/2016 |
1.2.2 | 1,225 | 2/3/2016 |
1.2.1 | 3,740 | 1/13/2016 |
1.2.0 | 1,687 | 12/16/2015 |
1.1.0 | 2,950 | 11/9/2015 |
1.0.0 | 301 | 11/6/2015 |
0.10.0 | 1,845 | 10/9/2015 |