{"files":{"SKILL.md":"---\nname: azure-addons-resource-provider\ndescription: \"Azure Addons Resource Provider API skill. Use when working with Azure Addons Resource Provider for providers, subscriptions. Covers 5 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# Azure Addons Resource Provider\nAPI version: 2017-05-15\n\n## Auth\nOAuth2\n\n## Base URL\nhttps://management.azure.com\n\n## Setup\n1. Configure auth: OAuth2\n2. GET /providers/Microsoft.Addons/operations -- lists all of the available addons rp operations.\n3. Explore available endpoints below\n\n## Endpoints\n5 endpoints across 2 groups. See references/api-spec.lap for full details.\n\n### Providers\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /providers/Microsoft.Addons/operations | Lists all of the available Addons RP operations. |\n\n### Subscriptions\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /subscriptions/{subscriptionId}/providers/Microsoft.Addons/supportProviders/{providerName}/supportPlanTypes/{planTypeName} | Returns whether or not the canonical support plan of type {type} is enabled for the subscription. |\n| PUT | /subscriptions/{subscriptionId}/providers/Microsoft.Addons/supportProviders/{providerName}/supportPlanTypes/{planTypeName} | Creates or updates the Canonical support plan of type {type} for the subscription. |\n| DELETE | /subscriptions/{subscriptionId}/providers/Microsoft.Addons/supportProviders/{providerName}/supportPlanTypes/{planTypeName} | Cancels the Canonical support plan of type {type} for the subscription. |\n| GET | /subscriptions/{subscriptionId}/providers/Microsoft.Addons/supportProviders/{providerName}/supportPlanTypes | Returns the Canonical Support Plans. |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"List all operations?\" -> GET /providers/Microsoft.Addons/operations\n- \"Get supportPlanType details?\" -> GET /subscriptions/{subscriptionId}/providers/Microsoft.Addons/supportProviders/{providerName}/supportPlanTypes/{planTypeName}\n- \"Update a supportPlanType?\" -> PUT /subscriptions/{subscriptionId}/providers/Microsoft.Addons/supportProviders/{providerName}/supportPlanTypes/{planTypeName}\n- \"Delete a supportPlanType?\" -> DELETE /subscriptions/{subscriptionId}/providers/Microsoft.Addons/supportProviders/{providerName}/supportPlanTypes/{planTypeName}\n- \"List all supportPlanTypes?\" -> GET /subscriptions/{subscriptionId}/providers/Microsoft.Addons/supportProviders/{providerName}/supportPlanTypes\n- \"How to authenticate?\" -> See Auth section above\n\n## Response Tips\n- Check response schemas in references/api-spec.lap for field details\n- Create/update endpoints return the modified resource on success\n- Error responses include status codes and descriptions in the spec\n\n## References\n- Full spec: See references/api-spec.lap for complete endpoint details, parameter tables, and response schemas\n\n> Generated from the official API spec by [LAP](https://lap.sh)\n","references/api-spec.lap":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api Azure Addons Resource Provider\n@base https://management.azure.com\n@version 2017-05-15\n@auth OAuth2\n@endpoints 5\n@toc providers(1), subscriptions(4)\n\n@group providers\n@endpoint GET /providers/Microsoft.Addons/operations\n@desc Lists all of the available Addons RP operations.\n@required {api-version: any # Client API version.}\n@returns(200) List all the operations.\n\n@endgroup\n\n@group subscriptions\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.Addons/supportProviders/{providerName}/supportPlanTypes/{planTypeName}\n@desc Returns whether or not the canonical support plan of type {type} is enabled for the subscription.\n@required {api-version: any # Client API version., subscriptionId: any # Subscription credentials that uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call., providerName: any # The support plan type. For now the only valid type is \"canonical\"., planTypeName: any # The Canonical support plan type.}\n@returns(200) OK\n@errors {404: Not Found}\n\n@endpoint PUT /subscriptions/{subscriptionId}/providers/Microsoft.Addons/supportProviders/{providerName}/supportPlanTypes/{planTypeName}\n@desc Creates or updates the Canonical support plan of type {type} for the subscription.\n@required {api-version: any # Client API version., subscriptionId: any # Subscription credentials that uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call., providerName: any # The support plan type. For now the only valid type is \"canonical\"., planTypeName: any # The Canonical support plan type.}\n@returns(200) OK\n@returns(201) Created\n@errors {404: Not Found}\n\n@endpoint DELETE /subscriptions/{subscriptionId}/providers/Microsoft.Addons/supportProviders/{providerName}/supportPlanTypes/{planTypeName}\n@desc Cancels the Canonical support plan of type {type} for the subscription.\n@required {api-version: any # Client API version., subscriptionId: any # Subscription credentials that uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call., providerName: any # The support plan type. For now the only valid type is \"canonical\"., planTypeName: any # The Canonical support plan type.}\n@returns(202) Accepted\n@returns(204) No Content\n\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.Addons/supportProviders/{providerName}/supportPlanTypes\n@desc Returns the Canonical Support Plans.\n@required {api-version: any # Client API version., subscriptionId: any # Subscription credentials that uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call., providerName: any # The support plan type. For now the only valid type is \"canonical\".}\n@returns(200) OK\n\n@endgroup\n\n@end\n"}}