Skip to content

Commit

Permalink
mls.json opId Compute_ -> Computes_
Browse files Browse the repository at this point in the history
  • Loading branch information
forteddyt committed May 5, 2021
1 parent adc3f64 commit 12dc59a
Showing 1 changed file with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@
"x-ms-pageable": {
"nextLinkName": "nextLink"
},
"operationId": "Compute_List",
"operationId": "Computes_List",
"description": "Gets computes in specified workspace.",
"x-ms-examples": {
"Get Computes": {
Expand Down Expand Up @@ -665,7 +665,7 @@
"OperationalizationClusters",
"MachineLearningComputes"
],
"operationId": "Compute_Get",
"operationId": "Computes_Get",
"description": "Gets compute definition by its name. Any secrets (storage keys, service credentials, etc) are not returned - use 'keys' nested resource to get them.",
"x-ms-examples": {
"Get a AKS Compute": {
Expand Down Expand Up @@ -715,7 +715,7 @@
"OperationalizationClusters",
"MachineLearningComputes"
],
"operationId": "Compute_CreateOrUpdate",
"operationId": "Computes_CreateOrUpdate",
"description": "Creates or updates compute. This call will overwrite a compute if it exists. This is a nonrecoverable operation. If your intent is to create a new compute, do a GET first to verify that it does not exist yet.",
"x-ms-long-running-operation": true,
"x-ms-examples": {
Expand Down Expand Up @@ -793,7 +793,7 @@
"OperationalizationClusters",
"MachineLearningComputes"
],
"operationId": "Compute_Update",
"operationId": "Computes_Update",
"description": "Updates properties of a compute. This call will overwrite a compute if it exists. This is a nonrecoverable operation.",
"x-ms-long-running-operation": true,
"x-ms-examples": {
Expand Down Expand Up @@ -847,7 +847,7 @@
"OperationalizationClusters",
"MachineLearningComputes"
],
"operationId": "Compute_Delete",
"operationId": "Computes_Delete",
"description": "Deletes specified Machine Learning compute.",
"x-ms-long-running-operation": true,
"x-ms-examples": {
Expand Down Expand Up @@ -906,7 +906,7 @@
"tags": [
"MachineLearningComputes"
],
"operationId": "Compute_ListNodes",
"operationId": "Computes_ListNodes",
"description": "Get the details (e.g IP address, port etc) of all the compute nodes in the compute.",
"parameters": [
{
Expand Down Expand Up @@ -998,7 +998,7 @@
"OperationalizationClusters",
"MachineLearningComputes"
],
"operationId": "Compute_ListKeys",
"operationId": "Computes_ListKeys",
"description": "Gets secrets related to Machine Learning compute (storage keys, service credentials, etc).",
"x-ms-examples": {
"List AKS Compute Keys": {
Expand Down Expand Up @@ -1044,7 +1044,7 @@
"OperationalizationClusters",
"MachineLearningComputes"
],
"operationId": "Compute_Start",
"operationId": "Computes_Start",
"description": "Posts a start action to a compute instance",
"x-ms-examples": {
"Start ComputeInstance Compute": {
Expand Down Expand Up @@ -1088,7 +1088,7 @@
"OperationalizationClusters",
"MachineLearningComputes"
],
"operationId": "Compute_Stop",
"operationId": "Computes_Stop",
"description": "Posts a stop action to a compute instance",
"x-ms-examples": {
"Stop ComputeInstance Compute": {
Expand Down Expand Up @@ -1132,7 +1132,7 @@
"OperationalizationClusters",
"MachineLearningComputes"
],
"operationId": "Compute_Restart",
"operationId": "Computes_Restart",
"description": "Posts a restart action to a compute instance",
"x-ms-examples": {
"Restart ComputeInstance Compute": {
Expand Down

0 comments on commit 12dc59a

Please sign in to comment.