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 Jul 26, 2021
1 parent 2190a87 commit 4a7de4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1-CONTRIBUTION-GUIDE/best-practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4a7de4f

Please sign in to comment.