Open
Description
The ARM API specs for Microsoft.Automation/schedules
do not specify a type for the interval
property. This causes the Azure documentation (and other tooling, like the VSCode extension) to assume an object
type.
However, looking at the quickstart templates using this type of resource, it appears that this property is actually a string. For example, see azuredeploy.json for the Azure Resource Usage Solution (lines 1228 and 483).
This appears to affect all API versions (though I was testing with 2015-10-31).