@azure/arm-machinelearning 2.0.1-alpha.20221026.1 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (184) hide show
  1. package/CHANGELOG.md +173 -10
  2. package/dist/index.js +6417 -3094
  3. package/dist/index.js.map +1 -1
  4. package/dist/index.min.js +1 -1
  5. package/dist/index.min.js.map +1 -1
  6. package/dist-esm/samples-dev/batchDeploymentsCreateOrUpdateSample.js +1 -1
  7. package/dist-esm/samples-dev/batchDeploymentsDeleteSample.js +1 -1
  8. package/dist-esm/samples-dev/batchDeploymentsGetSample.js +1 -1
  9. package/dist-esm/samples-dev/batchDeploymentsListSample.js +1 -1
  10. package/dist-esm/samples-dev/batchDeploymentsUpdateSample.js +1 -1
  11. package/dist-esm/samples-dev/batchEndpointsCreateOrUpdateSample.js +1 -1
  12. package/dist-esm/samples-dev/batchEndpointsDeleteSample.js +1 -1
  13. package/dist-esm/samples-dev/batchEndpointsGetSample.js +1 -1
  14. package/dist-esm/samples-dev/batchEndpointsListKeysSample.js +1 -1
  15. package/dist-esm/samples-dev/batchEndpointsListSample.js +1 -1
  16. package/dist-esm/samples-dev/batchEndpointsUpdateSample.js +1 -1
  17. package/dist-esm/samples-dev/codeContainersCreateOrUpdateSample.js +1 -1
  18. package/dist-esm/samples-dev/codeContainersDeleteSample.js +1 -1
  19. package/dist-esm/samples-dev/codeContainersGetSample.js +1 -1
  20. package/dist-esm/samples-dev/codeContainersListSample.js +1 -1
  21. package/dist-esm/samples-dev/codeVersionsCreateOrUpdateSample.js +1 -1
  22. package/dist-esm/samples-dev/codeVersionsDeleteSample.js +1 -1
  23. package/dist-esm/samples-dev/codeVersionsGetSample.js +1 -1
  24. package/dist-esm/samples-dev/codeVersionsListSample.js +1 -1
  25. package/dist-esm/samples-dev/componentContainersCreateOrUpdateSample.js +1 -1
  26. package/dist-esm/samples-dev/componentContainersDeleteSample.js +1 -1
  27. package/dist-esm/samples-dev/componentContainersGetSample.js +1 -1
  28. package/dist-esm/samples-dev/componentContainersListSample.js +1 -1
  29. package/dist-esm/samples-dev/componentVersionsCreateOrUpdateSample.js +1 -1
  30. package/dist-esm/samples-dev/componentVersionsDeleteSample.js +1 -1
  31. package/dist-esm/samples-dev/componentVersionsGetSample.js +1 -1
  32. package/dist-esm/samples-dev/componentVersionsListSample.js +1 -1
  33. package/dist-esm/samples-dev/computeCreateOrUpdateSample.js +60 -8
  34. package/dist-esm/samples-dev/computeCreateOrUpdateSample.js.map +1 -1
  35. package/dist-esm/samples-dev/computeDeleteSample.js +1 -1
  36. package/dist-esm/samples-dev/computeGetSample.js +4 -4
  37. package/dist-esm/samples-dev/computeListKeysSample.js +1 -1
  38. package/dist-esm/samples-dev/computeListNodesSample.js +1 -1
  39. package/dist-esm/samples-dev/computeListSample.js +1 -1
  40. package/dist-esm/samples-dev/computeRestartSample.js +1 -1
  41. package/dist-esm/samples-dev/computeStartSample.js +1 -1
  42. package/dist-esm/samples-dev/computeStopSample.js +1 -1
  43. package/dist-esm/samples-dev/computeUpdateSample.js +1 -1
  44. package/dist-esm/samples-dev/dataContainersCreateOrUpdateSample.js +1 -1
  45. package/dist-esm/samples-dev/dataContainersDeleteSample.js +1 -1
  46. package/dist-esm/samples-dev/dataContainersGetSample.js +1 -1
  47. package/dist-esm/samples-dev/dataContainersListSample.js +1 -1
  48. package/dist-esm/samples-dev/dataVersionsCreateOrUpdateSample.js +1 -1
  49. package/dist-esm/samples-dev/dataVersionsDeleteSample.js +1 -1
  50. package/dist-esm/samples-dev/dataVersionsGetSample.js +1 -1
  51. package/dist-esm/samples-dev/dataVersionsListSample.js +1 -1
  52. package/dist-esm/samples-dev/datastoresCreateOrUpdateSample.js +4 -4
  53. package/dist-esm/samples-dev/datastoresDeleteSample.js +1 -1
  54. package/dist-esm/samples-dev/datastoresGetSample.js +1 -1
  55. package/dist-esm/samples-dev/datastoresListSample.js +1 -1
  56. package/dist-esm/samples-dev/datastoresListSecretsSample.js +1 -1
  57. package/dist-esm/samples-dev/environmentContainersCreateOrUpdateSample.js +1 -1
  58. package/dist-esm/samples-dev/environmentContainersDeleteSample.js +1 -1
  59. package/dist-esm/samples-dev/environmentContainersGetSample.js +1 -1
  60. package/dist-esm/samples-dev/environmentContainersListSample.js +1 -1
  61. package/dist-esm/samples-dev/environmentVersionsCreateOrUpdateSample.js +1 -1
  62. package/dist-esm/samples-dev/environmentVersionsDeleteSample.js +1 -1
  63. package/dist-esm/samples-dev/environmentVersionsGetSample.js +1 -1
  64. package/dist-esm/samples-dev/environmentVersionsListSample.js +1 -1
  65. package/dist-esm/samples-dev/jobsCancelSample.js +1 -1
  66. package/dist-esm/samples-dev/jobsCreateOrUpdateSample.js +66 -3
  67. package/dist-esm/samples-dev/jobsCreateOrUpdateSample.js.map +1 -1
  68. package/dist-esm/samples-dev/jobsDeleteSample.js +1 -1
  69. package/dist-esm/samples-dev/jobsGetSample.js +22 -3
  70. package/dist-esm/samples-dev/jobsGetSample.js.map +1 -1
  71. package/dist-esm/samples-dev/jobsListSample.js +44 -12
  72. package/dist-esm/samples-dev/jobsListSample.js.map +1 -1
  73. package/dist-esm/samples-dev/modelContainersCreateOrUpdateSample.js +1 -1
  74. package/dist-esm/samples-dev/modelContainersDeleteSample.js +1 -1
  75. package/dist-esm/samples-dev/modelContainersGetSample.js +1 -1
  76. package/dist-esm/samples-dev/modelContainersListSample.js +1 -1
  77. package/dist-esm/samples-dev/modelVersionsCreateOrUpdateSample.js +1 -1
  78. package/dist-esm/samples-dev/modelVersionsDeleteSample.js +1 -1
  79. package/dist-esm/samples-dev/modelVersionsGetSample.js +1 -1
  80. package/dist-esm/samples-dev/modelVersionsListSample.js +1 -1
  81. package/dist-esm/samples-dev/onlineDeploymentsCreateOrUpdateSample.js +2 -2
  82. package/dist-esm/samples-dev/onlineDeploymentsDeleteSample.js +1 -1
  83. package/dist-esm/samples-dev/onlineDeploymentsGetLogsSample.js +1 -1
  84. package/dist-esm/samples-dev/onlineDeploymentsGetSample.js +2 -2
  85. package/dist-esm/samples-dev/onlineDeploymentsListSample.js +1 -1
  86. package/dist-esm/samples-dev/onlineDeploymentsListSkusSample.js +2 -2
  87. package/dist-esm/samples-dev/onlineDeploymentsUpdateSample.js +2 -2
  88. package/dist-esm/samples-dev/onlineEndpointsCreateOrUpdateSample.js +1 -1
  89. package/dist-esm/samples-dev/onlineEndpointsDeleteSample.js +1 -1
  90. package/dist-esm/samples-dev/onlineEndpointsGetSample.js +1 -1
  91. package/dist-esm/samples-dev/onlineEndpointsGetTokenSample.js +1 -1
  92. package/dist-esm/samples-dev/onlineEndpointsListKeysSample.js +1 -1
  93. package/dist-esm/samples-dev/onlineEndpointsListSample.js +1 -1
  94. package/dist-esm/samples-dev/onlineEndpointsRegenerateKeysSample.js +1 -1
  95. package/dist-esm/samples-dev/onlineEndpointsUpdateSample.js +1 -1
  96. package/dist-esm/samples-dev/operationsListSample.js +1 -1
  97. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js +1 -1
  98. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +1 -1
  99. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +1 -1
  100. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js +1 -1
  101. package/dist-esm/samples-dev/privateLinkResourcesListSample.js +1 -1
  102. package/dist-esm/samples-dev/quotasListSample.js +1 -1
  103. package/dist-esm/samples-dev/quotasUpdateSample.js +1 -1
  104. package/dist-esm/samples-dev/schedulesCreateOrUpdateSample.d.ts +2 -0
  105. package/dist-esm/samples-dev/schedulesCreateOrUpdateSample.d.ts.map +1 -0
  106. package/dist-esm/samples-dev/schedulesCreateOrUpdateSample.js +54 -0
  107. package/dist-esm/samples-dev/schedulesCreateOrUpdateSample.js.map +1 -0
  108. package/dist-esm/samples-dev/schedulesDeleteSample.d.ts +2 -0
  109. package/dist-esm/samples-dev/schedulesDeleteSample.d.ts.map +1 -0
  110. package/dist-esm/samples-dev/schedulesDeleteSample.js +32 -0
  111. package/dist-esm/samples-dev/schedulesDeleteSample.js.map +1 -0
  112. package/dist-esm/samples-dev/schedulesGetSample.d.ts +2 -0
  113. package/dist-esm/samples-dev/schedulesGetSample.d.ts.map +1 -0
  114. package/dist-esm/samples-dev/schedulesGetSample.js +32 -0
  115. package/dist-esm/samples-dev/schedulesGetSample.js.map +1 -0
  116. package/dist-esm/samples-dev/schedulesListSample.d.ts +2 -0
  117. package/dist-esm/samples-dev/schedulesListSample.d.ts.map +1 -0
  118. package/dist-esm/samples-dev/schedulesListSample.js +45 -0
  119. package/dist-esm/samples-dev/schedulesListSample.js.map +1 -0
  120. package/dist-esm/samples-dev/usagesListSample.js +1 -1
  121. package/dist-esm/samples-dev/virtualMachineSizesListSample.js +1 -1
  122. package/dist-esm/samples-dev/workspaceConnectionsCreateSample.js +1 -1
  123. package/dist-esm/samples-dev/workspaceConnectionsDeleteSample.js +1 -1
  124. package/dist-esm/samples-dev/workspaceConnectionsGetSample.js +1 -1
  125. package/dist-esm/samples-dev/workspaceConnectionsListSample.js +1 -1
  126. package/dist-esm/samples-dev/workspaceFeaturesListSample.js +1 -1
  127. package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.js +1 -1
  128. package/dist-esm/samples-dev/workspacesDeleteSample.js +1 -1
  129. package/dist-esm/samples-dev/workspacesDiagnoseSample.js +1 -1
  130. package/dist-esm/samples-dev/workspacesGetSample.js +1 -1
  131. package/dist-esm/samples-dev/workspacesListByResourceGroupSample.js +1 -1
  132. package/dist-esm/samples-dev/workspacesListBySubscriptionSample.js +1 -1
  133. package/dist-esm/samples-dev/workspacesListKeysSample.js +1 -1
  134. package/dist-esm/samples-dev/workspacesListNotebookAccessTokenSample.js +1 -1
  135. package/dist-esm/samples-dev/workspacesListNotebookKeysSample.js +1 -1
  136. package/dist-esm/samples-dev/workspacesListOutboundNetworkDependenciesEndpointsSample.js +1 -1
  137. package/dist-esm/samples-dev/workspacesListStorageAccountKeysSample.js +1 -1
  138. package/dist-esm/samples-dev/workspacesPrepareNotebookSample.js +1 -1
  139. package/dist-esm/samples-dev/workspacesResyncKeysSample.js +1 -1
  140. package/dist-esm/samples-dev/workspacesUpdateSample.js +1 -1
  141. package/dist-esm/src/azureMachineLearningWorkspaces.d.ts +2 -1
  142. package/dist-esm/src/azureMachineLearningWorkspaces.d.ts.map +1 -1
  143. package/dist-esm/src/azureMachineLearningWorkspaces.js +4 -3
  144. package/dist-esm/src/azureMachineLearningWorkspaces.js.map +1 -1
  145. package/dist-esm/src/models/index.d.ts +2177 -118
  146. package/dist-esm/src/models/index.d.ts.map +1 -1
  147. package/dist-esm/src/models/index.js +645 -42
  148. package/dist-esm/src/models/index.js.map +1 -1
  149. package/dist-esm/src/models/mappers.d.ts +107 -8
  150. package/dist-esm/src/models/mappers.d.ts.map +1 -1
  151. package/dist-esm/src/models/mappers.js +3218 -915
  152. package/dist-esm/src/models/mappers.js.map +1 -1
  153. package/dist-esm/src/models/parameters.d.ts +2 -0
  154. package/dist-esm/src/models/parameters.d.ts.map +1 -1
  155. package/dist-esm/src/models/parameters.js +15 -2
  156. package/dist-esm/src/models/parameters.js.map +1 -1
  157. package/dist-esm/src/operations/index.d.ts +1 -0
  158. package/dist-esm/src/operations/index.d.ts.map +1 -1
  159. package/dist-esm/src/operations/index.js +1 -0
  160. package/dist-esm/src/operations/index.js.map +1 -1
  161. package/dist-esm/src/operations/schedules.d.ts +81 -0
  162. package/dist-esm/src/operations/schedules.d.ts.map +1 -0
  163. package/dist-esm/src/operations/schedules.js +343 -0
  164. package/dist-esm/src/operations/schedules.js.map +1 -0
  165. package/dist-esm/src/operationsInterfaces/index.d.ts +1 -0
  166. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
  167. package/dist-esm/src/operationsInterfaces/index.js +1 -0
  168. package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
  169. package/dist-esm/src/operationsInterfaces/schedules.d.ts +56 -0
  170. package/dist-esm/src/operationsInterfaces/schedules.d.ts.map +1 -0
  171. package/dist-esm/src/operationsInterfaces/schedules.js +9 -0
  172. package/dist-esm/src/operationsInterfaces/schedules.js.map +1 -0
  173. package/package.json +6 -5
  174. package/review/arm-machinelearning.api.md +1033 -11
  175. package/src/azureMachineLearningWorkspaces.ts +6 -2
  176. package/src/models/index.ts +2662 -410
  177. package/src/models/mappers.ts +4026 -1470
  178. package/src/models/parameters.ts +18 -2
  179. package/src/operations/index.ts +1 -0
  180. package/src/operations/schedules.ts +476 -0
  181. package/src/operationsInterfaces/index.ts +1 -0
  182. package/src/operationsInterfaces/schedules.ts +109 -0
  183. package/types/arm-machinelearning.d.ts +2348 -80
  184. package/types/tsdoc-metadata.json +1 -1
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
14
14
  * This sample demonstrates how to Creates/updates a batch inference deployment (asynchronous).
