{"files":{"SKILL.md":"---\nname: azure-resource-graph\ndescription: \"Azure Resource Graph API skill. Use when working with Azure Resource Graph for providers. Covers 2 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# Azure Resource Graph\nAPI version: 2019-04-01\n\n## Auth\nOAuth2\n\n## Base URL\nhttps://management.azure.com\n\n## Setup\n1. Configure auth: OAuth2\n2. GET /providers/Microsoft.ResourceGraph/operations -- verify access\n3. POST /providers/Microsoft.ResourceGraph/resources -- create first resources\n\n## Endpoints\n\n2 endpoints across 1 groups. See references/api-spec.lap for full details.\n\n### providers\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /providers/Microsoft.ResourceGraph/resources | Queries the resources managed by Azure Resource Manager for all subscriptions specified in the request. |\n| GET | /providers/Microsoft.ResourceGraph/operations | Lists all of the available REST API operations. |\n\n## Common Questions\n\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"Create a resource?\" -> POST /providers/Microsoft.ResourceGraph/resources\n- \"List all operations?\" -> GET /providers/Microsoft.ResourceGraph/operations\n- \"How to authenticate?\" -> See Auth section\n\n## Response Tips\n- Check response schemas in references/api-spec.lap for field details\n- Create/update endpoints typically return the created/updated object\n\n## CLI\n\n```bash\n# Update this spec to the latest version\nnpx @lap-platform/lapsh get azure-resource-graph -o references/api-spec.lap\n\n# Search for related APIs\nnpx @lap-platform/lapsh search azure-resource-graph\n```\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 Azure Resource Graph\n@base https://management.azure.com\n@version 2019-04-01\n@auth OAuth2\n@endpoints 2\n@toc providers(2)\n\n@endpoint POST /providers/Microsoft.ResourceGraph/resources\n@desc Queries the resources managed by Azure Resource Manager for all subscriptions specified in the request.\n@required {api-version: any # API version., query: map # Request specifying query and its options.}\n@returns(200) Result of the query operation\n\n@endpoint GET /providers/Microsoft.ResourceGraph/operations\n@desc Lists all of the available REST API operations.\n@required {api-version: any # API version.}\n@returns(200) OK. The request has succeeded.\n\n@end\n"}}