{"files":{"SKILL.md":"---\nname: mixed-reality\ndescription: \"Mixed Reality API skill. Use when working with Mixed Reality for providers, subscriptions. Covers 2 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# Mixed Reality\nAPI version: 2019-12-02-preview\n\n## Auth\nOAuth2\n\n## Base URL\nhttps://management.azure.com\n\n## Setup\n1. Configure auth: OAuth2\n2. GET /providers/Microsoft.MixedReality/operations -- exposing available operations\n3. POST /subscriptions/{subscriptionId}/providers/Microsoft.MixedReality/locations/{location}/checkNameAvailability -- create first checkNameAvailability\n\n## Endpoints\n2 endpoints across 2 groups. See references/api-spec.lap for full details.\n\n### Providers\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /providers/Microsoft.MixedReality/operations | Exposing Available Operations |\n\n### Subscriptions\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /subscriptions/{subscriptionId}/providers/Microsoft.MixedReality/locations/{location}/checkNameAvailability | Check Name Availability for local uniqueness |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"List all operations?\" -> GET /providers/Microsoft.MixedReality/operations\n- \"Create a checkNameAvailability?\" -> POST /subscriptions/{subscriptionId}/providers/Microsoft.MixedReality/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 Mixed Reality\n@base https://management.azure.com\n@version 2019-12-02-preview\n@auth OAuth2\n@endpoints 2\n@toc providers(1), subscriptions(1)\n\n@group providers\n@endpoint GET /providers/Microsoft.MixedReality/operations\n@desc Exposing Available Operations\n@returns(200) OK\n\n@endgroup\n\n@group subscriptions\n@endpoint POST /subscriptions/{subscriptionId}/providers/Microsoft.MixedReality/locations/{location}/checkNameAvailability\n@desc Check Name Availability for local uniqueness\n@required {checkNameAvailability: map # Check Name Availability Request.}\n@returns(200) OK\n\n@endgroup\n\n@end\n"}}