From 8993431edca2f084279d0f92638601316ee58467 Mon Sep 17 00:00:00 2001 From: "Brian Moore (AZURE RESOURCE MANAGER)" Date: Tue, 26 Feb 2019 18:47:44 -0600 Subject: [PATCH] updates to bp guide --- 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 75c63e2bc08a..8d38ab2b400c 100644 --- a/1-CONTRIBUTION-GUIDE/best-practices.md +++ b/1-CONTRIBUTION-GUIDE/best-practices.md @@ -87,7 +87,7 @@ Parameters should be used for collecting input to customize the deployment. Val All resources share a common set of properties and as such these guidelines will apply to all resources in an application. ### Sort Order of Properties -The common properties should be authored consistently to provide for understandability and consumption of the code. +The common properties should be authored consistently to provide for understandability and consumption of the code. **Note:** Not all properties are required and if not listed here should be placed before the properties object for the resource. ```json "resources": [