You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ARMHelper.DeployTemplate assumes that all resources support tags in their schema. This is causing an issue when attempting to deploy the the resource type Microsoft.Resources/deployments which doesn't support tags. The below error is thrown by Resource Manager when attempting to deploy the resource.
The request content was invalid and could not be deserialized: 'Could not find member 'tags' on object of type 'DeploymentDefinition'
The text was updated successfully, but these errors were encountered:
ARMHelper.DeployTemplate
assumes that all resources supporttags
in their schema. This is causing an issue when attempting to deploy the the resource type Microsoft.Resources/deployments which doesn't support tags. The below error is thrown by Resource Manager when attempting to deploy the resource.The text was updated successfully, but these errors were encountered: