@azure/arm-machinelearning 2.1.2-alpha.20240522.1 → 2.2.0-alpha.20240523.2

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 (421) hide show
  1. package/CHANGELOG.md +100 -11
  2. package/LICENSE +1 -1
  3. package/dist/index.js +4806 -4809
  4. package/dist/index.js.map +1 -1
  5. package/dist/index.min.js +1 -1
  6. package/dist/index.min.js.map +1 -1
  7. package/dist-esm/samples-dev/batchDeploymentsCreateOrUpdateSample.js +19 -9
  8. package/dist-esm/samples-dev/batchDeploymentsCreateOrUpdateSample.js.map +1 -1
  9. package/dist-esm/samples-dev/batchDeploymentsDeleteSample.js +11 -3
  10. package/dist-esm/samples-dev/batchDeploymentsDeleteSample.js.map +1 -1
  11. package/dist-esm/samples-dev/batchDeploymentsGetSample.js +11 -3
  12. package/dist-esm/samples-dev/batchDeploymentsGetSample.js.map +1 -1
  13. package/dist-esm/samples-dev/batchDeploymentsListSample.js +12 -4
  14. package/dist-esm/samples-dev/batchDeploymentsListSample.js.map +1 -1
  15. package/dist-esm/samples-dev/batchDeploymentsUpdateSample.js +13 -8
  16. package/dist-esm/samples-dev/batchDeploymentsUpdateSample.js.map +1 -1
  17. package/dist-esm/samples-dev/batchEndpointsCreateOrUpdateSample.js +16 -8
  18. package/dist-esm/samples-dev/batchEndpointsCreateOrUpdateSample.js.map +1 -1
  19. package/dist-esm/samples-dev/batchEndpointsDeleteSample.js +11 -3
  20. package/dist-esm/samples-dev/batchEndpointsDeleteSample.js.map +1 -1
  21. package/dist-esm/samples-dev/batchEndpointsGetSample.js +11 -3
  22. package/dist-esm/samples-dev/batchEndpointsGetSample.js.map +1 -1
  23. package/dist-esm/samples-dev/batchEndpointsListKeysSample.js +11 -3
  24. package/dist-esm/samples-dev/batchEndpointsListKeysSample.js.map +1 -1
  25. package/dist-esm/samples-dev/batchEndpointsListSample.js +12 -4
  26. package/dist-esm/samples-dev/batchEndpointsListSample.js.map +1 -1
  27. package/dist-esm/samples-dev/batchEndpointsUpdateSample.js +14 -6
  28. package/dist-esm/samples-dev/batchEndpointsUpdateSample.js.map +1 -1
  29. package/dist-esm/samples-dev/codeContainersCreateOrUpdateSample.js +14 -6
  30. package/dist-esm/samples-dev/codeContainersCreateOrUpdateSample.js.map +1 -1
  31. package/dist-esm/samples-dev/codeContainersDeleteSample.js +11 -3
  32. package/dist-esm/samples-dev/codeContainersDeleteSample.js.map +1 -1
  33. package/dist-esm/samples-dev/codeContainersGetSample.js +11 -3
  34. package/dist-esm/samples-dev/codeContainersGetSample.js.map +1 -1
  35. package/dist-esm/samples-dev/codeContainersListSample.js +11 -3
  36. package/dist-esm/samples-dev/codeContainersListSample.js.map +1 -1
  37. package/dist-esm/samples-dev/codeVersionsCreateOrUpdateSample.js +14 -6
  38. package/dist-esm/samples-dev/codeVersionsCreateOrUpdateSample.js.map +1 -1
  39. package/dist-esm/samples-dev/codeVersionsDeleteSample.js +11 -3
  40. package/dist-esm/samples-dev/codeVersionsDeleteSample.js.map +1 -1
  41. package/dist-esm/samples-dev/codeVersionsGetSample.js +11 -3
  42. package/dist-esm/samples-dev/codeVersionsGetSample.js.map +1 -1
  43. package/dist-esm/samples-dev/codeVersionsListSample.js +12 -4
  44. package/dist-esm/samples-dev/codeVersionsListSample.js.map +1 -1
  45. package/dist-esm/samples-dev/componentContainersCreateOrUpdateSample.js +14 -6
  46. package/dist-esm/samples-dev/componentContainersCreateOrUpdateSample.js.map +1 -1
  47. package/dist-esm/samples-dev/componentContainersDeleteSample.js +11 -3
  48. package/dist-esm/samples-dev/componentContainersDeleteSample.js.map +1 -1
  49. package/dist-esm/samples-dev/componentContainersGetSample.js +11 -3
  50. package/dist-esm/samples-dev/componentContainersGetSample.js.map +1 -1
  51. package/dist-esm/samples-dev/componentContainersListSample.js +11 -3
  52. package/dist-esm/samples-dev/componentContainersListSample.js.map +1 -1
  53. package/dist-esm/samples-dev/componentVersionsCreateOrUpdateSample.js +14 -6
  54. package/dist-esm/samples-dev/componentVersionsCreateOrUpdateSample.js.map +1 -1
  55. package/dist-esm/samples-dev/componentVersionsDeleteSample.js +11 -3
  56. package/dist-esm/samples-dev/componentVersionsDeleteSample.js.map +1 -1
  57. package/dist-esm/samples-dev/componentVersionsGetSample.js +11 -3
  58. package/dist-esm/samples-dev/componentVersionsGetSample.js.map +1 -1
  59. package/dist-esm/samples-dev/componentVersionsListSample.js +12 -4
  60. package/dist-esm/samples-dev/componentVersionsListSample.js.map +1 -1
  61. package/dist-esm/samples-dev/computeCreateOrUpdateSample.js +80 -64
  62. package/dist-esm/samples-dev/computeCreateOrUpdateSample.js.map +1 -1
  63. package/dist-esm/samples-dev/computeDeleteSample.js +11 -3
  64. package/dist-esm/samples-dev/computeDeleteSample.js.map +1 -1
  65. package/dist-esm/samples-dev/computeGetSample.js +23 -12
  66. package/dist-esm/samples-dev/computeGetSample.js.map +1 -1
  67. package/dist-esm/samples-dev/computeListKeysSample.js +11 -3
  68. package/dist-esm/samples-dev/computeListKeysSample.js.map +1 -1
  69. package/dist-esm/samples-dev/computeListNodesSample.js +11 -3
  70. package/dist-esm/samples-dev/computeListNodesSample.js.map +1 -1
  71. package/dist-esm/samples-dev/computeListSample.js +11 -3
  72. package/dist-esm/samples-dev/computeListSample.js.map +1 -1
  73. package/dist-esm/samples-dev/computeRestartSample.js +11 -3
  74. package/dist-esm/samples-dev/computeRestartSample.js.map +1 -1
  75. package/dist-esm/samples-dev/computeStartSample.js +11 -3
  76. package/dist-esm/samples-dev/computeStartSample.js.map +1 -1
  77. package/dist-esm/samples-dev/computeStopSample.js +11 -3
  78. package/dist-esm/samples-dev/computeStopSample.js.map +1 -1
  79. package/dist-esm/samples-dev/computeUpdateSample.js +15 -7
  80. package/dist-esm/samples-dev/computeUpdateSample.js.map +1 -1
  81. package/dist-esm/samples-dev/dataContainersCreateOrUpdateSample.js +14 -6
  82. package/dist-esm/samples-dev/dataContainersCreateOrUpdateSample.js.map +1 -1
  83. package/dist-esm/samples-dev/dataContainersDeleteSample.js +11 -3
  84. package/dist-esm/samples-dev/dataContainersDeleteSample.js.map +1 -1
  85. package/dist-esm/samples-dev/dataContainersGetSample.js +11 -3
  86. package/dist-esm/samples-dev/dataContainersGetSample.js.map +1 -1
  87. package/dist-esm/samples-dev/dataContainersListSample.js +11 -3
  88. package/dist-esm/samples-dev/dataContainersListSample.js.map +1 -1
  89. package/dist-esm/samples-dev/dataVersionsCreateOrUpdateSample.js +14 -6
  90. package/dist-esm/samples-dev/dataVersionsCreateOrUpdateSample.js.map +1 -1
  91. package/dist-esm/samples-dev/dataVersionsDeleteSample.js +11 -3
  92. package/dist-esm/samples-dev/dataVersionsDeleteSample.js.map +1 -1
  93. package/dist-esm/samples-dev/dataVersionsGetSample.js +11 -3
  94. package/dist-esm/samples-dev/dataVersionsGetSample.js.map +1 -1
  95. package/dist-esm/samples-dev/dataVersionsListSample.js +12 -4
  96. package/dist-esm/samples-dev/dataVersionsListSample.js.map +1 -1
  97. package/dist-esm/samples-dev/datastoresCreateOrUpdateSample.js +36 -25
  98. package/dist-esm/samples-dev/datastoresCreateOrUpdateSample.js.map +1 -1
  99. package/dist-esm/samples-dev/datastoresDeleteSample.js +11 -3
  100. package/dist-esm/samples-dev/datastoresDeleteSample.js.map +1 -1
  101. package/dist-esm/samples-dev/datastoresGetSample.js +11 -3
  102. package/dist-esm/samples-dev/datastoresGetSample.js.map +1 -1
  103. package/dist-esm/samples-dev/datastoresListSample.js +13 -5
  104. package/dist-esm/samples-dev/datastoresListSample.js.map +1 -1
  105. package/dist-esm/samples-dev/datastoresListSecretsSample.js +11 -3
  106. package/dist-esm/samples-dev/datastoresListSecretsSample.js.map +1 -1
  107. package/dist-esm/samples-dev/environmentContainersCreateOrUpdateSample.js +16 -8
  108. package/dist-esm/samples-dev/environmentContainersCreateOrUpdateSample.js.map +1 -1
  109. package/dist-esm/samples-dev/environmentContainersDeleteSample.js +11 -3
  110. package/dist-esm/samples-dev/environmentContainersDeleteSample.js.map +1 -1
  111. package/dist-esm/samples-dev/environmentContainersGetSample.js +11 -3
  112. package/dist-esm/samples-dev/environmentContainersGetSample.js.map +1 -1
  113. package/dist-esm/samples-dev/environmentContainersListSample.js +11 -3
  114. package/dist-esm/samples-dev/environmentContainersListSample.js.map +1 -1
  115. package/dist-esm/samples-dev/environmentVersionsCreateOrUpdateSample.js +16 -8
  116. package/dist-esm/samples-dev/environmentVersionsCreateOrUpdateSample.js.map +1 -1
  117. package/dist-esm/samples-dev/environmentVersionsDeleteSample.js +11 -3
  118. package/dist-esm/samples-dev/environmentVersionsDeleteSample.js.map +1 -1
  119. package/dist-esm/samples-dev/environmentVersionsGetSample.js +11 -3
  120. package/dist-esm/samples-dev/environmentVersionsGetSample.js.map +1 -1
  121. package/dist-esm/samples-dev/environmentVersionsListSample.js +12 -4
  122. package/dist-esm/samples-dev/environmentVersionsListSample.js.map +1 -1
  123. package/dist-esm/samples-dev/jobsCancelSample.js +11 -3
  124. package/dist-esm/samples-dev/jobsCancelSample.js.map +1 -1
  125. package/dist-esm/samples-dev/jobsCreateOrUpdateSample.js +63 -48
  126. package/dist-esm/samples-dev/jobsCreateOrUpdateSample.js.map +1 -1
  127. package/dist-esm/samples-dev/jobsDeleteSample.js +11 -3
  128. package/dist-esm/samples-dev/jobsDeleteSample.js.map +1 -1
  129. package/dist-esm/samples-dev/jobsGetSample.js +23 -12
  130. package/dist-esm/samples-dev/jobsGetSample.js.map +1 -1
  131. package/dist-esm/samples-dev/jobsListSample.js +24 -13
  132. package/dist-esm/samples-dev/jobsListSample.js.map +1 -1
  133. package/dist-esm/samples-dev/modelContainersCreateOrUpdateSample.js +14 -6
  134. package/dist-esm/samples-dev/modelContainersCreateOrUpdateSample.js.map +1 -1
  135. package/dist-esm/samples-dev/modelContainersDeleteSample.js +11 -3
  136. package/dist-esm/samples-dev/modelContainersDeleteSample.js.map +1 -1
  137. package/dist-esm/samples-dev/modelContainersGetSample.js +11 -3
  138. package/dist-esm/samples-dev/modelContainersGetSample.js.map +1 -1
  139. package/dist-esm/samples-dev/modelContainersListSample.js +11 -3
  140. package/dist-esm/samples-dev/modelContainersListSample.js.map +1 -1
  141. package/dist-esm/samples-dev/modelVersionsCreateOrUpdateSample.js +14 -6
  142. package/dist-esm/samples-dev/modelVersionsCreateOrUpdateSample.js.map +1 -1
  143. package/dist-esm/samples-dev/modelVersionsDeleteSample.js +11 -3
  144. package/dist-esm/samples-dev/modelVersionsDeleteSample.js.map +1 -1
  145. package/dist-esm/samples-dev/modelVersionsGetSample.js +11 -3
  146. package/dist-esm/samples-dev/modelVersionsGetSample.js.map +1 -1
  147. package/dist-esm/samples-dev/modelVersionsListSample.js +13 -5
  148. package/dist-esm/samples-dev/modelVersionsListSample.js.map +1 -1
  149. package/dist-esm/samples-dev/onlineDeploymentsCreateOrUpdateSample.js +30 -21
  150. package/dist-esm/samples-dev/onlineDeploymentsCreateOrUpdateSample.js.map +1 -1
  151. package/dist-esm/samples-dev/onlineDeploymentsDeleteSample.js +11 -3
  152. package/dist-esm/samples-dev/onlineDeploymentsDeleteSample.js.map +1 -1
  153. package/dist-esm/samples-dev/onlineDeploymentsGetLogsSample.js +13 -5
  154. package/dist-esm/samples-dev/onlineDeploymentsGetLogsSample.js.map +1 -1
  155. package/dist-esm/samples-dev/onlineDeploymentsGetSample.js +15 -6
  156. package/dist-esm/samples-dev/onlineDeploymentsGetSample.js.map +1 -1
  157. package/dist-esm/samples-dev/onlineDeploymentsListSample.js +12 -4
  158. package/dist-esm/samples-dev/onlineDeploymentsListSample.js.map +1 -1
  159. package/dist-esm/samples-dev/onlineDeploymentsListSkusSample.js +16 -7
  160. package/dist-esm/samples-dev/onlineDeploymentsListSkusSample.js.map +1 -1
  161. package/dist-esm/samples-dev/onlineDeploymentsUpdateSample.js +20 -11
  162. package/dist-esm/samples-dev/onlineDeploymentsUpdateSample.js.map +1 -1
  163. package/dist-esm/samples-dev/onlineEndpointsCreateOrUpdateSample.js +16 -8
  164. package/dist-esm/samples-dev/onlineEndpointsCreateOrUpdateSample.js.map +1 -1
  165. package/dist-esm/samples-dev/onlineEndpointsDeleteSample.js +11 -3
  166. package/dist-esm/samples-dev/onlineEndpointsDeleteSample.js.map +1 -1
  167. package/dist-esm/samples-dev/onlineEndpointsGetSample.js +11 -3
  168. package/dist-esm/samples-dev/onlineEndpointsGetSample.js.map +1 -1
  169. package/dist-esm/samples-dev/onlineEndpointsGetTokenSample.js +11 -3
  170. package/dist-esm/samples-dev/onlineEndpointsGetTokenSample.js.map +1 -1
  171. package/dist-esm/samples-dev/onlineEndpointsListKeysSample.js +11 -3
  172. package/dist-esm/samples-dev/onlineEndpointsListKeysSample.js.map +1 -1
  173. package/dist-esm/samples-dev/onlineEndpointsListSample.js +13 -5
  174. package/dist-esm/samples-dev/onlineEndpointsListSample.js.map +1 -1
  175. package/dist-esm/samples-dev/onlineEndpointsRegenerateKeysSample.js +13 -5
  176. package/dist-esm/samples-dev/onlineEndpointsRegenerateKeysSample.js.map +1 -1
  177. package/dist-esm/samples-dev/onlineEndpointsUpdateSample.js +14 -6
  178. package/dist-esm/samples-dev/onlineEndpointsUpdateSample.js.map +1 -1
  179. package/dist-esm/samples-dev/operationsListSample.js +10 -2
  180. package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
  181. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js +14 -6
  182. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js.map +1 -1
  183. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +11 -3
  184. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +1 -1
  185. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +11 -3
  186. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +1 -1
  187. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js +11 -3
  188. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js.map +1 -1
  189. package/dist-esm/samples-dev/privateLinkResourcesListSample.js +11 -3
  190. package/dist-esm/samples-dev/privateLinkResourcesListSample.js.map +1 -1
  191. package/dist-esm/samples-dev/quotasListSample.js +10 -2
  192. package/dist-esm/samples-dev/quotasListSample.js.map +1 -1
  193. package/dist-esm/samples-dev/quotasUpdateSample.js +15 -7
  194. package/dist-esm/samples-dev/quotasUpdateSample.js.map +1 -1
  195. package/dist-esm/samples-dev/schedulesCreateOrUpdateSample.js +17 -9
  196. package/dist-esm/samples-dev/schedulesCreateOrUpdateSample.js.map +1 -1
  197. package/dist-esm/samples-dev/schedulesDeleteSample.js +11 -3
  198. package/dist-esm/samples-dev/schedulesDeleteSample.js.map +1 -1
  199. package/dist-esm/samples-dev/schedulesGetSample.js +11 -3
  200. package/dist-esm/samples-dev/schedulesGetSample.js.map +1 -1
  201. package/dist-esm/samples-dev/schedulesListSample.js +11 -3
  202. package/dist-esm/samples-dev/schedulesListSample.js.map +1 -1
  203. package/dist-esm/samples-dev/usagesListSample.js +10 -2
  204. package/dist-esm/samples-dev/usagesListSample.js.map +1 -1
  205. package/dist-esm/samples-dev/virtualMachineSizesListSample.js +10 -2
  206. package/dist-esm/samples-dev/virtualMachineSizesListSample.js.map +1 -1
  207. package/dist-esm/samples-dev/workspaceConnectionsCreateSample.js +14 -6
  208. package/dist-esm/samples-dev/workspaceConnectionsCreateSample.js.map +1 -1
  209. package/dist-esm/samples-dev/workspaceConnectionsDeleteSample.js +11 -3
  210. package/dist-esm/samples-dev/workspaceConnectionsDeleteSample.js.map +1 -1
  211. package/dist-esm/samples-dev/workspaceConnectionsGetSample.js +11 -3
  212. package/dist-esm/samples-dev/workspaceConnectionsGetSample.js.map +1 -1
  213. package/dist-esm/samples-dev/workspaceConnectionsListSample.js +12 -4
  214. package/dist-esm/samples-dev/workspaceConnectionsListSample.js.map +1 -1
  215. package/dist-esm/samples-dev/workspaceFeaturesListSample.js +11 -3
  216. package/dist-esm/samples-dev/workspaceFeaturesListSample.js.map +1 -1
  217. package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.js +20 -12
  218. package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.js.map +1 -1
  219. package/dist-esm/samples-dev/workspacesDeleteSample.js +11 -3
  220. package/dist-esm/samples-dev/workspacesDeleteSample.js.map +1 -1
  221. package/dist-esm/samples-dev/workspacesDiagnoseSample.js +14 -6
  222. package/dist-esm/samples-dev/workspacesDiagnoseSample.js.map +1 -1
  223. package/dist-esm/samples-dev/workspacesGetSample.js +11 -3
  224. package/dist-esm/samples-dev/workspacesGetSample.js.map +1 -1
  225. package/dist-esm/samples-dev/workspacesListByResourceGroupSample.js +11 -3
  226. package/dist-esm/samples-dev/workspacesListByResourceGroupSample.js.map +1 -1
  227. package/dist-esm/samples-dev/workspacesListBySubscriptionSample.js +10 -2
  228. package/dist-esm/samples-dev/workspacesListBySubscriptionSample.js.map +1 -1
  229. package/dist-esm/samples-dev/workspacesListKeysSample.js +11 -3
  230. package/dist-esm/samples-dev/workspacesListKeysSample.js.map +1 -1
  231. package/dist-esm/samples-dev/workspacesListNotebookAccessTokenSample.js +11 -3
  232. package/dist-esm/samples-dev/workspacesListNotebookAccessTokenSample.js.map +1 -1
  233. package/dist-esm/samples-dev/workspacesListNotebookKeysSample.js +11 -3
  234. package/dist-esm/samples-dev/workspacesListNotebookKeysSample.js.map +1 -1
  235. package/dist-esm/samples-dev/workspacesListOutboundNetworkDependenciesEndpointsSample.js +11 -3
  236. package/dist-esm/samples-dev/workspacesListOutboundNetworkDependenciesEndpointsSample.js.map +1 -1
  237. package/dist-esm/samples-dev/workspacesListStorageAccountKeysSample.js +11 -3
  238. package/dist-esm/samples-dev/workspacesListStorageAccountKeysSample.js.map +1 -1
  239. package/dist-esm/samples-dev/workspacesPrepareNotebookSample.js +11 -3
  240. package/dist-esm/samples-dev/workspacesPrepareNotebookSample.js.map +1 -1
  241. package/dist-esm/samples-dev/workspacesResyncKeysSample.js +11 -3
  242. package/dist-esm/samples-dev/workspacesResyncKeysSample.js.map +1 -1
  243. package/dist-esm/samples-dev/workspacesUpdateSample.js +13 -5
  244. package/dist-esm/samples-dev/workspacesUpdateSample.js.map +1 -1
  245. package/dist-esm/src/azureMachineLearningWorkspaces.d.ts.map +1 -1
  246. package/dist-esm/src/azureMachineLearningWorkspaces.js +8 -8
  247. package/dist-esm/src/azureMachineLearningWorkspaces.js.map +1 -1
  248. package/dist-esm/src/lroImpl.d.ts +6 -11
  249. package/dist-esm/src/lroImpl.d.ts.map +1 -1
  250. package/dist-esm/src/lroImpl.js +12 -20
  251. package/dist-esm/src/lroImpl.js.map +1 -1
  252. package/dist-esm/src/models/index.d.ts +50 -151
  253. package/dist-esm/src/models/index.d.ts.map +1 -1
  254. package/dist-esm/src/models/index.js +6 -6
  255. package/dist-esm/src/models/index.js.map +1 -1
  256. package/dist-esm/src/models/mappers.d.ts +22 -22
  257. package/dist-esm/src/models/mappers.d.ts.map +1 -1
  258. package/dist-esm/src/models/mappers.js +3405 -3407
  259. package/dist-esm/src/models/mappers.js.map +1 -1
  260. package/dist-esm/src/models/parameters.d.ts.map +1 -1
  261. package/dist-esm/src/models/parameters.js +187 -187
  262. package/dist-esm/src/models/parameters.js.map +1 -1
  263. package/dist-esm/src/operations/batchDeployments.d.ts +4 -4
  264. package/dist-esm/src/operations/batchDeployments.d.ts.map +1 -1
  265. package/dist-esm/src/operations/batchDeployments.js +93 -87
  266. package/dist-esm/src/operations/batchDeployments.js.map +1 -1
  267. package/dist-esm/src/operations/batchEndpoints.d.ts +4 -4
  268. package/dist-esm/src/operations/batchEndpoints.d.ts.map +1 -1
  269. package/dist-esm/src/operations/batchEndpoints.js +76 -65
  270. package/dist-esm/src/operations/batchEndpoints.js.map +1 -1
  271. package/dist-esm/src/operations/codeContainers.js +26 -27
  272. package/dist-esm/src/operations/codeContainers.js.map +1 -1
  273. package/dist-esm/src/operations/codeVersions.js +27 -33
  274. package/dist-esm/src/operations/codeVersions.js.map +1 -1
  275. package/dist-esm/src/operations/componentContainers.js +27 -32
  276. package/dist-esm/src/operations/componentContainers.js.map +1 -1
  277. package/dist-esm/src/operations/componentVersions.js +27 -34
  278. package/dist-esm/src/operations/componentVersions.js.map +1 -1
  279. package/dist-esm/src/operations/computeOperations.d.ts +7 -7
  280. package/dist-esm/src/operations/computeOperations.d.ts.map +1 -1
  281. package/dist-esm/src/operations/computeOperations.js +150 -116
  282. package/dist-esm/src/operations/computeOperations.js.map +1 -1
  283. package/dist-esm/src/operations/dataContainers.js +27 -32
  284. package/dist-esm/src/operations/dataContainers.js.map +1 -1
  285. package/dist-esm/src/operations/dataVersions.js +27 -35
  286. package/dist-esm/src/operations/dataVersions.js.map +1 -1
  287. package/dist-esm/src/operations/datastores.js +32 -42
  288. package/dist-esm/src/operations/datastores.js.map +1 -1
  289. package/dist-esm/src/operations/environmentContainers.js +27 -32
  290. package/dist-esm/src/operations/environmentContainers.js.map +1 -1
  291. package/dist-esm/src/operations/environmentVersions.js +27 -34
  292. package/dist-esm/src/operations/environmentVersions.js.map +1 -1
  293. package/dist-esm/src/operations/jobs.d.ts +3 -3
  294. package/dist-esm/src/operations/jobs.d.ts.map +1 -1
  295. package/dist-esm/src/operations/jobs.js +55 -54
  296. package/dist-esm/src/operations/jobs.js.map +1 -1
  297. package/dist-esm/src/operations/modelContainers.js +27 -33
  298. package/dist-esm/src/operations/modelContainers.js.map +1 -1
  299. package/dist-esm/src/operations/modelVersions.js +27 -40
  300. package/dist-esm/src/operations/modelVersions.js.map +1 -1
  301. package/dist-esm/src/operations/onlineDeployments.d.ts +4 -4
  302. package/dist-esm/src/operations/onlineDeployments.d.ts.map +1 -1
  303. package/dist-esm/src/operations/onlineDeployments.js +112 -107
  304. package/dist-esm/src/operations/onlineDeployments.js.map +1 -1
  305. package/dist-esm/src/operations/onlineEndpoints.d.ts +5 -5
  306. package/dist-esm/src/operations/onlineEndpoints.d.ts.map +1 -1
  307. package/dist-esm/src/operations/onlineEndpoints.js +97 -91
  308. package/dist-esm/src/operations/onlineEndpoints.js.map +1 -1
  309. package/dist-esm/src/operations/operations.js +5 -5
  310. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -1
  311. package/dist-esm/src/operations/privateEndpointConnections.js +23 -23
  312. package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -1
  313. package/dist-esm/src/operations/privateLinkResources.js +5 -5
  314. package/dist-esm/src/operations/privateLinkResources.js.map +1 -1
  315. package/dist-esm/src/operations/quotas.js +16 -17
  316. package/dist-esm/src/operations/quotas.js.map +1 -1
  317. package/dist-esm/src/operations/schedules.d.ts +3 -3
  318. package/dist-esm/src/operations/schedules.d.ts.map +1 -1
  319. package/dist-esm/src/operations/schedules.js +53 -50
  320. package/dist-esm/src/operations/schedules.js.map +1 -1
  321. package/dist-esm/src/operations/usages.js +11 -12
  322. package/dist-esm/src/operations/usages.js.map +1 -1
  323. package/dist-esm/src/operations/virtualMachineSizes.js +5 -5
  324. package/dist-esm/src/operations/virtualMachineSizes.js.map +1 -1
  325. package/dist-esm/src/operations/workspaceConnections.js +26 -31
  326. package/dist-esm/src/operations/workspaceConnections.js.map +1 -1
  327. package/dist-esm/src/operations/workspaceFeatures.js +11 -12
  328. package/dist-esm/src/operations/workspaceFeatures.js.map +1 -1
  329. package/dist-esm/src/operations/workspaces.d.ts +7 -7
  330. package/dist-esm/src/operations/workspaces.d.ts.map +1 -1
  331. package/dist-esm/src/operations/workspaces.js +159 -137
  332. package/dist-esm/src/operations/workspaces.js.map +1 -1
  333. package/dist-esm/src/operationsInterfaces/batchDeployments.d.ts +4 -4
  334. package/dist-esm/src/operationsInterfaces/batchDeployments.d.ts.map +1 -1
  335. package/dist-esm/src/operationsInterfaces/batchEndpoints.d.ts +4 -4
  336. package/dist-esm/src/operationsInterfaces/batchEndpoints.d.ts.map +1 -1
  337. package/dist-esm/src/operationsInterfaces/computeOperations.d.ts +7 -7
  338. package/dist-esm/src/operationsInterfaces/computeOperations.d.ts.map +1 -1
  339. package/dist-esm/src/operationsInterfaces/jobs.d.ts +3 -3
  340. package/dist-esm/src/operationsInterfaces/jobs.d.ts.map +1 -1
  341. package/dist-esm/src/operationsInterfaces/onlineDeployments.d.ts +4 -4
  342. package/dist-esm/src/operationsInterfaces/onlineDeployments.d.ts.map +1 -1
  343. package/dist-esm/src/operationsInterfaces/onlineEndpoints.d.ts +5 -5
  344. package/dist-esm/src/operationsInterfaces/onlineEndpoints.d.ts.map +1 -1
  345. package/dist-esm/src/operationsInterfaces/schedules.d.ts +3 -3
  346. package/dist-esm/src/operationsInterfaces/schedules.d.ts.map +1 -1
  347. package/dist-esm/src/operationsInterfaces/workspaces.d.ts +7 -7
  348. package/dist-esm/src/operationsInterfaces/workspaces.d.ts.map +1 -1
  349. package/dist-esm/src/pagingHelper.d.ts +4 -4
  350. package/dist-esm/src/pagingHelper.js +4 -4
  351. package/dist-esm/test/machinelearning_operations_test.spec.d.ts +4 -0
  352. package/dist-esm/test/machinelearning_operations_test.spec.d.ts.map +1 -0
  353. package/dist-esm/test/machinelearning_operations_test.spec.js +74 -0
  354. package/dist-esm/test/machinelearning_operations_test.spec.js.map +1 -0
  355. package/package.json +13 -12
  356. package/review/arm-machinelearning.api.md +53 -102
  357. package/src/azureMachineLearningWorkspaces.ts +17 -16
  358. package/src/lroImpl.ts +31 -23
  359. package/src/models/index.ts +283 -358
  360. package/src/models/mappers.ts +4235 -4198
  361. package/src/models/parameters.ts +189 -188
  362. package/src/operations/batchDeployments.ts +141 -145
  363. package/src/operations/batchEndpoints.ts +142 -142
  364. package/src/operations/codeContainers.ts +47 -52
  365. package/src/operations/codeVersions.ts +50 -60
  366. package/src/operations/componentContainers.ts +48 -57
  367. package/src/operations/componentVersions.ts +50 -61
  368. package/src/operations/computeOperations.ts +262 -255
  369. package/src/operations/dataContainers.ts +48 -57
  370. package/src/operations/dataVersions.ts +50 -62
  371. package/src/operations/datastores.ts +56 -71
  372. package/src/operations/environmentContainers.ts +48 -57
  373. package/src/operations/environmentVersions.ts +50 -61
  374. package/src/operations/jobs.ts +101 -111
  375. package/src/operations/modelContainers.ts +48 -58
  376. package/src/operations/modelVersions.ts +50 -67
  377. package/src/operations/onlineDeployments.ts +176 -183
  378. package/src/operations/onlineEndpoints.ts +178 -190
  379. package/src/operations/operations.ts +10 -10
  380. package/src/operations/privateEndpointConnections.ts +43 -46
  381. package/src/operations/privateLinkResources.ts +9 -10
  382. package/src/operations/quotas.ts +28 -31
  383. package/src/operations/schedules.ts +100 -104
  384. package/src/operations/usages.ts +20 -22
  385. package/src/operations/virtualMachineSizes.ts +9 -10
  386. package/src/operations/workspaceConnections.ts +47 -56
  387. package/src/operations/workspaceFeatures.ts +23 -25
  388. package/src/operations/workspaces.ts +304 -309
  389. package/src/operationsInterfaces/batchDeployments.ts +15 -15
  390. package/src/operationsInterfaces/batchEndpoints.ts +16 -16
  391. package/src/operationsInterfaces/codeContainers.ts +5 -5
  392. package/src/operationsInterfaces/codeVersions.ts +5 -5
  393. package/src/operationsInterfaces/componentContainers.ts +5 -5
  394. package/src/operationsInterfaces/componentVersions.ts +5 -5
  395. package/src/operationsInterfaces/computeOperations.ts +28 -25
  396. package/src/operationsInterfaces/dataContainers.ts +5 -5
  397. package/src/operationsInterfaces/dataVersions.ts +5 -5
  398. package/src/operationsInterfaces/datastores.ts +6 -6
  399. package/src/operationsInterfaces/environmentContainers.ts +5 -5
  400. package/src/operationsInterfaces/environmentVersions.ts +5 -5
  401. package/src/operationsInterfaces/jobs.ts +11 -11
  402. package/src/operationsInterfaces/modelContainers.ts +5 -5
  403. package/src/operationsInterfaces/modelVersions.ts +5 -5
  404. package/src/operationsInterfaces/onlineDeployments.ts +17 -17
  405. package/src/operationsInterfaces/onlineEndpoints.ts +20 -20
  406. package/src/operationsInterfaces/operations.ts +1 -1
  407. package/src/operationsInterfaces/privateEndpointConnections.ts +5 -5
  408. package/src/operationsInterfaces/privateLinkResources.ts +2 -2
  409. package/src/operationsInterfaces/quotas.ts +3 -3
  410. package/src/operationsInterfaces/schedules.ts +11 -11
  411. package/src/operationsInterfaces/usages.ts +1 -1
  412. package/src/operationsInterfaces/virtualMachineSizes.ts +2 -2
  413. package/src/operationsInterfaces/workspaceConnections.ts +5 -5
  414. package/src/operationsInterfaces/workspaceFeatures.ts +1 -1
  415. package/src/operationsInterfaces/workspaces.ts +32 -32
  416. package/src/pagingHelper.ts +5 -5
  417. package/types/arm-machinelearning.d.ts +85 -186
  418. package/dist-esm/test/sampleTest.d.ts +0 -2
  419. package/dist-esm/test/sampleTest.d.ts.map +0 -1
  420. package/dist-esm/test/sampleTest.js +0 -38
  421. package/dist-esm/test/sampleTest.js.map +0 -1
