Open
Description
Hi
I have tried several different versions of the API but you cannot set the identity to type None when using ARM Template. When you set it to None and when you run the template deployment some error like automation account does not exists is returned and the general error is Bad request. The API works fine if it type is SystemAssigned, UserAssigned or SystemAssigned or UserAssigned
{
"name": "[parameters( 'automationAccount' ).name]",
"type": "Microsoft.Automation/automationAccounts",
"apiVersion": "2021-06-22",
"location": "[resourceGroup().location]",
"tags": "[parameters( 'tags' )]",
"identity": {
"type": "None"
}