{"files":{"SKILL.md":"---\nname: azure-ml-commitment-plans-management-client\ndescription: \"Azure ML Commitment Plans Management Client API skill. Use when working with Azure ML Commitment Plans Management Client for providers, subscriptions. Covers 12 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# Azure ML Commitment Plans Management Client\nAPI version: 2016-05-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.MachineLearning/operations -- lists all of the available azure machine learning studio commitment plan rp rest api operations.\n3. POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}/commitmentAssociations/{commitmentAssociationName}/move -- create first move\n\n## Endpoints\n12 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 Commitment Plan RP REST API operations. |\n\n### Subscriptions\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /subscriptions/{subscriptionId}/providers/Microsoft.MachineLearning/skus | Lists the available commitment plan SKUs. |\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}/commitmentAssociations/{commitmentAssociationName} | Get a commitment association. |\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}/commitmentAssociations | Get all commitment associations for a parent commitment plan. |\n| POST | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}/commitmentAssociations/{commitmentAssociationName}/move | Re-parent a commitment association from one commitment plan to another. |\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName} | Retrieve an Azure ML commitment plan by its subscription, resource group and name. |\n| PUT | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName} | Create a new Azure ML commitment plan resource or updates an existing one. |\n| DELETE | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName} | Remove an existing Azure ML commitment plan. |\n| PATCH | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName} | Patch an existing Azure ML commitment plan resource. |\n| GET | /subscriptions/{subscriptionId}/providers/Microsoft.MachineLearning/commitmentPlans | Retrieve all Azure ML commitment plans in a subscription. |\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans | Retrieve all Azure ML commitment plans in a resource group. |\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}/usageHistory | Retrieve the usage history for an Azure ML commitment plan. |\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- \"List all skus?\" -> GET /subscriptions/{subscriptionId}/providers/Microsoft.MachineLearning/skus\n- \"Get commitmentAssociation details?\" -> GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}/commitmentAssociations/{commitmentAssociationName}\n- \"List all commitmentAssociations?\" -> GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}/commitmentAssociations\n- \"Create a move?\" -> POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}/commitmentAssociations/{commitmentAssociationName}/move\n- \"Get commitmentPlan details?\" -> GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}\n- \"Update a commitmentPlan?\" -> PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}\n- \"Delete a commitmentPlan?\" -> DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}\n- \"Partially update a commitmentPlan?\" -> PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}\n- \"List all commitmentPlans?\" -> GET /subscriptions/{subscriptionId}/providers/Microsoft.MachineLearning/commitmentPlans\n- \"List all usageHistory?\" -> GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}/usageHistory\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 Azure ML Commitment Plans Management Client\n@base https://management.azure.com\n@version 2016-05-01-preview\n@auth OAuth2\n@endpoints 12\n@toc providers(1), subscriptions(11)\n\n@group providers\n@endpoint GET /providers/Microsoft.MachineLearning/operations\n@desc Lists all of the available Azure Machine Learning Studio Commitment Plan RP REST API operations.\n@required {api-version: any # The version of the Microsoft.MachineLearning resource provider API to use.}\n@returns(200) OK.\n\n@endgroup\n\n@group subscriptions\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.MachineLearning/skus\n@desc Lists the available commitment plan SKUs.\n@required {subscriptionId: any # Azure Subscription ID., api-version: any # The version of the Microsoft.MachineLearning resource provider API to use.}\n@returns(200) OK\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}/commitmentAssociations/{commitmentAssociationName}\n@desc Get a commitment association.\n@required {subscriptionId: any # Azure Subscription ID., resourceGroupName: any # The resource group name., commitmentPlanName: any # The Azure ML commitment plan name., commitmentAssociationName: any # The commitment association name., api-version: any # The version of the Microsoft.MachineLearning resource provider API to use.}\n@returns(200) OK\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}/commitmentAssociations\n@desc Get all commitment associations for a parent commitment plan.\n@required {subscriptionId: any # Azure Subscription ID., resourceGroupName: any # The resource group name., commitmentPlanName: any # The Azure ML commitment plan name., api-version: any # The version of the Microsoft.MachineLearning resource provider API to use.}\n@optional {$skipToken: any # Continuation token for pagination.}\n@returns(200) OK\n\n@endpoint POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}/commitmentAssociations/{commitmentAssociationName}/move\n@desc Re-parent a commitment association from one commitment plan to another.\n@required {subscriptionId: any # Azure Subscription ID., resourceGroupName: any # The resource group name., commitmentPlanName: any # The Azure ML commitment plan name., commitmentAssociationName: any # The commitment association name., api-version: any # The version of the Microsoft.MachineLearning resource provider API to use., movePayload: map # The move request payload.}\n@returns(200) OK\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}\n@desc Retrieve an Azure ML commitment plan by its subscription, resource group and name.\n@returns(200) OK\n\n@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}\n@desc Create a new Azure ML commitment plan resource or updates an existing one.\n@required {createOrUpdatePayload: map # The payload to create or update the Azure ML commitment plan.}\n@returns(200) OK\n@returns(201) Created\n\n@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}\n@desc Remove an existing Azure ML commitment plan.\n@returns(200) OK\n\n@endpoint PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}\n@desc Patch an existing Azure ML commitment plan resource.\n@required {patchPayload: map # The payload to use to patch the Azure ML commitment plan. Only tags and SKU may be modified on an existing commitment plan.}\n@returns(200) OK\n\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.MachineLearning/commitmentPlans\n@desc Retrieve all Azure ML commitment plans in a subscription.\n@required {subscriptionId: any # Azure Subscription ID., api-version: any # The version of the Microsoft.MachineLearning resource provider API to use.}\n@optional {$skipToken: any # Continuation token for pagination.}\n@returns(200) OK\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans\n@desc Retrieve all Azure ML commitment plans in a resource group.\n@required {subscriptionId: any # Azure Subscription ID., resourceGroupName: any # The resource group name., api-version: any # The version of the Microsoft.MachineLearning resource provider API to use.}\n@optional {$skipToken: any # Continuation token for pagination.}\n@returns(200) OK\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}/usageHistory\n@desc Retrieve the usage history for an Azure ML commitment plan.\n@required {subscriptionId: any # Azure Subscription ID., resourceGroupName: any # The resource group name., commitmentPlanName: any # The Azure ML commitment plan name., api-version: any # The version of the Microsoft.MachineLearning resource provider API to use.}\n@optional {$skipToken: any # Continuation token for pagination.}\n@returns(200) OK\n\n@endgroup\n\n@end\n"}}