Skip to content

Commit abef5b0

Browse files
authored
Merge pull request #107959 from PramodValavala-MSFT/patch-98
(AzureCXP) fix invalid property in arm templates
2 parents c8e0fac + 0deaaa2 commit abef5b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/logic-apps/logic-apps-azure-resource-manager-templates-overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ This example shows just the template parameters for the values used to create an
116116
},
117117
"LogicAppLocation": {
118118
"type": "string",
119-
"min length": 1,
119+
"minLength": 1,
120120
"defaultValue": "[resourceGroup().location]",
121121
"metadata": {
122122
"description": "The resource location for the logic app"
@@ -1051,7 +1051,7 @@ Here is the parameterized sample template that's used by this topic's examples:
10511051
},
10521052
"LogicAppLocation": {
10531053
"type": "string",
1054-
"min length": 1,
1054+
"minLength": 1,
10551055
"defaultValue": "[resourceGroup().location]",
10561056
"metadata": {
10571057
"description": "The resource location to use for the logic app"
@@ -1244,4 +1244,4 @@ Here is the parameterized sample template that's used by this topic's examples:
12441244
## Next steps
12451245

12461246
> [!div class="nextstepaction"]
1247-
> [Create logic app templates](../logic-apps/logic-apps-create-azure-resource-manager-templates.md)
1247+
> [Create logic app templates](../logic-apps/logic-apps-create-azure-resource-manager-templates.md)

0 commit comments

Comments
 (0)