Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
36279e4
Adding swagger Spec for Quota RP API.
rahuls-microsoft Aug 8, 2019
d710128
Updated based on the comments.
rahuls-microsoft Aug 8, 2019
cf3b90a
Merge branch 'master' of https://github.com/Azure/azure-rest-api-specs
rahuls-microsoft Jan 22, 2020
29b8558
Merge branch 'master' of https://github.com/Azure/azure-rest-api-specs
rahuls-microsoft Feb 18, 2020
8126e5d
Updating quota Request get and Put objects wrapped inside - "properti…
rahuls-microsoft Feb 18, 2020
be616c8
Updating quota properties definition.
rahuls-microsoft Feb 18, 2020
c20396d
Fixing Model for put, patch.
rahuls-microsoft Feb 18, 2020
82d1db0
Merge branch 'master' of https://github.com/Azure/azure-rest-api-specs
rahuls-microsoft Feb 18, 2020
f0c581a
Fixing example for QuotaRequest_Create
rahuls-microsoft Feb 18, 2020
4770299
Refactoring Resource Name to ommon object and updating patch example.
rahuls-microsoft Feb 19, 2020
e238691
Fixing examples for Put and patch.
rahuls-microsoft Feb 19, 2020
c734f81
Running prettier.
rahuls-microsoft Feb 19, 2020
4b81d8a
Updating Put example.
rahuls-microsoft Feb 19, 2020
3146e2e
Fixing Patch Example.
rahuls-microsoft Feb 19, 2020
d22c8dc
Updating the description for put and patch. It supports one resource …
rahuls-microsoft Feb 19, 2020
9617b74
Merge branch 'master' of https://github.com/Azure/azure-rest-api-specs
rahuls-microsoft Feb 21, 2020
fa5ab78
Updating comment.
rahuls-microsoft Feb 21, 2020
c705c26
Merge branch 'master' of https://github.com/Azure/azure-rest-api-specs
rahuls-microsoft Feb 21, 2020
7e4ffe7
Merge from master.
rahuls-microsoft Feb 21, 2020
5d2928d
Merge branch 'master' of https://github.com/Azure/azure-rest-api-specs
rahuls-microsoft Feb 21, 2020
636ca64
Merge branch 'master' of https://github.com/Azure/azure-rest-api-specs
rahuls-microsoft Feb 21, 2020
e3e50e5
Merge branch 'master' of https://github.com/rahuls-microsoft/azure-re…
rahuls-microsoft Feb 21, 2020
afb1820
Moving NextLink field, as the build is giving error for nextpage.
rahuls-microsoft Feb 21, 2020
84e5fcb
NextLink update.
rahuls-microsoft Feb 21, 2020
702f097
Removing nextLink
rahuls-microsoft Feb 21, 2020
cb5e4dd
Adding back x-ms-pageable.
rahuls-microsoft Feb 21, 2020
4cd15a4
Merge branch 'master' of https://github.com/Azure/azure-rest-api-specs
rahuls-microsoft Feb 21, 2020
baaf105
Comment fix.
rahuls-microsoft Feb 21, 2020
e51bc9f
Merge branch 'master' of https://github.com/Azure/azure-rest-api-specs
rahuls-microsoft Feb 21, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -10,49 +10,59 @@
"body": {
"value": [
{
"currentValue": 15,
"limit": 20,
"name": {
"localizedValue": "Clusters",
"value": "Clusters"
},
"unit": "Count"
"properties": {
"currentValue": 15,
"limit": 20,
"name": {
"localizedValue": "Clusters",
"value": "Clusters"
},
"unit": "Count"
}
},
{
"currentValue": 49,
"limit": 600,
"name": {
"localizedValue": "Total Cluster Dedicated Regional vCPUs",
"value": "Total Cluster Dedicated Regional vCPUs"
},
"unit": "Count"
"properties": {
"currentValue": 49,
"limit": 600,
"name": {
"localizedValue": "Total Cluster Dedicated Regional vCPUs",
"value": "Total Cluster Dedicated Regional vCPUs"
},
"unit": "Count"
}
},
{
"currentValue": 1,
"limit": 600,
"name": {
"localizedValue": "Standard D Family Cluster Dedicated vCPUs",
"value": "Standard D Family Cluster Dedicated vCPUs"
},
"unit": "Count"
"properties": {
"currentValue": 1,
"limit": 600,
"name": {
"localizedValue": "Standard D Family Cluster Dedicated vCPUs",
"value": "Standard D Family Cluster Dedicated vCPUs"
},
"unit": "Count"
}
},
{
"currentValue": 0,
"limit": 0,
"name": {
"localizedValue": "Standard ND Family Cluster Low Priority vCPUs",
"value": "Standard ND Family Cluster LowPriority vCPUs"
},
"unit": "Count"
"properties": {
"currentValue": 0,
"limit": 0,
"name": {
"localizedValue": "Standard ND Family Cluster Low Priority vCPUs",
"value": "Standard ND Family Cluster LowPriority vCPUs"
},
"unit": "Count"
}
},
{
"currentValue": 0,
"limit": 150,
"name": {
"localizedValue": "Standard NV Family Cluster Low Priority vCPUs",
"value": "Standard NV Family Cluster LowPriority vCPUs"
},
"unit": "Count"
"properties": {
"currentValue": 0,
"limit": 150,
"name": {
"localizedValue": "Standard NV Family Cluster Low Priority vCPUs",
"value": "Standard NV Family Cluster LowPriority vCPUs"
},
"unit": "Count"
}
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@
"responses": {
"200": {
"body": {
"limit": 0,
"unit": "Count",
"currentValue": 0,
"name": {
"value": "standardNDSFamily",
"localizedValue": "Standard NDS Family vCPUs"
"properties": {
"limit": 10,
"unit": "Count",
"currentValue": 0,
"name": {
"value": "standardNDSFamily",
"localizedValue": "Standard NDS Family vCPUs"
}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,102 +10,124 @@
"body": {
"value": [
{
"limit": 100,
"unit": "Count",
"currentValue": 0,
"name": {
"value": "standardFSv2Family",
"localizedValue": "Standard FSv2 Family vCPUs"
"properties": {
"limit": 100,
"unit": "Count",
"currentValue": 0,
"name": {
"value": "standardFSv2Family",
"localizedValue": "Standard FSv2 Family vCPUs"
}
}
},
{
"limit": 0,
"unit": "Count",
"currentValue": 0,
"name": {
"value": "standardNDSFamily",
"localizedValue": "Standard NDS Family vCPUs"
"properties": {
"limit": 0,
"unit": "Count",
"currentValue": 0,
"name": {
"value": "standardNDSFamily",
"localizedValue": "Standard NDS Family vCPUs"
}
}
},
{
"limit": 0,
"unit": "Count",
"currentValue": 0,
"name": {
"value": "standardNCSv2Family",
"localizedValue": "Standard NCSv2 Family vCPUs"
"properties": {
"limit": 0,
"unit": "Count",
"currentValue": 0,
"name": {
"value": "standardNCSv2Family",
"localizedValue": "Standard NCSv2 Family vCPUs"
}
}
},
{
"limit": 0,
"unit": "Count",
"currentValue": 0,
"name": {
"value": "standardNCSv3Family",
"localizedValue": "Standard NCSv3 Family vCPUs"
"properties": {
"limit": 0,
"unit": "Count",
"currentValue": 0,
"name": {
"value": "standardNCSv3Family",
"localizedValue": "Standard NCSv3 Family vCPUs"
}
}
},
{
"limit": 100,
"unit": "Count",
"currentValue": 0,
"name": {
"value": "standardLSv2Family",
"localizedValue": "Standard LSv2 Family vCPUs"
"properties": {
"limit": 100,
"unit": "Count",
"currentValue": 0,
"name": {
"value": "standardLSv2Family",
"localizedValue": "Standard LSv2 Family vCPUs"
}
}
},
{
"limit": 6,
"unit": "Count",
"currentValue": 0,
"name": {
"value": "standardPBSFamily",
"localizedValue": "Standard PBS Family vCPUs"
"properties": {
"limit": 6,
"unit": "Count",
"currentValue": 0,
"name": {
"value": "standardPBSFamily",
"localizedValue": "Standard PBS Family vCPUs"
}
}
},
{
"limit": 100,
"unit": "Count",
"currentValue": 0,
"name": {
"value": "standardEIv3Family",
"localizedValue": "Standard EIv3 Family vCPUs"
"properties": {
"limit": 100,
"unit": "Count",
"currentValue": 0,
"name": {
"value": "standardEIv3Family",
"localizedValue": "Standard EIv3 Family vCPUs"
}
}
},
{
"limit": 100,
"unit": "Count",
"currentValue": 0,
"name": {
"value": "standardEISv3Family",
"localizedValue": "Standard EISv3 Family vCPUs"
"properties": {
"limit": 100,
"unit": "Count",
"currentValue": 0,
"name": {
"value": "standardEISv3Family",
"localizedValue": "Standard EISv3 Family vCPUs"
}
}
},
{
"limit": 8,
"unit": "Count",
"currentValue": 0,
"name": {
"value": "standardDCSFamily",
"localizedValue": "Standard DCS Family vCPUs"
"properties": {
"limit": 8,
"unit": "Count",
"currentValue": 0,
"name": {
"value": "standardDCSFamily",
"localizedValue": "Standard DCS Family vCPUs"
}
}
},
{
"limit": 0,
"unit": "Count",
"currentValue": 0,
"name": {
"value": "standardNVSv2Family",
"localizedValue": "Standard NVSv2 Family vCPUs"
"properties": {
"limit": 0,
"unit": "Count",
"currentValue": 0,
"name": {
"value": "standardNVSv2Family",
"localizedValue": "Standard NVSv2 Family vCPUs"
}
}
},
{
"limit": 0,
"unit": "Count",
"currentValue": 0,
"name": {
"value": "standardMSv2Family",
"localizedValue": "Standard MSv2 Family vCPUs"
"properties": {
"limit": 0,
"unit": "Count",
"currentValue": 0,
"name": {
"value": "standardMSv2Family",
"localizedValue": "Standard MSv2 Family vCPUs"
}
}
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,31 +10,37 @@
"body": {
"value": [
{
"currentValue": 1,
"limit": 20,
"name": {
"localizedValue": "Regional Server Quota for West US",
"value": "ServerQuota"
},
"unit": "Count"
"properties": {
"currentValue": 1,
"limit": 20,
"name": {
"localizedValue": "Regional Server Quota for West US",
"value": "ServerQuota"
},
"unit": "Count"
}
},
{
"currentValue": 0,
"limit": 1,
"name": {
"localizedValue": "Free Database Count per Subscription for West US",
"value": "SubscriptionFreeDatabaseCount"
},
"unit": "Count"
"properties": {
"currentValue": 0,
"limit": 1,
"name": {
"localizedValue": "Free Database Count per Subscription for West US",
"value": "SubscriptionFreeDatabaseCount"
},
"unit": "Count"
}
},
{
"currentValue": 365,
"limit": 365,
"name": {
"localizedValue": "Free to Basic Database Upgrade count-down in West US",
"value": "SubscriptionFreeDatabaseDaysLeft"
},
"unit": "Count"
"properties": {
"currentValue": 365,
"limit": 365,
"name": {
"localizedValue": "Free to Basic Database Upgrade count-down in West US",
"value": "SubscriptionFreeDatabaseDaysLeft"
},
"unit": "Count"
}
}
]
}
Expand Down
Loading