Skip to content

Commit

Permalink
make checkQuotaAvailability subscription level
Browse files Browse the repository at this point in the history
  • Loading branch information
dariccia committed Apr 28, 2020
1 parent 9bbe968 commit ab5f3f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"parameters": {
"subscriptionId": "{subscription-id}",
"api-version": "2019-08-09-preview",
"location": "eastus"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,14 +128,17 @@
}
}
},
"/providers/Microsoft.VMwareVirtustream/locations/{location}/checkQuotaAvailability": {
"/subscriptions/{subscriptionId}/providers/Microsoft.VMwareVirtustream/locations/{location}/checkQuotaAvailability": {
"post": {
"tags": [
"Quota"
],
"description": "Return quota for subscription by region",
"operationId": "Quota_Get",
"parameters": [
{
"$ref": "#/parameters/subscriptionId"
},
{
"name": "location",
"in": "path",
Expand Down

0 comments on commit ab5f3f2

Please sign in to comment.