Azure / azure-resource-manager-schemas

Schemas used to author and validate Resource Manager Templates. These schemas power the intellisense and syntax completion in our ARM Tools VSCode extension, as well as the Export Template API
MIT License
603 stars 514 forks source link

Not supported property for Microsoft.Kusto #3068

Open manchenkoff opened 2 months ago

manchenkoff commented 2 months ago

By default, Azure Portal shows an output ARM template for Kusto with version https://schema.management.azure.com/schemas/2014-04-01-preview/deploymentTemplate.json#, however, this template does not contain enableAutoStop property that was generated there.

When I tried search in this repo, I found out there are several versions with this property but they are not used in the version mentioned above.

Template - https://github.com/Azure/azure-resource-manager-schemas/blob/main/schemas/2014-04-01-preview/deploymentTemplate.json Search results - https://github.com/search?q=repo%3AAzure%2Fazure-resource-manager-schemas+enableAutoStop&type=code