{"files":{"SKILL.md":"---\nname: powerbidedicated\ndescription: \"PowerBIDedicated API skill. Use when working with PowerBIDedicated for subscriptions, providers. Covers 12 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# PowerBIDedicated\nAPI version: 2017-10-01\n\n## Auth\nOAuth2\n\n## Base URL\nhttps://management.azure.com\n\n## Setup\n1. Configure auth: OAuth2\n2. GET /providers/Microsoft.PowerBIDedicated/operations -- lists all of the available powerbidedicated rest api operations.\n3. POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBIDedicated/capacities/{dedicatedCapacityName}/suspend -- create first suspend\n\n## Endpoints\n12 endpoints across 2 groups. See references/api-spec.lap for full details.\n\n### Subscriptions\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBIDedicated/capacities/{dedicatedCapacityName} | Gets details about the specified dedicated capacity. |\n| PUT | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBIDedicated/capacities/{dedicatedCapacityName} | Provisions the specified dedicated capacity based on the configuration specified in the request. You can’t create a capacity with a name that’s used by another capacity in another tenant in the target location. |\n| DELETE | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBIDedicated/capacities/{dedicatedCapacityName} | Deletes the specified Dedicated capacity. |\n| PATCH | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBIDedicated/capacities/{dedicatedCapacityName} | Updates the current state of the specified Dedicated capacity. |\n| POST | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBIDedicated/capacities/{dedicatedCapacityName}/suspend | Suspends operation of the specified dedicated capacity instance. |\n| POST | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBIDedicated/capacities/{dedicatedCapacityName}/resume | Resumes operation of the specified Dedicated capacity instance. |\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBIDedicated/capacities | Gets all the Dedicated capacities for the given resource group. |\n| GET | /subscriptions/{subscriptionId}/providers/Microsoft.PowerBIDedicated/capacities | Lists all the Dedicated capacities for the given subscription. |\n| GET | /subscriptions/{subscriptionId}/providers/Microsoft.PowerBIDedicated/skus | Lists eligible SKUs for PowerBI Dedicated resource provider. |\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBIDedicated/capacities/{dedicatedCapacityName}/skus | Lists eligible SKUs for a PowerBI Dedicated resource. |\n| POST | /subscriptions/{subscriptionId}/providers/Microsoft.PowerBIDedicated/locations/{location}/checkNameAvailability | Check the name availability in the target location. The name isn’t available if it’s used by another capacity in another tenant in the target location. |\n\n### Providers\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /providers/Microsoft.PowerBIDedicated/operations | Lists all of the available PowerBIDedicated REST API operations. |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"Get capacity details?\" -> GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBIDedicated/capacities/{dedicatedCapacityName}\n- \"Update a capacity?\" -> PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBIDedicated/capacities/{dedicatedCapacityName}\n- \"Delete a capacity?\" -> DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBIDedicated/capacities/{dedicatedCapacityName}\n- \"Partially update a capacity?\" -> PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBIDedicated/capacities/{dedicatedCapacityName}\n- \"Create a suspend?\" -> POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBIDedicated/capacities/{dedicatedCapacityName}/suspend\n- \"Create a resume?\" -> POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBIDedicated/capacities/{dedicatedCapacityName}/resume\n- \"List all capacities?\" -> GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBIDedicated/capacities\n- \"List all skus?\" -> GET /subscriptions/{subscriptionId}/providers/Microsoft.PowerBIDedicated/skus\n- \"List all operations?\" -> GET /providers/Microsoft.PowerBIDedicated/operations\n- \"Create a checkNameAvailability?\" -> POST /subscriptions/{subscriptionId}/providers/Microsoft.PowerBIDedicated/locations/{location}/checkNameAvailability\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 PowerBIDedicated\n@base https://management.azure.com\n@version 2017-10-01\n@auth OAuth2\n@common_fields {api-version: any # The client API version.}\n@endpoints 12\n@toc subscriptions(11), providers(1)\n\n@group subscriptions\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBIDedicated/capacities/{dedicatedCapacityName}\n@desc Gets details about the specified dedicated capacity.\n@required {resourceGroupName: any # The name of the Azure Resource group of which a given PowerBIDedicated capacity is part. This name must be at least 1 character in length, and no more than 90., dedicatedCapacityName: any # The name of the dedicated capacity. It must be a minimum of 3 characters, and a maximum of 63., subscriptionId: any # A unique identifier for a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.}\n@returns(200) OK. The operation was successful.\n\n@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBIDedicated/capacities/{dedicatedCapacityName}\n@desc Provisions the specified dedicated capacity based on the configuration specified in the request. You can’t create a capacity with a name that’s used by another capacity in another tenant in the target location.\n@required {resourceGroupName: any # The name of the Azure Resource group of which a given PowerBIDedicated capacity is part. This name must be at least 1 character in length, and no more than 90., dedicatedCapacityName: any # The name of the Dedicated capacity. It must be a minimum of 3 characters, and a maximum of 63., capacityParameters: map # Contains the information used to provision the Dedicated capacity., subscriptionId: any # A unique identifier for a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.}\n@returns(200) OK. The operation completed successfully.\n@returns(201) InProgress. The operation is still in progress.\n\n@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBIDedicated/capacities/{dedicatedCapacityName}\n@desc Deletes the specified Dedicated capacity.\n@required {resourceGroupName: any # The name of the Azure Resource group of which a given PowerBIDedicated capacity is part. This name must be at least 1 character in length, and no more than 90., dedicatedCapacityName: any # The name of the Dedicated capacity. It must be at least 3 characters in length, and no more than 63., subscriptionId: any # A unique identifier for a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.}\n@returns(200) OK.\n@returns(202) Accepted.\n@returns(204) No Content.\n\n@endpoint PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBIDedicated/capacities/{dedicatedCapacityName}\n@desc Updates the current state of the specified Dedicated capacity.\n@required {resourceGroupName: any # The name of the Azure Resource group of which a given PowerBIDedicated capacity is part. This name must be at least 1 character in length, and no more than 90., dedicatedCapacityName: any # The name of the Dedicated capacity. It must be at least 3 characters in length, and no more than 63., capacityUpdateParameters: map # Request object that contains the updated information for the capacity., subscriptionId: any # A unique identifier for a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.}\n@returns(200) OK\n@returns(202) Accepted\n\n@endpoint POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBIDedicated/capacities/{dedicatedCapacityName}/suspend\n@desc Suspends operation of the specified dedicated capacity instance.\n@required {resourceGroupName: any # The name of the Azure Resource group of which a given PowerBIDedicated capacity is part. This name must be at least 1 character in length, and no more than 90., dedicatedCapacityName: any # The name of the Dedicated capacity. It must be at least 3 characters in length, and no more than 63., subscriptionId: any # A unique identifier for a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.}\n@returns(200) OK.\n@returns(202) Accepted.\n\n@endpoint POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBIDedicated/capacities/{dedicatedCapacityName}/resume\n@desc Resumes operation of the specified Dedicated capacity instance.\n@required {resourceGroupName: any # The name of the Azure Resource group of which a given PowerBIDedicated capacity is part. This name must be at least 1 character in length, and no more than 90., dedicatedCapacityName: any # The name of the Dedicated capacity. It must be at least 3 characters in length, and no more than 63., subscriptionId: any # A unique identifier for a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.}\n@returns(200) OK\n@returns(202) Accepted\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBIDedicated/capacities\n@desc Gets all the Dedicated capacities for the given resource group.\n@required {resourceGroupName: any # The name of the Azure Resource group of which a given PowerBIDedicated capacity is part. This name must be at least 1 character in length, and no more than 90., subscriptionId: any # A unique identifier for a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.}\n@returns(200) OK\n\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.PowerBIDedicated/capacities\n@desc Lists all the Dedicated capacities for the given subscription.\n@required {subscriptionId: any # A unique identifier for a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.}\n@returns(200) OK\n\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.PowerBIDedicated/skus\n@desc Lists eligible SKUs for PowerBI Dedicated resource provider.\n@required {subscriptionId: any # A unique identifier for a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.}\n@returns(200) OK\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBIDedicated/capacities/{dedicatedCapacityName}/skus\n@desc Lists eligible SKUs for a PowerBI Dedicated resource.\n@required {resourceGroupName: any # The name of the Azure Resource group of which a given PowerBIDedicated capacity is part. This name must be at least 1 character in length, and no more than 90., dedicatedCapacityName: any # The name of the Dedicated capacity. It must be at least 3 characters in length, and no more than 63., subscriptionId: any # A unique identifier for a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.}\n@returns(200) OK\n\n@endgroup\n\n@group providers\n@endpoint GET /providers/Microsoft.PowerBIDedicated/operations\n@desc Lists all of the available PowerBIDedicated REST API operations.\n@returns(200) OK. The request has succeeded.\n\n@endgroup\n\n@group subscriptions\n@endpoint POST /subscriptions/{subscriptionId}/providers/Microsoft.PowerBIDedicated/locations/{location}/checkNameAvailability\n@desc Check the name availability in the target location. The name isn’t available if it’s used by another capacity in another tenant in the target location.\n@required {location: any # The region name which the operation will lookup into., capacityParameters: map # The name of the capacity., subscriptionId: any # A unique identifier for a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.}\n@returns(200) OK. The request has succeeded.\n\n@endgroup\n\n@end\n"}}