{"files":{"SKILL.md":"---\nname: customproviders\ndescription: \"customproviders API skill. Use when working with customproviders for providers, subscriptions, {scope}. Covers 11 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# customproviders\nAPI version: 2018-09-01-preview\n\n## Auth\nOAuth2\n\n## Base URL\nhttps://management.azure.com\n\n## Setup\n1. Configure auth: OAuth2\n2. GET /providers/Microsoft.CustomProviders/operations -- the list of operations provided by microsoft customproviders.\n3. Explore available endpoints below\n\n## Endpoints\n11 endpoints across 3 groups. See references/api-spec.lap for full details.\n\n### Providers\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /providers/Microsoft.CustomProviders/operations | The list of operations provided by Microsoft CustomProviders. |\n\n### Subscriptions\n| Method | Path | Description |\n|--------|------|-------------|\n| PUT | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomProviders/resourceProviders/{resourceProviderName} | Creates or updates the custom resource provider. |\n| DELETE | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomProviders/resourceProviders/{resourceProviderName} | Deletes the custom resource provider. |\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomProviders/resourceProviders/{resourceProviderName} | Gets the custom resource provider manifest. |\n| PATCH | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomProviders/resourceProviders/{resourceProviderName} | Updates an existing custom resource provider. The only value that can be updated via PATCH currently is the tags. |\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomProviders/resourceProviders | Gets all the custom resource providers within a resource group. |\n| GET | /subscriptions/{subscriptionId}/providers/Microsoft.CustomProviders/resourceProviders | Gets all the custom resource providers within a subscription. |\n\n### {scope}\n| Method | Path | Description |\n|--------|------|-------------|\n| PUT | /{scope}/providers/Microsoft.CustomProviders/associations/{associationName} | Create or update an association. |\n| DELETE | /{scope}/providers/Microsoft.CustomProviders/associations/{associationName} | Delete an association. |\n| GET | /{scope}/providers/Microsoft.CustomProviders/associations/{associationName} | Get an association. |\n| GET | /{scope}/providers/Microsoft.CustomProviders/associations | Gets all association for the given scope. |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"List all operations?\" -> GET /providers/Microsoft.CustomProviders/operations\n- \"Update a resourceProvider?\" -> PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomProviders/resourceProviders/{resourceProviderName}\n- \"Delete a resourceProvider?\" -> DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomProviders/resourceProviders/{resourceProviderName}\n- \"Get resourceProvider details?\" -> GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomProviders/resourceProviders/{resourceProviderName}\n- \"Partially update a resourceProvider?\" -> PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomProviders/resourceProviders/{resourceProviderName}\n- \"List all resourceProviders?\" -> GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomProviders/resourceProviders\n- \"Update a association?\" -> PUT /{scope}/providers/Microsoft.CustomProviders/associations/{associationName}\n- \"Delete a association?\" -> DELETE /{scope}/providers/Microsoft.CustomProviders/associations/{associationName}\n- \"Get association details?\" -> GET /{scope}/providers/Microsoft.CustomProviders/associations/{associationName}\n- \"List all associations?\" -> GET /{scope}/providers/Microsoft.CustomProviders/associations\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\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 customproviders\n@base https://management.azure.com\n@version 2018-09-01-preview\n@auth OAuth2\n@common_fields {api-version: any # The API version to be used with the HTTP request.}\n@endpoints 11\n@toc providers(1), subscriptions(6), {scope}(4)\n\n@group providers\n@endpoint GET /providers/Microsoft.CustomProviders/operations\n@desc The list of operations provided by Microsoft CustomProviders.\n@returns(200) Describe the result of a successful operation.\n\n@endgroup\n\n@group subscriptions\n@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomProviders/resourceProviders/{resourceProviderName}\n@desc Creates or updates the custom resource provider.\n@required {subscriptionId: any # The Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000), resourceGroupName: any # The name of the resource group., resourceProviderName: any # The name of the resource provider., resourceProvider: any # The parameters required to create or update a custom resource provider definition.}\n@returns(200) OK response definition. Resource already exists and the changes have been accepted\n@returns(201) Created response definition. Resource has been created\n\n@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomProviders/resourceProviders/{resourceProviderName}\n@desc Deletes the custom resource provider.\n@required {subscriptionId: any # The Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000), resourceGroupName: any # The name of the resource group., resourceProviderName: any # The name of the resource provider.}\n@returns(200) OK resource deleted\n@returns(202) OK resource delete has been accepted.\n@returns(204) OK resource was not found.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomProviders/resourceProviders/{resourceProviderName}\n@desc Gets the custom resource provider manifest.\n@required {subscriptionId: any # The Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000), resourceGroupName: any # The name of the resource group., resourceProviderName: any # The name of the resource provider.}\n@returns(200) OK response definition with the existing resource.\n\n@endpoint PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomProviders/resourceProviders/{resourceProviderName}\n@desc Updates an existing custom resource provider. The only value that can be updated via PATCH currently is the tags.\n@required {subscriptionId: any # The Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000), resourceGroupName: any # The name of the resource group., resourceProviderName: any # The name of the resource provider., patchableResource: any # The updatable fields of a custom resource provider.}\n@returns(200) OK response. The resource has been updated.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomProviders/resourceProviders\n@desc Gets all the custom resource providers within a resource group.\n@required {subscriptionId: any # The Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000), resourceGroupName: any # The name of the resource group.}\n@returns(200) OK - Returns an array of custom resource providers.\n\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.CustomProviders/resourceProviders\n@desc Gets all the custom resource providers within a subscription.\n@required {subscriptionId: any # The Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)}\n@returns(200) OK - Returns an array of custom resource providers.\n\n@endgroup\n\n@group {scope}\n@endpoint PUT /{scope}/providers/Microsoft.CustomProviders/associations/{associationName}\n@desc Create or update an association.\n@required {scope: any # The scope of the association. The scope can be any valid REST resource instance. For example, use '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/Microsoft.Compute/virtualMachines/{vm-name}' for a virtual machine resource., associationName: any # The name of the association., association: any # The parameters required to create or update an association.}\n@returns(200) OK. Association already exists and the changes have been accepted.\n@returns(201) Created. Association has been created.\n\n@endpoint DELETE /{scope}/providers/Microsoft.CustomProviders/associations/{associationName}\n@desc Delete an association.\n@required {scope: any # The scope of the association., associationName: any # The name of the association.}\n@returns(200) OK. Association deleted.\n@returns(202) Accepted. Association delete has been accepted.\n@returns(204) No Content. Association was not found.\n\n@endpoint GET /{scope}/providers/Microsoft.CustomProviders/associations/{associationName}\n@desc Get an association.\n@required {scope: any # The scope of the association., associationName: any # The name of the association.}\n@returns(200) OK. Returns association.\n\n@endpoint GET /{scope}/providers/Microsoft.CustomProviders/associations\n@desc Gets all association for the given scope.\n@required {scope: any # The scope of the association.}\n@returns(200) OK. Returns all associations for the given scope.\n\n@endgroup\n\n@end\n"}}