{"files":{"SKILL.md":"---\nname: servicefabricmanagementclient\ndescription: \"ServiceFabricManagementClient API skill. Use when working with ServiceFabricManagementClient for providers, subscriptions. Covers 19 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# ServiceFabricManagementClient\nAPI version: 2019-03-01-preview\n\n## Auth\nOAuth2\n\n## Base URL\nhttps://management.azure.com\n\n## Setup\n1. Configure auth: OAuth2\n2. GET /providers/Microsoft.ServiceFabric/operations -- lists all of the available service fabric resource provider api operations.\n3. Explore available endpoints below\n\n## Endpoints\n19 endpoints across 2 groups. See references/api-spec.lap for full details.\n\n### Providers\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /providers/Microsoft.ServiceFabric/operations | Lists all of the available Service Fabric resource provider API operations. |\n\n### Subscriptions\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypes/{applicationTypeName} | Gets a Service Fabric application type name resource. |\n| PUT | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypes/{applicationTypeName} | Creates or updates a Service Fabric application type name resource. |\n| DELETE | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypes/{applicationTypeName} | Deletes a Service Fabric application type name resource. |\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypes | Gets the list of application type name resources created in the specified Service Fabric cluster resource. |\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypes/{applicationTypeName}/versions/{version} | Gets a Service Fabric application type version resource. |\n| PUT | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypes/{applicationTypeName}/versions/{version} | Creates or updates a Service Fabric application type version resource. |\n| DELETE | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypes/{applicationTypeName}/versions/{version} | Deletes a Service Fabric application type version resource. |\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypes/{applicationTypeName}/versions | Gets the list of application type version resources created in the specified Service Fabric application type name resource. |\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications/{applicationName} | Gets a Service Fabric application resource. |\n| PUT | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications/{applicationName} | Creates or updates a Service Fabric application resource. |\n| PATCH | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications/{applicationName} | Updates a Service Fabric application resource. |\n| DELETE | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications/{applicationName} | Deletes a Service Fabric application resource. |\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications | Gets the list of application resources created in the specified Service Fabric cluster resource. |\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications/{applicationName}/services/{serviceName} | Gets a Service Fabric service resource. |\n| PUT | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications/{applicationName}/services/{serviceName} | Creates or updates a Service Fabric service resource. |\n| PATCH | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications/{applicationName}/services/{serviceName} | Updates a Service Fabric service resource. |\n| DELETE | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications/{applicationName}/services/{serviceName} | Deletes a Service Fabric service resource. |\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications/{applicationName}/services | Gets the list of service resources created in the specified Service Fabric application resource. |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"List all operations?\" -> GET /providers/Microsoft.ServiceFabric/operations\n- \"Get applicationType details?\" -> GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypes/{applicationTypeName}\n- \"Update a applicationType?\" -> PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypes/{applicationTypeName}\n- \"Delete a applicationType?\" -> DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypes/{applicationTypeName}\n- \"List all applicationTypes?\" -> GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypes\n- \"Get version details?\" -> GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypes/{applicationTypeName}/versions/{version}\n- \"Update a version?\" -> PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypes/{applicationTypeName}/versions/{version}\n- \"Delete a version?\" -> DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypes/{applicationTypeName}/versions/{version}\n- \"List all versions?\" -> GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypes/{applicationTypeName}/versions\n- \"Get application details?\" -> GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications/{applicationName}\n- \"Update a application?\" -> PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications/{applicationName}\n- \"Partially update a application?\" -> PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications/{applicationName}\n- \"Delete a application?\" -> DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications/{applicationName}\n- \"List all applications?\" -> GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications\n- \"Get service details?\" -> GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications/{applicationName}/services/{serviceName}\n- \"Update a service?\" -> PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications/{applicationName}/services/{serviceName}\n- \"Partially update a service?\" -> PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications/{applicationName}/services/{serviceName}\n- \"Delete a service?\" -> DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications/{applicationName}/services/{serviceName}\n- \"List all services?\" -> GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications/{applicationName}/services\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 ServiceFabricManagementClient\n@base https://management.azure.com\n@version 2019-03-01-preview\n@auth OAuth2\n@common_fields {api-version: any # The version of the Service Fabric resource provider API}\n@endpoints 19\n@toc providers(1), subscriptions(18)\n\n@group providers\n@endpoint GET /providers/Microsoft.ServiceFabric/operations\n@desc Lists all of the available Service Fabric resource provider 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.ServiceFabric/clusters/{clusterName}/applicationTypes/{applicationTypeName}\n@desc Gets a Service Fabric application type name resource.\n@required {subscriptionId: any # The customer subscription identifier., resourceGroupName: any # The name of the resource group., clusterName: any # The name of the cluster resource., applicationTypeName: any # The name of the application type name resource.}\n@returns(200) The operation completed successfully.\n\n@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypes/{applicationTypeName}\n@desc Creates or updates a Service Fabric application type name resource.\n@required {subscriptionId: any # The customer subscription identifier., resourceGroupName: any # The name of the resource group., clusterName: any # The name of the cluster resource., applicationTypeName: any # The name of the application type name resource., parameters: any # The application type name resource.}\n@returns(200) The operation completed successfully.\n\n@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypes/{applicationTypeName}\n@desc Deletes a Service Fabric application type name resource.\n@required {subscriptionId: any # The customer subscription identifier., resourceGroupName: any # The name of the resource group., clusterName: any # The name of the cluster resource., applicationTypeName: any # The name of the application type name resource.}\n@returns(202) The request was accepted and the operation will complete asynchronously.\n@returns(204) The resource was not found.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypes\n@desc Gets the list of application type name resources created in the specified Service Fabric cluster resource.\n@required {subscriptionId: any # The customer subscription identifier., resourceGroupName: any # The name of the resource group., clusterName: any # The name of the cluster resource.}\n@returns(200) The operation completed successfully.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypes/{applicationTypeName}/versions/{version}\n@desc Gets a Service Fabric application type version resource.\n@required {subscriptionId: any # The customer subscription identifier., resourceGroupName: any # The name of the resource group., clusterName: any # The name of the cluster resource., applicationTypeName: any # The name of the application type name resource., version: any # The application type version.}\n@returns(200) The operation completed successfully.\n\n@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypes/{applicationTypeName}/versions/{version}\n@desc Creates or updates a Service Fabric application type version resource.\n@required {subscriptionId: any # The customer subscription identifier., resourceGroupName: any # The name of the resource group., clusterName: any # The name of the cluster resource., applicationTypeName: any # The name of the application type name resource., version: any # The application type version., parameters: any # The application type version resource.}\n@returns(202) The request was accepted and the operation will complete asynchronously.\n\n@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypes/{applicationTypeName}/versions/{version}\n@desc Deletes a Service Fabric application type version resource.\n@required {subscriptionId: any # The customer subscription identifier., resourceGroupName: any # The name of the resource group., clusterName: any # The name of the cluster resource., applicationTypeName: any # The name of the application type name resource., version: any # The application type version.}\n@returns(202) The request was accepted and the operation will complete asynchronously.\n@returns(204) The resource was not found.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypes/{applicationTypeName}/versions\n@desc Gets the list of application type version resources created in the specified Service Fabric application type name resource.\n@required {subscriptionId: any # The customer subscription identifier., resourceGroupName: any # The name of the resource group., clusterName: any # The name of the cluster resource., applicationTypeName: any # The name of the application type name resource.}\n@returns(200) The operation completed successfully.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications/{applicationName}\n@desc Gets a Service Fabric application resource.\n@required {subscriptionId: any # The customer subscription identifier., resourceGroupName: any # The name of the resource group., clusterName: any # The name of the cluster resource., applicationName: any # The name of the application resource.}\n@returns(200) The operation completed successfully.\n\n@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications/{applicationName}\n@desc Creates or updates a Service Fabric application resource.\n@required {subscriptionId: any # The customer subscription identifier., resourceGroupName: any # The name of the resource group., clusterName: any # The name of the cluster resource., applicationName: any # The name of the application resource., parameters: any # The application resource.}\n@returns(202) The request was accepted and the operation will complete asynchronously.\n\n@endpoint PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications/{applicationName}\n@desc Updates a Service Fabric application resource.\n@required {subscriptionId: any # The customer subscription identifier., resourceGroupName: any # The name of the resource group., clusterName: any # The name of the cluster resource., applicationName: any # The name of the application resource., parameters: any # The application resource for patch operations.}\n@returns(202) The request was accepted and the operation will complete asynchronously.\n\n@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications/{applicationName}\n@desc Deletes a Service Fabric application resource.\n@required {subscriptionId: any # The customer subscription identifier., resourceGroupName: any # The name of the resource group., clusterName: any # The name of the cluster resource., applicationName: any # The name of the application resource.}\n@returns(202) The request was accepted and the operation will complete asynchronously.\n@returns(204) The resource was not found.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications\n@desc Gets the list of application resources created in the specified Service Fabric cluster resource.\n@required {subscriptionId: any # The customer subscription identifier., resourceGroupName: any # The name of the resource group., clusterName: any # The name of the cluster resource.}\n@returns(200) The operation completed successfully.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications/{applicationName}/services/{serviceName}\n@desc Gets a Service Fabric service resource.\n@required {subscriptionId: any # The customer subscription identifier., resourceGroupName: any # The name of the resource group., clusterName: any # The name of the cluster resource., applicationName: any # The name of the application resource., serviceName: any # The name of the service resource in the format of {applicationName}~{serviceName}.}\n@returns(200) The operation completed successfully.\n\n@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications/{applicationName}/services/{serviceName}\n@desc Creates or updates a Service Fabric service resource.\n@required {subscriptionId: any # The customer subscription identifier., resourceGroupName: any # The name of the resource group., clusterName: any # The name of the cluster resource., applicationName: any # The name of the application resource., serviceName: any # The name of the service resource in the format of {applicationName}~{serviceName}., parameters: any # The service resource.}\n@returns(202) The request was accepted and the operation will complete asynchronously.\n\n@endpoint PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications/{applicationName}/services/{serviceName}\n@desc Updates a Service Fabric service resource.\n@required {subscriptionId: any # The customer subscription identifier., resourceGroupName: any # The name of the resource group., clusterName: any # The name of the cluster resource., applicationName: any # The name of the application resource., serviceName: any # The name of the service resource in the format of {applicationName}~{serviceName}., parameters: any # The service resource for patch operations.}\n@returns(202) The request was accepted and the operation will complete asynchronously.\n\n@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications/{applicationName}/services/{serviceName}\n@desc Deletes a Service Fabric service resource.\n@required {subscriptionId: any # The customer subscription identifier., resourceGroupName: any # The name of the resource group., clusterName: any # The name of the cluster resource., applicationName: any # The name of the application resource., serviceName: any # The name of the service resource in the format of {applicationName}~{serviceName}.}\n@returns(202) The request was accepted and the operation will complete asynchronously.\n@returns(204) The resource was not found.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications/{applicationName}/services\n@desc Gets the list of service resources created in the specified Service Fabric application resource.\n@required {subscriptionId: any # The customer subscription identifier., resourceGroupName: any # The name of the resource group., clusterName: any # The name of the cluster resource., applicationName: any # The name of the application resource.}\n@returns(200) The operation completed successfully.\n\n@endgroup\n\n@end\n"}}