@@ -3548,29 +3548,65 @@ export interface CronTrigger extends TriggerBase {
3548
3548
  expression: string;
3549
3549
  }
3550
3550
 
3551
- export interface MLTableJobInput extends AssetJobInput, JobInput {}
3551
+ export interface MLTableJobInput extends AssetJobInput, JobInput {
3552
+ /** Polymorphic discriminator, which specifies the different types this object can be */
3553
+ jobInputType: "mltable";
3554
+ }
3552
3555
 
3553
- export interface CustomModelJobInput extends AssetJobInput, JobInput {}
3556
+ export interface CustomModelJobInput extends AssetJobInput, JobInput {
3557
+ /** Polymorphic discriminator, which specifies the different types this object can be */
3558
+ jobInputType: "custom_model";
3559
+ }
3554
3560
 
3555
- export interface MLFlowModelJobInput extends AssetJobInput, JobInput {}
3561
+ export interface MLFlowModelJobInput extends AssetJobInput, JobInput {
3562
+ /** Polymorphic discriminator, which specifies the different types this object can be */
3563
+ jobInputType: "mlflow_model";
3564
+ }
3556
3565
 
3557
- export interface TritonModelJobInput extends AssetJobInput, JobInput {}
3566
+ export interface TritonModelJobInput extends AssetJobInput, JobInput {
3567
+ /** Polymorphic discriminator, which specifies the different types this object can be */
3568
+ jobInputType: "triton_model";
3569
+ }
3558
3570
 
