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
611 stars 518 forks source link

Microsoft.Network/firewallPolicies apiVersion 2020-07-01 schema Missing #1536

Open mortenf1984 opened 3 years ago

mortenf1984 commented 3 years ago

Schema for Microsoft.Network/firewallPolicies apiVersion 2020-07-01 with the new Premium Firewall functions are missing.

For full schema validation, consider updating the value to one of the following: "2019-06-01", "2019-07-01", "2019-08-01", "2019-09-01", "2019-11-01", "2019-12-01", "2020-03-01", "2020-04-01", "2020-05-01". It is possible that the current resource version is valid but that a schema has not been generated.

"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",

name": "string", "type": "Microsoft.Network/firewallPolicies", "apiVersion": "2020-07-01"

ghost commented 3 years ago

Hello @timeyer! It looks like there is a schemas issue that needs your attention. Please investigate and confirm it is on your end. Thanks :smile:

Issue Details
Schema for Microsoft.Network/firewallPolicies apiVersion 2020-07-01 with the new Premium Firewall functions are missing. `For full schema validation, consider updating the value to one of the following: "2019-06-01", "2019-07-01", "2019-08-01", "2019-09-01", "2019-11-01", "2019-12-01", "2020-03-01", "2020-04-01", "2020-05-01". It is possible that the current resource version is valid but that a schema has not been generated.` `"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",` `name": "string", "type": "Microsoft.Network/firewallPolicies", "apiVersion": "2020-07-01"`
Author: mortenf1984
Assignees: -
Labels: `RP:Network`
Milestone: -