Azure Reservations Quota
Connector for the azure-reservations-quota API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://management.azure.com - Auth: OAuth 2.0 (user-delegated) — attach an InTouch
oauthcredential. Mint one withitcli.py /oauth <provider>(device-code) or/google-auth(Google); the server auto-refreshes the access token before each run, so the connector never handles or stores tokens.
Operations
autoquotaincrease_getproperties— GET /subscriptions/{subscriptionId}/providers/Microsoft.Capacity/autoQuotaIncrease — For the specified subscription, gets the Auto Quota Increase enrollment status.quotas_liststatus— GET /subscriptions/{subscriptionId}/providers/Microsoft.Capacity/resourceProviders/{providerId}/locations/{location}/serviceLimits — Gets the current quota limit and usages for all the resources by the resource provider at the specified location.quota_liststatus— GET /subscriptions/{subscriptionId}/providers/Microsoft.Capacity/resourceProviders/{providerId}/locations/{location}/serviceLimits/{resourceName} — Gets the current quota limit and usages for the resource provider for the specified location for the specific resource in the parameter.quotarequests_liststatus— GET /subscriptions/{subscriptionId}/providers/Microsoft.Capacity/resourceProviders/{providerId}/locations/{location}/serviceLimitsRequests — For the specified location and resource Provider, gets the quota requests under the subscription over the time period of one year ago from now to one year back, based on the filter specified.quotarequests_getstatus— GET /subscriptions/{subscriptionId}/providers/Microsoft.Capacity/resourceProviders/{providerId}/locations/{location}/serviceLimitsRequests/{id} — Gets the Quota request status by requestId, for the specified resource provider at specified location.autoquotaincrease_create— PUT /subscriptions/{subscriptionId}/providers/Microsoft.Capacity/autoQuotaIncrease — For the specified subscription, sets the Auto Quota Increase enrollment properties.
Inputs
- a linked
oauthcredential (no key inputs) — the server injects a freshAuthorization: Bearerfrom it operation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: autoquotaincrease_getproperties
# (attach an 'oauth' credential to the task — no inline secrets)