3559
- export interface UriFileJobInput extends AssetJobInput, JobInput {}
3571
+ export interface UriFileJobInput extends AssetJobInput, JobInput {
3572
+ /** Polymorphic discriminator, which specifies the different types this object can be */
3573
+ jobInputType: "uri_file";
3574
+ }
3560
3575
 
3561
- export interface UriFolderJobInput extends AssetJobInput, JobInput {}
3576
+ export interface UriFolderJobInput extends AssetJobInput, JobInput {
3577
+ /** Polymorphic discriminator, which specifies the different types this object can be */
3578
+ jobInputType: "uri_folder";
3579
+ }
3562
3580
 
3563
- export interface CustomModelJobOutput extends AssetJobOutput, JobOutput {}
3581
+ export interface CustomModelJobOutput extends AssetJobOutput, JobOutput {
3582
+ /** Polymorphic discriminator, which specifies the different types this object can be */
3583
+ jobOutputType: "custom_model";
3584
+ }
3564
3585
 
3565
- export interface MLFlowModelJobOutput extends AssetJobOutput, JobOutput {}
3586
+ export interface MLFlowModelJobOutput extends AssetJobOutput, JobOutput {
3587
+ /** Polymorphic discriminator, which specifies the different types this object can be */
3588
+ jobOutputType: "mlflow_model";
3589
+ }
3566
3590
 
3567
- export interface MLTableJobOutput extends AssetJobOutput, JobOutput {}
3591
+ export interface MLTableJobOutput extends AssetJobOutput, JobOutput {
3592
+ /** Polymorphic discriminator, which specifies the different types this object can be */
3593
+ jobOutputType: "mltable";
3594
+ }
3568
3595
 
3569
- export interface TritonModelJobOutput extends AssetJobOutput, JobOutput {}
3596
+ export interface TritonModelJobOutput extends AssetJobOutput, JobOutput {
3597
+ /** Polymorphic discriminator, which specifies the different types this object can be */
3598
+ jobOutputType: "triton_model";
3599
+ }
3570
3600
 
3571
- export interface UriFileJobOutput extends AssetJobOutput, JobOutput {}
3601
+ export interface UriFileJobOutput extends AssetJobOutput, JobOutput {
3602
+ /** Polymorphic discriminator, which specifies the different types this object can be */
3603
+ jobOutputType: "uri_file";
3604
+ }
3572
3605
 
3573
- export interface UriFolderJobOutput extends AssetJobOutput, JobOutput {}
3606
+ export interface UriFolderJobOutput extends AssetJobOutput, JobOutput {
3607
+ /** Polymorphic discriminator, which specifies the different types this object can be */
3608
+ jobOutputType: "uri_folder";
3609
+ }
3574
3610
 
3575
3611
  /** Forecast horizon determined automatically by system. */
3576
3612
  export interface AutoForecastHorizon extends ForecastHorizon {
@@ -3588,6 +3624,8 @@ export interface CustomForecastHorizon extends ForecastHorizon {
3588
3624
 
3589
3625
  /** Classification task in AutoML Table vertical. */
3590
3626
  export interface Classification extends TableVertical, AutoMLVertical {
3627
+ /** Polymorphic discriminator, which specifies the different types this object can be */
3628
+ taskType: "Classification";
3591
3629
  /** Positive label for binary metrics calculation. */
3592
3630
  positiveLabel?: string;
3593
3631
  /** Primary metric for the task. */
@@ -3598,6 +3636,8 @@ export interface Classification extends TableVertical, AutoMLVertical {
3598
3636
 
3599
3637
  /** Forecasting task in AutoML Table vertical. */
3600
3638
  export interface Forecasting extends TableVertical, AutoMLVertical {
3639
+ /** Polymorphic discriminator, which specifies the different types this object can be */
3640
+ taskType: "Forecasting";
3601
3641
  /** Forecasting task specific inputs. */
3602
3642
  forecastingSettings?: ForecastingSettings;
3603
3643
  /** Primary metric for forecasting task. */
@@ -3613,6 +3653,8 @@ export interface Forecasting extends TableVertical, AutoMLVertical {
3613
3653
  export interface ImageClassification
3614
3654
  extends ImageClassificationBase,
3615
3655
  AutoMLVertical {
3656
+ /** Polymorphic discriminator, which specifies the different types this object can be */
3657
+ taskType: "ImageClassification";
3616
3658
  /** Primary metric to optimize for this task. */
3617
3659
  primaryMetric?: ClassificationPrimaryMetrics;
3618
3660
  }
@@ -3624,6 +3666,8 @@ export interface ImageClassification
3624
3666
  export interface ImageClassificationMultilabel
3625
3667
  extends ImageClassificationBase,
3626
3668
  AutoMLVertical {
3669
+ /** Polymorphic discriminator, which specifies the different types this object can be */
3670
+ taskType: "ImageClassificationMultilabel";
3627
3671
  /** Primary metric to optimize for this task. */
3628
3672
  primaryMetric?: ClassificationMultilabelPrimaryMetrics;
3629
3673
  }
@@ -3635,6 +3679,8 @@ export interface ImageClassificationMultilabel
3635
3679
  export interface ImageInstanceSegmentation
3636
3680
  extends ImageObjectDetectionBase,
3637
3681
  AutoMLVertical {
3682
+ /** Polymorphic discriminator, which specifies the different types this object can be */
3683
+ taskType: "ImageInstanceSegmentation";
3638
3684
  /** Primary metric to optimize for this task. */
3639
3685
  primaryMetric?: InstanceSegmentationPrimaryMetrics;
3640
3686
  }
@@ -3646,12 +3692,16 @@ export interface ImageInstanceSegmentation
3646
3692
  export interface ImageObjectDetection
3647
3693
  extends ImageObjectDetectionBase,
3648
3694
  AutoMLVertical {
3695
+ /** Polymorphic discriminator, which specifies the different types this object can be */
3696
+ taskType: "ImageObjectDetection";
3649
3697
  /** Primary metric to optimize for this task. */
3650
3698
  primaryMetric?: ObjectDetectionPrimaryMetrics;
3651
3699
  }
3652
3700
 
3653
3701
  /** Regression task in AutoML Table vertical. */
3654
3702
  export interface Regression extends TableVertical, AutoMLVertical {
3703
+ /** Polymorphic discriminator, which specifies the different types this object can be */
3704
+ taskType: "Regression";
3655
3705
  /** Primary metric for regression task. */
3656
3706
  primaryMetric?: RegressionPrimaryMetrics;
3657
3707
  /** Inputs for training phase for an AutoML Job. */
@@ -3663,6 +3713,8 @@ export interface Regression extends TableVertical, AutoMLVertical {
3663
3713
  * NLP - Natural Language Processing.
3664
3714
  */
3665
3715
  export interface TextClassification extends NlpVertical, AutoMLVertical {
3716
+ /** Polymorphic discriminator, which specifies the different types this object can be */
3717
+ taskType: "TextClassification";
3666
3718
  /** Primary metric for Text-Classification task. */
3667
3719
  primaryMetric?: ClassificationPrimaryMetrics;
3668
3720
  }
@@ -3674,6 +3726,8 @@ export interface TextClassification extends NlpVertical, AutoMLVertical {
3674
3726
  export interface TextClassificationMultilabel
3675
3727
  extends NlpVertical,
3676
3728
  AutoMLVertical {
3729
+ /** Polymorphic discriminator, which specifies the different types this object can be */
3730
+ taskType: "TextClassificationMultilabel";
3677
3731
  /**
3678
3732
  * Primary metric for Text-Classification-Multilabel task.
3679
3733
  * Currently only Accuracy is supported as primary metric, hence user need not set it explicitly.
@@ -3688,6 +3742,8 @@ export interface TextClassificationMultilabel
3688
3742
  * NLP - Natural Language Processing.
3689
3743
  */
3690
3744
  export interface TextNer extends NlpVertical, AutoMLVertical {
3745
+ /** Polymorphic discriminator, which specifies the different types this object can be */
3746
+ taskType: "TextNER";
3691
3747
  /**
3692
3748
  * Primary metric for Text-NER task.
3693
3749
  * Only 'Accuracy' is supported for Text-NER, so user need not set this explicitly.
@@ -4608,7 +4664,7 @@ export enum KnownProvisioningState {
4608
4664
  /** Failed */
4609
4665
  Failed = "Failed",
4610
4666
  /** Canceled */
4611
- Canceled = "Canceled"
4667
+ Canceled = "Canceled",
4612
4668
  }
4613
4669
 
4614
4670
  /**
@@ -4631,7 +4687,7 @@ export enum KnownEncryptionStatus {
4631
4687
  /** Enabled */
4632
4688
  Enabled = "Enabled",
4633
4689
  /** Disabled */
4634
- Disabled = "Disabled"
4690
+ Disabled = "Disabled",
4635
4691
  }
4636
4692
 
4637
4693
  /**
@@ -4649,7 +4705,7 @@ export enum KnownPublicNetworkAccess {
4649
4705
  /** Enabled */
4650
4706
  Enabled = "Enabled",
4651
4707
  /** Disabled */
4652
- Disabled = "Disabled"
4708
+ Disabled = "Disabled",
4653
4709
  }
4654
4710
 
4655
4711
  /**
@@ -4673,7 +4729,7 @@ export enum KnownPrivateEndpointServiceConnectionStatus {
4673
4729
  /** Disconnected */
4674
4730
  Disconnected = "Disconnected",
4675
4731
  /** Timeout */
4676
- Timeout = "Timeout"
4732
+ Timeout = "Timeout",
4677
4733
  }
4678
4734
 
4679
4735
  /**
@@ -4698,7 +4754,7 @@ export enum KnownPrivateEndpointConnectionProvisioningState {
4698
4754
  /** Deleting */
4699
4755
  Deleting = "Deleting",
4700
4756
  /** Failed */
4701
- Failed = "Failed"
4757
+ Failed = "Failed",
4702
4758
  }
4703
4759
 
4704
4760
  /**
@@ -4722,7 +4778,7 @@ export enum KnownManagedServiceIdentityType {
4722
4778
  /** UserAssigned */
4723
4779
  UserAssigned = "UserAssigned",
4724
4780
  /** SystemAssignedUserAssigned */
4725
- SystemAssignedUserAssigned = "SystemAssigned,UserAssigned"
4781
+ SystemAssignedUserAssigned = "SystemAssigned,UserAssigned",
4726
4782
  }
4727
4783
 
4728
4784
  /**
@@ -4746,7 +4802,7 @@ export enum KnownCreatedByType {
4746
4802
  /** ManagedIdentity */
4747
4803
  ManagedIdentity = "ManagedIdentity",
4748
4804
  /** Key */
4749
- Key = "Key"
4805
+ Key = "Key",
4750
4806
  }
4751
4807
 
4752
4808
  /**
@@ -4768,7 +4824,7 @@ export enum KnownDiagnoseResultLevel {
4768
4824
  /** Error */
4769
4825
  Error = "Error",
4770
4826
  /** Information */
4771
- Information = "Information"
4827
+ Information = "Information",
4772
4828
  }
4773
4829
 
4774
4830
  /**
@@ -4785,7 +4841,7 @@ export type DiagnoseResultLevel = string;
4785
4841
  /** Known values of {@link UsageUnit} that the service accepts. */
4786
4842
  export enum KnownUsageUnit {
4787
4843
  /** Count */
4788
- Count = "Count"
4844
+ Count = "Count",
4789
4845
  }
4790
4846
 
4791
4847
  /**
@@ -4800,7 +4856,7 @@ export type UsageUnit = string;
4800
4856
  /** Known values of {@link BillingCurrency} that the service accepts. */
4801
4857
  export enum KnownBillingCurrency {
4802
4858
  /** USD */
4803
- USD = "USD"
4859
+ USD = "USD",
4804
4860
  }
4805
4861
 
4806
4862
  /**
@@ -4815,7 +4871,7 @@ export type BillingCurrency = string;
4815
4871
  /** Known values of {@link UnitOfMeasure} that the service accepts. */
4816
4872
  export enum KnownUnitOfMeasure {
4817
4873
  /** OneHour */
4818
- OneHour = "OneHour"
4874
+ OneHour = "OneHour",
4819
4875
  }
4820
4876
 
4821
4877
  /**
@@ -4832,7 +4888,7 @@ export enum KnownVMPriceOSType {
4832
4888
  /** Linux */
4833
4889
  Linux = "Linux",
4834
4890
  /** Windows */
4835
- Windows = "Windows"
4891
+ Windows = "Windows",
4836
4892
  }
4837
4893
 
4838
4894
  /**
@@ -4852,7 +4908,7 @@ export enum KnownVMTier {
4852
4908
  /** LowPriority */
4853
4909
  LowPriority = "LowPriority",
4854
4910
  /** Spot */
4855
- Spot = "Spot"
4911
+ Spot = "Spot",
4856
4912
  }
4857
4913
 
4858
4914
  /**
@@ -4869,7 +4925,7 @@ export type VMTier = string;
4869
4925
  /** Known values of {@link QuotaUnit} that the service accepts. */
4870
4926
  export enum KnownQuotaUnit {
4871
4927
  /** Count */
4872
- Count = "Count"
4928
+ Count = "Count",
4873
4929
  }
4874
4930
 
4875
4931
  /**
@@ -4898,7 +4954,7 @@ export enum KnownStatus {
4898
4954
  /** OperationNotSupportedForSku */
4899
4955
  OperationNotSupportedForSku = "OperationNotSupportedForSku",
4900
4956
  /** OperationNotEnabledForRegion */
4901
- OperationNotEnabledForRegion = "OperationNotEnabledForRegion"
4957
+ OperationNotEnabledForRegion = "OperationNotEnabledForRegion",
4902
4958
  }
