Skip to content

Commit

Permalink
Removing capabilities property
Browse files Browse the repository at this point in the history
  • Loading branch information
olileger committed Feb 22, 2019
1 parent 1f307e3 commit 271e221
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions 101-cosmosdb-create-account/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,7 @@
"locationName": "[parameters('location')]"
}
],
"databaseAccountOfferType": "[parameters('tier')]",
"capabilities": [
{
"name": "string"
}
]
"databaseAccountOfferType": "[parameters('tier')]"
}
}
]
Expand Down

0 comments on commit 271e221

Please sign in to comment.