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
610 stars 516 forks source link

No schema supports the top level `languageVersion` key #2961

Open kf6kjg opened 1 year ago

kf6kjg commented 1 year ago

Which means that autocomplete totally fails on "languageVersion": "2.0".

{
    "$schema": "http://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
    "contentVersion": "1.0.0.0",
    "languageVersion": "2.0"
}

Gives the error Property languageVersion is not allowed.