{"files":{"SKILL.md":"---\nname: managedserviceidentityclient\ndescription: \"ManagedServiceIdentityClient API skill. Use when working with ManagedServiceIdentityClient for {scope}, providers, subscriptions. Covers 8 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# ManagedServiceIdentityClient\nAPI version: 2018-11-30\n\n## Auth\nOAuth2\n\n## Base URL\nhttps://management.azure.com\n\n## Setup\n1. Configure auth: OAuth2\n2. GET /providers/Microsoft.ManagedIdentity/operations -- lists available operations for the microsoft.managedidentity provider\n3. Explore available endpoints below\n\n## Endpoints\n8 endpoints across 3 groups. See references/api-spec.lap for full details.\n\n### {scope}\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /{scope}/providers/Microsoft.ManagedIdentity/identities/default | Gets the systemAssignedIdentity available under the specified RP scope. |\n\n### Providers\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /providers/Microsoft.ManagedIdentity/operations | Lists available operations for the Microsoft.ManagedIdentity provider |\n\n### Subscriptions\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /subscriptions/{subscriptionId}/providers/Microsoft.ManagedIdentity/userAssignedIdentities | Lists all the userAssignedIdentities available under the specified subscription. |\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities | Lists all the userAssignedIdentities available under the specified ResourceGroup. |\n| PUT | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName} | Create or update an identity in the specified subscription and resource group. |\n| PATCH | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName} | Update an identity in the specified subscription and resource group. |\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName} | Gets the identity. |\n| DELETE | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName} | Deletes the identity. |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"List all default?\" -> GET /{scope}/providers/Microsoft.ManagedIdentity/identities/default\n- \"List all operations?\" -> GET /providers/Microsoft.ManagedIdentity/operations\n- \"List all userAssignedIdentities?\" -> GET /subscriptions/{subscriptionId}/providers/Microsoft.ManagedIdentity/userAssignedIdentities\n- \"Update a userAssignedIdentity?\" -> PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}\n- \"Partially update a userAssignedIdentity?\" -> PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}\n- \"Get userAssignedIdentity details?\" -> GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}\n- \"Delete a userAssignedIdentity?\" -> DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}\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 ManagedServiceIdentityClient\n@base https://management.azure.com\n@version 2018-11-30\n@auth OAuth2\n@common_fields {api-version: any # Version of API to invoke.}\n@endpoints 8\n@toc {scope}(1), providers(1), subscriptions(6)\n\n@group {scope}\n@endpoint GET /{scope}/providers/Microsoft.ManagedIdentity/identities/default\n@desc Gets the systemAssignedIdentity available under the specified RP scope.\n@required {scope: any # The resource provider scope of the resource. Parent resource being extended by Managed Identities.}\n@returns(200) OK. The systemAssignedIdentity was retrieved and returned successfully.\n\n@endgroup\n\n@group providers\n@endpoint GET /providers/Microsoft.ManagedIdentity/operations\n@desc Lists available operations for the Microsoft.ManagedIdentity provider\n@returns(200) The operation was successful. The response contains the list of available operations.\n\n@endgroup\n\n@group subscriptions\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.ManagedIdentity/userAssignedIdentities\n@desc Lists all the userAssignedIdentities available under the specified subscription.\n@required {subscriptionId: any # The Id of the Subscription to which the identity belongs.}\n@returns(200) OK. The list of userAssignedIdentities was retrieved and returned successfully.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities\n@desc Lists all the userAssignedIdentities available under the specified ResourceGroup.\n@required {subscriptionId: any # The Id of the Subscription to which the identity belongs., resourceGroupName: any # The name of the Resource Group to which the identity belongs.}\n@returns(200) OK. The list of userAssignedIdentities was retrieved and returned successfully.\n\n@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}\n@desc Create or update an identity in the specified subscription and resource group.\n@required {subscriptionId: any # The Id of the Subscription to which the identity belongs., resourceGroupName: any # The name of the Resource Group to which the identity belongs., resourceName: any # The name of the identity resource., parameters: any # Parameters to create or update the identity}\n@returns(200) Updated identity\n@returns(201) Created identity\n\n@endpoint PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}\n@desc Update an identity in the specified subscription and resource group.\n@required {subscriptionId: any # The Id of the Subscription to which the identity belongs., resourceGroupName: any # The name of the Resource Group to which the identity belongs., resourceName: any # The name of the identity resource., parameters: any # Parameters to update the identity}\n@returns(200) Updated identity\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}\n@desc Gets the identity.\n@required {subscriptionId: any # The Id of the Subscription to which the identity belongs., resourceGroupName: any # The name of the Resource Group to which the identity belongs., resourceName: any # The name of the identity resource.}\n@returns(200) OK. The requested identity.\n\n@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}\n@desc Deletes the identity.\n@required {subscriptionId: any # The Id of the Subscription to which the identity belongs., resourceGroupName: any # The name of the Resource Group to which the identity belongs., resourceName: any # The name of the identity resource.}\n@returns(200) OK. Deleted Identity.\n@returns(204) The specified identity does not exist.\n\n@endgroup\n\n@end\n"}}