Skip to content

Commit 8950093

Browse files
allison-inmanJoshLove-msft
authored andcommitted
[Hub Generated] Review request for Microsoft.Quota to add version stable/2023-02-01 (Azure#22367)
* Adds base for updating Microsoft.Quota from version preview/2021-03-15-preview to version 2023-02-01 * Updates readme * Updates API version in new specs and examples * Fix version in readme * Remove stale version, update readme * Mark parameter as optional
1 parent 076ed59 commit 8950093

28 files changed

+2224
-830
lines changed

specification/quota/resource-manager/Microsoft.Quota/stable/2021-03-15/examples/GetOperations.json

Lines changed: 0 additions & 49 deletions
This file was deleted.

specification/quota/resource-manager/Microsoft.Quota/stable/2021-03-15/examples/metadata/getQuotaRPMetadata.json

Lines changed: 0 additions & 137 deletions
This file was deleted.

specification/quota/resource-manager/Microsoft.Quota/stable/2021-03-15/examples/patchComputeQuotaRequest.json

Lines changed: 0 additions & 49 deletions
This file was deleted.

specification/quota/resource-manager/Microsoft.Quota/stable/2021-03-15/examples/putComputeOneSkuQuotaRequest.json

Lines changed: 0 additions & 48 deletions
This file was deleted.

specification/quota/resource-manager/Microsoft.Quota/stable/2021-03-15/examples/putMachineLearningServicesQuotaRequestDedicated.json

Lines changed: 0 additions & 48 deletions
This file was deleted.
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
{
2+
"parameters": {
3+
"api-version": "2023-02-01"
4+
},
5+
"responses": {
6+
"200": {
7+
"body": {
8+
"value": [
9+
{
10+
"name": "Microsoft.Quota/usages/read",
11+
"display": {
12+
"provider": "Microsoft Quota",
13+
"resource": "Resource current usages",
14+
"operation": "Get resource usages",
15+
"description": "Get the current usages of the specified resource and location"
16+
}
17+
},
18+
{
19+
"name": "Microsoft.Quota/quotas/read",
20+
"display": {
21+
"provider": "Microsoft Quota",
22+
"resource": "Resource quota limit",
23+
"operation": "Get resource quota limit",
24+
"description": "Get the current service limit or quota of the specified resource and location"
25+
}
26+
},
27+
{
28+
"name": "Microsoft.Quota/quotas/write",
29+
"display": {
30+
"provider": "Microsoft Quota",
31+
"resource": "Resource quota limit",
32+
"operation": "Create resource quota limit",
33+
"description": "Create service limit or quota for the specified resource and location"
34+
}
35+
},
36+
{
37+
"name": "Microsoft.Quota/quotaRequests/read",
38+
"display": {
39+
"provider": "Microsoft Quota",
40+
"resource": "Resource quota request",
41+
"operation": "Get quota request",
42+
"description": "Get any quota request for the specified resource and location"
43+
}
44+
}
45+
]
46+
}
47+
}
48+
}
49+
}

0 commit comments

Comments
 (0)