{"files":{"SKILL.md":"---\nname: blueprintclient\ndescription: \"BlueprintClient API skill. Use when working with BlueprintClient for {resourceScope}. Covers 2 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# BlueprintClient\nAPI version: 2018-11-01-preview\n\n## Auth\nOAuth2\n\n## Base URL\nhttps://management.azure.com\n\n## Setup\n1. Configure auth: OAuth2\n2. GET /{resourceScope}/providers/Microsoft.Blueprint/blueprintAssignments/{assignmentName}/assignmentOperations -- list operations for given blueprint assignment within a subscription or a management group.\n3. Explore available endpoints below\n\n## Endpoints\n2 endpoints across 1 group. See references/api-spec.lap for full details.\n\n### {resourceScope}\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /{resourceScope}/providers/Microsoft.Blueprint/blueprintAssignments/{assignmentName}/assignmentOperations | List operations for given blueprint assignment within a subscription or a management group. |\n| GET | /{resourceScope}/providers/Microsoft.Blueprint/blueprintAssignments/{assignmentName}/assignmentOperations/{assignmentOperationName} | Get a blueprint assignment operation. |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"List all assignmentOperations?\" -> GET /{resourceScope}/providers/Microsoft.Blueprint/blueprintAssignments/{assignmentName}/assignmentOperations\n- \"Get assignmentOperation details?\" -> GET /{resourceScope}/providers/Microsoft.Blueprint/blueprintAssignments/{assignmentName}/assignmentOperations/{assignmentOperationName}\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 BlueprintClient\n@base https://management.azure.com\n@version 2018-11-01-preview\n@auth OAuth2\n@endpoints 2\n@toc {resourceScope}(2)\n\n@endpoint GET /{resourceScope}/providers/Microsoft.Blueprint/blueprintAssignments/{assignmentName}/assignmentOperations\n@desc List operations for given blueprint assignment within a subscription or a management group.\n@required {api-version: any # Client API Version., resourceScope: any # The scope of the resource. Valid scopes are: management group (format: '/providers/Microsoft.Management/managementGroups/{managementGroup}'), subscription (format: '/subscriptions/{subscriptionId}')., assignmentName: any # Name of the blueprint assignment.}\n@returns(200) OK -- all blueprint assignment operations retrieved.\n\n@endpoint GET /{resourceScope}/providers/Microsoft.Blueprint/blueprintAssignments/{assignmentName}/assignmentOperations/{assignmentOperationName}\n@desc Get a blueprint assignment operation.\n@required {api-version: any # Client API Version., resourceScope: any # The scope of the resource. Valid scopes are: management group (format: '/providers/Microsoft.Management/managementGroups/{managementGroup}'), subscription (format: '/subscriptions/{subscriptionId}')., assignmentName: any # Name of the blueprint assignment., assignmentOperationName: any # Name of the blueprint assignment operation.}\n@returns(200) OK -- blueprint assignment operation retrieved.\n\n@end\n"}}