Pular para o conteúdo principal
NA VISUALIZAÇÃO

Versão prévia dos cmdlets do AzureRM.Automation

Data da publicação: 26 setembro, 2018

Lançamos uma versão prévia dos cmdlets do AzureRM.Automation. Essa versão contém novos cmdlets para os recursos do Gerenciamento de Atualizações e do Controle do Código-Fonte.

É possível obter os módulos de versão prévia na Galeria do PowerShell.

Também é possível obter esse módulo ao executar:

Install-Module -Name PowerShellGet

Esse comando obtém a versão mais recente do PowerShellGet. Será necessário reiniciar a sessão do PowerShell para que o parâmetro -AllowPrerelease fique disponível.

Após obter a versão mais recente do PowerShellGet, é possível obter a versão prévia dos cmdlets do AzureRM.Automation ao executar:

Install-Module -Name AzureRM.Automation –AllowPrerelease

Os novos cmdlets são:

Get-AzureRmAutomationSoftwareUpdateConfiguration
Get-AzureRmAutomationSoftwareUpdateMachineRun
Get-AzureRmAutomationSoftwareUpdateRun
New-AzureRmAutomationSoftwareUpdateConfiguration
Remove-AzureRmAutomationSoftwareUpdateConfiguration

Get-AzureRmAutomationSourceControl
Get-AzureRmAutomationSourceControlSyncJob
Get-AzureRmAutomationSourceControlSyncJobOutput
New-AzureRmAutomationSourceControl
Remove-AzureRmAutomationSourceControl
Start-AzureRmAutomationSourceControlSyncJob
Update-AzureRmAutomationSourceControl

É possível ver uma lista completa dos cmdlets disponíveis ao executar Get-Command -Module AzureRM.Automation após a instalação.

  • Management
  • SDK and Tools