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

Commit 1b3222b

Browse files
levimatheriLevi MuriukiRupengLiu
authored
For #542. Fix parameters file schema (#544)
Co-authored-by: Levi Muriuki <muriukilm@upmc.edu> Co-authored-by: RupengLiu <rliu1211@terpmail.umd.edu>
1 parent ad952f3 commit 1b3222b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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/2019-04-01/deploymentTemplate.json#",
27+
schema = "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#",
2828
contentVersion = "1.0.0.0",
2929
parameters = { },
3030
};

0 commit comments

Comments
 (0)