Azure Softwareplan
Connector for the azure-softwareplan 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
hybridusebenefit_list— GET /{scope}/providers/Microsoft.SoftwarePlan/hybridUseBenefits — Get all hybrid use benefits associated with an ARM resource.hybridusebenefit_get— GET /{scope}/providers/Microsoft.SoftwarePlan/hybridUseBenefits/{planId} — Gets a given plan IDhybridusebenefitrevision_list— GET /{scope}/providers/Microsoft.SoftwarePlan/hybridUseBenefits/{planId}/revisions — Gets the version history of a hybrid use benefitoperations_list— GET /{scope}/providers/Microsoft.SoftwarePlan/operations — Get operations.softwareplan_register— POST /subscriptions/{subscriptionId}/providers/Microsoft.SoftwarePlan/register — Register to Microsoft.SoftwarePlan resource provider.hybridusebenefit_create— PUT /{scope}/providers/Microsoft.SoftwarePlan/hybridUseBenefits/{planId} — Create a new hybrid use benefit under a given scope
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: hybridusebenefit_list
# (attach an 'oauth' credential to the task — no inline secrets)