4903
4959
 
4904
4960
  /**
@@ -4938,7 +4994,7 @@ export enum KnownComputeType {
4938
4994
  /** DataLakeAnalytics */
4939
4995
  DataLakeAnalytics = "DataLakeAnalytics",
4940
4996
  /** SynapseSpark */
4941
- SynapseSpark = "SynapseSpark"
4997
+ SynapseSpark = "SynapseSpark",
4942
4998
  }
4943
4999
 
4944
5000
  /**
@@ -4964,7 +5020,7 @@ export enum KnownUnderlyingResourceAction {
4964
5020
  /** Delete */
4965
5021
  Delete = "Delete",
4966
5022
  /** Detach */
4967
- Detach = "Detach"
5023
+ Detach = "Detach",
4968
5024
  }
4969
5025
 
4970
5026
  /**
@@ -4990,7 +5046,7 @@ export enum KnownNodeState {
4990
5046
  /** Leaving */
4991
5047
  Leaving = "leaving",
4992
5048
  /** Preempted */
4993
- Preempted = "preempted"
5049
+ Preempted = "preempted",
4994
5050
  }
4995
5051
 
4996
5052
  /**
@@ -5018,7 +5074,7 @@ export enum KnownConnectionAuthType {
5018
5074
  /** None */
5019
5075
  None = "None",
5020
5076
  /** SAS */
5021
- SAS = "SAS"
5077
+ SAS = "SAS",
5022
5078
  }
5023
5079
 
5024
5080
  /**
@@ -5041,7 +5097,7 @@ export enum KnownConnectionCategory {
5041
5097
  /** ContainerRegistry */
5042
5098
  ContainerRegistry = "ContainerRegistry",
5043
5099
  /** Git */
5044
- Git = "Git"
5100
+ Git = "Git",
5045
5101
  }
5046
5102
 
5047
5103
  /**
@@ -5058,7 +5114,7 @@ export type ConnectionCategory = string;
5058
5114
  /** Known values of {@link ValueFormat} that the service accepts. */
5059
5115
  export enum KnownValueFormat {
5060
5116
  /** Json */
5061
- Json = "JSON"
5117
+ Json = "JSON",
5062
5118
  }
5063
5119
 
5064
5120
  /**
@@ -5083,7 +5139,7 @@ export enum KnownEndpointProvisioningState {
5083
5139
  /** Updating */
5084
5140
  Updating = "Updating",
5085
5141
  /** Canceled */
5086
- Canceled = "Canceled"
5142
+ Canceled = "Canceled",
5087
5143
  }
5088
5144
 
5089
5145
  /**
@@ -5107,7 +5163,7 @@ export enum KnownEndpointAuthMode {
5107
5163
  /** Key */
5108
5164
  Key = "Key",
5109
5165
  /** AADToken */
5110
- AADToken = "AADToken"
5166
+ AADToken = "AADToken",
5111
5167
  }
5112
5168
 
5113
5169
  /**
@@ -5128,7 +5184,7 @@ export enum KnownBatchLoggingLevel {
5128
5184
  /** Warning */
5129
5185
  Warning = "Warning",
5130
5186
  /** Debug */
5131
- Debug = "Debug"
5187
+ Debug = "Debug",
5132
5188
  }
5133
5189
 
5134
5190
  /**
@@ -5149,7 +5205,7 @@ export enum KnownReferenceType {
5149
5205
  /** DataPath */
5150
5206
  DataPath = "DataPath",
5151
5207
  /** OutputPath */
5152
- OutputPath = "OutputPath"
5208
+ OutputPath = "OutputPath",
5153
5209
  }
5154
5210
 
5155
5211
  /**
@@ -5168,7 +5224,7 @@ export enum KnownBatchOutputAction {
5168
5224
  /** SummaryOnly */
5169
5225
  SummaryOnly = "SummaryOnly",
5170
5226
  /** AppendRow */
5171
- AppendRow = "AppendRow"
5227
+ AppendRow = "AppendRow",
5172
5228
  }
5173
5229
 
5174
5230
  /**
@@ -5196,7 +5252,7 @@ export enum KnownDeploymentProvisioningState {
5196
5252
  /** Failed */
5197
5253
  Failed = "Failed",
5198
5254
  /** Canceled */
5199
- Canceled = "Canceled"
5255
+ Canceled = "Canceled",
5200
5256
  }
5201
5257
 
5202
5258
  /**
@@ -5221,7 +5277,7 @@ export enum KnownListViewType {
5221
5277
  /** ArchivedOnly */
5222
5278
  ArchivedOnly = "ArchivedOnly",
5223
5279
  /** All */
5224
- All = "All"
5280
+ All = "All",
5225
5281
  }
5226
5282
 
5227
5283
  /**
@@ -5242,7 +5298,7 @@ export enum KnownDataType {
5242
5298
  /** UriFolder */
5243
5299
  UriFolder = "uri_folder",
5244
5300
  /** Mltable */
5245
- Mltable = "mltable"
5301
+ Mltable = "mltable",
5246
5302
  }
5247
5303
 
5248
5304
  /**
@@ -5267,7 +5323,7 @@ export enum KnownCredentialsType {
5267
5323
  /** Sas */
5268
5324
  Sas = "Sas",
5269
5325
  /** ServicePrincipal */
5270
- ServicePrincipal = "ServicePrincipal"
5326
+ ServicePrincipal = "ServicePrincipal",
5271
5327
  }
5272
5328
 
5273
5329
  /**
@@ -5292,7 +5348,7 @@ export enum KnownDatastoreType {
5292
5348
  /** AzureDataLakeGen2 */
5293
5349
  AzureDataLakeGen2 = "AzureDataLakeGen2",
5294
5350
  /** AzureFile */
5295
- AzureFile = "AzureFile"
5351
+ AzureFile = "AzureFile",
5296
5352
  }
5297
5353
 
5298
5354
  /**
@@ -5316,7 +5372,7 @@ export enum KnownSecretsType {
5316
5372
  /** Sas */
5317
5373
  Sas = "Sas",
5318
5374
  /** ServicePrincipal */
5319
- ServicePrincipal = "ServicePrincipal"
5375
+ ServicePrincipal = "ServicePrincipal",
5320
5376
  }
5321
5377
 
5322
5378
  /**
@@ -5336,7 +5392,7 @@ export enum KnownAutoRebuildSetting {
5336
5392
  /** Disabled */
5337
5393
  Disabled = "Disabled",
5338
5394
  /** OnBaseImageUpdate */
5339
- OnBaseImageUpdate = "OnBaseImageUpdate"
5395
+ OnBaseImageUpdate = "OnBaseImageUpdate",
5340
5396
  }
5341
5397
 
5342
5398
  /**
@@ -5354,7 +5410,7 @@ export enum KnownEnvironmentType {
5354
5410
  /** Curated */
5355
5411
  Curated = "Curated",
5356
5412
  /** UserCreated */
5357
- UserCreated = "UserCreated"
5413
+ UserCreated = "UserCreated",
5358
5414
  }
5359
5415
 
5360
5416
  /**
@@ -5372,7 +5428,7 @@ export enum KnownOperatingSystemType {
5372
5428
  /** Linux */
5373
5429
  Linux = "Linux",
5374
5430
  /** Windows */
5375
- Windows = "Windows"
5431
+ Windows = "Windows",
5376
5432
  }
5377
5433
 
5378
5434
  /**
@@ -5392,7 +5448,7 @@ export enum KnownIdentityConfigurationType {
5392
5448
  /** AMLToken */
5393
5449
  AMLToken = "AMLToken",
5394
5450
  /** UserIdentity */
5395
- UserIdentity = "UserIdentity"
5451
+ UserIdentity = "UserIdentity",
5396
5452
  }
5397
5453
 
5398
5454
  /**
@@ -5415,7 +5471,7 @@ export enum KnownJobType {
5415
5471
  /** Sweep */
5416
5472
  Sweep = "Sweep",
5417
5473
  /** Pipeline */
5418
- Pipeline = "Pipeline"
5474
+ Pipeline = "Pipeline",
5419
5475
  }
5420
5476
 
5421
5477
  /**
@@ -5462,7 +5518,7 @@ export enum KnownJobStatus {
5462
5518
  /** The job is paused by users. Some adjustment to labeling jobs can be made only in paused state. */
5463
5519
  Paused = "Paused",
5464
5520
  /** Default job status if not mapped to all other statuses */
5465
- Unknown = "Unknown"
5521
+ Unknown = "Unknown",
5466
5522
  }
5467
5523
 
5468
5524
  /**
@@ -5495,7 +5551,7 @@ export enum KnownEndpointComputeType {
5495
5551
  /** Kubernetes */
5496
5552
  Kubernetes = "Kubernetes",
5497
5553
  /** AzureMLCompute */
5498
- AzureMLCompute = "AzureMLCompute"
5554
+ AzureMLCompute = "AzureMLCompute",
5499
5555
  }
5500
5556
 
5501
5557
  /**
@@ -5518,7 +5574,7 @@ export enum KnownOrderString {
5518
5574
  /** UpdatedAtDesc */
5519
5575
  UpdatedAtDesc = "UpdatedAtDesc",
5520
5576
  /** UpdatedAtAsc */
5521
- UpdatedAtAsc = "UpdatedAtAsc"
5577
+ UpdatedAtAsc = "UpdatedAtAsc",
5522
5578
  }
5523
5579
 
5524
5580
  /**
@@ -5538,7 +5594,7 @@ export enum KnownPublicNetworkAccessType {
5538
5594
  /** Enabled */
5539
5595
  Enabled = "Enabled",
5540
5596
  /** Disabled */
5541
- Disabled = "Disabled"
5597
+ Disabled = "Disabled",
5542
5598
  }
5543
5599
 
5544
5600
  /**
@@ -5556,7 +5612,7 @@ export enum KnownEgressPublicNetworkAccessType {
5556
5612
  /** Enabled */
5557
5613
  Enabled = "Enabled",
5558
5614
  /** Disabled */
5559
- Disabled = "Disabled"
5615
+ Disabled = "Disabled",
5560
5616
  }
5561
5617
 
5562
5618
  /**
@@ -5574,7 +5630,7 @@ export enum KnownScaleType {
5574
5630
  /** Default */
5575
5631
  Default = "Default",
5576
5632
  /** TargetUtilization */
5577
- TargetUtilization = "TargetUtilization"
5633
+ TargetUtilization = "TargetUtilization",
5578
5634
  }
5579
5635
 
5580
5636
  /**
@@ -5592,7 +5648,7 @@ export enum KnownContainerType {
5592
5648
  /** StorageInitializer */
5593
5649
  StorageInitializer = "StorageInitializer",
5594
5650
  /** InferenceServer */
5595
- InferenceServer = "InferenceServer"
5651
+ InferenceServer = "InferenceServer",
5596
5652
  }
5597
5653
 
5598
5654
  /**
@@ -5612,7 +5668,7 @@ export enum KnownSkuScaleType {
5612
5668
  /** Node count scaled upon user request. */
5613
5669
  Manual = "Manual",
5614
5670
  /** Fixed set of nodes. */
5615
- None = "None"
5671
+ None = "None",
5616
5672
  }
5617
5673
 
5618
5674
  /**
@@ -5631,7 +5687,7 @@ export enum KnownKeyType {
5631
5687
  /** Primary */
5632
5688
  Primary = "Primary",
5633
5689
  /** Secondary */
5634
- Secondary = "Secondary"
5690
+ Secondary = "Secondary",
5635
5691
  }
5636
5692
 
5637
5693
  /**
@@ -5651,7 +5707,7 @@ export enum KnownScheduleListViewType {
5651
5707
  /** DisabledOnly */
5652
5708
  DisabledOnly = "DisabledOnly",
5653
5709
  /** All */
5654
- All = "All"
5710
+ All = "All",
5655
5711
  }
5656
5712
 
5657
5713
  /**
@@ -5670,7 +5726,7 @@ export enum KnownScheduleActionType {
5670
5726
  /** CreateJob */
5671
5727
  CreateJob = "CreateJob",
5672
5728
  /** InvokeBatchEndpoint */
5673
- InvokeBatchEndpoint = "InvokeBatchEndpoint"
5729
+ InvokeBatchEndpoint = "InvokeBatchEndpoint",
5674
5730
  }
5675
5731
 
5676
5732
  /**
@@ -5696,7 +5752,7 @@ export enum KnownScheduleProvisioningStatus {
5696
5752
  /** Failed */
5697
5753
  Failed = "Failed",
5698
5754
  /** Canceled */
