Skip to content

Commit 12dc59a

Browse files
committed
mls.json opId Compute_ -> Computes_
1 parent adc3f64 commit 12dc59a

File tree

1 file changed

+10
-10
lines changed
  • specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2021-03-01-preview

1 file changed

+10
-10
lines changed

specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2021-03-01-preview/machineLearningServices.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@
619619
"x-ms-pageable": {
620620
"nextLinkName": "nextLink"
621621
},
622-
"operationId": "Compute_List",
622+
"operationId": "Computes_List",
623623
"description": "Gets computes in specified workspace.",
624624
"x-ms-examples": {
625625
"Get Computes": {
@@ -665,7 +665,7 @@
665665
"OperationalizationClusters",
666666
"MachineLearningComputes"
667667
],
668-
"operationId": "Compute_Get",
668+
"operationId": "Computes_Get",
669669
"description": "Gets compute definition by its name. Any secrets (storage keys, service credentials, etc) are not returned - use 'keys' nested resource to get them.",
670670
"x-ms-examples": {
671671
"Get a AKS Compute": {
@@ -715,7 +715,7 @@
715715
"OperationalizationClusters",
716716
"MachineLearningComputes"
717717
],
718-
"operationId": "Compute_CreateOrUpdate",
718+
"operationId": "Computes_CreateOrUpdate",
719719
"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.",
720720
"x-ms-long-running-operation": true,
721721
"x-ms-examples": {
@@ -793,7 +793,7 @@
793793
"OperationalizationClusters",
794794
"MachineLearningComputes"
795795
],
796-
"operationId": "Compute_Update",
796+
"operationId": "Computes_Update",
797797
"description": "Updates properties of a compute. This call will overwrite a compute if it exists. This is a nonrecoverable operation.",
798798
"x-ms-long-running-operation": true,
799799
"x-ms-examples": {
@@ -847,7 +847,7 @@
847847
"OperationalizationClusters",
848848
"MachineLearningComputes"
849849
],
850-
"operationId": "Compute_Delete",
850+
"operationId": "Computes_Delete",
851851
"description": "Deletes specified Machine Learning compute.",
852852
"x-ms-long-running-operation": true,
853853
"x-ms-examples": {
@@ -906,7 +906,7 @@
906906
"tags": [
907907
"MachineLearningComputes"
908908
],
909-
"operationId": "Compute_ListNodes",
909+
"operationId": "Computes_ListNodes",
910910
"description": "Get the details (e.g IP address, port etc) of all the compute nodes in the compute.",
911911
"parameters": [
912912
{
@@ -998,7 +998,7 @@
998998
"OperationalizationClusters",
999999
"MachineLearningComputes"
10001000
],
1001-
"operationId": "Compute_ListKeys",
1001+
"operationId": "Computes_ListKeys",
10021002
"description": "Gets secrets related to Machine Learning compute (storage keys, service credentials, etc).",
10031003
"x-ms-examples": {
10041004
"List AKS Compute Keys": {
@@ -1044,7 +1044,7 @@
10441044
"OperationalizationClusters",
10451045
"MachineLearningComputes"
10461046
],
1047-
"operationId": "Compute_Start",
1047+
"operationId": "Computes_Start",
10481048
"description": "Posts a start action to a compute instance",
10491049
"x-ms-examples": {
10501050
"Start ComputeInstance Compute": {
@@ -1088,7 +1088,7 @@
10881088
"OperationalizationClusters",
10891089
"MachineLearningComputes"
10901090
],
1091-
"operationId": "Compute_Stop",
1091+
"operationId": "Computes_Stop",
10921092
"description": "Posts a stop action to a compute instance",
10931093
"x-ms-examples": {
10941094
"Stop ComputeInstance Compute": {
@@ -1132,7 +1132,7 @@
11321132
"OperationalizationClusters",
11331133
"MachineLearningComputes"
11341134
],
1135-
"operationId": "Compute_Restart",
1135+
"operationId": "Computes_Restart",
11361136
"description": "Posts a restart action to a compute instance",
11371137
"x-ms-examples": {
11381138
"Restart ComputeInstance Compute": {

0 commit comments

Comments
 (0)