From 63994fd4a4b8886a0cf0310990b98e7f45e89317 Mon Sep 17 00:00:00 2001 From: Brian Moore Date: Thu, 22 Aug 2019 20:31:45 -0500 Subject: [PATCH] Update best-practices.md --- 1-CONTRIBUTION-GUIDE/best-practices.md | 1 + 1 file changed, 1 insertion(+) diff --git a/1-CONTRIBUTION-GUIDE/best-practices.md b/1-CONTRIBUTION-GUIDE/best-practices.md index adba02a74862..1f733bb2ecb4 100644 --- a/1-CONTRIBUTION-GUIDE/best-practices.md +++ b/1-CONTRIBUTION-GUIDE/best-practices.md @@ -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')]"