Azure Machine Learning
Azure Machine Learning management API — 18 operations consolidated from 3 Microsoft OpenAPI specs into one connector.
- Base URL:
https://management.azure.com - Auth: OAuth 2.0 (user-delegated) — attach an InTouch
oauthcredential. The server refreshes the access token before each run.
Consolidated from 3 spec-per-resource-provider connectors; every operation from every one of them is preserved. The superseded names still resolve.
Operations
commitmentassociations_list— GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}/commitmentAssociationscommitmentplans_get— GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}commitmentplans_list— GET /subscriptions/{subscriptionId}/providers/Microsoft.MachineLearning/commitmentPlanscommitmentplans_listinresourcegroup— GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlansoperations_list— GET /providers/Microsoft.MachineLearning/operationsskus_list— GET /subscriptions/{subscriptionId}/providers/Microsoft.MachineLearning/skuswebservices_createorupdate— PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/webServices/{webServiceName}webservices_get— GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/webServices/{webServiceName}webservices_listbyresourcegroup— GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/webServiceswebservices_listbysubscriptionid— GET /subscriptions/{subscriptionId}/providers/Microsoft.MachineLearning/webServiceswebservices_listkeys— GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/webServices/{webServiceName}/listKeyswebservices_operations_list— GET /providers/Microsoft.MachineLearning/operationsworkspaces_createorupdate— PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/workspaces/{workspaceName}workspaces_delete— DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/workspaces/{workspaceName}workspaces_get— GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/workspaces/{workspaceName}workspaces_list— GET /subscriptions/{subscriptionId}/providers/Microsoft.MachineLearning/workspacesworkspaces_listbyresourcegroup— GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/workspacesworkspaces_operations_list— GET /providers/Microsoft.MachineLearning/operations
Inputs
- a linked
oauthcredential (no key inputs) operation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Publishes
The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.
erroroperationresultstatus
Input Properties
Every property this tool accepts, from its own tool.iml.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
operation |
string | yes | — | One of: commitmentassociations_list, commitmentplans_get, commitmentplans_list, commitmentplans_listinresourcegroup, operations_list, skus_list, webservices_createorupdate, webservices_get, webservices_listbyresourcegroup, webservices_listbysubscriptionid, webservices_listkeys, webservices_operations_list, workspaces_createorupdate, workspaces_delete, workspaces_get, workspaces_list, workspaces_listbyresourcegroup, workspaces_operations_list |
commitmentPlanName |
string | no | — | Path parameter commitmentPlanName (required by some operations). |
resourceGroupName |
string | no | — | Path parameter resourceGroupName (required by some operations). |
subscriptionId |
string | no | — | Path parameter subscriptionId (required by some operations). |
webServiceName |
string | no | — | Path parameter webServiceName (required by some operations). |
workspaceName |
string | no | — | Path parameter workspaceName (required by some operations). |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |
body |
string | no | — | Request body as a JSON object string. Sent as JSON, or form-encoded when the operation expects a form. Required by write operations. |