15
15
  *
16
16
  * @summary Creates/updates a batch inference deployment (asynchronous).
17
- * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-05-01/examples/BatchDeployment/createOrUpdate.json
17
+ * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/BatchDeployment/createOrUpdate.json
18
18
  */
19
19
  function createOrUpdateBatchDeployment() {
20
20
  return __awaiter(this, void 0, void 0, function* () {
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
14
14
  * This sample demonstrates how to Delete Batch Inference deployment (asynchronous).
15
15
  *
16
16
  * @summary Delete Batch Inference deployment (asynchronous).
17
- * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-05-01/examples/BatchDeployment/delete.json
17
+ * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/BatchDeployment/delete.json
18
18
  */
19
19
  function deleteBatchDeployment() {
20
20
  return __awaiter(this, void 0, void 0, function* () {
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
14
14
  * This sample demonstrates how to Gets a batch inference deployment by id.
15
15
  *
16
16
  * @summary Gets a batch inference deployment by id.
17
- * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-05-01/examples/BatchDeployment/get.json
17
+ * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/BatchDeployment/get.json
18
18
  */
19
19
  function getBatchDeployment() {
20
20
  return __awaiter(this, void 0, void 0, function* () {
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
14
14
  * This sample demonstrates how to Lists Batch inference deployments in the workspace.
15
15
  *
16
16
  * @summary Lists Batch inference deployments in the workspace.
17
- * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-05-01/examples/BatchDeployment/list.json
17
+ * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/BatchDeployment/list.json
18
18
  */
19
19
  function listBatchDeployment() {
20
20
  var e_1, _a;
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
14
14
  * This sample demonstrates how to Update a batch inference deployment (asynchronous).
15
15
  *
16
16
  * @summary Update a batch inference deployment (asynchronous).
17
- * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-05-01/examples/BatchDeployment/update.json
17
+ * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/BatchDeployment/update.json
18
18
  */
19
19
  function updateBatchDeployment() {
20
20
  return __awaiter(this, void 0, void 0, function* () {
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
14
14
  * This sample demonstrates how to Creates a batch inference endpoint (asynchronous).
15
15
  *
16
16
  * @summary Creates a batch inference endpoint (asynchronous).
17
- * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-05-01/examples/BatchEndpoint/createOrUpdate.json
17
+ * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/BatchEndpoint/createOrUpdate.json
18
18
  */
19
19
  function createOrUpdateBatchEndpoint() {
20
20
  return __awaiter(this, void 0, void 0, function* () {
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
14
14
  * This sample demonstrates how to Delete Batch Inference Endpoint (asynchronous).
15
15
  *
16
16
  * @summary Delete Batch Inference Endpoint (asynchronous).
17
- * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-05-01/examples/BatchEndpoint/delete.json
17
+ * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/BatchEndpoint/delete.json
18
18
  */
19
19
  function deleteBatchEndpoint() {
20
20
  return __awaiter(this, void 0, void 0, function* () {
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
14
14
  * This sample demonstrates how to Gets a batch inference endpoint by name.
15
15
  *
16
16
  * @summary Gets a batch inference endpoint by name.
17
- * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-05-01/examples/BatchEndpoint/get.json
17
+ * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/BatchEndpoint/get.json
18
18
  */
19
19
  function getBatchEndpoint() {
20
20
  return __awaiter(this, void 0, void 0, function* () {
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
14
14
  * This sample demonstrates how to Lists batch Inference Endpoint keys.
15
15
  *
16
16
  * @summary Lists batch Inference Endpoint keys.
17
- * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-05-01/examples/BatchEndpoint/listKeys.json
17
+ * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/BatchEndpoint/listKeys.json
18
18
  */
19
19
  function listKeysBatchEndpoint() {
20
20
  return __awaiter(this, void 0, void 0, function* () {
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
14
14
  * This sample demonstrates how to Lists Batch inference endpoint in the workspace.
15
15
  *
16
16
  * @summary Lists Batch inference endpoint in the workspace.
17
- * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-05-01/examples/BatchEndpoint/list.json
17
+ * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/BatchEndpoint/list.json
18
18
  */
19
19
  function listBatchEndpoint() {
20
20
  var e_1, _a;
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
14
14
  * This sample demonstrates how to Update a batch inference endpoint (asynchronous).
15
15
  *
16
16
  * @summary Update a batch inference endpoint (asynchronous).
17
- * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-05-01/examples/BatchEndpoint/update.json
17
+ * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/BatchEndpoint/update.json
18
18
  */
19
19
  function updateBatchEndpoint() {
20
20
  return __awaiter(this, void 0, void 0, function* () {
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
14
14
  * This sample demonstrates how to Create or update container.
15
15
  *
16
16
  * @summary Create or update container.
17
- * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-05-01/examples/CodeContainer/createOrUpdate.json
17
+ * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/CodeContainer/createOrUpdate.json
18
18
  */
19
19
  function createOrUpdateCodeContainer() {
20
20
  return __awaiter(this, void 0, void 0, function* () {
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
14
14
  * This sample demonstrates how to Delete container.
15
15
  *
16
16
  * @summary Delete container.
17
- * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-05-01/examples/CodeContainer/delete.json
17
+ * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/CodeContainer/delete.json
18
18
  */
19
19
  function deleteCodeContainer() {
20
20
  return __awaiter(this, void 0, void 0, function* () {
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
14
14
  * This sample demonstrates how to Get container.
15
15
  *
16
16
  * @summary Get container.
17
- * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-05-01/examples/CodeContainer/get.json
17
+ * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/CodeContainer/get.json
18
18
  */
19
19
  function getCodeContainer() {
20
20
  return __awaiter(this, void 0, void 0, function* () {
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
14
14
  * This sample demonstrates how to List containers.
15
15
  *
16
16
  * @summary List containers.
17
- * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-05-01/examples/CodeContainer/list.json
17
+ * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/CodeContainer/list.json
18
18
  */
19
19
  function listCodeContainer() {
20
20
  var e_1, _a;
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
14
14
  * This sample demonstrates how to Create or update version.
15
15
  *
16
16
  * @summary Create or update version.
17
- * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-05-01/examples/CodeVersion/createOrUpdate.json
17
+ * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/CodeVersion/createOrUpdate.json
18
18
  */
19
19
  function createOrUpdateCodeVersion() {
20
20
  return __awaiter(this, void 0, void 0, function* () {
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
14
14
  * This sample demonstrates how to Delete version.
15
15
  *
16
16
  * @summary Delete version.
17
- * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-05-01/examples/CodeVersion/delete.json
17
+ * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/CodeVersion/delete.json
18
18
  */
19
19
  function deleteCodeVersion() {
20
20
  return __awaiter(this, void 0, void 0, function* () {
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
14
14
  * This sample demonstrates how to Get version.
15
15
  *
16
16
  * @summary Get version.
17
- * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-05-01/examples/CodeVersion/get.json
17
+ * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/CodeVersion/get.json
18
18
  */
19
19
  function getCodeVersion() {
20
20
  return __awaiter(this, void 0, void 0, function* () {
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
14
14
  * This sample demonstrates how to List versions.
15
15
  *
16
16
  * @summary List versions.
17
- * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-05-01/examples/CodeVersion/list.json
17
+ * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/CodeVersion/list.json
18
18
  */
19
19
  function listCodeVersion() {
20
20
  var e_1, _a;
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
14
14
  * This sample demonstrates how to Create or update container.
15
15
  *
16
16
  * @summary Create or update container.
17
- * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-05-01/examples/ComponentContainer/createOrUpdate.json
17
+ * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/ComponentContainer/createOrUpdate.json
18
18
  */
19
19
  function createOrUpdateComponentContainer() {
20
20
  return __awaiter(this, void 0, void 0, function* () {
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
14
14
  * This sample demonstrates how to Delete container.
15
15
  *
16
16
  * @summary Delete container.
17
- * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-05-01/examples/ComponentContainer/delete.json
17
+ * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/ComponentContainer/delete.json
18
18
  */
19
19
  function deleteComponentContainer() {
20
20
  return __awaiter(this, void 0, void 0, function* () {
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
14
14
  * This sample demonstrates how to Get container.
15
15
  *
16
16
  * @summary Get container.
17
- * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-05-01/examples/ComponentContainer/get.json
17
+ * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/ComponentContainer/get.json
18
18
  */
19
19
  function getComponentContainer() {
20
20
  return __awaiter(this, void 0, void 0, function* () {
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
14
14
  * This sample demonstrates how to List component containers.
15
15
  *
16
16
  * @summary List component containers.
17
- * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-05-01/examples/ComponentContainer/list.json
17
+ * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/ComponentContainer/list.json
18
18
  */
19
19
  function listComponentContainer() {
20
20
  var e_1, _a;
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
14
14
  * This sample demonstrates how to Create or update version.
15
15
  *
16
16
  * @summary Create or update version.
17
- * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-05-01/examples/ComponentVersion/createOrUpdate.json
17
+ * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/ComponentVersion/createOrUpdate.json
18
18
  */
19
19
  function createOrUpdateComponentVersion() {
20
20
  return __awaiter(this, void 0, void 0, function* () {
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
14
14
  * This sample demonstrates how to Delete version.
15
15
  *
16
16
  * @summary Delete version.
17
- * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-05-01/examples/ComponentVersion/delete.json
17
+ * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/ComponentVersion/delete.json
18
18
  */
19
19
  function deleteComponentVersion() {
20
20
  return __awaiter(this, void 0, void 0, function* () {
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
14
14
  * This sample demonstrates how to Get version.
15
15
  *
16
16
  * @summary Get version.
17
- * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-05-01/examples/ComponentVersion/get.json
17
+ * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/ComponentVersion/get.json
18
18
  */
19
19
  function getComponentVersion() {
20
20
  return __awaiter(this, void 0, void 0, function* () {
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
14
14
  * This sample demonstrates how to List component versions.
15
15
  *
16
16
  * @summary List component versions.
17
- * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-05-01/examples/ComponentVersion/list.json
17
+ * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/ComponentVersion/list.json
18
18
  */
19
19
  function listComponentVersion() {
20
20
  var e_1, _a;
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
14
14
  * This sample demonstrates how to 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.
15
15
  *
16
16
  * @summary 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.
17
- * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-05-01/examples/Compute/createOrUpdate/KubernetesCompute.json
17
+ * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/Compute/createOrUpdate/KubernetesCompute.json
18
18
  */
19
19
  function attachAKubernetesCompute() {
20
20
  return __awaiter(this, void 0, void 0, function* () {
@@ -54,7 +54,7 @@ attachAKubernetesCompute().catch(console.error);
54
54
  * This sample demonstrates how to 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.
55
55
  *
56
56
  * @summary 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.
57
- * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-05-01/examples/Compute/createOrUpdate/BasicAmlCompute.json
57
+ * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/Compute/createOrUpdate/BasicAmlCompute.json
58
58
  */
59
59
  function createAAmlCompute() {
60
60
  return __awaiter(this, void 0, void 0, function* () {
@@ -95,7 +95,7 @@ createAAmlCompute().catch(console.error);
95
95
  * This sample demonstrates how to 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.
96
96
  *
97
97
  * @summary 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.
98
- * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-05-01/examples/Compute/createOrUpdate/BasicDataFactoryCompute.json
98
+ * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/Compute/createOrUpdate/BasicDataFactoryCompute.json
99
99
  */
100
100
  function createADataFactoryCompute() {
101
101
  return __awaiter(this, void 0, void 0, function* () {
@@ -118,7 +118,7 @@ createADataFactoryCompute().catch(console.error);
118
118
  * This sample demonstrates how to 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.
119
119
  *
120
120
  * @summary 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.
121
- * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-05-01/examples/Compute/createOrUpdate/BasicAKSCompute.json
121
+ * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/Compute/createOrUpdate/BasicAKSCompute.json
122
122
  */
123
123
  function createAnAksCompute() {
124
124
  return __awaiter(this, void 0, void 0, function* () {
@@ -141,7 +141,7 @@ createAnAksCompute().catch(console.error);
141
141
  * This sample demonstrates how to 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.
142
142
  *
143
143
  * @summary 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.
144
- * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-05-01/examples/Compute/createOrUpdate/ComputeInstance.json
144
+ * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/Compute/createOrUpdate/ComputeInstance.json
145
145
  */
146
146
  function createAnComputeInstanceCompute() {
147
147
  return __awaiter(this, void 0, void 0, function* () {
@@ -179,7 +179,59 @@ createAnComputeInstanceCompute().catch(console.error);
179
179
  * This sample demonstrates how to 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.
180
180
  *
181
181
  * @summary 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.
182
- * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-05-01/examples/Compute/createOrUpdate/ComputeInstanceMinimal.json
182
+ * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/Compute/createOrUpdate/ComputeInstanceWithSchedules.json
183
+ */
184
+ function createAnComputeInstanceComputeWithSchedules() {
185
+ return __awaiter(this, void 0, void 0, function* () {
186
+ const subscriptionId = "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345";
187
+ const resourceGroupName = "testrg123";
188
+ const workspaceName = "workspaces123";
189
+ const computeName = "compute123";
190
+ const parameters = {
191
+ location: "eastus",
192
+ properties: {
193
+ computeType: "ComputeInstance",
194
+ properties: {
195
+ applicationSharingPolicy: "Personal",
196
+ computeInstanceAuthorizationType: "personal",
197
+ personalComputeInstanceSettings: {
198
+ assignedUser: {
199
+ objectId: "00000000-0000-0000-0000-000000000000",
200
+ tenantId: "00000000-0000-0000-0000-000000000000"
201
+ }
202
+ },
203
+ schedules: {
204
+ computeStartStop: [
205
+ {
206
+ action: "Stop",
207
+ cron: {
208
+ triggerType: "Cron",
209
+ expression: "0 18 * * *",
210
+ startTime: "2021-04-23T01:30:00",
211
+ timeZone: "Pacific Time"
212
+ },
213
+ status: "Enabled",
214
+ triggerType: "Cron"
215
+ }
216
+ ]
217
+ },
218
+ sshSettings: { sshPublicAccess: "Disabled" },
219
+ vmSize: "STANDARD_NC6"
220
+ }
221
+ }
222
+ };
223
+ const credential = new DefaultAzureCredential();
224
+ const client = new AzureMachineLearningWorkspaces(credential, subscriptionId);
225
+ const result = yield client.computeOperations.beginCreateOrUpdateAndWait(resourceGroupName, workspaceName, computeName, parameters);
226
+ console.log(result);
227
+ });
228
+ }
229
+ createAnComputeInstanceComputeWithSchedules().catch(console.error);
230
+ /**
231
+ * This sample demonstrates how to 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.
232
+ *
233
+ * @summary 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.
234
+ * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/Compute/createOrUpdate/ComputeInstanceMinimal.json
183
235
  */
184
236
  function createAnComputeInstanceComputeWithMinimalInputs() {
185
237
  return __awaiter(this, void 0, void 0, function* () {
@@ -205,7 +257,7 @@ createAnComputeInstanceComputeWithMinimalInputs().catch(console.error);
205
257
  * This sample demonstrates how to 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.
206
258
  *
207
259
  * @summary 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.
208
- * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-05-01/examples/Compute/createOrUpdate/AmlCompute.json
260
+ * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/Compute/createOrUpdate/AmlCompute.json
209
261
  */
210
262
  function updateAAmlCompute() {
211
263
  return __awaiter(this, void 0, void 0, function* () {
@@ -238,7 +290,7 @@ updateAAmlCompute().catch(console.error);
238
290
  * This sample demonstrates how to 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.
239
291
  *
240
292
  * @summary 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.
241
- * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-05-01/examples/Compute/createOrUpdate/AKSCompute.json
293
+ * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/Compute/createOrUpdate/AKSCompute.json
242
294
  */
243
295
  function updateAnAksCompute() {
244
296
  return __awaiter(this, void 0, void 0, function* () {
@@ -1 +1 @@
1
- {"version":3,"file":"computeCreateOrUpdateSample.js","sourceRoot":"","sources":["../../samples-dev/computeCreateOrUpdateSample.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"computeCreateOrUpdateSample.js","sourceRoot":"","sources":["../../samples-dev/computeCreateOrUpdateSample.ts"],"names":[],"mappings":"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"}
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
14
14
  * This sample demonstrates how to Deletes specified Machine Learning compute.
15
15
  *
16
16
  * @summary Deletes specified Machine Learning compute.
17
- * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-05-01/examples/Compute/delete.json
17
+ * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/Compute/delete.json
18
18
  */
19
19
  function deleteCompute() {
20
20
  return __awaiter(this, void 0, void 0, function* () {
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
14
14
  * This sample demonstrates how to Gets compute definition by its name. Any secrets (storage keys, service credentials, etc) are not returned - use 'keys' nested resource to get them.
15
15
  *
16
16
  * @summary Gets compute definition by its name. Any secrets (storage keys, service credentials, etc) are not returned - use 'keys' nested resource to get them.
17
- * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-05-01/examples/Compute/get/AKSCompute.json
17
+ * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/Compute/get/AKSCompute.json
18
18
  */
19
19
  function getAAksCompute() {
20
20
  return __awaiter(this, void 0, void 0, function* () {
@@ -33,7 +33,7 @@ getAAksCompute().catch(console.error);
33
33
  * This sample demonstrates how to Gets compute definition by its name. Any secrets (storage keys, service credentials, etc) are not returned - use 'keys' nested resource to get them.
34
34
  *
35
35
  * @summary Gets compute definition by its name. Any secrets (storage keys, service credentials, etc) are not returned - use 'keys' nested resource to get them.
36
- * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-05-01/examples/Compute/get/AmlCompute.json
36
+ * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/Compute/get/AmlCompute.json
37
37
  */
38
38
  function getAAmlCompute() {
39
39
  return __awaiter(this, void 0, void 0, function* () {
@@ -52,7 +52,7 @@ getAAmlCompute().catch(console.error);
52
52
  * This sample demonstrates how to Gets compute definition by its name. Any secrets (storage keys, service credentials, etc) are not returned - use 'keys' nested resource to get them.
53
53
  *
54
54
  * @summary Gets compute definition by its name. Any secrets (storage keys, service credentials, etc) are not returned - use 'keys' nested resource to get them.
55
- * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-05-01/examples/Compute/get/KubernetesCompute.json
55
+ * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/Compute/get/KubernetesCompute.json
56
56
  */
57
57
  function getAKubernetesCompute() {
58
58
  return __awaiter(this, void 0, void 0, function* () {
@@ -71,7 +71,7 @@ getAKubernetesCompute().catch(console.error);
71
71
  * This sample demonstrates how to Gets compute definition by its name. Any secrets (storage keys, service credentials, etc) are not returned - use 'keys' nested resource to get them.
72
72
  *
73
73
  * @summary Gets compute definition by its name. Any secrets (storage keys, service credentials, etc) are not returned - use 'keys' nested resource to get them.
74
- * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-05-01/examples/Compute/get/ComputeInstance.json
74
+ * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/Compute/get/ComputeInstance.json
75
75
  */
76
76
  function getAnComputeInstance() {
77
77
  return __awaiter(this, void 0, void 0, function* () {
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
14
14
  * This sample demonstrates how to Gets secrets related to Machine Learning compute (storage keys, service credentials, etc).
15
15
  *
16
16
  * @summary Gets secrets related to Machine Learning compute (storage keys, service credentials, etc).
17
- * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-05-01/examples/Compute/listKeys.json
17
+ * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/Compute/listKeys.json
18
18
  */
19
19
  function listAksComputeKeys() {
20
20
  return __awaiter(this, void 0, void 0, function* () {
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
14
14
  * This sample demonstrates how to Get the details (e.g IP address, port etc) of all the compute nodes in the compute.
15
15
  *
16
16
  * @summary Get the details (e.g IP address, port etc) of all the compute nodes in the compute.
17
- * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-05-01/examples/Compute/listNodes.json
17
+ * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/Compute/listNodes.json
18
18
  */
19
19
  function getComputeNodesInformationForACompute() {
20
20
  var e_1, _a;
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
14
14
  * This sample demonstrates how to Gets computes in specified workspace.
15
15
  *
16
16
  * @summary Gets computes in specified workspace.
17
- * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-05-01/examples/Compute/list.json
17
+ * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/Compute/list.json
18
18
  */
19
19
  function getComputes() {
20
20
  var e_1, _a;
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
14
14
  * This sample demonstrates how to Posts a restart action to a compute instance
15
15
  *
16
16
  * @summary Posts a restart action to a compute instance
17
- * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-05-01/examples/Compute/restart.json
17
+ * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/Compute/restart.json
18
18
  */
19
19
  function restartComputeInstanceCompute() {
20
20
  return __awaiter(this, void 0, void 0, function* () {
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
14
14
  * This sample demonstrates how to Posts a start action to a compute instance
15
15
  *
16
16
  * @summary Posts a start action to a compute instance
17
- * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-05-01/examples/Compute/start.json
17
+ * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/Compute/start.json
18
18
  */
19
19
  function startComputeInstanceCompute() {
20
20
  return __awaiter(this, void 0, void 0, function* () {
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
14
14
  * This sample demonstrates how to Posts a stop action to a compute instance
15
15
  *
16
16
  * @summary Posts a stop action to a compute instance
17
- * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-05-01/examples/Compute/stop.json
17
+ * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/Compute/stop.json
18
18
  */
19
19
  function stopComputeInstanceCompute() {
20
20
  return __awaiter(this, void 0, void 0, function* () {
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
14
14
  * This sample demonstrates how to Updates properties of a compute. This call will overwrite a compute if it exists. This is a nonrecoverable operation.
15
15
  *
16
16
  * @summary Updates properties of a compute. This call will overwrite a compute if it exists. This is a nonrecoverable operation.
17
- * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-05-01/examples/Compute/patch.json
17
+ * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/Compute/patch.json
18
18
  */
19
19
  function updateAAmlCompute() {
20
20
  return __awaiter(this, void 0, void 0, function* () {
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
14
14
  * This sample demonstrates how to Create or update container.
15
15
  *
16
16
  * @summary Create or update container.
17
- * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-05-01/examples/DataContainer/createOrUpdate.json
17
+ * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/DataContainer/createOrUpdate.json
18
18
  */
19
19
  function createOrUpdateDataContainer() {
20
20
  return __awaiter(this, void 0, void 0, function* () {
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
14
14
  * This sample demonstrates how to Delete container.
15
15
  *
16
16
  * @summary Delete container.
17
- * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-05-01/examples/DataContainer/delete.json
17
+ * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/DataContainer/delete.json
18
18
  */
19
19
  function deleteDataContainer() {
20
20
  return __awaiter(this, void 0, void 0, function* () {
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
14
14
  * This sample demonstrates how to Get container.
15
15
  *
16
16
  * @summary Get container.
17
- * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-05-01/examples/DataContainer/get.json
17
+ * x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/DataContainer/get.json
18
18
  */
19
19
  function getDataContainer() {
20
20
  return __awaiter(this, void 0, void 0, function* () {