From bf06a125fc506acf915a8c09b42c1c82ec6274b9 Mon Sep 17 00:00:00 2001 From: Brian Moore Date: Wed, 9 Sep 2020 14:20:16 -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 558c78f05f1d..cb605178fd93 100644 --- a/1-CONTRIBUTION-GUIDE/best-practices.md +++ b/1-CONTRIBUTION-GUIDE/best-practices.md @@ -117,6 +117,7 @@ The common properties should be authored consistently to provide for understanda { "comments": "if any", "condition": true, + "scope": "% parent scope %", "type": "Microsoft.Compute/virtualMachines", "apiVersion": "2017-12-01", "name": "[concat(parameters('virtualMachineName'), copyIndex(1))]",