Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Capacity RP Quota APIs for GA #11930

Merged
merged 4 commits into from
Dec 15, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"parameters": {
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"providerId": "Microsoft.Compute",
"location": "eastus",
"resourceName": "standardNDSFamily",
"api-version": "2020-10-25"
},
"responses": {
"200": {
"body": {
"properties": {
"limit": 10,
"unit": "Count",
"currentValue": 0,
"name": {
"value": "standardNDSFamily",
"localizedValue": "Standard NDS Family vCPUs"
}
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,138 @@
{
"parameters": {
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"providerId": "Microsoft.Compute",
"location": "eastus",
"api-version": "2020-10-25"
},
"responses": {
"200": {
"body": {
"value": [
{
"properties": {
"limit": 100,
"unit": "Count",
"currentValue": 0,
"name": {
"value": "standardFSv2Family",
"localizedValue": "Standard FSv2 Family vCPUs"
}
}
},
{
"properties": {
"limit": 0,
"unit": "Count",
"currentValue": 0,
"name": {
"value": "standardNDSFamily",
"localizedValue": "Standard NDS Family vCPUs"
}
}
},
{
"properties": {
"limit": 0,
"unit": "Count",
"currentValue": 0,
"name": {
"value": "standardNCSv2Family",
"localizedValue": "Standard NCSv2 Family vCPUs"
}
}
},
{
"properties": {
"limit": 0,
"unit": "Count",
"currentValue": 0,
"name": {
"value": "standardNCSv3Family",
"localizedValue": "Standard NCSv3 Family vCPUs"
}
}
},
{
"properties": {
"limit": 100,
"unit": "Count",
"currentValue": 0,
"name": {
"value": "standardLSv2Family",
"localizedValue": "Standard LSv2 Family vCPUs"
}
}
},
{
"properties": {
"limit": 6,
"unit": "Count",
"currentValue": 0,
"name": {
"value": "standardPBSFamily",
"localizedValue": "Standard PBS Family vCPUs"
}
}
},
{
"properties": {
"limit": 100,
"unit": "Count",
"currentValue": 0,
"name": {
"value": "standardEIv3Family",
"localizedValue": "Standard EIv3 Family vCPUs"
}
}
},
{
"properties": {
"limit": 100,
"unit": "Count",
"currentValue": 0,
"name": {
"value": "standardEISv3Family",
"localizedValue": "Standard EISv3 Family vCPUs"
}
}
},
{
"properties": {
"limit": 8,
"unit": "Count",
"currentValue": 0,
"name": {
"value": "standardDCSFamily",
"localizedValue": "Standard DCS Family vCPUs"
}
}
},
{
"properties": {
"limit": 0,
"unit": "Count",
"currentValue": 0,
"name": {
"value": "standardNVSv2Family",
"localizedValue": "Standard NVSv2 Family vCPUs"
}
}
},
{
"properties": {
"limit": 0,
"unit": "Count",
"currentValue": 0,
"name": {
"value": "standardMSv2Family",
"localizedValue": "Standard MSv2 Family vCPUs"
}
}
}
],
"nextLink": ""
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"parameters": {
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"providerId": "Microsoft.MachineLearningServices",
"location": "eastus",
"api-version": "2020-10-25"
},
"responses": {
"200": {
"body": {
"value": [
{
"properties": {
"currentValue": 15,
"limit": 20,
"name": {
"value": "standardDv2Family",
"localizedValue": "Standard Dv2 Family vCPUs"
},
"resourceType": "dedicated"
}
},
{
"properties": {
"currentValue": 49,
"limit": 600,
"name": {
"value": "totalLowPriorityCores",
"localizedValue": "Total Regional Low-priority vCPUs"
},
"resourceType": "lowPriority"
}
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"parameters": {
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"providerId": "Microsoft.Compute",
"location": "eastus",
"id": "2B5C8515-37D8-4B6A-879B-CD641A2CF605",
"api-version": "2020-10-25"
},
"responses": {
"200": {
"body": {
"id": "2B5C8515-37D8-4B6A-879B-CD641A2CF605",
"type": "Microsoft.Capacity/serviceLimitsRequests",
"name": "00000000-0000-0000-0000-000000000000/2B5C8515-37D8-4B6A-879B-CD641A2CF605",
"properties": {
"requestSubmitTime": "2019-08-19T19:23:17.904Z",
"message": "Request completed",
"provisioningState": "Succeeded",
"value": [
{
"limit": 200,
"subRequestId": "AD07450A-DE86-4FD3-859B-107BEF218C4C",
"name": {
"value": "standardHCSFamily",
"localizedValue": "Standard HCS Family vCPUs"
},
"message": "Request completed",
"provisioningState": "Succeeded"
},
{
"limit": 50,
"name": {
"value": "standardNCPromoFamily",
"localizedValue": "Standard NC Promo Family vCPUs"
},
"message": "Request completed",
"provisioningState": "Succeeded"
}
]
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"parameters": {
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"providerId": "Microsoft.Compute",
"location": "eastus",
"id": "2B5C8515-37D8-4B6A-879B-CD641A2CF605",
"api-version": "2020-10-25"
},
"responses": {
"200": {
"body": {
"id": "2B5C8515-37D8-4B6A-879B-CD641A2CF605",
"type": "Microsoft.Capacity/serviceLimitsRequests",
"name": "00000000-0000-0000-0000-000000000000/2B5C8515-37D8-4B6A-879B-CD641A2CF605",
"properties": {
"requestSubmitTime": "2019-08-19T19:23:17.904Z",
"message": "Request failed, please contatct support.",
"provisioningState": "Failed",
"value": [
{
"limit": 200,
"subRequestId": "AD07450A-DE86-4FD3-859B-107BEF218C4C",
"name": {
"value": "standardHCSFamily",
"localizedValue": "Standard HCS Family vCPUs"
},
"message": "Request completed",
"provisioningState": "Succeeded"
},
{
"limit": 50,
"subRequestId": "AD07450A-DE86-4FD3-859B-107BEF218C4C",
"name": {
"value": "standardNCPromoFamily",
"localizedValue": "Standard NC Promo Family vCPUs"
},
"message": "RRequest failed, please contatct support.",
"provisioningState": "Failed"
}
]
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"parameters": {
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"providerId": "Microsoft.Compute",
"location": "eastus",
"id": "2B5C8515-37D8-4B6A-879B-CD641A2CF605",
"api-version": "2019-07-19-preview"
},
"responses": {
"200": {
"body": {
"id": "2B5C8515-37D8-4B6A-879B-CD641A2CF605",
"type": "Microsoft.Capacity/serviceLimitsRequests",
"name": "00000000-0000-0000-0000-000000000000/2B5C8515-37D8-4B6A-879B-CD641A2CF605",
"properties": {
"requestSubmitTime": "2019-08-19T19:23:17.904Z",
"message": "Request processing",
"provisioningState": "InProgress",
"value": [
{
"limit": 50,
"subRequestId": "AD07450A-DE86-4FD3-859B-107BEF218C4C",
"name": {
"value": "standardNCPromoFamily",
"localizedValue": "Standard NC Promo Family vCPUs"
},
"message": "Request processing",
"provisioningState": "InProgress"
}
]
}
}
}
}
}
Loading