{"files":{"SKILL.md":"---\nname: machine-learning-workspaces-management-client\ndescription: \"Machine Learning Workspaces Management Client API skill. Use when working with Machine Learning Workspaces Management Client for providers, subscriptions. Covers 9 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# Machine Learning Workspaces Management Client\nAPI version: 2019-10-01\n\n## Auth\nOAuth2\n\n## Base URL\nhttps://management.azure.com\n\n## Setup\n1. Configure auth: OAuth2\n2. GET /providers/Microsoft.MachineLearning/operations -- lists all of the available azure machine learning studio rest api operations.\n3. POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/workspaces/{workspaceName}/resyncStorageKeys -- create first resyncStorageKey\n\n## Endpoints\n9 endpoints across 2 groups. See references/api-spec.lap for full details.\n\n### Providers\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /providers/Microsoft.MachineLearning/operations | Lists all of the available Azure Machine Learning Studio REST API operations. |\n\n### Subscriptions\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/workspaces/{workspaceName} | Gets the properties of the specified machine learning workspace. |\n| PUT | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/workspaces/{workspaceName} | Creates or updates a workspace with the specified parameters. |\n| DELETE | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/workspaces/{workspaceName} | Deletes a machine learning workspace. |\n| PATCH | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/workspaces/{workspaceName} | Updates a machine learning workspace with the specified parameters. |\n| POST | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/workspaces/{workspaceName}/resyncStorageKeys | Resync storage keys associated with this workspace. |\n| POST | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/workspaces/{workspaceName}/listWorkspaceKeys | List the authorization keys associated with this workspace. |\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/workspaces | Lists all the available machine learning workspaces under the specified resource group. |\n| GET | /subscriptions/{subscriptionId}/providers/Microsoft.MachineLearning/workspaces | Lists all the available machine learning workspaces under the specified subscription. |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"List all operations?\" -> GET /providers/Microsoft.MachineLearning/operations\n- \"Get workspace details?\" -> GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/workspaces/{workspaceName}\n- \"Update a workspace?\" -> PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/workspaces/{workspaceName}\n- \"Delete a workspace?\" -> DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/workspaces/{workspaceName}\n- \"Partially update a workspace?\" -> PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/workspaces/{workspaceName}\n- \"Create a resyncStorageKey?\" -> POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/workspaces/{workspaceName}/resyncStorageKeys\n- \"Create a listWorkspaceKey?\" -> POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/workspaces/{workspaceName}/listWorkspaceKeys\n- \"List all workspaces?\" -> GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/workspaces\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 Machine Learning Workspaces Management Client\n@base https://management.azure.com\n@version 2019-10-01\n@auth OAuth2\n@common_fields {api-version: any # The client API version.}\n@endpoints 9\n@toc providers(1), subscriptions(8)\n\n@group providers\n@endpoint GET /providers/Microsoft.MachineLearning/operations\n@desc Lists all of the available Azure Machine Learning Studio REST API operations.\n@returns(200) The request was successful; the request was well-formed and received properly.\n\n@endgroup\n\n@group subscriptions\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/workspaces/{workspaceName}\n@desc Gets the properties of the specified machine learning workspace.\n@required {subscriptionId: any # The Microsoft Azure subscription ID., resourceGroupName: any # The name of the resource group to which the machine learning workspace belongs., workspaceName: any # The name of the machine learning workspace.}\n@returns(200) The request was successful; the request was well-formed and received properly.\n\n@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/workspaces/{workspaceName}\n@desc Creates or updates a workspace with the specified parameters.\n@required {subscriptionId: any # The Microsoft Azure subscription ID., resourceGroupName: any # The name of the resource group to which the machine learning workspace belongs., workspaceName: any # The name of the machine learning workspace., parameters: map # The parameters for creating or updating a machine learning workspace.}\n@returns(200) The request was successful; the resource already exists and was updated.\n\n@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/workspaces/{workspaceName}\n@desc Deletes a machine learning workspace.\n@required {subscriptionId: any # The Microsoft Azure subscription ID., resourceGroupName: any # The name of the resource group to which the machine learning workspace belongs., workspaceName: any # The name of the machine learning workspace.}\n@returns(200) The request was successful; the request was well-formed and received properly.\n@returns(204) The machine learning workspace does not exist in the subscription.\n\n@endpoint PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/workspaces/{workspaceName}\n@desc Updates a machine learning workspace with the specified parameters.\n@required {subscriptionId: any # The Microsoft Azure subscription ID., resourceGroupName: any # The name of the resource group to which the machine learning workspace belongs., workspaceName: any # The name of the machine learning workspace., parameters: any # The parameters for updating a machine learning workspace.}\n@returns(200) The request was successful; the request was well-formed and received properly.\n\n@endpoint POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/workspaces/{workspaceName}/resyncStorageKeys\n@desc Resync storage keys associated with this workspace.\n@required {subscriptionId: any # The Microsoft Azure subscription ID., workspaceName: any # The name of the machine learning workspace., resourceGroupName: any # The name of the resource group to which the machine learning workspace belongs.}\n@returns(200) The request was successful; the request was well-formed and received properly.\n\n@endpoint POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/workspaces/{workspaceName}/listWorkspaceKeys\n@desc List the authorization keys associated with this workspace.\n@required {subscriptionId: any # The Microsoft Azure subscription ID., workspaceName: any # The name of the machine learning workspace., resourceGroupName: any # The name of the resource group to which the machine learning workspace belongs.}\n@returns(200) The request was successful; the request was well-formed and received properly.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/workspaces\n@desc Lists all the available machine learning workspaces under the specified resource group.\n@required {subscriptionId: any # The Microsoft Azure subscription ID., resourceGroupName: any # The name of the resource group to which the machine learning workspace belongs.}\n@returns(200) The request was successful; the request was well-formed and received properly.\n\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.MachineLearning/workspaces\n@desc Lists all the available machine learning workspaces under the specified subscription.\n@required {subscriptionId: any # The Microsoft Azure subscription ID.}\n@returns(200) The request was successful; the request was well-formed and received properly.\n\n@endgroup\n\n@end\n"}}