From 4a7de4f281ee2f2cb663065b49528d0823d54b03 Mon Sep 17 00:00:00 2001 From: Brian Moore Date: Mon, 26 Jul 2021 11:07:26 -0500 Subject: [PATCH] Update best-practices.md --- 1-CONTRIBUTION-GUIDE/best-practices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-CONTRIBUTION-GUIDE/best-practices.md b/1-CONTRIBUTION-GUIDE/best-practices.md index a08047a4428b..73aebe4c3cce 100644 --- a/1-CONTRIBUTION-GUIDE/best-practices.md +++ b/1-CONTRIBUTION-GUIDE/best-practices.md @@ -141,7 +141,7 @@ The common properties should be authored consistently to provide for understanda ### Empty and Null Properties -All empty or null properties that are not required must be excluded from the template samples. This includes empty objects {}, arrays [], strings "", and any property that has a null value. +All empty or null properties that are not required must be excluded from the template samples. This includes empty objects {}, arrays [], strings "", and any property that has a null value. The execptions to this rule are the top-level template properties: parameters, variables, functions, resources and outputs. ### dependsOn