{"files":{"SKILL.md":"---\nname: managedservicesclient\ndescription: \"ManagedServicesClient API skill. Use when working with ManagedServicesClient for {scope}, providers. Covers 9 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# ManagedServicesClient\nAPI version: 2019-06-01\n\n## Auth\nOAuth2\n\n## Base URL\nhttps://management.azure.com\n\n## Setup\n1. Configure auth: OAuth2\n2. GET /providers/Microsoft.ManagedServices/operations -- gets a list of the operations.\n3. Explore available endpoints below\n\n## Endpoints\n9 endpoints across 2 groups. See references/api-spec.lap for full details.\n\n### {scope}\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /{scope}/providers/Microsoft.ManagedServices/registrationDefinitions/{registrationDefinitionId} | Gets the registration definition details. |\n| DELETE | /{scope}/providers/Microsoft.ManagedServices/registrationDefinitions/{registrationDefinitionId} | Deletes the registration definition. |\n| PUT | /{scope}/providers/Microsoft.ManagedServices/registrationDefinitions/{registrationDefinitionId} | Creates or updates a registration definition. |\n| GET | /{scope}/providers/Microsoft.ManagedServices/registrationAssignments/{registrationAssignmentId} | Gets the details of specified registration assignment. |\n| DELETE | /{scope}/providers/Microsoft.ManagedServices/registrationAssignments/{registrationAssignmentId} | Deletes the specified registration assignment. |\n| PUT | /{scope}/providers/Microsoft.ManagedServices/registrationAssignments/{registrationAssignmentId} | Creates or updates a registration assignment. |\n| GET | /{scope}/providers/Microsoft.ManagedServices/registrationDefinitions | Gets a list of the registration definitions. |\n| GET | /{scope}/providers/Microsoft.ManagedServices/registrationAssignments | Gets a list of the registration assignments. |\n\n### Providers\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /providers/Microsoft.ManagedServices/operations | Gets a list of the operations. |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"Get registrationDefinition details?\" -> GET /{scope}/providers/Microsoft.ManagedServices/registrationDefinitions/{registrationDefinitionId}\n- \"Delete a registrationDefinition?\" -> DELETE /{scope}/providers/Microsoft.ManagedServices/registrationDefinitions/{registrationDefinitionId}\n- \"Update a registrationDefinition?\" -> PUT /{scope}/providers/Microsoft.ManagedServices/registrationDefinitions/{registrationDefinitionId}\n- \"Get registrationAssignment details?\" -> GET /{scope}/providers/Microsoft.ManagedServices/registrationAssignments/{registrationAssignmentId}\n- \"Delete a registrationAssignment?\" -> DELETE /{scope}/providers/Microsoft.ManagedServices/registrationAssignments/{registrationAssignmentId}\n- \"Update a registrationAssignment?\" -> PUT /{scope}/providers/Microsoft.ManagedServices/registrationAssignments/{registrationAssignmentId}\n- \"List all registrationDefinitions?\" -> GET /{scope}/providers/Microsoft.ManagedServices/registrationDefinitions\n- \"List all registrationAssignments?\" -> GET /{scope}/providers/Microsoft.ManagedServices/registrationAssignments\n- \"List all operations?\" -> GET /providers/Microsoft.ManagedServices/operations\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 ManagedServicesClient\n@base https://management.azure.com\n@version 2019-06-01\n@auth OAuth2\n@common_fields {api-version: any # The API version to use for this operation.}\n@endpoints 9\n@toc {scope}(8), providers(1)\n\n@group {scope}\n@endpoint GET /{scope}/providers/Microsoft.ManagedServices/registrationDefinitions/{registrationDefinitionId}\n@desc Gets the registration definition details.\n@required {scope: any # Scope of the resource., registrationDefinitionId: any # Guid of the registration definition.}\n@returns(200) OK - Returns the complete registration definition with plan details.\n\n@endpoint DELETE /{scope}/providers/Microsoft.ManagedServices/registrationDefinitions/{registrationDefinitionId}\n@desc Deletes the registration definition.\n@required {registrationDefinitionId: any # Guid of the registration definition., scope: any # Scope of the resource.}\n@returns(200) OK - The registration definition is deleted.\n@returns(204) No Content- The registration definition does not exist.\n\n@endpoint PUT /{scope}/providers/Microsoft.ManagedServices/registrationDefinitions/{registrationDefinitionId}\n@desc Creates or updates a registration definition.\n@required {registrationDefinitionId: any # Guid of the registration definition., scope: any # Scope of the resource., requestBody: map # The parameters required to create new registration definition.}\n@returns(200) Ok - Returns information about the updated registration definition.\n@returns(201) Created - Returns information about the created registration definition.\n\n@endpoint GET /{scope}/providers/Microsoft.ManagedServices/registrationAssignments/{registrationAssignmentId}\n@desc Gets the details of specified registration assignment.\n@required {scope: any # Scope of the resource., registrationAssignmentId: any # Guid of the registration assignment.}\n@optional {$expandRegistrationDefinition: any # Tells whether to return registration definition details also along with registration assignment details.}\n@returns(200) OK - Returns the registration assignment.\n\n@endpoint DELETE /{scope}/providers/Microsoft.ManagedServices/registrationAssignments/{registrationAssignmentId}\n@desc Deletes the specified registration assignment.\n@required {scope: any # Scope of the resource., registrationAssignmentId: any # Guid of the registration assignment.}\n@returns(200) OK - The registration assignment is deleted.\n@returns(202) Accepted - The registration assignment deletion operation is accepted.\n@returns(204) No Content- The registration assignment does not exist.\n\n@endpoint PUT /{scope}/providers/Microsoft.ManagedServices/registrationAssignments/{registrationAssignmentId}\n@desc Creates or updates a registration assignment.\n@required {scope: any # Scope of the resource., registrationAssignmentId: any # Guid of the registration assignment., requestBody: map # The parameters required to create new registration assignment.}\n@returns(200) Ok - Returns information about the updated registration assignment.\n@returns(201) Created - Returns information about the created registration assignment.\n\n@endpoint GET /{scope}/providers/Microsoft.ManagedServices/registrationDefinitions\n@desc Gets a list of the registration definitions.\n@required {scope: any # Scope of the resource.}\n@returns(200) OK - Returns a list of the registration definitions.\n\n@endpoint GET /{scope}/providers/Microsoft.ManagedServices/registrationAssignments\n@desc Gets a list of the registration assignments.\n@required {scope: any # Scope of the resource.}\n@optional {$expandRegistrationDefinition: any # Tells whether to return registration definition details also along with registration assignment details.}\n@returns(200) OK - Returns a list of the registration assignments.\n\n@endgroup\n\n@group providers\n@endpoint GET /providers/Microsoft.ManagedServices/operations\n@desc Gets a list of the operations.\n@returns(200) OK - Returns a list of operations.\n\n@endgroup\n\n@end\n"}}