Azure Scheduler gets new PowerShell cmdlets
Posted on Wednesday, August 17, 2016
With Azure PowerShell 2.0.1, you can manage Azure Scheduler job collections and jobs in Azure Resource Manager via PowerShell.
This update includes the following cmdlets:
Get-AzureRmSchedulerJobCollection Get-AzureRmSchedulerJob Get-AzureRmSchedulerJobHistory New-AzureRmSchedulerJobCollection New-AzureRmSchedulerHttpJob New-AzureRmSchedulerServiceBusQueueJob New-AzureRmSchedulerServiceBusTopicJob New-AzureRmSchedulerStorageQueueJob Remove-AzureRmSchedulerJobCollection Remove-AzureRmSchedulerJob Set-AzureRmSchedulerJobCollection Set-AzureRmSchedulerHttpJob Set-AzureRmSchedulerServiceBusQueueJob Set-AzureRmSchedulerServiceBusTopicJob Set-AzureRmSchedulerStorageQueueJob
For installation details, see How to install and configure Azure PowerShell.
For more information about the changes in this update, please read the migration guide.