|
619 | 619 | "x-ms-pageable": { |
620 | 620 | "nextLinkName": "nextLink" |
621 | 621 | }, |
622 | | - "operationId": "Compute_List", |
| 622 | + "operationId": "Computes_List", |
623 | 623 | "description": "Gets computes in specified workspace.", |
624 | 624 | "x-ms-examples": { |
625 | 625 | "Get Computes": { |
|
665 | 665 | "OperationalizationClusters", |
666 | 666 | "MachineLearningComputes" |
667 | 667 | ], |
668 | | - "operationId": "Compute_Get", |
| 668 | + "operationId": "Computes_Get", |
669 | 669 | "description": "Gets compute definition by its name. Any secrets (storage keys, service credentials, etc) are not returned - use 'keys' nested resource to get them.", |
670 | 670 | "x-ms-examples": { |
671 | 671 | "Get a AKS Compute": { |
|
715 | 715 | "OperationalizationClusters", |
716 | 716 | "MachineLearningComputes" |
717 | 717 | ], |
718 | | - "operationId": "Compute_CreateOrUpdate", |
| 718 | + "operationId": "Computes_CreateOrUpdate", |
719 | 719 | "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.", |
720 | 720 | "x-ms-long-running-operation": true, |
721 | 721 | "x-ms-examples": { |
|
793 | 793 | "OperationalizationClusters", |
794 | 794 | "MachineLearningComputes" |
795 | 795 | ], |
796 | | - "operationId": "Compute_Update", |
| 796 | + "operationId": "Computes_Update", |
797 | 797 | "description": "Updates properties of a compute. This call will overwrite a compute if it exists. This is a nonrecoverable operation.", |
798 | 798 | "x-ms-long-running-operation": true, |
799 | 799 | "x-ms-examples": { |
|
847 | 847 | "OperationalizationClusters", |
848 | 848 | "MachineLearningComputes" |
849 | 849 | ], |
850 | | - "operationId": "Compute_Delete", |
| 850 | + "operationId": "Computes_Delete", |
851 | 851 | "description": "Deletes specified Machine Learning compute.", |
852 | 852 | "x-ms-long-running-operation": true, |
853 | 853 | "x-ms-examples": { |
|
906 | 906 | "tags": [ |
907 | 907 | "MachineLearningComputes" |
908 | 908 | ], |
909 | | - "operationId": "Compute_ListNodes", |
| 909 | + "operationId": "Computes_ListNodes", |
910 | 910 | "description": "Get the details (e.g IP address, port etc) of all the compute nodes in the compute.", |
911 | 911 | "parameters": [ |
912 | 912 | { |
|
998 | 998 | "OperationalizationClusters", |
999 | 999 | "MachineLearningComputes" |
1000 | 1000 | ], |
1001 | | - "operationId": "Compute_ListKeys", |
| 1001 | + "operationId": "Computes_ListKeys", |
1002 | 1002 | "description": "Gets secrets related to Machine Learning compute (storage keys, service credentials, etc).", |
1003 | 1003 | "x-ms-examples": { |
1004 | 1004 | "List AKS Compute Keys": { |
|
1044 | 1044 | "OperationalizationClusters", |
1045 | 1045 | "MachineLearningComputes" |
1046 | 1046 | ], |
1047 | | - "operationId": "Compute_Start", |
| 1047 | + "operationId": "Computes_Start", |
1048 | 1048 | "description": "Posts a start action to a compute instance", |
1049 | 1049 | "x-ms-examples": { |
1050 | 1050 | "Start ComputeInstance Compute": { |
|
1088 | 1088 | "OperationalizationClusters", |
1089 | 1089 | "MachineLearningComputes" |
1090 | 1090 | ], |
1091 | | - "operationId": "Compute_Stop", |
| 1091 | + "operationId": "Computes_Stop", |
1092 | 1092 | "description": "Posts a stop action to a compute instance", |
1093 | 1093 | "x-ms-examples": { |
1094 | 1094 | "Stop ComputeInstance Compute": { |
|
1132 | 1132 | "OperationalizationClusters", |
1133 | 1133 | "MachineLearningComputes" |
1134 | 1134 | ], |
1135 | | - "operationId": "Compute_Restart", |
| 1135 | + "operationId": "Computes_Restart", |
1136 | 1136 | "description": "Posts a restart action to a compute instance", |
1137 | 1137 | "x-ms-examples": { |
1138 | 1138 | "Restart ComputeInstance Compute": { |
|
0 commit comments