{"files":{"SKILL.md":"---\nname: visual-studio-projects-resource-provider-client\ndescription: \"Visual Studio Projects Resource Provider Client API skill. Use when working with Visual Studio Projects Resource Provider Client for subscriptions. Covers 4 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# Visual Studio Projects Resource Provider Client\nAPI version: 2018-08-01-preview\n\n## Auth\nOAuth2\n\n## Base URL\nhttps://management.azure.com\n\n## Setup\n1. Configure auth: OAuth2\n2. GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.visualstudio/account/{rootResourceName}/project -- projects_listbyaccountresource\n3. Explore available endpoints below\n\n## Endpoints\n4 endpoints across 1 group. See references/api-spec.lap for full details.\n\n### Subscriptions\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.visualstudio/account/{rootResourceName}/project | Projects_ListByAccountResource |\n| PUT | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.visualstudio/account/{rootResourceName}/project/{resourceName} | Projects_CreateOrUpdate |\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.visualstudio/account/{rootResourceName}/project/{resourceName} | Projects_Get |\n| PATCH | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.visualstudio/account/{rootResourceName}/project/{resourceName} | Projects_Update |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"List all project?\" -> GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.visualstudio/account/{rootResourceName}/project\n- \"Update a project?\" -> PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.visualstudio/account/{rootResourceName}/project/{resourceName}\n- \"Get project details?\" -> GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.visualstudio/account/{rootResourceName}/project/{resourceName}\n- \"Partially update a project?\" -> PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.visualstudio/account/{rootResourceName}/project/{resourceName}\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 Visual Studio Projects Resource Provider Client\n@base https://management.azure.com\n@version 2018-08-01-preview\n@auth OAuth2\n@endpoints 4\n@toc subscriptions(4)\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.visualstudio/account/{rootResourceName}/project\n@desc Projects_ListByAccountResource\n@required {resourceGroupName: any # Name of the resource group within the Azure subscription., subscriptionId: any # The Azure subscription identifier., api-version: any # API Version, rootResourceName: any # Name of the Team Services account.}\n@returns(200) The operation succeeded. The response contains the details of the Visual Studio Team Services project resources created in the specified Team Services account.\n\n@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.visualstudio/account/{rootResourceName}/project/{resourceName}\n@desc Projects_CreateOrUpdate\n@required {body: map # The request data., resourceGroupName: any # Name of the resource group within the Azure subscription., subscriptionId: any # The Azure subscription identifier., api-version: any # API Version, rootResourceName: any # Name of the Team Services account., resourceName: any # Name of the Team Services project.}\n@optional {validating: any # This parameter is ignored and should be set to an empty string.}\n@returns(200) The operation succeeded. The response contains the details of the created or updated team project resource.\n@returns(202) The operation succeeded. A job to create/update the team project resource has been queued. The URI to monitor the status of the job is provided in the 'location' header.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.visualstudio/account/{rootResourceName}/project/{resourceName}\n@desc Projects_Get\n@required {resourceGroupName: any # Name of the resource group within the Azure subscription., subscriptionId: any # The Azure subscription identifier., api-version: any # API Version, rootResourceName: any # Name of the Team Services account., resourceName: any # Name of the Team Services project.}\n@returns(200) The operation succeeded. The response contains the details of the updated team project resource.\n@errors {404: The project or Azure subscription was not found.}\n\n@endpoint PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.visualstudio/account/{rootResourceName}/project/{resourceName}\n@desc Projects_Update\n@required {resourceGroupName: any # Name of the resource group within the Azure subscription., subscriptionId: any # The Azure subscription identifier., api-version: any # API Version, body: map # The request data., rootResourceName: any # Name of the Team Services account., resourceName: any # Name of the Team Services project.}\n@returns(200) The operation succeeded. The response contains the details of the updated team project resource.\n\n@end\n"}}