Skip to content

Commit

Permalink
Fix default value of capacity. (#5817)
Browse files Browse the repository at this point in the history
  • Loading branch information
solankisamir authored and jhendrixMSFT committed May 1, 2019
1 parent cefbe32 commit 782a843
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1155,8 +1155,7 @@
"capacity": {
"type": "integer",
"format": "int32",
"description": "Capacity of the SKU (number of deployed units of the SKU). The default value is 1.",
"default": 1
"description": "Capacity of the SKU (number of deployed units of the SKU)."
}
},
"required": [
Expand Down

0 comments on commit 782a843

Please sign in to comment.