{"files":{"SKILL.md":"---\nname: domain-services-resource-provider\ndescription: \"Domain Services Resource Provider API skill. Use when working with Domain Services Resource Provider for providers, subscriptions. Covers 7 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# Domain Services Resource Provider\nAPI version: 2017-06-01\n\n## Auth\nOAuth2\n\n## Base URL\nhttps://management.azure.com\n\n## Setup\n1. Configure auth: OAuth2\n2. GET /providers/Microsoft.AAD/operations -- lists all the available domain services operations.\n3. Explore available endpoints below\n\n## Endpoints\n7 endpoints across 2 groups. See references/api-spec.lap for full details.\n\n### Providers\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /providers/Microsoft.AAD/operations | Lists all the available Domain Services operations. |\n\n### Subscriptions\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /subscriptions/{subscriptionId}/providers/Microsoft.AAD/domainServices | List Domain Services in Subscription |\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AAD/domainServices | List Domain Services in Resource Group |\n| PUT | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AAD/domainServices/{domainServiceName} | Create or Update Domain Service (PUT Resource) |\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AAD/domainServices/{domainServiceName} | Get Domain Service |\n| DELETE | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AAD/domainServices/{domainServiceName} | Delete Domain Service (DELETE Resource) |\n| PATCH | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AAD/domainServices/{domainServiceName} | Update Domain Service (PATCH Resource) |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"List all operations?\" -> GET /providers/Microsoft.AAD/operations\n- \"List all domainServices?\" -> GET /subscriptions/{subscriptionId}/providers/Microsoft.AAD/domainServices\n- \"Update a domainService?\" -> PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AAD/domainServices/{domainServiceName}\n- \"Get domainService details?\" -> GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AAD/domainServices/{domainServiceName}\n- \"Delete a domainService?\" -> DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AAD/domainServices/{domainServiceName}\n- \"Partially update a domainService?\" -> PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AAD/domainServices/{domainServiceName}\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 Domain Services Resource Provider\n@base https://management.azure.com\n@version 2017-06-01\n@auth OAuth2\n@common_fields {api-version: any # Client Api Version.}\n@endpoints 7\n@toc providers(1), subscriptions(6)\n\n@group providers\n@endpoint GET /providers/Microsoft.AAD/operations\n@desc Lists all the available Domain Services operations.\n@returns(200) HTTP 200 (OK) if the operation was successful.\n\n@endgroup\n\n@group subscriptions\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.AAD/domainServices\n@desc List Domain Services in Subscription\n@required {subscriptionId: any # Gets subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.}\n@returns(200) HTTP 200 (OK) if the operation was successful.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AAD/domainServices\n@desc List Domain Services in Resource Group\n@required {subscriptionId: any # Gets subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call., resourceGroupName: any # The name of the resource group within the user's subscription. The name is case insensitive.}\n@returns(200) HTTP 200 (OK) if the operation was successful.\n\n@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AAD/domainServices/{domainServiceName}\n@desc Create or Update Domain Service (PUT Resource)\n@required {subscriptionId: any # Gets subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call., resourceGroupName: any # The name of the resource group within the user's subscription. The name is case insensitive., domainServiceName: any # The name of the domain service., domainService: any # Properties supplied to the Create or Update a Domain Service operation.}\n@returns(200) HTTP 200 (OK) if the operation was successful.\n@returns(201) HTTP 201 (Created) if the operation completed successfully.\n@returns(202) HTTP 202 (Accepted) if the operation was successfully started and will complete asynchronously.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AAD/domainServices/{domainServiceName}\n@desc Get Domain Service\n@required {subscriptionId: any # Gets subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call., resourceGroupName: any # The name of the resource group within the user's subscription. The name is case insensitive., domainServiceName: any # The name of the domain service.}\n@returns(200) HTTP 200 (OK) if the operation was successful.\n\n@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AAD/domainServices/{domainServiceName}\n@desc Delete Domain Service (DELETE Resource)\n@required {subscriptionId: any # Gets subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call., resourceGroupName: any # The name of the resource group within the user's subscription. The name is case insensitive., domainServiceName: any # The name of the domain service.}\n@returns(202) HTTP 202 (Accepted) if the operation was successfully started and will complete asynchronously.\n@returns(204) HTTP 204 (Not Content) should be used if the resource does not exist and the request is well formed.\n\n@endpoint PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AAD/domainServices/{domainServiceName}\n@desc Update Domain Service (PATCH Resource)\n@required {subscriptionId: any # Gets subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call., resourceGroupName: any # The name of the resource group within the user's subscription. The name is case insensitive., domainServiceName: any # The name of the domain service., domainService: any # Properties supplied to the Update a Domain Service operation.}\n@returns(200) HTTP 200 (OK) if the operation was successful.\n@returns(202) HTTP 202 (Accepted) if the operation was successfully started and will complete asynchronously.\n\n@endgroup\n\n@end\n"}}