Skip to content

Commit

Permalink
Update best-practices.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bmoore-msft authored Aug 23, 2019
1 parent 093a118 commit 63994fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 1-CONTRIBUTION-GUIDE/best-practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ The common properties should be authored consistently to provide for understanda
"name": "[concat(parameters('virtualMachineName'), copyIndex(1))]",
"location": "[parameters('location')]",
"sku": { ... },
"kind": "",
"copy": {
"name": "vmLoop",
"count": "[parameters('numberOfVMs')]"
Expand Down

0 comments on commit 63994fd

Please sign in to comment.