5699
- Canceled = "Canceled"
5755
+ Canceled = "Canceled",
5700
5756
  }
5701
5757
 
5702
5758
  /**
@@ -5718,7 +5774,7 @@ export enum KnownTriggerType {
5718
5774
  /** Recurrence */
5719
5775
  Recurrence = "Recurrence",
5720
5776
  /** Cron */
5721
- Cron = "Cron"
5777
+ Cron = "Cron",
5722
5778
  }
5723
5779
 
5724
5780
  /**
@@ -5738,7 +5794,7 @@ export enum KnownClusterPurpose {
5738
5794
  /** DenseProd */
5739
5795
  DenseProd = "DenseProd",
5740
5796
  /** DevTest */
5741
- DevTest = "DevTest"
5797
+ DevTest = "DevTest",
5742
5798
  }
5743
5799
 
5744
5800
  /**
@@ -5759,7 +5815,7 @@ export enum KnownSslConfigStatus {
5759
5815
  /** Enabled */
5760
5816
  Enabled = "Enabled",
5761
5817
  /** Auto */
5762
- Auto = "Auto"
5818
+ Auto = "Auto",
5763
5819
  }
5764
5820
 
5765
5821
  /**
@@ -5778,7 +5834,7 @@ export enum KnownLoadBalancerType {
5778
5834
  /** PublicIp */
5779
5835
  PublicIp = "PublicIp",
5780
5836
  /** InternalLoadBalancer */
5781
- InternalLoadBalancer = "InternalLoadBalancer"
5837
+ InternalLoadBalancer = "InternalLoadBalancer",
5782
5838
  }
5783
5839
 
5784
5840
  /**
@@ -5796,7 +5852,7 @@ export enum KnownOsType {
5796
5852
  /** Linux */
5797
5853
  Linux = "Linux",
5798
5854
  /** Windows */
5799
- Windows = "Windows"
5855
+ Windows = "Windows",
5800
5856
  }
5801
5857
 
5802
5858
  /**
@@ -5814,7 +5870,7 @@ export enum KnownVmPriority {
5814
5870
  /** Dedicated */
5815
5871
  Dedicated = "Dedicated",
5816
5872
  /** LowPriority */
5817
- LowPriority = "LowPriority"
5873
+ LowPriority = "LowPriority",
5818
5874
  }
5819
5875
 
5820
5876
  /**
@@ -5834,7 +5890,7 @@ export enum KnownRemoteLoginPortPublicAccess {
5834
5890
  /** Disabled */
5835
5891
  Disabled = "Disabled",
5836
5892
  /** NotSpecified */
5837
- NotSpecified = "NotSpecified"
5893
+ NotSpecified = "NotSpecified",
5838
5894
  }
5839
5895
 
5840
5896
  /**
@@ -5853,7 +5909,7 @@ export enum KnownAllocationState {
5853
5909
  /** Steady */
5854
5910
  Steady = "Steady",
5855
5911
  /** Resizing */
5856
- Resizing = "Resizing"
5912
+ Resizing = "Resizing",
5857
5913
  }
5858
5914
 
5859
5915
  /**
@@ -5871,7 +5927,7 @@ export enum KnownApplicationSharingPolicy {
5871
5927
  /** Personal */
5872
5928
  Personal = "Personal",
5873
5929
  /** Shared */
5874
- Shared = "Shared"
5930
+ Shared = "Shared",
5875
5931
  }
5876
5932
 
5877
5933
  /**
@@ -5889,7 +5945,7 @@ export enum KnownSshPublicAccess {
5889
5945
  /** Enabled */
5890
5946
  Enabled = "Enabled",
5891
5947
  /** Disabled */
5892
- Disabled = "Disabled"
5948
+ Disabled = "Disabled",
5893
5949
  }
5894
5950
 
5895
5951
  /**
@@ -5933,7 +5989,7 @@ export enum KnownComputeInstanceState {
5933
5989
  /** Unknown */
5934
5990
  Unknown = "Unknown",
5935
5991
  /** Unusable */
5936
- Unusable = "Unusable"
5992
+ Unusable = "Unusable",
5937
5993
  }
5938
5994
 
5939
5995
  /**
@@ -5962,7 +6018,7 @@ export type ComputeInstanceState = string;
5962
6018
  /** Known values of {@link ComputeInstanceAuthorizationType} that the service accepts. */
5963
6019
  export enum KnownComputeInstanceAuthorizationType {
5964
6020
  /** Personal */
5965
- Personal = "personal"
6021
+ Personal = "personal",
5966
6022
  }
5967
6023
 
5968
6024
  /**
@@ -5987,7 +6043,7 @@ export enum KnownOperationName {
5987
6043
  /** Reimage */
5988
6044
  Reimage = "Reimage",
5989
6045
  /** Delete */
5990
- Delete = "Delete"
6046
+ Delete = "Delete",
5991
6047
  }
5992
6048
 
5993
6049
  /**
@@ -6021,7 +6077,7 @@ export enum KnownOperationStatus {
6021
6077
  /** ReimageFailed */
6022
6078
  ReimageFailed = "ReimageFailed",
6023
6079
  /** DeleteFailed */
6024
- DeleteFailed = "DeleteFailed"
6080
+ DeleteFailed = "DeleteFailed",
6025
6081
  }
6026
6082
 
6027
6083
  /**
@@ -6047,7 +6103,7 @@ export enum KnownOperationTrigger {
6047
6103
  /** Schedule */
6048
6104
  Schedule = "Schedule",
6049
6105
  /** IdleShutdown */
6050
- IdleShutdown = "IdleShutdown"
6106
+ IdleShutdown = "IdleShutdown",
6051
6107
  }
6052
6108
 
6053
6109
  /**
@@ -6068,7 +6124,7 @@ export enum KnownProvisioningStatus {
6068
6124
  /** Provisioning */
6069
6125
  Provisioning = "Provisioning",
6070
6126
  /** Failed */
6071
- Failed = "Failed"
6127
+ Failed = "Failed",
6072
6128
  }
6073
6129
 
6074
6130
  /**
@@ -6087,7 +6143,7 @@ export enum KnownScheduleStatus {
6087
6143
  /** Enabled */
6088
6144
  Enabled = "Enabled",
6089
6145
  /** Disabled */
6090
- Disabled = "Disabled"
6146
+ Disabled = "Disabled",
6091
6147
  }
6092
6148
 
6093
6149
  /**
@@ -6105,7 +6161,7 @@ export enum KnownComputePowerAction {
6105
6161
  /** Start */
6106
6162
  Start = "Start",
6107
6163
  /** Stop */
6108
- Stop = "Stop"
6164
+ Stop = "Stop",
6109
6165
  }
6110
6166
 
6111
6167
  /**
@@ -6129,7 +6185,7 @@ export enum KnownRecurrenceFrequency {
6129
6185
  /** Week frequency */
6130
6186
  Week = "Week",
6131
6187
  /** Month frequency */
6132
- Month = "Month"
6188
+ Month = "Month",
6133
6189
  }
6134
6190
 
6135
6191
  /**
@@ -6160,7 +6216,7 @@ export enum KnownWeekDay {
6160
6216
  /** Saturday weekday */
6161
6217
  Saturday = "Saturday",
6162
6218
  /** Sunday weekday */
6163
- Sunday = "Sunday"
6219
+ Sunday = "Sunday",
6164
6220
  }
6165
6221
 
6166
6222
  /**
@@ -6185,7 +6241,7 @@ export enum KnownScheduleProvisioningState {
6185
6241
  /** Provisioning */
6186
6242
  Provisioning = "Provisioning",
6187
6243
  /** Failed */
6188
- Failed = "Failed"
6244
+ Failed = "Failed",
6189
6245
  }
6190
6246
 
6191
6247
  /**
@@ -6206,7 +6262,7 @@ export enum KnownAutosave {
6206
6262
  /** Local */
6207
6263
  Local = "Local",
6208
6264
  /** Remote */
6209
- Remote = "Remote"
6265
+ Remote = "Remote",
6210
6266
  }
6211
6267
 
6212
6268
  /**
@@ -6225,7 +6281,7 @@ export enum KnownNetwork {
6225
6281
  /** Bridge */
6226
6282
  Bridge = "Bridge",
6227
6283
  /** Host */
6228
- Host = "Host"
6284
+ Host = "Host",
6229
6285
  }
6230
6286
 
6231
6287
  /**
@@ -6245,7 +6301,7 @@ export enum KnownCaching {
6245
6301
  /** ReadOnly */
6246
6302
  ReadOnly = "ReadOnly",
6247
6303
  /** ReadWrite */
6248
- ReadWrite = "ReadWrite"
6304
+ ReadWrite = "ReadWrite",
6249
6305
  }
6250
6306
 
6251
6307
  /**
@@ -6264,7 +6320,7 @@ export enum KnownStorageAccountType {
6264
6320
  /** StandardLRS */
6265
6321
  StandardLRS = "Standard_LRS",
6266
6322
  /** PremiumLRS */
6267
- PremiumLRS = "Premium_LRS"
6323
+ PremiumLRS = "Premium_LRS",
6268
6324
  }
6269
6325
 
6270
6326
  /**
@@ -6284,7 +6340,7 @@ export enum KnownSourceType {
6284
6340
  /** Datastore */
6285
6341
  Datastore = "Datastore",
6286
6342
  /** URI */
6287
- URI = "URI"
6343
+ URI = "URI",
6288
6344
  }
6289
6345
 
6290
6346
  /**
@@ -6303,7 +6359,7 @@ export enum KnownMountAction {
6303
6359
  /** Mount */
6304
6360
  Mount = "Mount",
6305
6361
  /** Unmount */
6306
- Unmount = "Unmount"
6362
+ Unmount = "Unmount",
6307
6363
  }
6308
6364
 
6309
6365
  /**
@@ -6329,7 +6385,7 @@ export enum KnownMountState {
6329
6385
  /** UnmountFailed */
6330
6386
  UnmountFailed = "UnmountFailed",
6331
6387
  /** Unmounted */
6332
- Unmounted = "Unmounted"
6388
+ Unmounted = "Unmounted",
6333
6389
  }
6334
6390
 
6335
6391
  /**
@@ -6359,7 +6415,7 @@ export enum KnownInputDeliveryMode {
6359
6415
  /** EvalMount */
6360
6416
  EvalMount = "EvalMount",
6361
6417
  /** EvalDownload */
6362
- EvalDownload = "EvalDownload"
6418
+ EvalDownload = "EvalDownload",
6363
6419
  }
6364
6420
 
6365
6421
  /**
@@ -6381,7 +6437,7 @@ export enum KnownOutputDeliveryMode {
6381
6437
  /** ReadWriteMount */
6382
6438
  ReadWriteMount = "ReadWriteMount",
6383
6439
  /** Upload */
6384
- Upload = "Upload"
6440
+ Upload = "Upload",
6385
6441
  }
6386
6442
 
6387
6443
  /**
@@ -6399,7 +6455,7 @@ export enum KnownForecastHorizonMode {
6399
6455
  /** Forecast horizon to be determined automatically. */
6400
6456
  Auto = "Auto",
6401
6457
  /** Use the custom forecast horizon. */
6402
- Custom = "Custom"
6458
+ Custom = "Custom",
6403
6459
  }
6404
6460
 
6405
6461
  /**
@@ -6425,7 +6481,7 @@ export enum KnownJobOutputType {
6425
6481
  /** MlflowModel */
6426
6482
  MlflowModel = "mlflow_model",
6427
6483
  /** TritonModel */
6428
- TritonModel = "triton_model"
6484
+ TritonModel = "triton_model",
6429
6485
  }
6430
6486
 
6431
6487
  /**
@@ -6455,7 +6511,7 @@ export enum KnownLogVerbosity {
6455
6511
  /** Error and above log statements logged. */
6456
6512
  Error = "Error",
6457
6513
  /** Only critical statements logged. */
6458
- Critical = "Critical"
6514
+ Critical = "Critical",
6459
6515
  }
6460
6516
 
6461
6517
  /**
@@ -6517,7 +6573,7 @@ export enum KnownTaskType {
6517
6573
  * Text Named Entity Recognition a.k.a. TextNER.
6518
6574
  * Named Entity Recognition (NER) is the ability to take free-form text and identify the occurrences of entities such as people, locations, organizations, and more.
6519
6575
  */
6520
- TextNER = "TextNER"
6576
+ TextNER = "TextNER",
6521
6577
  }
6522
6578
 
6523
6579
  /**
@@ -6561,7 +6617,7 @@ export enum KnownJobInputType {
6561
6617
  /** MlflowModel */
6562
6618
  MlflowModel = "mlflow_model",
6563
6619
  /** TritonModel */
6564
- TritonModel = "triton_model"
6620
+ TritonModel = "triton_model",
6565
6621
  }
6566
6622
 
6567
6623
  /**
@@ -6584,7 +6640,7 @@ export enum KnownNCrossValidationsMode {
6584
6640
  /** Determine N-Cross validations value automatically. Supported only for 'Forecasting' AutoML task. */
6585
6641
  Auto = "Auto",
6586
6642
  /** Use custom N-Cross validations value. */
6587
- Custom = "Custom"
6643
+ Custom = "Custom",
6588
6644
  }
6589
6645
 
6590
6646
  /**
@@ -6602,7 +6658,7 @@ export enum KnownSeasonalityMode {
6602
6658
  /** Seasonality to be determined automatically. */
6603
6659
  Auto = "Auto",
6604
6660
  /** Use the custom seasonality value. */
6605
- Custom = "Custom"
6661
+ Custom = "Custom",
6606
6662
  }
6607
6663
 
6608
6664
  /**
@@ -6620,7 +6676,7 @@ export enum KnownTargetLagsMode {
6620
6676
  /** Target lags to be determined automatically. */
6621
6677
  Auto = "Auto",
6622
6678
  /** Use the custom target lags. */
6623
- Custom = "Custom"
6679
+ Custom = "Custom",
6624
6680
  }
6625
6681
 
6626
6682
  /**
@@ -6638,7 +6694,7 @@ export enum KnownTargetRollingWindowSizeMode {
6638
6694
  /** Determine rolling windows size automatically. */
6639
6695
  Auto = "Auto",
6640
6696
  /** Use the specified rolling window size. */
6641
- Custom = "Custom"
6697
+ Custom = "Custom",
6642
6698
  }
6643
6699
 
6644
6700
  /**
@@ -6658,7 +6714,7 @@ export enum KnownServiceDataAccessAuthIdentity {
6658
6714
  /** Use the system assigned managed identity of the Workspace to authenticate service data access. */
6659
6715
  WorkspaceSystemAssignedIdentity = "WorkspaceSystemAssignedIdentity",
6660
6716
  /** Use the user assigned managed identity of the Workspace to authenticate service data access. */
6661
- WorkspaceUserAssignedIdentity = "WorkspaceUserAssignedIdentity"
6717
+ WorkspaceUserAssignedIdentity = "WorkspaceUserAssignedIdentity",
6662
6718
  }
6663
6719
 
6664
6720
  /**
@@ -6679,7 +6735,7 @@ export enum KnownEarlyTerminationPolicyType {
6679
6735
  /** MedianStopping */
6680
6736
  MedianStopping = "MedianStopping",
6681
6737
  /** TruncationSelection */
6682
- TruncationSelection = "TruncationSelection"
6738
+ TruncationSelection = "TruncationSelection",
6683
6739
  }
6684
6740
 
6685
6741
  /**
@@ -6700,7 +6756,7 @@ export enum KnownSamplingAlgorithmType {
6700
6756
  /** Random */
6701
6757
  Random = "Random",
6702
6758
  /** Bayesian */
