Skip to content

Commit

Permalink
updates to bp guide
Browse files Browse the repository at this point in the history
  • Loading branch information
bmoore-msft committed Feb 27, 2019
1 parent 48e023b commit 8993431
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 @@ -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": [
Expand Down

0 comments on commit 8993431

Please sign in to comment.