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

Commit

Permalink
generated productgroup arm fix (#357)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Duf authored Feb 29, 2020
1 parent 29fb7f3 commit 008aef1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ public ProductGroupsValue CreateProductGroupTemplateResource(string groupName, s
name = $"[concat(parameters('{ParameterNames.ApimServiceName}'), '/{productName}/{groupName}')]",
type = ResourceTypeConstants.ProductGroup,
apiVersion = GlobalConstants.APIVersion,
dependsOn = dependsOn
dependsOn = dependsOn,
properties=new ProductGroupTemplateProperties()
};
return productAPITemplateResource;
}
Expand Down

0 comments on commit 008aef1

Please sign in to comment.