File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ This example shows just the template parameters for the values used to create an
116
116
},
117
117
"LogicAppLocation" : {
118
118
"type" : " string" ,
119
- "min length " : 1 ,
119
+ "minLength " : 1 ,
120
120
"defaultValue" : " [resourceGroup().location]" ,
121
121
"metadata" : {
122
122
"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:
1051
1051
},
1052
1052
"LogicAppLocation" : {
1053
1053
"type" : " string" ,
1054
- "min length " : 1 ,
1054
+ "minLength " : 1 ,
1055
1055
"defaultValue" : " [resourceGroup().location]" ,
1056
1056
"metadata" : {
1057
1057
"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:
1244
1244
## Next steps
1245
1245
1246
1246
> [ !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 )
You can’t perform that action at this time.
0 commit comments