MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.26k stars 21.44k forks source link

Wrong schema in example #86358

Closed smedegaard closed 2 years ago

smedegaard commented 2 years ago

the line "$schema": "https://schema.management.azure.com/schemas/2019-08-01/deploymentTemplate.json#" in the example should be either on of the following:

    https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#
    https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#
    https://schema.management.azure.com/schemas/2018-05-01/subscriptionDeploymentTemplate.json#
    https://schema.management.azure.com/schemas/2019-08-01/tenantDeploymentTemplate.json#
    https://schema.management.azure.com/schemas/2019-08-01/managementGroupDeploymentTemplate.json

most likely https://schema.management.azure.com/schemas/2019-08-01/managementGroupDeploymentTemplate.json?


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

mikeurnun commented 2 years ago

Hello @smedegaard - Thank you for your feedback! We will review and update as appropriate.

MayankBargali-MSFT commented 2 years ago

@smedegaard Thanks for reporting this item! I have updated the doc and it will be published soon. We appreciate the feedback!