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

Commit 008aef1

Browse files
authored
generated productgroup arm fix (#357)
1 parent 29fb7f3 commit 008aef1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ public ProductGroupsValue CreateProductGroupTemplateResource(string groupName, s
1313
name = $"[concat(parameters('{ParameterNames.ApimServiceName}'), '/{productName}/{groupName}')]",
1414
type = ResourceTypeConstants.ProductGroup,
1515
apiVersion = GlobalConstants.APIVersion,
16-
dependsOn = dependsOn
16+
dependsOn = dependsOn,
17+
properties=new ProductGroupTemplateProperties()
1718
};
1819
return productAPITemplateResource;
1920
}

0 commit comments

Comments
 (0)