6703
- Bayesian = "Bayesian"
6759
+ Bayesian = "Bayesian",
6704
6760
  }
6705
6761
 
6706
6762
  /**
@@ -6735,7 +6791,7 @@ export enum KnownClassificationPrimaryMetrics {
6735
6791
  */
6736
6792
  AveragePrecisionScoreWeighted = "AveragePrecisionScoreWeighted",
6737
6793
  /** The arithmetic mean of precision for each class, weighted by number of true instances in each class. */
6738
- PrecisionScoreWeighted = "PrecisionScoreWeighted"
6794
+ PrecisionScoreWeighted = "PrecisionScoreWeighted",
6739
6795
  }
6740
6796
 
6741
6797
  /**
@@ -6810,7 +6866,7 @@ export enum KnownClassificationModels {
6810
6866
  /** The technique of transiting week learners into a strong learner is called Boosting. The gradient boosting algorithm process works on this theory of execution. */
6811
6867
  GradientBoosting = "GradientBoosting",
6812
6868
  /** XGBoost: Extreme Gradient Boosting Algorithm. This algorithm is used for structured data where target column values can be divided into distinct class values. */
6813
- XGBoostClassifier = "XGBoostClassifier"
6869
+ XGBoostClassifier = "XGBoostClassifier",
6814
6870
  }
6815
6871
 
6816
6872
  /**
@@ -6863,7 +6919,7 @@ export enum KnownStackMetaLearnerType {
6863
6919
  /** LightGBMRegressor */
6864
6920
  LightGBMRegressor = "LightGBMRegressor",
6865
6921
  /** LinearRegression */
6866
- LinearRegression = "LinearRegression"
6922
+ LinearRegression = "LinearRegression",
6867
6923
  }
6868
6924
 
6869
6925
  /**
@@ -6892,9 +6948,9 @@ export enum KnownBlockedTransformers {
6892
6948
  CatTargetEncoder = "CatTargetEncoder",
6893
6949
  /** Tf-Idf stands for, term-frequency times inverse document-frequency. This is a common term weighting scheme for identifying information from documents. */
6894
6950
  TfIdf = "TfIdf",
6895
- /** Weight of Evidence encoding is a technique used to encode categorical variables. It uses the natural log of the P(1)/P(0) to create weights. */
6951
+ /** Weight of Evidence encoding is a technique used to encode categorical variables. It uses the natural log of the P(1)\/P(0) to create weights. */
6896
6952
  WoETargetEncoder = "WoETargetEncoder",
6897
- /** Label encoder converts labels/categorical variables in a numerical form. */
6953
+ /** Label encoder converts labels\/categorical variables in a numerical form. */
6898
6954
  LabelEncoder = "LabelEncoder",
6899
6955
  /** Word embedding helps represents words or phrases as a vector, or a series of numbers. */
6900
6956
  WordEmbedding = "WordEmbedding",
@@ -6903,7 +6959,7 @@ export enum KnownBlockedTransformers {
6903
6959
  /** Count Vectorizer converts a collection of text documents to a matrix of token counts. */
6904
6960
  CountVectorizer = "CountVectorizer",
6905
6961
  /** Hashing One Hot Encoder can turn categorical variables into a limited number of new features. This is often used for high-cardinality categorical features. */
6906
- HashOneHotEncoder = "HashOneHotEncoder"
6962
+ HashOneHotEncoder = "HashOneHotEncoder",
6907
6963
  }
6908
6964
 
6909
6965
  /**
@@ -6931,7 +6987,7 @@ export enum KnownFeaturizationMode {
6931
6987
  /** Custom featurization. */
6932
6988
  Custom = "Custom",
6933
6989
  /** Featurization off. 'Forecasting' task cannot use this value. */
6934
- Off = "Off"
6990
+ Off = "Off",
6935
6991
  }
6936
6992
 
6937
6993
  /**
@@ -6952,7 +7008,7 @@ export enum KnownDistributionType {
6952
7008
  /** TensorFlow */
6953
7009
  TensorFlow = "TensorFlow",
6954
7010
  /** Mpi */
6955
- Mpi = "Mpi"
7011
+ Mpi = "Mpi",
6956
7012
  }
6957
7013
 
6958
7014
  /**
@@ -6971,7 +7027,7 @@ export enum KnownJobLimitsType {
6971
7027
  /** Command */
6972
7028
  Command = "Command",
6973
7029
  /** Sweep */
6974
- Sweep = "Sweep"
7030
+ Sweep = "Sweep",
6975
7031
  }
6976
7032
 
6977
7033
  /**
@@ -6989,7 +7045,7 @@ export enum KnownFeatureLags {
6989
7045
  /** No feature lags generated. */
6990
7046
  None = "None",
6991
7047
  /** System auto-generates feature lags. */
6992
- Auto = "Auto"
7048
+ Auto = "Auto",
6993
7049
  }
6994
7050
 
6995
7051
  /**
@@ -7004,14 +7060,14 @@ export type FeatureLags = string;
7004
7060
 
7005
7061
  /** Known values of {@link ShortSeriesHandlingConfiguration} that the service accepts. */
7006
7062
  export enum KnownShortSeriesHandlingConfiguration {
7007
- /** Represents no/null value. */
7063
+ /** Represents no\/null value. */
7008
7064
  None = "None",
7009
7065
  /** Short series will be padded if there are no long series, otherwise short series will be dropped. */
7010
7066
  Auto = "Auto",
7011
7067
  /** All the short series will be padded. */
7012
7068
  Pad = "Pad",
7013
7069
  /** All the short series will be dropped. */
7014
- Drop = "Drop"
7070
+ Drop = "Drop",
7015
7071
  }
7016
7072
 
7017
7073
  /**
@@ -7037,7 +7093,7 @@ export enum KnownTargetAggregationFunction {
7037
7093
  /** Min */
7038
7094
  Min = "Min",
7039
7095
  /** Mean */
7040
- Mean = "Mean"
7096
+ Mean = "Mean",
7041
7097
  }
7042
7098
 
7043
7099
  /**
@@ -7060,7 +7116,7 @@ export enum KnownUseStl {
7060
7116
  /** Season */
7061
7117
  Season = "Season",
7062
7118
  /** SeasonTrend */
7063
- SeasonTrend = "SeasonTrend"
7119
+ SeasonTrend = "SeasonTrend",
7064
7120
  }
7065
7121
 
7066
7122
  /**
@@ -7083,7 +7139,7 @@ export enum KnownForecastingPrimaryMetrics {
7083
7139
  /** The R2 score is one of the performance evaluation measures for forecasting-based machine learning models. */
7084
7140
  R2Score = "R2Score",
7085
7141
  /** The Normalized Mean Absolute Error (NMAE) is a validation metric to compare the Mean Absolute Error (MAE) of (time) series with different scales. */
7086
- NormalizedMeanAbsoluteError = "NormalizedMeanAbsoluteError"
7142
+ NormalizedMeanAbsoluteError = "NormalizedMeanAbsoluteError",
7087
7143
  }
7088
7144
 
7089
7145
  /**
@@ -7121,11 +7177,11 @@ export enum KnownForecastingModels {
7121
7177
  /** Exponential smoothing is a time series forecasting method for univariate data that can be extended to support data with a systematic trend or seasonal component. */
7122
7178
  ExponentialSmoothing = "ExponentialSmoothing",
7123
7179
  /**
7124
- * An Autoregressive Integrated Moving Average with Explanatory Variable (ARIMAX) model can be viewed as a multiple regression model with one or more autoregressive (AR) terms and/or one or more moving average (MA) terms.
7125
- * This method is suitable for forecasting when data is stationary/non stationary, and multivariate with any type of data pattern, i.e., level/trend /seasonality/cyclicity.
7180
+ * An Autoregressive Integrated Moving Average with Explanatory Variable (ARIMAX) model can be viewed as a multiple regression model with one or more autoregressive (AR) terms and\/or one or more moving average (MA) terms.
7181
+ * This method is suitable for forecasting when data is stationary\/non stationary, and multivariate with any type of data pattern, i.e., level\/trend \/seasonality\/cyclicity.
7126
7182
  */
7127
7183
  Arimax = "Arimax",
7128
- /** TCNForecaster: Temporal Convolutional Networks Forecaster. //TODO: Ask forecasting team for brief intro. */
7184
+ /** TCNForecaster: Temporal Convolutional Networks Forecaster. \//TODO: Ask forecasting team for brief intro. */
7129
7185
  TCNForecaster = "TCNForecaster",
7130
7186
  /** Elastic net is a popular type of regularized linear regression that combines two popular penalties, specifically the L1 and L2 penalty functions. */
7131
7187
  ElasticNet = "ElasticNet",
@@ -7160,7 +7216,7 @@ export enum KnownForecastingModels {
7160
7216
  /** LightGBM is a gradient boosting framework that uses tree based learning algorithms. */
7161
7217
  LightGBM = "LightGBM",
7162
7218
  /** XGBoostRegressor: Extreme Gradient Boosting Regressor is a supervised machine learning model using ensemble of base learners. */
7163
- XGBoostRegressor = "XGBoostRegressor"
7219
+ XGBoostRegressor = "XGBoostRegressor",
7164
7220
  }
7165
7221
 
7166
7222
  /**
@@ -7206,7 +7262,7 @@ export enum KnownLearningRateScheduler {
7206
7262
  /** Cosine Annealing With Warmup. */
7207
7263
  WarmupCosine = "WarmupCosine",
7208
7264
  /** Step learning rate scheduler. */
7209
- Step = "Step"
7265
+ Step = "Step",
7210
7266
  }
7211
7267
 
7212
7268
  /**
@@ -7229,7 +7285,7 @@ export enum KnownStochasticOptimizer {
7229
7285
  /** Adam is algorithm the optimizes stochastic objective functions based on adaptive estimates of moments */
7230
7286
  Adam = "Adam",
7231
7287
  /** AdamW is a variant of the optimizer Adam that has an improved implementation of weight decay. */
7232
- Adamw = "Adamw"
7288
+ Adamw = "Adamw",
7233
7289
  }
7234
7290
 
7235
7291
  /**
@@ -7267,7 +7323,7 @@ export enum KnownClassificationMultilabelPrimaryMetrics {
7267
7323
  /** The arithmetic mean of precision for each class, weighted by number of true instances in each class. */
7268
7324
  PrecisionScoreWeighted = "PrecisionScoreWeighted",
7269
7325
  /** Intersection Over Union. Intersection of predictions divided by union of predictions. */
7270
- IOU = "IOU"
7326
+ IOU = "IOU",
7271
7327
  }
7272
7328
 
7273
7329
  /**
@@ -7294,7 +7350,7 @@ export enum KnownInstanceSegmentationPrimaryMetrics {
7294
7350
  * Mean Average Precision (MAP) is the average of AP (Average Precision).
7295
7351
  * AP is calculated for each class and averaged to get the MAP.
7296
7352
  */
7297
- MeanAveragePrecision = "MeanAveragePrecision"
7353
+ MeanAveragePrecision = "MeanAveragePrecision",
7298
7354
  }
7299
7355
 
7300
7356
  /**
@@ -7318,7 +7374,7 @@ export enum KnownModelSize {
7318
7374
  /** Large size. */
7319
7375
  Large = "Large",
7320
7376
  /** Extra large size. */
7321
- ExtraLarge = "ExtraLarge"
7377
+ ExtraLarge = "ExtraLarge",
7322
7378
  }
7323
7379
 
7324
7380
  /**
@@ -7343,7 +7399,7 @@ export enum KnownValidationMetricType {
7343
7399
  /** Voc metric. */
7344
7400
  Voc = "Voc",
7345
7401
  /** CocoVoc metric. */
7346
- CocoVoc = "CocoVoc"
7402
+ CocoVoc = "CocoVoc",
7347
7403
  }
7348
7404
 
7349
7405
  /**
@@ -7364,7 +7420,7 @@ export enum KnownObjectDetectionPrimaryMetrics {
7364
7420
  * Mean Average Precision (MAP) is the average of AP (Average Precision).
7365
7421
  * AP is calculated for each class and averaged to get the MAP.
7366
7422
  */
7367
- MeanAveragePrecision = "MeanAveragePrecision"
7423
+ MeanAveragePrecision = "MeanAveragePrecision",
7368
7424
  }
7369
7425
 
7370
7426
  /**
@@ -7382,7 +7438,7 @@ export enum KnownGoal {
7382
7438
  /** Minimize */
7383
7439
  Minimize = "Minimize",
7384
7440
  /** Maximize */
7385
- Maximize = "Maximize"
7441
+ Maximize = "Maximize",
7386
7442
  }
7387
7443
 
7388
7444
  /**
@@ -7400,7 +7456,7 @@ export enum KnownRandomSamplingAlgorithmRule {
7400
7456
  /** Random */
7401
7457
  Random = "Random",
7402
7458
  /** Sobol */
7403
- Sobol = "Sobol"
7459
+ Sobol = "Sobol",
7404
7460
  }
7405
7461
 
7406
7462
  /**
@@ -7422,7 +7478,7 @@ export enum KnownRegressionPrimaryMetrics {
7422
7478
  /** The R2 score is one of the performance evaluation measures for forecasting-based machine learning models. */
7423
7479
  R2Score = "R2Score",
7424
7480
  /** The Normalized Mean Absolute Error (NMAE) is a validation metric to compare the Mean Absolute Error (MAE) of (time) series with different scales. */
7425
- NormalizedMeanAbsoluteError = "NormalizedMeanAbsoluteError"
7481
+ NormalizedMeanAbsoluteError = "NormalizedMeanAbsoluteError",
7426
7482
  }
7427
7483
 
7428
7484
  /**
@@ -7472,7 +7528,7 @@ export enum KnownRegressionModels {
7472
7528
  /** LightGBM is a gradient boosting framework that uses tree based learning algorithms. */
7473
7529
  LightGBM = "LightGBM",
7474
7530
  /** XGBoostRegressor: Extreme Gradient Boosting Regressor is a supervised machine learning model using ensemble of base learners. */
7475
- XGBoostRegressor = "XGBoostRegressor"
7531
+ XGBoostRegressor = "XGBoostRegressor",
7476
7532
  }
7477
7533
 
7478
7534
  /**
@@ -7603,7 +7659,8 @@ export interface WorkspacesListNotebookAccessTokenOptionalParams
7603
7659
  extends coreClient.OperationOptions {}
7604
7660
 
7605
7661
  /** Contains response data for the listNotebookAccessToken operation. */
7606
- export type WorkspacesListNotebookAccessTokenResponse = NotebookAccessTokenResult;
7662
+ export type WorkspacesListNotebookAccessTokenResponse =
7663
+ NotebookAccessTokenResult;
7607
7664
 
7608
7665
  /** Optional parameters. */
7609
7666
  export interface WorkspacesPrepareNotebookOptionalParams
@@ -7622,7 +7679,8 @@ export interface WorkspacesListStorageAccountKeysOptionalParams
7622
7679
  extends coreClient.OperationOptions {}
7623
7680
 
7624
7681
  /** Contains response data for the listStorageAccountKeys operation. */
7625
- export type WorkspacesListStorageAccountKeysResponse = ListStorageAccountKeysResult;
7682
+ export type WorkspacesListStorageAccountKeysResponse =
7683
+ ListStorageAccountKeysResult;
7626
7684
 
7627
7685
  /** Optional parameters. */
7628
7686
  export interface WorkspacesListNotebookKeysOptionalParams
@@ -7636,24 +7694,19 @@ export interface WorkspacesListOutboundNetworkDependenciesEndpointsOptionalParam
7636
7694
  extends coreClient.OperationOptions {}
7637
7695
 
