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

Commit 2a40142

Browse files
Remove 'properties' property from ProductAPITemplateResource (#481)
1 parent 9f99488 commit 2a40142

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/APIM_ARMTemplate/apimtemplate/Common/TemplateModels/ProductAPITemplateResource.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,5 @@ namespace Microsoft.Azure.Management.ApiManagement.ArmTemplates.Common
33
{
44
public class ProductAPITemplateResource : TemplateResource
55
{
6-
public ProductAPITemplateProperties properties { get; set; }
76
}
8-
9-
public class ProductAPITemplateProperties { }
107
}

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ public ProductAPITemplateResource CreateProductAPITemplateResource(string produc
3939
name = $"[concat(parameters('{ParameterNames.ApimServiceName}'), '/{productID}/{apiName}')]",
4040
type = ResourceTypeConstants.ProductAPI,
4141
apiVersion = GlobalConstants.APIVersion,
42-
properties = new ProductAPITemplateProperties(),
4342
dependsOn = dependsOn
4443
};
4544
return productAPITemplateResource;

0 commit comments

Comments
 (0)