Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,83 +1,83 @@
{
"parameters": {
"api-version": "2017-06-01-preview"
},
"responses": {
"200": {
"body": {
"value": [
{
"name": "Microsoft.MachineLearningCompute/register/action",
"display": {
"provider": "Microsoft Machine Learning Compute Management",
"resource": "Machine Learning Compute Provider",
"operation": "Register the provider",
"description": "Registers the subscription for the Machine Learning Compute resource provider and enables the management of Machine Leaning Compute resources."
},
"origin": "user,system"
},
{
"name": "Microsoft.MachineLearningCompute/operationalizationClusters/read",
"display": {
"provider": "Microsoft Machine Learning Compute Management",
"resource": "Machine Learning Compute Operationalization Cluster",
"operation": "Read the operationalization cluster",
"description": "Read any operationalization cluster"
},
"origin": "user,system"
},
{
"name": "Microsoft.MachineLearningCompute/operationalizationClusters/write",
"display": {
"provider": "Microsoft Machine Learning Compute Management",
"resource": "Machine Learning Compute Operationalization Cluster",
"operation": "Write the operationalization cluster",
"description": "Create or update any operationalization cluster"
},
"origin": "user,system"
},
{
"name": "Microsoft.MachineLearningCompute/operationalizationClusters/delete",
"display": {
"provider": "Microsoft Machine Learning Compute Management",
"resource": "Machine Learning Compute Operationalization Cluster",
"operation": "Delete the operationalization cluster",
"description": "Delete any operationalization cluster"
},
"origin": "user,system"
},
{
"name": "Microsoft.MachineLearningCompute/operationalizationClusters/listKeys/action",
"display": {
"provider": "Microsoft Machine Learning Compute Management",
"resource": "Machine Learning Compute Operationalization Cluster",
"operation": "List keys for an operationalization cluster",
"description": "List keys for an operationalization cluster"
},
"origin": "user,system"
},
{
"name": "Microsoft.MachineLearningCompute/operationalizationClusters/checkUpdate/action",
"display": {
"provider": "Microsoft Machine Learning Compute Management",
"resource": "Machine Learning Compute Operationalization Cluster",
"operation": "Check available system updates for an operationalization cluster",
"description": "Check available system updates for an operationalization cluster"
},
"origin": "user,system"
},
{
"name": "Microsoft.MachineLearningCompute/operationalizationClusters/updateSystem/action",
"display": {
"provider": "Microsoft Machine Learning Compute Management",
"resource": "Machine Learning Compute Operationalization Cluster",
"operation": "Apply available system updates for an operationalization cluster",
"description": "Apply available system updates for an operationalization cluster"
},
"origin": "user,system"
}
]
}
}
"parameters": {
"api-version": "2017-06-01-preview"
},
"responses": {
"200": {
"body": {
"value": [
{
"name": "Microsoft.MachineLearningCompute/register/action",
"display": {
"provider": "Microsoft Machine Learning Compute Management",
"resource": "Machine Learning Compute Provider",
"operation": "Register the provider",
"description": "Registers the subscription for the Machine Learning Compute resource provider and enables the management of Machine Leaning Compute resources."
},
"origin": "user,system"
},
{
"name": "Microsoft.MachineLearningCompute/operationalizationClusters/read",
"display": {
"provider": "Microsoft Machine Learning Compute Management",
"resource": "Machine Learning Compute Operationalization Cluster",
"operation": "Read the operationalization cluster",
"description": "Read any operationalization cluster"
},
"origin": "user,system"
},
{
"name": "Microsoft.MachineLearningCompute/operationalizationClusters/write",
"display": {
"provider": "Microsoft Machine Learning Compute Management",
"resource": "Machine Learning Compute Operationalization Cluster",
"operation": "Write the operationalization cluster",
"description": "Create or update any operationalization cluster"
},
"origin": "user,system"
},
{
"name": "Microsoft.MachineLearningCompute/operationalizationClusters/delete",
"display": {
"provider": "Microsoft Machine Learning Compute Management",
"resource": "Machine Learning Compute Operationalization Cluster",
"operation": "Delete the operationalization cluster",
"description": "Delete any operationalization cluster"
},
"origin": "user,system"
},
{
"name": "Microsoft.MachineLearningCompute/operationalizationClusters/listKeys/action",
"display": {
"provider": "Microsoft Machine Learning Compute Management",
"resource": "Machine Learning Compute Operationalization Cluster",
"operation": "List keys for an operationalization cluster",
"description": "List keys for an operationalization cluster"
},
"origin": "user,system"
},
{
"name": "Microsoft.MachineLearningCompute/operationalizationClusters/checkUpdate/action",
"display": {
"provider": "Microsoft Machine Learning Compute Management",
"resource": "Machine Learning Compute Operationalization Cluster",
"operation": "Check available system updates for an operationalization cluster",
"description": "Check available system updates for an operationalization cluster"
},
"origin": "user,system"
},
{
"name": "Microsoft.MachineLearningCompute/operationalizationClusters/updateSystem/action",
"display": {
"provider": "Microsoft Machine Learning Compute Management",
"resource": "Machine Learning Compute Operationalization Cluster",
"operation": "Apply available system updates for an operationalization cluster",
"description": "Apply available system updates for an operationalization cluster"
},
"origin": "user,system"
}
]
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"parameters": {
"api-version": "2017-06-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "myResourceGroup",
"clusterName": "myCluster"
"parameters": {
"api-version": "2017-06-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "myResourceGroup",
"clusterName": "myCluster"
},
"responses": {
"200": {
"body": {
"updatesAvailable": "Yes"
}
},
"responses": {
"200": {
"body": {
"updatesAvailable": "Yes"
}
},
"202": {
"headers": {
"Location": "http://async-operation-URI"
}
}
"202": {
"headers": {
"Location": "http://async-operation-URI"
}
}
}
}
}
Loading