Skip to content

Commit

Permalink
[Hub Generated] Review request for Microsoft.Quota to add version sta…
Browse files Browse the repository at this point in the history
…ble/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
  • Loading branch information
allison-inman authored and JoshLove-msft committed Apr 25, 2023
1 parent 076ed59 commit 8950093
Show file tree
Hide file tree
Showing 28 changed files with 2,224 additions and 830 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"parameters": {
"api-version": "2023-02-01"
},
"responses": {
"200": {
"body": {
"value": [
{
"name": "Microsoft.Quota/usages/read",
"display": {
"provider": "Microsoft Quota",
"resource": "Resource current usages",
"operation": "Get resource usages",
"description": "Get the current usages of the specified resource and location"
}
},
{
"name": "Microsoft.Quota/quotas/read",
"display": {
"provider": "Microsoft Quota",
"resource": "Resource quota limit",
"operation": "Get resource quota limit",
"description": "Get the current service limit or quota of the specified resource and location"
}
},
{
"name": "Microsoft.Quota/quotas/write",
"display": {
"provider": "Microsoft Quota",
"resource": "Resource quota limit",
"operation": "Create resource quota limit",
"description": "Create service limit or quota for the specified resource and location"
}
},
{
"name": "Microsoft.Quota/quotaRequests/read",
"display": {
"provider": "Microsoft Quota",
"resource": "Resource quota request",
"operation": "Get quota request",
"description": "Get any quota request for the specified resource and location"
}
}
]
}
}
}
}
Loading

0 comments on commit 8950093

Please sign in to comment.