7638
7696
  /** Contains response data for the listOutboundNetworkDependenciesEndpoints operation. */
7639
- export type WorkspacesListOutboundNetworkDependenciesEndpointsResponse = ExternalFqdnResponse;
7697
+ export type WorkspacesListOutboundNetworkDependenciesEndpointsResponse =
7698
+ ExternalFqdnResponse;
7640
7699
 
7641
7700
  /** Optional parameters. */
7642
7701
  export interface WorkspacesListByResourceGroupNextOptionalParams
7643
- extends coreClient.OperationOptions {
7644
- /** Continuation token for pagination. */
7645
- skip?: string;
7646
- }
7702
+ extends coreClient.OperationOptions {}
7647
7703
 
7648
7704
  /** Contains response data for the listByResourceGroupNext operation. */
7649
7705
  export type WorkspacesListByResourceGroupNextResponse = WorkspaceListResult;
7650
7706
 
7651
7707
  /** Optional parameters. */
7652
7708
  export interface WorkspacesListBySubscriptionNextOptionalParams
7653
- extends coreClient.OperationOptions {
7654
- /** Continuation token for pagination. */
7655
- skip?: string;
7656
- }
7709
+ extends coreClient.OperationOptions {}
7657
7710
 
7658
7711
  /** Contains response data for the listBySubscriptionNext operation. */
7659
7712
  export type WorkspacesListBySubscriptionNextResponse = WorkspaceListResult;
@@ -7788,10 +7841,7 @@ export interface ComputeRestartOptionalParams
7788
7841
 
7789
7842
  /** Optional parameters. */
7790
7843
  export interface ComputeListNextOptionalParams
7791
- extends coreClient.OperationOptions {
7792
- /** Continuation token for pagination. */
7793
- skip?: string;
7794
- }
7844
+ extends coreClient.OperationOptions {}
7795
7845
 
7796
7846
  /** Contains response data for the listNext operation. */
7797
7847
  export type ComputeListNextResponse = PaginatedComputeResourcesList;
@@ -7808,7 +7858,8 @@ export interface PrivateEndpointConnectionsListOptionalParams
7808
7858
  extends coreClient.OperationOptions {}
7809
7859
 
7810
7860
  /** Contains response data for the list operation. */
7811
- export type PrivateEndpointConnectionsListResponse = PrivateEndpointConnectionListResult;
7861
+ export type PrivateEndpointConnectionsListResponse =
7862
+ PrivateEndpointConnectionListResult;
7812
7863
 
7813
7864
  /** Optional parameters. */
7814
7865
  export interface PrivateEndpointConnectionsGetOptionalParams
@@ -7822,7 +7873,8 @@ export interface PrivateEndpointConnectionsCreateOrUpdateOptionalParams
7822
7873
  extends coreClient.OperationOptions {}
7823
7874
 
7824
7875
  /** Contains response data for the createOrUpdate operation. */
7825
- export type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnection;
7876
+ export type PrivateEndpointConnectionsCreateOrUpdateResponse =
7877
+ PrivateEndpointConnection;
7826
7878
 
7827
7879
  /** Optional parameters. */
7828
7880
  export interface PrivateEndpointConnectionsDeleteOptionalParams
@@ -7840,14 +7892,16 @@ export interface WorkspaceConnectionsCreateOptionalParams
7840
7892
  extends coreClient.OperationOptions {}
7841
7893
 
7842
7894
  /** Contains response data for the create operation. */
7843
- export type WorkspaceConnectionsCreateResponse = WorkspaceConnectionPropertiesV2BasicResource;
7895
+ export type WorkspaceConnectionsCreateResponse =
7896
+ WorkspaceConnectionPropertiesV2BasicResource;
7844
7897
 
7845
7898
  /** Optional parameters. */
7846
7899
  export interface WorkspaceConnectionsGetOptionalParams
7847
7900
  extends coreClient.OperationOptions {}
7848
7901
 
7849
7902
  /** Contains response data for the get operation. */
7850
- export type WorkspaceConnectionsGetResponse = WorkspaceConnectionPropertiesV2BasicResource;
7903
+ export type WorkspaceConnectionsGetResponse =
7904
+ WorkspaceConnectionPropertiesV2BasicResource;
7851
7905
 
7852
7906
  /** Optional parameters. */
7853
7907
  export interface WorkspaceConnectionsDeleteOptionalParams
@@ -7863,19 +7917,16 @@ export interface WorkspaceConnectionsListOptionalParams
7863
7917
  }
7864
7918
 
7865
7919
  /** Contains response data for the list operation. */
7866
- export type WorkspaceConnectionsListResponse = WorkspaceConnectionPropertiesV2BasicResourceArmPaginatedResult;
7920
+ export type WorkspaceConnectionsListResponse =
7921
+ WorkspaceConnectionPropertiesV2BasicResourceArmPaginatedResult;
7867
7922
 
7868
7923
  /** Optional parameters. */
7869
7924
  export interface WorkspaceConnectionsListNextOptionalParams
7870
- extends coreClient.OperationOptions {
7871
- /** Target of the workspace connection. */
7872
- target?: string;
7873
- /** Category of the workspace connection. */
7874
- category?: string;
7875
- }
7925
+ extends coreClient.OperationOptions {}
7876
7926
 
7877
7927
  /** Contains response data for the listNext operation. */
7878
- export type WorkspaceConnectionsListNextResponse = WorkspaceConnectionPropertiesV2BasicResourceArmPaginatedResult;
7928
+ export type WorkspaceConnectionsListNextResponse =
7929
+ WorkspaceConnectionPropertiesV2BasicResourceArmPaginatedResult;
7879
7930
 
7880
7931
  /** Optional parameters. */
7881
7932
  export interface BatchEndpointsListOptionalParams
@@ -7887,7 +7938,8 @@ export interface BatchEndpointsListOptionalParams
7887
7938
  }
7888
7939
 
7889
7940
  /** Contains response data for the list operation. */
7890
- export type BatchEndpointsListResponse = BatchEndpointTrackedResourceArmPaginatedResult;
7941
+ export type BatchEndpointsListResponse =
7942
+ BatchEndpointTrackedResourceArmPaginatedResult;
7891
7943
 
7892
7944
  /** Optional parameters. */
7893
7945
  export interface BatchEndpointsDeleteOptionalParams
@@ -7938,15 +7990,11 @@ export type BatchEndpointsListKeysResponse = EndpointAuthKeys;
7938
7990
 
7939
7991
  /** Optional parameters. */
7940
7992
  export interface BatchEndpointsListNextOptionalParams
7941
- extends coreClient.OperationOptions {
7942
- /** Continuation token for pagination. */
7943
- skip?: string;
7944
- /** Number of endpoints to be retrieved in a page of results. */
7945
- count?: number;
7946
- }
7993
+ extends coreClient.OperationOptions {}
7947
7994
 
7948
7995
  /** Contains response data for the listNext operation. */
7949
- export type BatchEndpointsListNextResponse = BatchEndpointTrackedResourceArmPaginatedResult;
7996
+ export type BatchEndpointsListNextResponse =
7997
+ BatchEndpointTrackedResourceArmPaginatedResult;
7950
7998
 
7951
7999
  /** Optional parameters. */
7952
8000
  export interface BatchDeploymentsListOptionalParams
@@ -7960,7 +8008,8 @@ export interface BatchDeploymentsListOptionalParams
7960
8008
  }
7961
8009
 
7962
8010
  /** Contains response data for the list operation. */
7963
- export type BatchDeploymentsListResponse = BatchDeploymentTrackedResourceArmPaginatedResult;
8011
+ export type BatchDeploymentsListResponse =
8012
+ BatchDeploymentTrackedResourceArmPaginatedResult;
7964
8013
 
7965
8014
  /** Optional parameters. */
7966
8015
  export interface BatchDeploymentsDeleteOptionalParams
@@ -8004,17 +8053,11 @@ export type BatchDeploymentsCreateOrUpdateResponse = BatchDeployment;
8004
8053
 
8005
8054
  /** Optional parameters. */
8006
8055
  export interface BatchDeploymentsListNextOptionalParams
8007
- extends coreClient.OperationOptions {
8008
- /** Continuation token for pagination. */
8009
- skip?: string;
8010
- /** Ordering of list. */
8011
- orderBy?: string;
8012
- /** Top of list. */
8013
- top?: number;
8014
- }
8056
+ extends coreClient.OperationOptions {}
8015
8057
 
8016
8058
  /** Contains response data for the listNext operation. */
8017
- export type BatchDeploymentsListNextResponse = BatchDeploymentTrackedResourceArmPaginatedResult;
8059
+ export type BatchDeploymentsListNextResponse =
8060
+ BatchDeploymentTrackedResourceArmPaginatedResult;
8018
8061
 
8019
8062
  /** Optional parameters. */
8020
8063
  export interface CodeContainersListOptionalParams
@@ -8024,7 +8067,8 @@ export interface CodeContainersListOptionalParams
8024
8067
  }
8025
8068
 
8026
8069
  /** Contains response data for the list operation. */
8027
- export type CodeContainersListResponse = CodeContainerResourceArmPaginatedResult;
8070
+ export type CodeContainersListResponse =
8071
+ CodeContainerResourceArmPaginatedResult;
8028
8072
 
8029
8073
  /** Optional parameters. */
8030
8074
  export interface CodeContainersDeleteOptionalParams
@@ -8046,13 +8090,11 @@ export type CodeContainersCreateOrUpdateResponse = CodeContainer;
8046
8090
 
8047
8091
  /** Optional parameters. */
8048
8092
  export interface CodeContainersListNextOptionalParams
8049
- extends coreClient.OperationOptions {
8050
- /** Continuation token for pagination. */
8051
- skip?: string;
8052
- }
8093
+ extends coreClient.OperationOptions {}
8053
8094
 
8054
8095
  /** Contains response data for the listNext operation. */
8055
- export type CodeContainersListNextResponse = CodeContainerResourceArmPaginatedResult;
8096
+ export type CodeContainersListNextResponse =
8097
+ CodeContainerResourceArmPaginatedResult;
8056
8098
 
8057
8099
  /** Optional parameters. */
8058
8100
  export interface CodeVersionsListOptionalParams
@@ -8088,17 +8130,11 @@ export type CodeVersionsCreateOrUpdateResponse = CodeVersion;
8088
8130
 
8089
8131
  /** Optional parameters. */
8090
8132
  export interface CodeVersionsListNextOptionalParams
8091
- extends coreClient.OperationOptions {
8092
- /** Continuation token for pagination. */
8093
- skip?: string;
8094
- /** Ordering of list. */
8095
- orderBy?: string;
8096
- /** Maximum number of records to return. */
8097
- top?: number;
8098
- }
8133
+ extends coreClient.OperationOptions {}
8099
8134
 
8100
8135
  /** Contains response data for the listNext operation. */
8101
- export type CodeVersionsListNextResponse = CodeVersionResourceArmPaginatedResult;
8136
+ export type CodeVersionsListNextResponse =
8137
+ CodeVersionResourceArmPaginatedResult;
8102
8138
 
8103
8139
  /** Optional parameters. */
8104
8140
  export interface ComponentContainersListOptionalParams
@@ -8110,7 +8146,8 @@ export interface ComponentContainersListOptionalParams
8110
8146
  }
8111
8147
 
8112
8148
  /** Contains response data for the list operation. */
8113
- export type ComponentContainersListResponse = ComponentContainerResourceArmPaginatedResult;
8149
+ export type ComponentContainersListResponse =
8150
+ ComponentContainerResourceArmPaginatedResult;
8114
8151
 
8115
8152
  /** Optional parameters. */
8116
8153
  export interface ComponentContainersDeleteOptionalParams
@@ -8132,15 +8169,11 @@ export type ComponentContainersCreateOrUpdateResponse = ComponentContainer;
8132
8169
 
8133
8170
  /** Optional parameters. */
8134
8171
  export interface ComponentContainersListNextOptionalParams
8135
- extends coreClient.OperationOptions {
8136
- /** Continuation token for pagination. */
8137
- skip?: string;
8138
- /** View type for including/excluding (for example) archived entities. */
8139
- listViewType?: ListViewType;
8140
- }
8172
+ extends coreClient.OperationOptions {}
8141
8173
 
8142
8174
  /** Contains response data for the listNext operation. */
8143
- export type ComponentContainersListNextResponse = ComponentContainerResourceArmPaginatedResult;
8175
+ export type ComponentContainersListNextResponse =
8176
+ ComponentContainerResourceArmPaginatedResult;
8144
8177
 
8145
8178
  /** Optional parameters. */
8146
8179
  export interface ComponentVersionsListOptionalParams
@@ -8156,7 +8189,8 @@ export interface ComponentVersionsListOptionalParams
8156
8189
  }
8157
8190
 
8158
8191
  /** Contains response data for the list operation. */
8159
- export type ComponentVersionsListResponse = ComponentVersionResourceArmPaginatedResult;
8192
+ export type ComponentVersionsListResponse =
8193
+ ComponentVersionResourceArmPaginatedResult;
8160
8194
 
8161
8195
  /** Optional parameters. */
8162
8196
  export interface ComponentVersionsDeleteOptionalParams
@@ -8178,19 +8212,11 @@ export type ComponentVersionsCreateOrUpdateResponse = ComponentVersion;
8178
8212
 
8179
8213
  /** Optional parameters. */
8180
8214
  export interface ComponentVersionsListNextOptionalParams
8181
- extends coreClient.OperationOptions {
8182
- /** Continuation token for pagination. */
8183
- skip?: string;
8184
- /** Ordering of list. */
8185
- orderBy?: string;
8186
- /** Maximum number of records to return. */
8187
- top?: number;
8188
- /** View type for including/excluding (for example) archived entities. */
8189
- listViewType?: ListViewType;
8190
- }
8215
+ extends coreClient.OperationOptions {}
8191
8216
 
8192
8217
  /** Contains response data for the listNext operation. */
8193
- export type ComponentVersionsListNextResponse = ComponentVersionResourceArmPaginatedResult;
8218
+ export type ComponentVersionsListNextResponse =
8219
+ ComponentVersionResourceArmPaginatedResult;
8194
8220
 
8195
8221
  /** Optional parameters. */
8196
8222
  export interface DataContainersListOptionalParams
@@ -8202,7 +8228,8 @@ export interface DataContainersListOptionalParams
8202
8228
  }
8203
8229
 
8204
8230
  /** Contains response data for the list operation. */
8205
- export type DataContainersListResponse = DataContainerResourceArmPaginatedResult;
8231
+ export type DataContainersListResponse =
8232
+ DataContainerResourceArmPaginatedResult;
8206
8233
 
8207
8234
  /** Optional parameters. */
8208
8235
  export interface DataContainersDeleteOptionalParams
@@ -8224,15 +8251,11 @@ export type DataContainersCreateOrUpdateResponse = DataContainer;
8224
8251
 
8225
8252
  /** Optional parameters. */
8226
8253
  export interface DataContainersListNextOptionalParams
8227
- extends coreClient.OperationOptions {
8228
- /** Continuation token for pagination. */
8229
- skip?: string;
8230
- /** View type for including/excluding (for example) archived entities. */
8231
- listViewType?: ListViewType;
8232
- }
8254
+ extends coreClient.OperationOptions {}
8233
8255
 
8234
8256
  /** Contains response data for the listNext operation. */
8235
- export type DataContainersListNextResponse = DataContainerResourceArmPaginatedResult;
8257
+ export type DataContainersListNextResponse =
8258
+ DataContainerResourceArmPaginatedResult;
8236
8259
 
8237
8260
  /** Optional parameters. */
