Skip Navigation

Azure Automation Service Management REST APIs are being retired January 30, 2020

Published date: 14 August, 2019

We have extended the retirement to 30 January, 2020.

Azure Service Management (ASM) REST APIs for Azure Automation will be retired and no longer supported after 30th January 2020. Azure Resource Manager, our next-generation cloud infrastructure stack, fully replaces these APIs and provides many additional benefits, including:

  • Increased security with role-based access control (RBAC)
  • Support for resource grouping and tags
  • A streamlined deployment and management process 

Impacted APIs:

This only impacts APIs related to Azure Automation. For example, only the PowerShell cmdlets with “AzureAutomation” in the name are affected - the cmdlets listed here  beginning with Get-AzureAutomationAccount. Only the REST APIs listed in the “Operations on Automation (classic)” are impacted. Other cmdlets in the Azure module are not impacted by this announcement.

How this will affect you:

If you are unsure whether you are using Service Management REST APIs, check the URI referenced in your code or service. If it is https://management.core.windows.net, you are using Service Management REST APIs and you should migrate to Resource Manager REST APIs.

If you are unsure whether you are using Service Management PowerShell cmdlets, check whether the cmdlet name includes AzureRM (for example, Get-AzureRmAutomationAccount) or Az (for example, Get-AzAutomationAccount). If it does not include AzureRM or Az (for example, Get-AzureAutomationAccount), you should migrate to Resource Manager PowerShell cmdlets.

Required Action:

Migrate any Azure Automation Service Management REST APIs and PowerShell cmdlets for Azure Automation to Resource Manager REST APIs or the latest PowerShell cmdlets by 30th April 2020, to take advantage of advanced capabilities and avoid any service disruptions.

  • Automation
  • Retirements

Related Products