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

Commit 5805ff0

Browse files
Fix rawxml-link template sample's policy path to external policy file
1 parent 74c67c0 commit 5805ff0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/product-unlimited/product-unlimited.template.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"name": "[concat(parameters('ApimServiceName'), '/unlimited/policy')]",
3838
"apiVersion": "2018-01-01",
3939
"properties": {
40-
"policyContent": "[concat(parameters('repoBaseUrl'), '/product-starter/product-starter.policy.xml')]",
41-
"contentFormat": "xml-link"
40+
"policyContent": "[concat(parameters('repoBaseUrl'), '/product-unlimited/product-unlimited.policy.xml')]",
41+
"contentFormat": "rawxml-link"
4242
},
4343
"dependsOn": [
4444
"[resourceId('Microsoft.ApiManagement/service/products', parameters('ApimServiceName'), 'unlimited')]"

0 commit comments

Comments
 (0)