Skip to content

Commit 52aadfb

Browse files
committed
update format
1 parent 8797d73 commit 52aadfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-resource-manager/resource-group-create-multiple.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ When used with a resource, the copy object has the following format:
1919
"copy": {
2020
"name": "<name-of-loop>",
2121
"count": <number-of-iterations>,
22-
"mode": "<serial or parallel>",
23-
"batchSize": <number-for-serial-batch>
22+
"mode": "serial" <or> "parallel",
23+
"batchSize": <number-to-deploy-serially>
2424
}
2525
```
2626

0 commit comments

Comments
 (0)