Skip to content

Commit

Permalink
Fix misplaced plan in best practices sample.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkpageBxl authored Jul 2, 2020
1 parent 7a3f5d7 commit 78955d1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions 1-CONTRIBUTION-GUIDE/best-practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,12 +384,12 @@ The following code provides an example:
"type": "Microsoft.Compute/virtualMachines",
"name": "[parameters('vmName')]",
"location": "[parameters('location')]",
"plan": {
"name": "ContosoSKU",
"publisher":"Contoso",
"product":"ContosoProduct"
},
"properties": {
"plan": {
"name": "ContosoSKU",
"publisher":"Contoso",
"product":"ContosoProduct"
},
"hardwareProfile": {
"vmSize": "[parameters('vmSize')]"
},
Expand Down

0 comments on commit 78955d1

Please sign in to comment.