Skip to content

Commit

Permalink
Capacity RP Quota APIs for GA (#11930)
Browse files Browse the repository at this point in the history
* Capacity RP Quota APIs for GA

* Adding preview version to stable dir as base files.

* Files from preview version, which will be removed.

* Updating to GA Version.
  • Loading branch information
rahuls-microsoft authored Dec 15, 2020
1 parent 516657c commit 343fbe0
Show file tree
Hide file tree
Showing 15 changed files with 1,580 additions and 1 deletion.
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

0 comments on commit 343fbe0

Please sign in to comment.