We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d90ddb commit 62bc807Copy full SHA for 62bc807
1 file changed
Bicep Samples/environmentBase.bicep
@@ -283,7 +283,7 @@ module moduleApiManagementBase 'modules/moduleApiManagementBase.bicep' = {
283
}
284
285
286
-var policyString = loadTextContent('./policies/Correlation.xml')
+var policyString = loadTextContent('./Policies/Correlation.xml')
287
288
module moduleApiManagementPolicy './modules/moduleApiManagementPolicy.bicep' = {
289
name: 'moduleApiManagementPolicy'
0 commit comments