{"files":{"SKILL.md":"---\nname: applicationclient\ndescription: \"ApplicationClient API skill. Use when working with ApplicationClient for providers, subscriptions, {applicationId}. Covers 15 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# ApplicationClient\nAPI version: 2018-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.Solutions/operations -- lists all of the available microsoft.solutions rest api operations.\n3. Explore available endpoints below\n\n## Endpoints\n15 endpoints across 3 groups. See references/api-spec.lap for full details.\n\n### Providers\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /providers/Microsoft.Solutions/operations | Lists all of the available Microsoft.Solutions REST API operations. |\n\n### Subscriptions\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Solutions/applications/{applicationName} | Gets the managed application. |\n| DELETE | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Solutions/applications/{applicationName} | Deletes the managed application. |\n| PUT | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Solutions/applications/{applicationName} | Creates a new managed application. |\n| PATCH | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Solutions/applications/{applicationName} | Updates an existing managed application. The only value that can be updated via PATCH currently is the tags. |\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Solutions/applicationDefinitions/{applicationDefinitionName} | Gets the managed application definition. |\n| DELETE | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Solutions/applicationDefinitions/{applicationDefinitionName} | Deletes the managed application definition. |\n| PUT | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Solutions/applicationDefinitions/{applicationDefinitionName} | Creates a new managed application definition. |\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Solutions/applicationDefinitions | Lists the managed application definitions in a resource group. |\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Solutions/applications | Gets all the applications within a resource group. |\n| GET | /subscriptions/{subscriptionId}/providers/Microsoft.Solutions/applications | Gets all the applications within a subscription. |\n\n### {applicationId}\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /{applicationId} | Gets the managed application. |\n| DELETE | /{applicationId} | Deletes the managed application. |\n| PUT | /{applicationId} | Creates a new managed application. |\n| PATCH | /{applicationId} | Updates an existing managed application. The only value that can be updated via PATCH currently is the tags. |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"List all operations?\" -> GET /providers/Microsoft.Solutions/operations\n- \"Get application details?\" -> GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Solutions/applications/{applicationName}\n- \"Delete a application?\" -> DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Solutions/applications/{applicationName}\n- \"Update a application?\" -> PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Solutions/applications/{applicationName}\n- \"Partially update a application?\" -> PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Solutions/applications/{applicationName}\n- \"Get applicationDefinition details?\" -> GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Solutions/applicationDefinitions/{applicationDefinitionName}\n- \"Delete a applicationDefinition?\" -> DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Solutions/applicationDefinitions/{applicationDefinitionName}\n- \"Update a applicationDefinition?\" -> PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Solutions/applicationDefinitions/{applicationDefinitionName}\n- \"List all applicationDefinitions?\" -> GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Solutions/applicationDefinitions\n- \"List all applications?\" -> GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Solutions/applications\n- \"Get {applicationId} details?\" -> GET /{applicationId}\n- \"Delete a {applicationId}?\" -> DELETE /{applicationId}\n- \"Update a {applicationId}?\" -> PUT /{applicationId}\n- \"Partially update a {applicationId}?\" -> PATCH /{applicationId}\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- Error responses include status codes and descriptions in the spec\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 ApplicationClient\n@base https://management.azure.com\n@version 2018-06-01\n@auth OAuth2\n@common_fields {api-version: any # The API version to use for this operation.}\n@endpoints 15\n@toc providers(1), subscriptions(10), {applicationId}(4)\n\n@group providers\n@endpoint GET /providers/Microsoft.Solutions/operations\n@desc Lists all of the available Microsoft.Solutions REST API operations.\n@returns(200) OK. The request has succeeded.\n\n@endgroup\n\n@group subscriptions\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Solutions/applications/{applicationName}\n@desc Gets the managed application.\n@required {resourceGroupName: any # The name of the resource group. The name is case insensitive., applicationName: any # The name of the managed application., subscriptionId: any # The ID of the target subscription.}\n@returns(200) OK - Returns the managed application.\n@errors {404: Not Found}\n\n@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Solutions/applications/{applicationName}\n@desc Deletes the managed application.\n@required {resourceGroupName: any # The name of the resource group. The name is case insensitive., applicationName: any # The name of the managed application., subscriptionId: any # The ID of the target subscription.}\n@returns(202) Accepted - Returns this status until the asynchronous operation has completed.\n@returns(204) NoContent\n\n@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Solutions/applications/{applicationName}\n@desc Creates a new managed application.\n@required {resourceGroupName: any # The name of the resource group. The name is case insensitive., applicationName: any # The name of the managed application., parameters: any # Parameters supplied to the create or update a managed application., subscriptionId: any # The ID of the target subscription.}\n@returns(200) Created - Returns information about the managed application, including provisioning status.\n@returns(201) Created - Returns information about the managed application, including provisioning status.\n\n@endpoint PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Solutions/applications/{applicationName}\n@desc Updates an existing managed application. The only value that can be updated via PATCH currently is the tags.\n@required {resourceGroupName: any # The name of the resource group. The name is case insensitive., applicationName: any # The name of the managed application., subscriptionId: any # The ID of the target subscription.}\n@optional {parameters: any # Parameters supplied to update an existing managed application.}\n@returns(200) Created - Returns information about the managed application, including provisioning status.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Solutions/applicationDefinitions/{applicationDefinitionName}\n@desc Gets the managed application definition.\n@required {resourceGroupName: any # The name of the resource group. The name is case insensitive., applicationDefinitionName: any # The name of the managed application definition., subscriptionId: any # The ID of the target subscription.}\n@returns(200) OK - Returns the managed application definition.\n@errors {404: Not Found}\n\n@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Solutions/applicationDefinitions/{applicationDefinitionName}\n@desc Deletes the managed application definition.\n@required {resourceGroupName: any # The name of the resource group. The name is case insensitive., applicationDefinitionName: any # The name of the managed application definition to delete., subscriptionId: any # The ID of the target subscription.}\n@returns(200) OK\n@returns(202) Accepted - Returns this status until the asynchronous operation has completed.\n@returns(204) NoContent\n\n@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Solutions/applicationDefinitions/{applicationDefinitionName}\n@desc Creates a new managed application definition.\n@required {resourceGroupName: any # The name of the resource group. The name is case insensitive., applicationDefinitionName: any # The name of the managed application definition., parameters: any # Parameters supplied to the create or update an managed application definition., subscriptionId: any # The ID of the target subscription.}\n@returns(200) OK - Returns information about the managed application definition, including provisioning status.\n@returns(201) Created - Returns information about the managed application definition, including provisioning status.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Solutions/applicationDefinitions\n@desc Lists the managed application definitions in a resource group.\n@required {resourceGroupName: any # The name of the resource group. The name is case insensitive., subscriptionId: any # The ID of the target subscription.}\n@returns(200) OK - Returns an array of managed application definitions.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Solutions/applications\n@desc Gets all the applications within a resource group.\n@required {resourceGroupName: any # The name of the resource group. The name is case insensitive., subscriptionId: any # The ID of the target subscription.}\n@returns(200) OK - Returns an array of applications.\n\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.Solutions/applications\n@desc Gets all the applications within a subscription.\n@required {subscriptionId: any # The ID of the target subscription.}\n@returns(200) OK - Returns an array of applications.\n\n@endgroup\n\n@group {applicationId}\n@endpoint GET /{applicationId}\n@desc Gets the managed application.\n@required {applicationId: any # The fully qualified ID of the managed application, including the managed application name and the managed application resource type. Use the format, /subscriptions/{guid}/resourceGroups/{resource-group-name}/Microsoft.Solutions/applications/{application-name}}\n@returns(200) OK - Returns the managed application.\n@errors {404: Not Found}\n\n@endpoint DELETE /{applicationId}\n@desc Deletes the managed application.\n@required {applicationId: any # The fully qualified ID of the managed application, including the managed application name and the managed application resource type. Use the format, /subscriptions/{guid}/resourceGroups/{resource-group-name}/Microsoft.Solutions/applications/{application-name}}\n@returns(202) Accepted - Returns this status until the asynchronous operation has completed.\n@returns(204) NoContent\n\n@endpoint PUT /{applicationId}\n@desc Creates a new managed application.\n@required {applicationId: any # The fully qualified ID of the managed application, including the managed application name and the managed application resource type. Use the format, /subscriptions/{guid}/resourceGroups/{resource-group-name}/Microsoft.Solutions/applications/{application-name}, parameters: any # Parameters supplied to the create or update a managed application.}\n@returns(200) Created - Returns information about the managed application, including provisioning status.\n@returns(201) Created - Returns information about the managed application, including provisioning status.\n\n@endpoint PATCH /{applicationId}\n@desc Updates an existing managed application. The only value that can be updated via PATCH currently is the tags.\n@required {applicationId: any # The fully qualified ID of the managed application, including the managed application name and the managed application resource type. Use the format, /subscriptions/{guid}/resourceGroups/{resource-group-name}/Microsoft.Solutions/applications/{application-name}}\n@optional {parameters: any # Parameters supplied to update an existing managed application.}\n@returns(200) Created - Returns information about the managed application, including provisioning status.\n\n@endgroup\n\n@end\n"}}