Skip to content

Commit

Permalink
Vipinhas/add min capacity clusters (Azure#15290)
Browse files Browse the repository at this point in the history
* removing read only property, no longer in use - NOT a breaking change

* add min value for LA cluster capacity reservation
  • Loading branch information
vipinhas authored Jul 23, 2021
1 parent 9e90176 commit 4508074
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -635,10 +635,11 @@
},
"capacityReservationLevel": {
"readOnly": true,
"description": "The capacity reservation level for this cluster",
"description": "The capacity reservation level for this cluster in GB",
"type": "integer",
"format": "int32",
"enum": [
500,
1000,
2000,
5000
Expand Down

0 comments on commit 4508074

Please sign in to comment.