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

Commit f4c3a2c

Browse files
Move product templates into a single folder
1 parent 5805ff0 commit f4c3a2c

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

example/product-unlimited/product-unlimited.template.json renamed to example/products/product-unlimited.template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"name": "[concat(parameters('ApimServiceName'), '/unlimited/policy')]",
3838
"apiVersion": "2018-01-01",
3939
"properties": {
40-
"policyContent": "[concat(parameters('repoBaseUrl'), '/product-unlimited/product-unlimited.policy.xml')]",
40+
"policyContent": "[concat(parameters('repoBaseUrl'), '/products/product-unlimited.policy.xml')]",
4141
"contentFormat": "rawxml-link"
4242
},
4343
"dependsOn": [

0 commit comments

Comments
 (0)