Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 7c4bff7

Browse files
authored
Merge pull request #435 from KaiWalter/bump-up-schema-version
generate schema version 2019-04-01
2 parents e4a34d4 + eff52d5 commit 7c4bff7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/APIM_ARMTemplate/apimtemplate/Creator/TemplateCreators/TemplateCreator.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public Template CreateEmptyTemplate()
99
// creates empty template for use in all other template creators
1010
Template template = new Template()
1111
{
12-
schema = "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
12+
schema = "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
1313
contentVersion = "1.0.0.0",
1414
parameters = { },
1515
variables = { },
@@ -24,7 +24,7 @@ public Template CreateEmptyParameters()
2424
// creates empty parameters file for use in all other template creators
2525
Template template = new Template()
2626
{
27-
schema = "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
27+
schema = "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
2828
contentVersion = "1.0.0.0",
2929
parameters = { },
3030
};

0 commit comments

Comments
 (0)