Preview of AzureRM.Automation cmdlets
Published date: September 26, 2018
We have released a preview version of the AzureRM.Automation cmdlets. This version contains new cmdlets for the Update Management and Source Control features.
You can get the preview modules from the PowerShell Gallery.
You can also get this module by running:
Install-Module -Name PowerShellGet
That command gets the latest version of PowerShellGet. You will need to restart the PowerShell session so that the -AllowPrerelease parameter is available.
After you have the latest version of PowerShellGet, you can obtain the preview version of the AzureRM.Automation cmdlets by running:
Install-Module -Name AzureRM.Automation –AllowPrerelease
The new cmdlets include:
Get-AzureRmAutomationSoftwareUpdateConfiguration
Get-AzureRmAutomationSoftwareUpdateMachineRun
Get-AzureRmAutomationSoftwareUpdateRun
New-AzureRmAutomationSoftwareUpdateConfiguration
Remove-AzureRmAutomationSoftwareUpdateConfiguration
Get-AzureRmAutomationSourceControl
Get-AzureRmAutomationSourceControlSyncJob
Get-AzureRmAutomationSourceControlSyncJobOutput
New-AzureRmAutomationSourceControl
Remove-AzureRmAutomationSourceControl
Start-AzureRmAutomationSourceControlSyncJob
Update-AzureRmAutomationSourceControl
You can get a full list of available cmdlets by running Get-Command -Module AzureRM.Automation
after installation.