{"files":{"SKILL.md":"---\nname: servicefabricmanagementclient\ndescription: \"ServiceFabricManagementClient API skill. Use when working with ServiceFabricManagementClient for subscriptions, providers. Covers 11 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\n11 endpoints across 2 groups. See references/api-spec.lap for full details.\n\n### Subscriptions\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName} | Gets a Service Fabric cluster resource. |\n| PUT | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName} | Creates or updates a Service Fabric cluster resource. |\n| PATCH | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName} | Updates the configuration of a Service Fabric cluster resource. |\n| DELETE | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName} | Deletes a Service Fabric cluster resource. |\n| GET | /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters | Gets the list of Service Fabric cluster resources created in the specified resource group. |\n| GET | /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/clusters | Gets the list of Service Fabric cluster resources created in the specified subscription. |\n| GET | /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/clusterVersions/{clusterVersion} | Gets information about a Service Fabric cluster code version available in the specified location. |\n| GET | /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/environments/{environment}/clusterVersions/{clusterVersion} | Gets information about a Service Fabric cluster code version available for the specified environment. |\n| GET | /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/clusterVersions | Gets the list of Service Fabric cluster code versions available for the specified location. |\n| GET | /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/environments/{environment}/clusterVersions | Gets the list of Service Fabric cluster code versions available for the specified environment. |\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## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"Get cluster details?\" -> GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}\n- \"Update a cluster?\" -> PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}\n- \"Partially update a cluster?\" -> PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}\n- \"Delete a cluster?\" -> DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}\n- \"List all clusters?\" -> GET /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters\n- \"Get clusterVersion details?\" -> GET /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/clusterVersions/{clusterVersion}\n- \"List all clusterVersions?\" -> GET /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/clusterVersions\n- \"List all operations?\" -> GET /providers/Microsoft.ServiceFabric/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 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. This is a required parameter and it's value must be \"2019-03-01-preview\" for this specification.}\n@endpoints 11\n@toc subscriptions(10), providers(1)\n\n@group subscriptions\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}\n@desc Gets a Service Fabric cluster resource.\n@required {resourceGroupName: any # The name of the resource group., clusterName: any # The name of the cluster resource., subscriptionId: any # The customer subscription identifier.}\n@returns(200) The operation completed successfully.\n\n@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}\n@desc Creates or updates a Service Fabric cluster resource.\n@required {resourceGroupName: any # The name of the resource group., clusterName: any # The name of the cluster resource., subscriptionId: any # The customer subscription identifier., parameters: map # The cluster resource.}\n@returns(200) The operation completed successfully.\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}\n@desc Updates the configuration of a Service Fabric cluster resource.\n@required {resourceGroupName: any # The name of the resource group., clusterName: any # The name of the cluster resource., subscriptionId: any # The customer subscription identifier., parameters: any # The parameters which contains the property value and property name which used to update the cluster configuration.}\n@returns(200) The operation completed successfully.\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}\n@desc Deletes a Service Fabric cluster resource.\n@required {resourceGroupName: any # The name of the resource group., clusterName: any # The name of the cluster resource., subscriptionId: any # The customer subscription identifier.}\n@returns(200) The operation completed successfully.\n@returns(204) The resource was not found.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters\n@desc Gets the list of Service Fabric cluster resources created in the specified resource group.\n@required {resourceGroupName: any # The name of the resource group., subscriptionId: any # The customer subscription identifier.}\n@returns(200) The operation completed successfully.\n\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/clusters\n@desc Gets the list of Service Fabric cluster resources created in the specified subscription.\n@required {subscriptionId: any # The customer subscription identifier.}\n@returns(200) The operation completed successfully.\n\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/clusterVersions/{clusterVersion}\n@desc Gets information about a Service Fabric cluster code version available in the specified location.\n@required {location: any # The location for the cluster code versions. This is different from cluster location., subscriptionId: any # The customer subscription identifier., clusterVersion: any # The cluster code version.}\n@returns(200) The operation completed successfully.\n\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/environments/{environment}/clusterVersions/{clusterVersion}\n@desc Gets information about a Service Fabric cluster code version available for the specified environment.\n@required {location: any # The location for the cluster code versions. This is different from cluster location., environment: any # The operating system of the cluster. The default means all., subscriptionId: any # The customer subscription identifier., clusterVersion: any # The cluster code version.}\n@returns(200) The operation completed successfully.\n\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/clusterVersions\n@desc Gets the list of Service Fabric cluster code versions available for the specified location.\n@required {location: any # The location for the cluster code versions. This is different from cluster location., subscriptionId: any # The customer subscription identifier.}\n@returns(200) The operation completed successfully.\n\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/environments/{environment}/clusterVersions\n@desc Gets the list of Service Fabric cluster code versions available for the specified environment.\n@required {location: any # The location for the cluster code versions. This is different from cluster location., environment: any # The operating system of the cluster. The default means all., subscriptionId: any # The customer subscription identifier.}\n@returns(200) The operation completed successfully.\n\n@endgroup\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@end\n"}}