8238
8261
  export interface DataVersionsListOptionalParams
@@ -8253,7 +8276,8 @@ export interface DataVersionsListOptionalParams
8253
8276
  }
8254
8277
 
8255
8278
  /** Contains response data for the list operation. */
8256
- export type DataVersionsListResponse = DataVersionBaseResourceArmPaginatedResult;
8279
+ export type DataVersionsListResponse =
8280
+ DataVersionBaseResourceArmPaginatedResult;
8257
8281
 
8258
8282
  /** Optional parameters. */
8259
8283
  export interface DataVersionsDeleteOptionalParams
@@ -8275,24 +8299,11 @@ export type DataVersionsCreateOrUpdateResponse = DataVersionBase;
8275
8299
 
8276
8300
  /** Optional parameters. */
8277
8301
  export interface DataVersionsListNextOptionalParams
8278
- extends coreClient.OperationOptions {
8279
- /** Continuation token for pagination. */
8280
- skip?: string;
8281
- /** Please choose OrderBy value from ['createdtime', 'modifiedtime'] */
8282
- orderBy?: string;
8283
- /**
8284
- * Top count of results, top count cannot be greater than the page size.
8285
- * If topCount > page size, results with be default page size count will be returned
8286
- */
8287
- top?: number;
8288
- /** [ListViewType.ActiveOnly, ListViewType.ArchivedOnly, ListViewType.All]View type for including/excluding (for example) archived entities. */
8289
- listViewType?: ListViewType;
8290
- /** Comma-separated list of tag names (and optionally values). Example: tag1,tag2=value2 */
8291
- tags?: string;
8292
- }
8302
+ extends coreClient.OperationOptions {}
8293
8303
 
8294
8304
  /** Contains response data for the listNext operation. */
8295
- export type DataVersionsListNextResponse = DataVersionBaseResourceArmPaginatedResult;
8305
+ export type DataVersionsListNextResponse =
8306
+ DataVersionBaseResourceArmPaginatedResult;
8296
8307
 
8297
8308
  /** Optional parameters. */
8298
8309
  export interface DatastoresListOptionalParams
@@ -8346,22 +8357,7 @@ export type DatastoresListSecretsResponse = DatastoreSecretsUnion;
8346
8357
 
8347
8358
  /** Optional parameters. */
8348
8359
  export interface DatastoresListNextOptionalParams
8349
- extends coreClient.OperationOptions {
8350
- /** Continuation token for pagination. */
8351
- skip?: string;
8352
- /** Maximum number of results to return. */
8353
- count?: number;
8354
- /** Filter down to the workspace default datastore. */
8355
- isDefault?: boolean;
8356
- /** Names of datastores to return. */
8357
- names?: string[];
8358
- /** Text to search for in the datastore names. */
8359
- searchText?: string;
8360
- /** Order by property (createdtime | modifiedtime | name). */
8361
- orderBy?: string;
8362
- /** Order by property in ascending order. */
8363
- orderByAsc?: boolean;
8364
- }
8360
+ extends coreClient.OperationOptions {}
8365
8361
 
8366
8362
  /** Contains response data for the listNext operation. */
8367
8363
  export type DatastoresListNextResponse = DatastoreResourceArmPaginatedResult;
@@ -8376,7 +8372,8 @@ export interface EnvironmentContainersListOptionalParams
8376
8372
  }
8377
8373
 
8378
8374
  /** Contains response data for the list operation. */
8379
- export type EnvironmentContainersListResponse = EnvironmentContainerResourceArmPaginatedResult;
8375
+ export type EnvironmentContainersListResponse =
8376
+ EnvironmentContainerResourceArmPaginatedResult;
8380
8377
 
8381
8378
  /** Optional parameters. */
8382
8379
  export interface EnvironmentContainersDeleteOptionalParams
@@ -8398,15 +8395,11 @@ export type EnvironmentContainersCreateOrUpdateResponse = EnvironmentContainer;
8398
8395
 
8399
8396
  /** Optional parameters. */
8400
8397
  export interface EnvironmentContainersListNextOptionalParams
8401
- extends coreClient.OperationOptions {
8402
- /** Continuation token for pagination. */
8403
- skip?: string;
8404
- /** View type for including/excluding (for example) archived entities. */
8405
- listViewType?: ListViewType;
8406
- }
8398
+ extends coreClient.OperationOptions {}
8407
8399
 
8408
8400
  /** Contains response data for the listNext operation. */
8409
- export type EnvironmentContainersListNextResponse = EnvironmentContainerResourceArmPaginatedResult;
8401
+ export type EnvironmentContainersListNextResponse =
8402
+ EnvironmentContainerResourceArmPaginatedResult;
8410
8403
 
8411
8404
  /** Optional parameters. */
8412
8405
  export interface EnvironmentVersionsListOptionalParams
@@ -8422,7 +8415,8 @@ export interface EnvironmentVersionsListOptionalParams
8422
8415
  }
8423
8416
 
8424
8417
  /** Contains response data for the list operation. */
8425
- export type EnvironmentVersionsListResponse = EnvironmentVersionResourceArmPaginatedResult;
8418
+ export type EnvironmentVersionsListResponse =
8419
+ EnvironmentVersionResourceArmPaginatedResult;
8426
8420
 
8427
8421
  /** Optional parameters. */
8428
8422
  export interface EnvironmentVersionsDeleteOptionalParams
@@ -8444,19 +8438,11 @@ export type EnvironmentVersionsCreateOrUpdateResponse = EnvironmentVersion;
8444
8438
 
8445
8439
  /** Optional parameters. */
8446
8440
  export interface EnvironmentVersionsListNextOptionalParams
8447
- extends coreClient.OperationOptions {
8448
- /** Continuation token for pagination. */
8449
- skip?: string;
8450
- /** Ordering of list. */
8451
- orderBy?: string;
8452
- /** Maximum number of records to return. */
8453
- top?: number;
8454
- /** View type for including/excluding (for example) archived entities. */
8455
- listViewType?: ListViewType;
8456
- }
8441
+ extends coreClient.OperationOptions {}
8457
8442
 
8458
8443
  /** Contains response data for the listNext operation. */
8459
- export type EnvironmentVersionsListNextResponse = EnvironmentVersionResourceArmPaginatedResult;
8444
+ export type EnvironmentVersionsListNextResponse =
8445
+ EnvironmentVersionResourceArmPaginatedResult;
8460
8446
 
8461
8447
  /** Optional parameters. */
8462
8448
  export interface JobsListOptionalParams extends coreClient.OperationOptions {
@@ -8504,16 +8490,7 @@ export interface JobsCancelOptionalParams extends coreClient.OperationOptions {
8504
8490
 
8505
8491
  /** Optional parameters. */
8506
8492
  export interface JobsListNextOptionalParams
8507
- extends coreClient.OperationOptions {
8508
- /** Continuation token for pagination. */
8509
- skip?: string;
8510
- /** View type for including/excluding (for example) archived entities. */
8511
- listViewType?: ListViewType;
8512
- /** Type of job to be returned. */
8513
- jobType?: string;
8514
- /** Jobs returned will have this tag key. */
8515
- tag?: string;
8516
- }
8493
+ extends coreClient.OperationOptions {}
8517
8494
 
8518
8495
  /** Contains response data for the listNext operation. */
8519
8496
  export type JobsListNextResponse = JobBaseResourceArmPaginatedResult;
@@ -8530,7 +8507,8 @@ export interface ModelContainersListOptionalParams
8530
8507
  }
8531
8508
 
8532
8509
  /** Contains response data for the list operation. */
8533
- export type ModelContainersListResponse = ModelContainerResourceArmPaginatedResult;
8510
+ export type ModelContainersListResponse =
8511
+ ModelContainerResourceArmPaginatedResult;
8534
8512
 
8535
8513
  /** Optional parameters. */
8536
8514
  export interface ModelContainersDeleteOptionalParams
@@ -8552,17 +8530,11 @@ export type ModelContainersCreateOrUpdateResponse = ModelContainer;
8552
8530
 
8553
8531
  /** Optional parameters. */
8554
8532
  export interface ModelContainersListNextOptionalParams
8555
- extends coreClient.OperationOptions {
8556
- /** Continuation token for pagination. */
8557
- skip?: string;
8558
- /** Maximum number of results to return. */
8559
- count?: number;
8560
- /** View type for including/excluding (for example) archived entities. */
8561
- listViewType?: ListViewType;
8562
- }
8533
+ extends coreClient.OperationOptions {}
8563
8534
 
8564
8535
  /** Contains response data for the listNext operation. */
8565
- export type ModelContainersListNextResponse = ModelContainerResourceArmPaginatedResult;
8536
+ export type ModelContainersListNextResponse =
8537
+ ModelContainerResourceArmPaginatedResult;
8566
8538
 
8567
8539
  /** Optional parameters. */
8568
8540
  export interface ModelVersionsListOptionalParams
@@ -8612,31 +8584,11 @@ export type ModelVersionsCreateOrUpdateResponse = ModelVersion;
8612
8584
 
8613
8585
  /** Optional parameters. */
8614
8586
  export interface ModelVersionsListNextOptionalParams
8615
- extends coreClient.OperationOptions {
8616
- /** Continuation token for pagination. */
8617
- skip?: string;
8618
- /** Ordering of list. */
8619
- orderBy?: string;
8620
- /** Maximum number of records to return. */
8621
- top?: number;
8622
- /** View type for including/excluding (for example) archived entities. */
8623
- listViewType?: ListViewType;
8624
- /** Model version. */
8625
- version?: string;
8626
- /** Model description. */
8627
- description?: string;
8628
- /** Number of initial results to skip. */
8629
- offset?: number;
8630
- /** Comma-separated list of tag names (and optionally values). Example: tag1,tag2=value2 */
8631
- tags?: string;
8632
- /** Comma-separated list of property names (and optionally values). Example: prop1,prop2=value2 */
8633
- properties?: string;
8634
- /** Name of the feed. */
8635
- feed?: string;
8636
- }
8587
+ extends coreClient.OperationOptions {}
8637
8588
 
8638
8589
  /** Contains response data for the listNext operation. */
8639
- export type ModelVersionsListNextResponse = ModelVersionResourceArmPaginatedResult;
8590
+ export type ModelVersionsListNextResponse =
8591
+ ModelVersionResourceArmPaginatedResult;
8640
8592
 
8641
8593
  /** Optional parameters. */
8642
8594
  export interface OnlineEndpointsListOptionalParams
@@ -8658,7 +8610,8 @@ export interface OnlineEndpointsListOptionalParams
8658
8610
  }
8659
8611
 
8660
8612
  /** Contains response data for the list operation. */
8661
- export type OnlineEndpointsListResponse = OnlineEndpointTrackedResourceArmPaginatedResult;
8613
+ export type OnlineEndpointsListResponse =
8614
+ OnlineEndpointTrackedResourceArmPaginatedResult;
8662
8615
 
8663
8616
  /** Optional parameters. */
8664
8617
  export interface OnlineEndpointsDeleteOptionalParams
@@ -8725,25 +8678,11 @@ export type OnlineEndpointsGetTokenResponse = EndpointAuthToken;
8725
8678
 
8726
8679
  /** Optional parameters. */
8727
8680
  export interface OnlineEndpointsListNextOptionalParams
8728
- extends coreClient.OperationOptions {
8729
- /** Continuation token for pagination. */
8730
- skip?: string;
8731
- /** Number of endpoints to be retrieved in a page of results. */
8732
- count?: number;
8733
- /** A set of tags with which to filter the returned models. It is a comma separated string of tags key or tags key=value. Example: tagKey1,tagKey2,tagKey3=value3 . */
8734
- tags?: string;
8735
- /** A set of properties with which to filter the returned models. It is a comma separated string of properties key and/or properties key=value Example: propKey1,propKey2,propKey3=value3 . */
8736
- properties?: string;
8737
- /** Name of the endpoint. */
8738
- name?: string;
8739
- /** EndpointComputeType to be filtered by. */
8740
- computeType?: EndpointComputeType;
8741
- /** The option to order the response. */
8742
- orderBy?: OrderString;
8743
- }
8681
+ extends coreClient.OperationOptions {}
8744
8682
 
8745
8683
  /** Contains response data for the listNext operation. */
8746
- export type OnlineEndpointsListNextResponse = OnlineEndpointTrackedResourceArmPaginatedResult;
8684
+ export type OnlineEndpointsListNextResponse =
8685
+ OnlineEndpointTrackedResourceArmPaginatedResult;
8747
8686
 
8748
8687
  /** Optional parameters. */
8749
8688
  export interface OnlineDeploymentsListOptionalParams
@@ -8757,7 +8696,8 @@ export interface OnlineDeploymentsListOptionalParams
8757
8696
  }
8758
8697
 
8759
8698
  /** Contains response data for the list operation. */
8760
- export type OnlineDeploymentsListResponse = OnlineDeploymentTrackedResourceArmPaginatedResult;
8699
+ export type OnlineDeploymentsListResponse =
8700
+ OnlineDeploymentTrackedResourceArmPaginatedResult;
8761
8701
 
8762
8702
  /** Optional parameters. */
8763
8703
  export interface OnlineDeploymentsDeleteOptionalParams
@@ -8820,29 +8760,19 @@ export type OnlineDeploymentsListSkusResponse = SkuResourceArmPaginatedResult;
8820
8760
 
8821
8761
  /** Optional parameters. */
8822
8762
  export interface OnlineDeploymentsListNextOptionalParams
8823
- extends coreClient.OperationOptions {
8824
- /** Continuation token for pagination. */
8825
- skip?: string;
8826
- /** Ordering of list. */
8827
- orderBy?: string;
8828
- /** Top of list. */
8829
- top?: number;
8830
- }
8763
+ extends coreClient.OperationOptions {}
8831
8764
 
8832
8765
  /** Contains response data for the listNext operation. */
8833
- export type OnlineDeploymentsListNextResponse = OnlineDeploymentTrackedResourceArmPaginatedResult;
8766
+ export type OnlineDeploymentsListNextResponse =
8767
+ OnlineDeploymentTrackedResourceArmPaginatedResult;
8834
8768
 
8835
8769
  /** Optional parameters. */
8836
8770
  export interface OnlineDeploymentsListSkusNextOptionalParams
8837
- extends coreClient.OperationOptions {
8838
- /** Continuation token for pagination. */
8839
- skip?: string;
8840
- /** Number of Skus to be retrieved in a page of results. */
8841
- count?: number;
8842
- }
8771
+ extends coreClient.OperationOptions {}
8843
8772
 
8844
8773
  /** Contains response data for the listSkusNext operation. */
8845
- export type OnlineDeploymentsListSkusNextResponse = SkuResourceArmPaginatedResult;
8774
+ export type OnlineDeploymentsListSkusNextResponse =
8775
+ SkuResourceArmPaginatedResult;
8846
8776
 
8847
8777
  /** Optional parameters. */
8848
8778
  export interface SchedulesListOptionalParams
@@ -8886,12 +8816,7 @@ export type SchedulesCreateOrUpdateResponse = Schedule;
8886
8816
 
8887
8817
  /** Optional parameters. */
8888
8818
  export interface SchedulesListNextOptionalParams
8889
- extends coreClient.OperationOptions {
8890
- /** Continuation token for pagination. */
8891
- skip?: string;
8892
- /** Status filter for schedule. */
8893
- listViewType?: ScheduleListViewType;
8894
- }
8819
+ extends coreClient.OperationOptions {}
8895
8820
 
8896
8821
  /** Contains response data for the listNext operation. */
8897
8822
  export type SchedulesListNextResponse = ScheduleResourceArmPaginatedResult;