Skip to content

Commit

Permalink
Update QuotaGet definition
Browse files Browse the repository at this point in the history
  • Loading branch information
dariccia committed Apr 27, 2020
1 parent eeb483d commit 9bbe968
Showing 1 changed file with 7 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -750,26 +750,17 @@
}
},
"definitions": {
"HostQuota": {
"description": "Host quotas",
"properties": {
"gp": {
"description": "Quota for general purpose hosts (VS20)",
"type": "integer",
"readOnly": true
},
"he": {
"description": "Quota for high end hosts (VS36)",
"type": "integer",
"readOnly": true
}
}
},
"QuotaGet": {
"description": "Subscription quotas",
"properties": {
"hostsRemaining": {
"$ref": "#/definitions/HostQuota"
"description": "Remaining hosts quota by sku type",
"type": "object",
"readOnly": true,
"additionalProperties": {
"type": "integer",
"readOnly": true
}
},
"quotaEnabled": {
"description": "Host quota is active for current subscription",
Expand Down

0 comments on commit 9bbe968

Please sign in to comment.