{"files":{"SKILL.md":"---\nname: networkadminmanagementclient\ndescription: \"NetworkAdminManagementClient API skill. Use when working with NetworkAdminManagementClient for subscriptions, providers. Covers 5 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# NetworkAdminManagementClient\nAPI version: 2015-06-15\n\n## Auth\nOAuth2\n\n## Base URL\nhttps://management.azure.com\n\n## Setup\n1. Configure auth: OAuth2\n2. GET /providers/Microsoft.Network.Admin/operations -- returns the list of support rest operations.\n3. Explore available endpoints below\n\n## Endpoints\n5 endpoints across 2 groups. See references/api-spec.lap for full details.\n\n### Subscriptions\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /subscriptions/{subscriptionId}/providers/Microsoft.Network.Admin/adminOverview | Get an overview of the state of the network resource provider. |\n\n### Providers\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /providers/Microsoft.Network.Admin/operations | Returns the list of support REST operations. |\n| GET | /providers/Microsoft.Network.Admin/locations | Returns the list of supported locations |\n| GET | /providers/Microsoft.Network.Admin/locations/{location}/operationResults | Returns the list of operation results for a location |\n| GET | /providers/Microsoft.Network.Admin/locations/{location}/operations | Returns the list of support REST operations. |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"List all adminOverview?\" -> GET /subscriptions/{subscriptionId}/providers/Microsoft.Network.Admin/adminOverview\n- \"List all operations?\" -> GET /providers/Microsoft.Network.Admin/operations\n- \"List all locations?\" -> GET /providers/Microsoft.Network.Admin/locations\n- \"List all operationResults?\" -> GET /providers/Microsoft.Network.Admin/locations/{location}/operationResults\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\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 NetworkAdminManagementClient\n@base https://management.azure.com\n@version 2015-06-15\n@auth OAuth2\n@endpoints 5\n@toc subscriptions(1), providers(4)\n\n@group subscriptions\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.Network.Admin/adminOverview\n@desc Get an overview of the state of the network resource provider.\n@returns(200) OK\n\n@endgroup\n\n@group providers\n@endpoint GET /providers/Microsoft.Network.Admin/operations\n@desc Returns the list of support REST operations.\n@required {api-version: any # Client API Version.}\n@returns(200) OK\n\n@endpoint GET /providers/Microsoft.Network.Admin/locations\n@desc Returns the list of supported locations\n@required {api-version: any # Client API Version.}\n@returns(200) OK\n\n@endpoint GET /providers/Microsoft.Network.Admin/locations/{location}/operationResults\n@desc Returns the list of operation results for a location\n@required {api-version: any # Client API Version., location: any # Location of the resource.}\n@returns(200) OK\n\n@endpoint GET /providers/Microsoft.Network.Admin/locations/{location}/operations\n@desc Returns the list of support REST operations.\n@required {api-version: any # Client API Version., location: any # Location of the resource.}\n@returns(200) OK\n\n@endgroup\n\n@end\n"}}