@azure/synapse-artifacts 1.0.0-beta.15 → 1.0.0-beta.17

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 (996) hide show
  1. package/LICENSE +4 -4
  2. package/README.md +9 -13
  3. package/dist/browser/artifactsClient.d.ts +40 -0
  4. package/dist/browser/artifactsClient.d.ts.map +1 -0
  5. package/{dist-esm/src → dist/browser}/artifactsClient.js +37 -9
  6. package/dist/browser/artifactsClient.js.map +1 -0
  7. package/dist/browser/index.d.ts +5 -0
  8. package/dist/browser/index.d.ts.map +1 -0
  9. package/{dist-esm/src → dist/browser}/index.js +4 -4
  10. package/dist/browser/index.js.map +1 -0
  11. package/dist/browser/lroImpl.d.ts +11 -0
  12. package/dist/browser/lroImpl.d.ts.map +1 -0
  13. package/{dist-esm/src → dist/browser}/lroImpl.js +7 -3
  14. package/dist/browser/lroImpl.js.map +1 -0
  15. package/{types/synapse-artifacts.d.ts → dist/browser/models/index.d.ts} +13692 -15069
  16. package/dist/browser/models/index.d.ts.map +1 -0
  17. package/{dist-esm/src → dist/browser}/models/index.js +124 -0
  18. package/dist/browser/models/index.js.map +1 -0
  19. package/dist/browser/models/mappers.d.ts +1310 -0
  20. package/dist/browser/models/mappers.d.ts.map +1 -0
  21. package/{dist-esm/src → dist/browser}/models/mappers.js +10306 -5084
  22. package/dist/browser/models/mappers.js.map +1 -0
  23. package/dist/browser/models/parameters.d.ts +70 -0
  24. package/dist/browser/models/parameters.d.ts.map +1 -0
  25. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  26. package/dist/browser/models/parameters.js.map +1 -0
  27. package/dist/browser/operations/bigDataPools.d.ts +24 -0
  28. package/dist/browser/operations/bigDataPools.d.ts.map +1 -0
  29. package/{dist-esm/src → dist/browser}/operations/bigDataPools.js +6 -5
  30. package/dist/browser/operations/bigDataPools.js.map +1 -0
  31. package/dist/browser/operations/dataFlowDebugSession.d.ts +70 -0
  32. package/dist/browser/operations/dataFlowDebugSession.d.ts.map +1 -0
  33. package/{dist-esm/src → dist/browser}/operations/dataFlowDebugSession.js +57 -64
  34. package/dist/browser/operations/dataFlowDebugSession.js.map +1 -0
  35. package/dist/browser/operations/dataFlowOperations.d.ts +80 -0
  36. package/dist/browser/operations/dataFlowOperations.d.ts.map +1 -0
  37. package/{dist-esm/src → dist/browser}/operations/dataFlowOperations.js +69 -75
  38. package/dist/browser/operations/dataFlowOperations.js.map +1 -0
  39. package/dist/browser/operations/datasetOperations.d.ts +79 -0
  40. package/dist/browser/operations/datasetOperations.d.ts.map +1 -0
  41. package/{dist-esm/src → dist/browser}/operations/datasetOperations.js +69 -75
  42. package/dist/browser/operations/datasetOperations.js.map +1 -0
  43. package/dist/browser/operations/index.d.ts +25 -0
  44. package/dist/browser/operations/index.d.ts.map +1 -0
  45. package/dist/browser/operations/index.js +32 -0
  46. package/dist/browser/operations/index.js.map +1 -0
  47. package/dist/browser/operations/integrationRuntimes.d.ts +24 -0
  48. package/dist/browser/operations/integrationRuntimes.d.ts.map +1 -0
  49. package/{dist-esm/src → dist/browser}/operations/integrationRuntimes.js +6 -5
  50. package/dist/browser/operations/integrationRuntimes.js.map +1 -0
  51. package/dist/browser/operations/kqlScriptOperations.d.ts +60 -0
  52. package/dist/browser/operations/kqlScriptOperations.d.ts.map +1 -0
  53. package/{dist-esm/src → dist/browser}/operations/kqlScriptOperations.js +43 -27
  54. package/dist/browser/operations/kqlScriptOperations.js.map +1 -0
  55. package/dist/browser/operations/kqlScripts.d.ts +32 -0
  56. package/dist/browser/operations/kqlScripts.d.ts.map +1 -0
  57. package/{dist-esm/src → dist/browser}/operations/kqlScripts.js +29 -46
  58. package/dist/browser/operations/kqlScripts.js.map +1 -0
  59. package/dist/browser/operations/library.d.ts +98 -0
  60. package/dist/browser/operations/library.d.ts.map +1 -0
  61. package/{dist-esm/src → dist/browser}/operations/library.js +70 -72
  62. package/dist/browser/operations/library.js.map +1 -0
  63. package/dist/browser/operations/linkConnectionOperations.d.ts +112 -0
  64. package/dist/browser/operations/linkConnectionOperations.d.ts.map +1 -0
  65. package/{dist-esm/src → dist/browser}/operations/linkConnectionOperations.js +41 -58
  66. package/dist/browser/operations/linkConnectionOperations.js.map +1 -0
  67. package/dist/browser/operations/linkedServiceOperations.d.ts +80 -0
  68. package/dist/browser/operations/linkedServiceOperations.d.ts.map +1 -0
  69. package/{dist-esm/src → dist/browser}/operations/linkedServiceOperations.js +69 -75
  70. package/dist/browser/operations/linkedServiceOperations.js.map +1 -0
  71. package/dist/browser/operations/metastore.d.ts +40 -0
  72. package/dist/browser/operations/metastore.d.ts.map +1 -0
  73. package/{dist-esm/src → dist/browser}/operations/metastore.js +8 -7
  74. package/dist/browser/operations/metastore.js.map +1 -0
  75. package/dist/browser/operations/notebookOperationResult.d.ts +19 -0
  76. package/dist/browser/operations/notebookOperationResult.d.ts.map +1 -0
  77. package/{dist-esm/src → dist/browser}/operations/notebookOperationResult.js +5 -4
  78. package/dist/browser/operations/notebookOperationResult.js.map +1 -0
  79. package/dist/browser/operations/notebookOperations.d.ts +99 -0
  80. package/dist/browser/operations/notebookOperations.d.ts.map +1 -0
  81. package/{dist-esm/src → dist/browser}/operations/notebookOperations.js +93 -116
  82. package/dist/browser/operations/notebookOperations.js.map +1 -0
  83. package/dist/browser/operations/pipelineOperations.d.ts +86 -0
  84. package/dist/browser/operations/pipelineOperations.d.ts.map +1 -0
  85. package/{dist-esm/src → dist/browser}/operations/pipelineOperations.js +70 -76
  86. package/dist/browser/operations/pipelineOperations.js.map +1 -0
  87. package/dist/browser/operations/pipelineRunOperations.d.ts +39 -0
  88. package/dist/browser/operations/pipelineRunOperations.d.ts.map +1 -0
  89. package/{dist-esm/src → dist/browser}/operations/pipelineRunOperations.js +9 -12
  90. package/dist/browser/operations/pipelineRunOperations.js.map +1 -0
  91. package/dist/browser/operations/runNotebook.d.ts +51 -0
  92. package/dist/browser/operations/runNotebook.d.ts.map +1 -0
  93. package/{dist-esm/src → dist/browser}/operations/runNotebook.js +31 -20
  94. package/dist/browser/operations/runNotebook.js.map +1 -0
  95. package/dist/browser/operations/sparkConfigurationOperations.d.ts +80 -0
  96. package/dist/browser/operations/sparkConfigurationOperations.d.ts.map +1 -0
  97. package/{dist-esm/src → dist/browser}/operations/sparkConfigurationOperations.js +69 -75
  98. package/dist/browser/operations/sparkConfigurationOperations.js.map +1 -0
  99. package/dist/browser/operations/sparkJobDefinitionOperations.d.ts +104 -0
  100. package/dist/browser/operations/sparkJobDefinitionOperations.d.ts.map +1 -0
  101. package/{dist-esm/src → dist/browser}/operations/sparkJobDefinitionOperations.js +93 -89
  102. package/dist/browser/operations/sparkJobDefinitionOperations.js.map +1 -0
  103. package/dist/browser/operations/sqlPools.d.ts +24 -0
  104. package/dist/browser/operations/sqlPools.d.ts.map +1 -0
  105. package/{dist-esm/src → dist/browser}/operations/sqlPools.js +6 -5
  106. package/dist/browser/operations/sqlPools.js.map +1 -0
  107. package/dist/browser/operations/sqlScriptOperations.d.ts +80 -0
  108. package/dist/browser/operations/sqlScriptOperations.d.ts.map +1 -0
  109. package/{dist-esm/src → dist/browser}/operations/sqlScriptOperations.js +69 -75
  110. package/dist/browser/operations/sqlScriptOperations.js.map +1 -0
  111. package/dist/browser/operations/triggerOperations.d.ts +119 -0
  112. package/dist/browser/operations/triggerOperations.d.ts.map +1 -0
  113. package/{dist-esm/src → dist/browser}/operations/triggerOperations.js +106 -97
  114. package/dist/browser/operations/triggerOperations.js.map +1 -0
  115. package/dist/browser/operations/triggerRunOperations.d.ts +33 -0
  116. package/dist/browser/operations/triggerRunOperations.d.ts.map +1 -0
  117. package/{dist-esm/src → dist/browser}/operations/triggerRunOperations.js +9 -16
  118. package/dist/browser/operations/triggerRunOperations.js.map +1 -0
  119. package/dist/browser/operations/workspaceGitRepoManagement.d.ts +19 -0
  120. package/dist/browser/operations/workspaceGitRepoManagement.d.ts.map +1 -0
  121. package/{dist-esm/src → dist/browser}/operations/workspaceGitRepoManagement.js +6 -9
  122. package/dist/browser/operations/workspaceGitRepoManagement.js.map +1 -0
  123. package/dist/browser/operations/workspaceOperations.d.ts +18 -0
  124. package/dist/browser/operations/workspaceOperations.d.ts.map +1 -0
  125. package/{dist-esm/src → dist/browser}/operations/workspaceOperations.js +5 -4
  126. package/dist/browser/operations/workspaceOperations.js.map +1 -0
  127. package/dist/browser/operationsInterfaces/bigDataPools.d.ts +16 -0
  128. package/dist/browser/operationsInterfaces/bigDataPools.d.ts.map +1 -0
  129. package/dist/browser/operationsInterfaces/bigDataPools.js.map +1 -0
  130. package/dist/browser/operationsInterfaces/dataFlowDebugSession.d.ts +48 -0
  131. package/dist/browser/operationsInterfaces/dataFlowDebugSession.d.ts.map +1 -0
  132. package/dist/browser/operationsInterfaces/dataFlowDebugSession.js.map +1 -0
  133. package/dist/browser/operationsInterfaces/dataFlowOperations.d.ts +58 -0
  134. package/dist/browser/operationsInterfaces/dataFlowOperations.d.ts.map +1 -0
  135. package/dist/browser/operationsInterfaces/dataFlowOperations.js.map +1 -0
  136. package/dist/browser/operationsInterfaces/datasetOperations.d.ts +58 -0
  137. package/dist/browser/operationsInterfaces/datasetOperations.d.ts.map +1 -0
  138. package/dist/browser/operationsInterfaces/datasetOperations.js.map +1 -0
  139. package/dist/browser/operationsInterfaces/index.d.ts +25 -0
  140. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  141. package/dist/browser/operationsInterfaces/index.js +32 -0
  142. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  143. package/dist/browser/operationsInterfaces/integrationRuntimes.d.ts +16 -0
  144. package/dist/browser/operationsInterfaces/integrationRuntimes.d.ts.map +1 -0
  145. package/dist/browser/operationsInterfaces/integrationRuntimes.js.map +1 -0
  146. package/dist/browser/operationsInterfaces/kqlScriptOperations.d.ts +52 -0
  147. package/dist/browser/operationsInterfaces/kqlScriptOperations.d.ts.map +1 -0
  148. package/dist/browser/operationsInterfaces/kqlScriptOperations.js.map +1 -0
  149. package/dist/browser/operationsInterfaces/kqlScripts.d.ts +11 -0
  150. package/dist/browser/operationsInterfaces/kqlScripts.d.ts.map +1 -0
  151. package/dist/browser/operationsInterfaces/kqlScripts.js.map +1 -0
  152. package/dist/browser/operationsInterfaces/library.d.ts +77 -0
  153. package/dist/browser/operationsInterfaces/library.d.ts.map +1 -0
  154. package/dist/browser/operationsInterfaces/library.js.map +1 -0
  155. package/dist/browser/operationsInterfaces/linkConnectionOperations.d.ts +91 -0
  156. package/dist/browser/operationsInterfaces/linkConnectionOperations.d.ts.map +1 -0
  157. package/dist/browser/operationsInterfaces/linkConnectionOperations.js.map +1 -0
  158. package/dist/browser/operationsInterfaces/linkedServiceOperations.d.ts +58 -0
  159. package/dist/browser/operationsInterfaces/linkedServiceOperations.d.ts.map +1 -0
  160. package/dist/browser/operationsInterfaces/linkedServiceOperations.js.map +1 -0
  161. package/dist/browser/operationsInterfaces/metastore.d.ts +32 -0
  162. package/dist/browser/operationsInterfaces/metastore.d.ts.map +1 -0
  163. package/dist/browser/operationsInterfaces/metastore.js.map +1 -0
  164. package/dist/browser/operationsInterfaces/notebookOperationResult.d.ts +11 -0
  165. package/dist/browser/operationsInterfaces/notebookOperationResult.d.ts.map +1 -0
  166. package/dist/browser/operationsInterfaces/notebookOperationResult.js.map +1 -0
  167. package/dist/browser/operationsInterfaces/notebookOperations.d.ts +63 -0
  168. package/dist/browser/operationsInterfaces/notebookOperations.d.ts.map +1 -0
  169. package/dist/browser/operationsInterfaces/notebookOperations.js.map +1 -0
  170. package/dist/browser/operationsInterfaces/pipelineOperations.d.ts +64 -0
  171. package/dist/browser/operationsInterfaces/pipelineOperations.d.ts.map +1 -0
  172. package/dist/browser/operationsInterfaces/pipelineOperations.js.map +1 -0
  173. package/dist/browser/operationsInterfaces/pipelineRunOperations.d.ts +31 -0
  174. package/dist/browser/operationsInterfaces/pipelineRunOperations.d.ts.map +1 -0
  175. package/dist/browser/operationsInterfaces/pipelineRunOperations.js.map +1 -0
  176. package/dist/browser/operationsInterfaces/runNotebook.d.ts +43 -0
  177. package/dist/browser/operationsInterfaces/runNotebook.d.ts.map +1 -0
  178. package/dist/browser/operationsInterfaces/runNotebook.js.map +1 -0
  179. package/dist/browser/operationsInterfaces/sparkConfigurationOperations.d.ts +58 -0
  180. package/dist/browser/operationsInterfaces/sparkConfigurationOperations.d.ts.map +1 -0
  181. package/dist/browser/operationsInterfaces/sparkConfigurationOperations.js.map +1 -0
  182. package/dist/browser/operationsInterfaces/sparkJobDefinitionOperations.d.ts +82 -0
  183. package/dist/browser/operationsInterfaces/sparkJobDefinitionOperations.d.ts.map +1 -0
  184. package/dist/browser/operationsInterfaces/sparkJobDefinitionOperations.js.map +1 -0
  185. package/dist/browser/operationsInterfaces/sqlPools.d.ts +16 -0
  186. package/dist/browser/operationsInterfaces/sqlPools.d.ts.map +1 -0
  187. package/dist/browser/operationsInterfaces/sqlPools.js.map +1 -0
  188. package/dist/browser/operationsInterfaces/sqlScriptOperations.d.ts +58 -0
  189. package/dist/browser/operationsInterfaces/sqlScriptOperations.d.ts.map +1 -0
  190. package/dist/browser/operationsInterfaces/sqlScriptOperations.js.map +1 -0
  191. package/dist/browser/operationsInterfaces/triggerOperations.d.ts +98 -0
  192. package/dist/browser/operationsInterfaces/triggerOperations.d.ts.map +1 -0
  193. package/dist/browser/operationsInterfaces/triggerOperations.js.map +1 -0
  194. package/dist/browser/operationsInterfaces/triggerRunOperations.d.ts +25 -0
  195. package/dist/browser/operationsInterfaces/triggerRunOperations.d.ts.map +1 -0
  196. package/dist/browser/operationsInterfaces/triggerRunOperations.js.map +1 -0
  197. package/dist/browser/operationsInterfaces/workspaceGitRepoManagement.d.ts +11 -0
  198. package/dist/browser/operationsInterfaces/workspaceGitRepoManagement.d.ts.map +1 -0
  199. package/dist/browser/operationsInterfaces/workspaceGitRepoManagement.js.map +1 -0
  200. package/dist/browser/operationsInterfaces/workspaceOperations.d.ts +10 -0
  201. package/dist/browser/operationsInterfaces/workspaceOperations.d.ts.map +1 -0
  202. package/dist/browser/operationsInterfaces/workspaceOperations.js.map +1 -0
  203. package/dist/browser/package.json +3 -0
  204. package/dist/browser/pagingHelper.d.ts +13 -0
  205. package/dist/browser/pagingHelper.d.ts.map +1 -0
  206. package/{dist-esm/src → dist/browser}/pagingHelper.js +2 -4
  207. package/dist/browser/pagingHelper.js.map +1 -0
  208. package/dist/browser/tracing.d.ts +2 -0
  209. package/dist/browser/tracing.d.ts.map +1 -0
  210. package/{dist-esm/src → dist/browser}/tracing.js +1 -1
  211. package/{dist-esm/src → dist/browser}/tracing.js.map +1 -1
  212. package/dist/commonjs/artifactsClient.d.ts +40 -0
  213. package/dist/commonjs/artifactsClient.d.ts.map +1 -0
  214. package/dist/commonjs/artifactsClient.js +128 -0
  215. package/dist/commonjs/artifactsClient.js.map +1 -0
  216. package/dist/commonjs/index.d.ts +5 -0
  217. package/dist/commonjs/index.d.ts.map +1 -0
  218. package/dist/commonjs/index.js +19 -0
  219. package/dist/commonjs/index.js.map +1 -0
  220. package/dist/commonjs/lroImpl.d.ts +11 -0
  221. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  222. package/dist/commonjs/lroImpl.js +28 -0
  223. package/dist/commonjs/lroImpl.js.map +1 -0
  224. package/dist/commonjs/models/index.d.ts +13692 -0
  225. package/dist/commonjs/models/index.d.ts.map +1 -0
  226. package/dist/commonjs/models/index.js +1443 -0
  227. package/dist/commonjs/models/index.js.map +1 -0
  228. package/dist/commonjs/models/mappers.d.ts +1310 -0
  229. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  230. package/dist/commonjs/models/mappers.js +30754 -0
  231. package/dist/commonjs/models/mappers.js.map +1 -0
  232. package/dist/commonjs/models/parameters.d.ts +70 -0
  233. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  234. package/dist/commonjs/models/parameters.js +573 -0
  235. package/dist/commonjs/models/parameters.js.map +1 -0
  236. package/dist/commonjs/operations/bigDataPools.d.ts +24 -0
  237. package/dist/commonjs/operations/bigDataPools.d.ts.map +1 -0
  238. package/dist/commonjs/operations/bigDataPools.js +81 -0
  239. package/dist/commonjs/operations/bigDataPools.js.map +1 -0
  240. package/dist/commonjs/operations/dataFlowDebugSession.d.ts +70 -0
  241. package/dist/commonjs/operations/dataFlowDebugSession.d.ts.map +1 -0
  242. package/dist/commonjs/operations/dataFlowDebugSession.js +349 -0
  243. package/dist/commonjs/operations/dataFlowDebugSession.js.map +1 -0
  244. package/dist/commonjs/operations/dataFlowOperations.d.ts +80 -0
  245. package/dist/commonjs/operations/dataFlowOperations.d.ts.map +1 -0
  246. package/dist/commonjs/operations/dataFlowOperations.js +390 -0
  247. package/dist/commonjs/operations/dataFlowOperations.js.map +1 -0
  248. package/dist/commonjs/operations/datasetOperations.d.ts +79 -0
  249. package/dist/commonjs/operations/datasetOperations.d.ts.map +1 -0
  250. package/dist/commonjs/operations/datasetOperations.js +390 -0
  251. package/dist/commonjs/operations/datasetOperations.js.map +1 -0
  252. package/dist/commonjs/operations/index.d.ts +25 -0
  253. package/dist/commonjs/operations/index.d.ts.map +1 -0
  254. package/dist/commonjs/operations/index.js +35 -0
  255. package/dist/commonjs/operations/index.js.map +1 -0
  256. package/dist/commonjs/operations/integrationRuntimes.d.ts +24 -0
  257. package/dist/commonjs/operations/integrationRuntimes.d.ts.map +1 -0
  258. package/dist/commonjs/operations/integrationRuntimes.js +81 -0
  259. package/dist/commonjs/operations/integrationRuntimes.js.map +1 -0
  260. package/dist/commonjs/operations/kqlScriptOperations.d.ts +60 -0
  261. package/dist/commonjs/operations/kqlScriptOperations.d.ts.map +1 -0
  262. package/dist/commonjs/operations/kqlScriptOperations.js +293 -0
  263. package/dist/commonjs/operations/kqlScriptOperations.js.map +1 -0
  264. package/dist/commonjs/operations/kqlScripts.d.ts +32 -0
  265. package/dist/commonjs/operations/kqlScripts.d.ts.map +1 -0
  266. package/dist/commonjs/operations/kqlScripts.js +126 -0
  267. package/dist/commonjs/operations/kqlScripts.js.map +1 -0
  268. package/dist/commonjs/operations/library.d.ts +98 -0
  269. package/dist/commonjs/operations/library.d.ts.map +1 -0
  270. package/dist/commonjs/operations/library.js +443 -0
  271. package/dist/commonjs/operations/library.js.map +1 -0
  272. package/dist/commonjs/operations/linkConnectionOperations.d.ts +112 -0
  273. package/dist/commonjs/operations/linkConnectionOperations.d.ts.map +1 -0
  274. package/dist/commonjs/operations/linkConnectionOperations.js +441 -0
  275. package/dist/commonjs/operations/linkConnectionOperations.js.map +1 -0
  276. package/dist/commonjs/operations/linkedServiceOperations.d.ts +80 -0
  277. package/dist/commonjs/operations/linkedServiceOperations.d.ts.map +1 -0
  278. package/dist/commonjs/operations/linkedServiceOperations.js +391 -0
  279. package/dist/commonjs/operations/linkedServiceOperations.js.map +1 -0
  280. package/dist/commonjs/operations/metastore.d.ts +40 -0
  281. package/dist/commonjs/operations/metastore.d.ts.map +1 -0
  282. package/dist/commonjs/operations/metastore.js +139 -0
  283. package/dist/commonjs/operations/metastore.js.map +1 -0
  284. package/dist/commonjs/operations/notebookOperationResult.d.ts +19 -0
  285. package/dist/commonjs/operations/notebookOperationResult.d.ts.map +1 -0
  286. package/dist/commonjs/operations/notebookOperationResult.js +57 -0
  287. package/dist/commonjs/operations/notebookOperationResult.js.map +1 -0
  288. package/dist/commonjs/operations/notebookOperations.d.ts +99 -0
  289. package/dist/commonjs/operations/notebookOperations.d.ts.map +1 -0
  290. package/dist/commonjs/operations/notebookOperations.js +486 -0
  291. package/dist/commonjs/operations/notebookOperations.js.map +1 -0
  292. package/dist/commonjs/operations/pipelineOperations.d.ts +86 -0
  293. package/dist/commonjs/operations/pipelineOperations.d.ts.map +1 -0
  294. package/dist/commonjs/operations/pipelineOperations.js +424 -0
  295. package/dist/commonjs/operations/pipelineOperations.js.map +1 -0
  296. package/dist/commonjs/operations/pipelineRunOperations.d.ts +39 -0
  297. package/dist/commonjs/operations/pipelineRunOperations.d.ts.map +1 -0
  298. package/dist/commonjs/operations/pipelineRunOperations.js +138 -0
  299. package/dist/commonjs/operations/pipelineRunOperations.js.map +1 -0
  300. package/dist/commonjs/operations/runNotebook.d.ts +51 -0
  301. package/dist/commonjs/operations/runNotebook.d.ts.map +1 -0
  302. package/dist/commonjs/operations/runNotebook.js +208 -0
  303. package/dist/commonjs/operations/runNotebook.js.map +1 -0
  304. package/dist/commonjs/operations/sparkConfigurationOperations.d.ts +80 -0
  305. package/dist/commonjs/operations/sparkConfigurationOperations.d.ts.map +1 -0
  306. package/dist/commonjs/operations/sparkConfigurationOperations.js +391 -0
  307. package/dist/commonjs/operations/sparkConfigurationOperations.js.map +1 -0
  308. package/dist/commonjs/operations/sparkJobDefinitionOperations.d.ts +104 -0
  309. package/dist/commonjs/operations/sparkJobDefinitionOperations.d.ts.map +1 -0
  310. package/dist/commonjs/operations/sparkJobDefinitionOperations.js +557 -0
  311. package/dist/commonjs/operations/sparkJobDefinitionOperations.js.map +1 -0
  312. package/dist/commonjs/operations/sqlPools.d.ts +24 -0
  313. package/dist/commonjs/operations/sqlPools.d.ts.map +1 -0
  314. package/dist/commonjs/operations/sqlPools.js +81 -0
  315. package/dist/commonjs/operations/sqlPools.js.map +1 -0
  316. package/dist/commonjs/operations/sqlScriptOperations.d.ts +80 -0
  317. package/dist/commonjs/operations/sqlScriptOperations.d.ts.map +1 -0
  318. package/dist/commonjs/operations/sqlScriptOperations.js +391 -0
  319. package/dist/commonjs/operations/sqlScriptOperations.js.map +1 -0
  320. package/dist/commonjs/operations/triggerOperations.d.ts +119 -0
  321. package/dist/commonjs/operations/triggerOperations.d.ts.map +1 -0
  322. package/dist/commonjs/operations/triggerOperations.js +647 -0
  323. package/dist/commonjs/operations/triggerOperations.js.map +1 -0
  324. package/dist/commonjs/operations/triggerRunOperations.d.ts +33 -0
  325. package/dist/commonjs/operations/triggerRunOperations.d.ts.map +1 -0
  326. package/dist/commonjs/operations/triggerRunOperations.js +108 -0
  327. package/dist/commonjs/operations/triggerRunOperations.js.map +1 -0
  328. package/dist/commonjs/operations/workspaceGitRepoManagement.d.ts +19 -0
  329. package/dist/commonjs/operations/workspaceGitRepoManagement.d.ts.map +1 -0
  330. package/dist/commonjs/operations/workspaceGitRepoManagement.js +55 -0
  331. package/dist/commonjs/operations/workspaceGitRepoManagement.js.map +1 -0
  332. package/dist/commonjs/operations/workspaceOperations.d.ts +18 -0
  333. package/dist/commonjs/operations/workspaceOperations.d.ts.map +1 -0
  334. package/dist/commonjs/operations/workspaceOperations.js +55 -0
  335. package/dist/commonjs/operations/workspaceOperations.js.map +1 -0
  336. package/dist/commonjs/operationsInterfaces/bigDataPools.d.ts +16 -0
  337. package/dist/commonjs/operationsInterfaces/bigDataPools.d.ts.map +1 -0
  338. package/dist/commonjs/operationsInterfaces/bigDataPools.js +10 -0
  339. package/dist/commonjs/operationsInterfaces/bigDataPools.js.map +1 -0
  340. package/dist/commonjs/operationsInterfaces/dataFlowDebugSession.d.ts +48 -0
  341. package/dist/commonjs/operationsInterfaces/dataFlowDebugSession.d.ts.map +1 -0
  342. package/dist/commonjs/operationsInterfaces/dataFlowDebugSession.js +10 -0
  343. package/dist/commonjs/operationsInterfaces/dataFlowDebugSession.js.map +1 -0
  344. package/dist/commonjs/operationsInterfaces/dataFlowOperations.d.ts +58 -0
  345. package/dist/commonjs/operationsInterfaces/dataFlowOperations.d.ts.map +1 -0
  346. package/dist/commonjs/operationsInterfaces/dataFlowOperations.js +10 -0
  347. package/dist/commonjs/operationsInterfaces/dataFlowOperations.js.map +1 -0
  348. package/dist/commonjs/operationsInterfaces/datasetOperations.d.ts +58 -0
  349. package/dist/commonjs/operationsInterfaces/datasetOperations.d.ts.map +1 -0
  350. package/dist/commonjs/operationsInterfaces/datasetOperations.js +10 -0
  351. package/dist/commonjs/operationsInterfaces/datasetOperations.js.map +1 -0
  352. package/dist/commonjs/operationsInterfaces/index.d.ts +25 -0
  353. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  354. package/dist/commonjs/operationsInterfaces/index.js +35 -0
  355. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  356. package/dist/commonjs/operationsInterfaces/integrationRuntimes.d.ts +16 -0
  357. package/dist/commonjs/operationsInterfaces/integrationRuntimes.d.ts.map +1 -0
  358. package/dist/commonjs/operationsInterfaces/integrationRuntimes.js +10 -0
  359. package/dist/commonjs/operationsInterfaces/integrationRuntimes.js.map +1 -0
  360. package/dist/commonjs/operationsInterfaces/kqlScriptOperations.d.ts +52 -0
  361. package/dist/commonjs/operationsInterfaces/kqlScriptOperations.d.ts.map +1 -0
  362. package/dist/commonjs/operationsInterfaces/kqlScriptOperations.js +10 -0
  363. package/dist/commonjs/operationsInterfaces/kqlScriptOperations.js.map +1 -0
  364. package/dist/commonjs/operationsInterfaces/kqlScripts.d.ts +11 -0
  365. package/dist/commonjs/operationsInterfaces/kqlScripts.d.ts.map +1 -0
  366. package/dist/commonjs/operationsInterfaces/kqlScripts.js +10 -0
  367. package/dist/commonjs/operationsInterfaces/kqlScripts.js.map +1 -0
  368. package/dist/commonjs/operationsInterfaces/library.d.ts +77 -0
  369. package/dist/commonjs/operationsInterfaces/library.d.ts.map +1 -0
  370. package/dist/commonjs/operationsInterfaces/library.js +10 -0
  371. package/dist/commonjs/operationsInterfaces/library.js.map +1 -0
  372. package/dist/commonjs/operationsInterfaces/linkConnectionOperations.d.ts +91 -0
  373. package/dist/commonjs/operationsInterfaces/linkConnectionOperations.d.ts.map +1 -0
  374. package/dist/commonjs/operationsInterfaces/linkConnectionOperations.js +10 -0
  375. package/dist/commonjs/operationsInterfaces/linkConnectionOperations.js.map +1 -0
  376. package/dist/commonjs/operationsInterfaces/linkedServiceOperations.d.ts +58 -0
  377. package/dist/commonjs/operationsInterfaces/linkedServiceOperations.d.ts.map +1 -0
  378. package/dist/commonjs/operationsInterfaces/linkedServiceOperations.js +10 -0
  379. package/dist/commonjs/operationsInterfaces/linkedServiceOperations.js.map +1 -0
  380. package/dist/commonjs/operationsInterfaces/metastore.d.ts +32 -0
  381. package/dist/commonjs/operationsInterfaces/metastore.d.ts.map +1 -0
  382. package/dist/commonjs/operationsInterfaces/metastore.js +10 -0
  383. package/dist/commonjs/operationsInterfaces/metastore.js.map +1 -0
  384. package/dist/commonjs/operationsInterfaces/notebookOperationResult.d.ts +11 -0
  385. package/dist/commonjs/operationsInterfaces/notebookOperationResult.d.ts.map +1 -0
  386. package/dist/commonjs/operationsInterfaces/notebookOperationResult.js +10 -0
  387. package/dist/commonjs/operationsInterfaces/notebookOperationResult.js.map +1 -0
  388. package/dist/commonjs/operationsInterfaces/notebookOperations.d.ts +63 -0
  389. package/dist/commonjs/operationsInterfaces/notebookOperations.d.ts.map +1 -0
  390. package/dist/commonjs/operationsInterfaces/notebookOperations.js +10 -0
  391. package/dist/commonjs/operationsInterfaces/notebookOperations.js.map +1 -0
  392. package/dist/commonjs/operationsInterfaces/pipelineOperations.d.ts +64 -0
  393. package/dist/commonjs/operationsInterfaces/pipelineOperations.d.ts.map +1 -0
  394. package/dist/commonjs/operationsInterfaces/pipelineOperations.js +10 -0
  395. package/dist/commonjs/operationsInterfaces/pipelineOperations.js.map +1 -0
  396. package/dist/commonjs/operationsInterfaces/pipelineRunOperations.d.ts +31 -0
  397. package/dist/commonjs/operationsInterfaces/pipelineRunOperations.d.ts.map +1 -0
  398. package/dist/commonjs/operationsInterfaces/pipelineRunOperations.js +10 -0
  399. package/dist/commonjs/operationsInterfaces/pipelineRunOperations.js.map +1 -0
  400. package/dist/commonjs/operationsInterfaces/runNotebook.d.ts +43 -0
  401. package/dist/commonjs/operationsInterfaces/runNotebook.d.ts.map +1 -0
  402. package/dist/commonjs/operationsInterfaces/runNotebook.js +10 -0
  403. package/dist/commonjs/operationsInterfaces/runNotebook.js.map +1 -0
  404. package/dist/commonjs/operationsInterfaces/sparkConfigurationOperations.d.ts +58 -0
  405. package/dist/commonjs/operationsInterfaces/sparkConfigurationOperations.d.ts.map +1 -0
  406. package/dist/commonjs/operationsInterfaces/sparkConfigurationOperations.js +10 -0
  407. package/dist/commonjs/operationsInterfaces/sparkConfigurationOperations.js.map +1 -0
  408. package/dist/commonjs/operationsInterfaces/sparkJobDefinitionOperations.d.ts +82 -0
  409. package/dist/commonjs/operationsInterfaces/sparkJobDefinitionOperations.d.ts.map +1 -0
  410. package/dist/commonjs/operationsInterfaces/sparkJobDefinitionOperations.js +10 -0
  411. package/dist/commonjs/operationsInterfaces/sparkJobDefinitionOperations.js.map +1 -0
  412. package/dist/commonjs/operationsInterfaces/sqlPools.d.ts +16 -0
  413. package/dist/commonjs/operationsInterfaces/sqlPools.d.ts.map +1 -0
  414. package/dist/commonjs/operationsInterfaces/sqlPools.js +10 -0
  415. package/dist/commonjs/operationsInterfaces/sqlPools.js.map +1 -0
  416. package/dist/commonjs/operationsInterfaces/sqlScriptOperations.d.ts +58 -0
  417. package/dist/commonjs/operationsInterfaces/sqlScriptOperations.d.ts.map +1 -0
  418. package/dist/commonjs/operationsInterfaces/sqlScriptOperations.js +10 -0
  419. package/dist/commonjs/operationsInterfaces/sqlScriptOperations.js.map +1 -0
  420. package/dist/commonjs/operationsInterfaces/triggerOperations.d.ts +98 -0
  421. package/dist/commonjs/operationsInterfaces/triggerOperations.d.ts.map +1 -0
  422. package/dist/commonjs/operationsInterfaces/triggerOperations.js +10 -0
  423. package/dist/commonjs/operationsInterfaces/triggerOperations.js.map +1 -0
  424. package/dist/commonjs/operationsInterfaces/triggerRunOperations.d.ts +25 -0
  425. package/dist/commonjs/operationsInterfaces/triggerRunOperations.d.ts.map +1 -0
  426. package/dist/commonjs/operationsInterfaces/triggerRunOperations.js +10 -0
  427. package/dist/commonjs/operationsInterfaces/triggerRunOperations.js.map +1 -0
  428. package/dist/commonjs/operationsInterfaces/workspaceGitRepoManagement.d.ts +11 -0
  429. package/dist/commonjs/operationsInterfaces/workspaceGitRepoManagement.d.ts.map +1 -0
  430. package/dist/commonjs/operationsInterfaces/workspaceGitRepoManagement.js +10 -0
  431. package/dist/commonjs/operationsInterfaces/workspaceGitRepoManagement.js.map +1 -0
  432. package/dist/commonjs/operationsInterfaces/workspaceOperations.d.ts +10 -0
  433. package/dist/commonjs/operationsInterfaces/workspaceOperations.d.ts.map +1 -0
  434. package/dist/commonjs/operationsInterfaces/workspaceOperations.js +10 -0
  435. package/dist/commonjs/operationsInterfaces/workspaceOperations.js.map +1 -0
  436. package/dist/commonjs/package.json +3 -0
  437. package/dist/commonjs/pagingHelper.d.ts +13 -0
  438. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  439. package/dist/commonjs/pagingHelper.js +34 -0
  440. package/dist/commonjs/pagingHelper.js.map +1 -0
  441. package/dist/commonjs/tracing.d.ts +2 -0
  442. package/dist/commonjs/tracing.d.ts.map +1 -0
  443. package/dist/commonjs/tracing.js +17 -0
  444. package/dist/commonjs/tracing.js.map +1 -0
  445. package/dist/commonjs/tsdoc-metadata.json +11 -0
  446. package/dist/esm/artifactsClient.d.ts +40 -0
  447. package/dist/esm/artifactsClient.d.ts.map +1 -0
  448. package/dist/esm/artifactsClient.js +123 -0
  449. package/dist/esm/artifactsClient.js.map +1 -0
  450. package/dist/esm/index.d.ts +5 -0
  451. package/dist/esm/index.d.ts.map +1 -0
  452. package/dist/esm/index.js +13 -0
  453. package/dist/esm/index.js.map +1 -0
  454. package/dist/esm/lroImpl.d.ts +11 -0
  455. package/dist/esm/lroImpl.d.ts.map +1 -0
  456. package/dist/esm/lroImpl.js +25 -0
  457. package/dist/esm/lroImpl.js.map +1 -0
  458. package/dist/esm/models/index.d.ts +13692 -0
  459. package/dist/esm/models/index.d.ts.map +1 -0
  460. package/dist/esm/models/index.js +1438 -0
  461. package/dist/esm/models/index.js.map +1 -0
  462. package/dist/esm/models/mappers.d.ts +1310 -0
  463. package/dist/esm/models/mappers.d.ts.map +1 -0
  464. package/dist/{index.js → esm/models/mappers.js} +14865 -19018
  465. package/dist/esm/models/mappers.js.map +1 -0
  466. package/dist/esm/models/parameters.d.ts +70 -0
  467. package/dist/esm/models/parameters.d.ts.map +1 -0
  468. package/dist/esm/models/parameters.js +569 -0
  469. package/dist/esm/models/parameters.js.map +1 -0
  470. package/dist/esm/operations/bigDataPools.d.ts +24 -0
  471. package/dist/esm/operations/bigDataPools.d.ts.map +1 -0
  472. package/dist/esm/operations/bigDataPools.js +76 -0
  473. package/dist/esm/operations/bigDataPools.js.map +1 -0
  474. package/dist/esm/operations/dataFlowDebugSession.d.ts +70 -0
  475. package/dist/esm/operations/dataFlowDebugSession.d.ts.map +1 -0
  476. package/dist/esm/operations/dataFlowDebugSession.js +344 -0
  477. package/dist/esm/operations/dataFlowDebugSession.js.map +1 -0
  478. package/dist/esm/operations/dataFlowOperations.d.ts +80 -0
  479. package/dist/esm/operations/dataFlowOperations.d.ts.map +1 -0
  480. package/dist/esm/operations/dataFlowOperations.js +385 -0
  481. package/dist/esm/operations/dataFlowOperations.js.map +1 -0
  482. package/dist/esm/operations/datasetOperations.d.ts +79 -0
  483. package/dist/esm/operations/datasetOperations.d.ts.map +1 -0
  484. package/dist/esm/operations/datasetOperations.js +385 -0
  485. package/dist/esm/operations/datasetOperations.js.map +1 -0
  486. package/dist/esm/operations/index.d.ts +25 -0
  487. package/dist/esm/operations/index.d.ts.map +1 -0
  488. package/dist/esm/operations/index.js +32 -0
  489. package/dist/esm/operations/index.js.map +1 -0
  490. package/dist/esm/operations/integrationRuntimes.d.ts +24 -0
  491. package/dist/esm/operations/integrationRuntimes.d.ts.map +1 -0
  492. package/dist/esm/operations/integrationRuntimes.js +76 -0
  493. package/dist/esm/operations/integrationRuntimes.js.map +1 -0
  494. package/dist/esm/operations/kqlScriptOperations.d.ts +60 -0
  495. package/dist/esm/operations/kqlScriptOperations.d.ts.map +1 -0
  496. package/dist/esm/operations/kqlScriptOperations.js +288 -0
  497. package/dist/esm/operations/kqlScriptOperations.js.map +1 -0
  498. package/dist/esm/operations/kqlScripts.d.ts +32 -0
  499. package/dist/esm/operations/kqlScripts.d.ts.map +1 -0
  500. package/dist/esm/operations/kqlScripts.js +121 -0
  501. package/dist/esm/operations/kqlScripts.js.map +1 -0
  502. package/dist/esm/operations/library.d.ts +98 -0
  503. package/dist/esm/operations/library.d.ts.map +1 -0
  504. package/dist/esm/operations/library.js +438 -0
  505. package/dist/esm/operations/library.js.map +1 -0
  506. package/dist/esm/operations/linkConnectionOperations.d.ts +112 -0
  507. package/dist/esm/operations/linkConnectionOperations.d.ts.map +1 -0
  508. package/dist/esm/operations/linkConnectionOperations.js +436 -0
  509. package/dist/esm/operations/linkConnectionOperations.js.map +1 -0
  510. package/dist/esm/operations/linkedServiceOperations.d.ts +80 -0
  511. package/dist/esm/operations/linkedServiceOperations.d.ts.map +1 -0
  512. package/dist/esm/operations/linkedServiceOperations.js +386 -0
  513. package/dist/esm/operations/linkedServiceOperations.js.map +1 -0
  514. package/dist/esm/operations/metastore.d.ts +40 -0
  515. package/dist/esm/operations/metastore.d.ts.map +1 -0
  516. package/dist/esm/operations/metastore.js +134 -0
  517. package/dist/esm/operations/metastore.js.map +1 -0
  518. package/dist/esm/operations/notebookOperationResult.d.ts +19 -0
  519. package/dist/esm/operations/notebookOperationResult.d.ts.map +1 -0
  520. package/dist/esm/operations/notebookOperationResult.js +52 -0
  521. package/dist/esm/operations/notebookOperationResult.js.map +1 -0
  522. package/dist/esm/operations/notebookOperations.d.ts +99 -0
  523. package/dist/esm/operations/notebookOperations.d.ts.map +1 -0
  524. package/dist/esm/operations/notebookOperations.js +481 -0
  525. package/dist/esm/operations/notebookOperations.js.map +1 -0
  526. package/dist/esm/operations/pipelineOperations.d.ts +86 -0
  527. package/dist/esm/operations/pipelineOperations.d.ts.map +1 -0
  528. package/dist/esm/operations/pipelineOperations.js +419 -0
  529. package/dist/esm/operations/pipelineOperations.js.map +1 -0
  530. package/dist/esm/operations/pipelineRunOperations.d.ts +39 -0
  531. package/dist/esm/operations/pipelineRunOperations.d.ts.map +1 -0
  532. package/dist/esm/operations/pipelineRunOperations.js +133 -0
  533. package/dist/esm/operations/pipelineRunOperations.js.map +1 -0
  534. package/dist/esm/operations/runNotebook.d.ts +51 -0
  535. package/dist/esm/operations/runNotebook.d.ts.map +1 -0
  536. package/dist/esm/operations/runNotebook.js +203 -0
  537. package/dist/esm/operations/runNotebook.js.map +1 -0
  538. package/dist/esm/operations/sparkConfigurationOperations.d.ts +80 -0
  539. package/dist/esm/operations/sparkConfigurationOperations.d.ts.map +1 -0
  540. package/dist/esm/operations/sparkConfigurationOperations.js +386 -0
  541. package/dist/esm/operations/sparkConfigurationOperations.js.map +1 -0
  542. package/dist/esm/operations/sparkJobDefinitionOperations.d.ts +104 -0
  543. package/dist/esm/operations/sparkJobDefinitionOperations.d.ts.map +1 -0
  544. package/dist/esm/operations/sparkJobDefinitionOperations.js +552 -0
  545. package/dist/esm/operations/sparkJobDefinitionOperations.js.map +1 -0
  546. package/dist/esm/operations/sqlPools.d.ts +24 -0
  547. package/dist/esm/operations/sqlPools.d.ts.map +1 -0
  548. package/dist/esm/operations/sqlPools.js +76 -0
  549. package/dist/esm/operations/sqlPools.js.map +1 -0
  550. package/dist/esm/operations/sqlScriptOperations.d.ts +80 -0
  551. package/dist/esm/operations/sqlScriptOperations.d.ts.map +1 -0
  552. package/dist/esm/operations/sqlScriptOperations.js +386 -0
  553. package/dist/esm/operations/sqlScriptOperations.js.map +1 -0
  554. package/dist/esm/operations/triggerOperations.d.ts +119 -0
  555. package/dist/esm/operations/triggerOperations.d.ts.map +1 -0
  556. package/dist/esm/operations/triggerOperations.js +642 -0
  557. package/dist/esm/operations/triggerOperations.js.map +1 -0
  558. package/dist/esm/operations/triggerRunOperations.d.ts +33 -0
  559. package/dist/esm/operations/triggerRunOperations.d.ts.map +1 -0
  560. package/dist/esm/operations/triggerRunOperations.js +103 -0
  561. package/dist/esm/operations/triggerRunOperations.js.map +1 -0
  562. package/dist/esm/operations/workspaceGitRepoManagement.d.ts +19 -0
  563. package/dist/esm/operations/workspaceGitRepoManagement.d.ts.map +1 -0
  564. package/dist/esm/operations/workspaceGitRepoManagement.js +50 -0
  565. package/dist/esm/operations/workspaceGitRepoManagement.js.map +1 -0
  566. package/dist/esm/operations/workspaceOperations.d.ts +18 -0
  567. package/dist/esm/operations/workspaceOperations.d.ts.map +1 -0
  568. package/dist/esm/operations/workspaceOperations.js +50 -0
  569. package/dist/esm/operations/workspaceOperations.js.map +1 -0
  570. package/dist/esm/operationsInterfaces/bigDataPools.d.ts +16 -0
  571. package/dist/esm/operationsInterfaces/bigDataPools.d.ts.map +1 -0
  572. package/dist/esm/operationsInterfaces/bigDataPools.js +9 -0
  573. package/dist/esm/operationsInterfaces/bigDataPools.js.map +1 -0
  574. package/dist/esm/operationsInterfaces/dataFlowDebugSession.d.ts +48 -0
  575. package/dist/esm/operationsInterfaces/dataFlowDebugSession.d.ts.map +1 -0
  576. package/dist/esm/operationsInterfaces/dataFlowDebugSession.js +9 -0
  577. package/dist/esm/operationsInterfaces/dataFlowDebugSession.js.map +1 -0
  578. package/dist/esm/operationsInterfaces/dataFlowOperations.d.ts +58 -0
  579. package/dist/esm/operationsInterfaces/dataFlowOperations.d.ts.map +1 -0
  580. package/dist/esm/operationsInterfaces/dataFlowOperations.js +9 -0
  581. package/dist/esm/operationsInterfaces/dataFlowOperations.js.map +1 -0
  582. package/dist/esm/operationsInterfaces/datasetOperations.d.ts +58 -0
  583. package/dist/esm/operationsInterfaces/datasetOperations.d.ts.map +1 -0
  584. package/dist/esm/operationsInterfaces/datasetOperations.js +9 -0
  585. package/dist/esm/operationsInterfaces/datasetOperations.js.map +1 -0
  586. package/dist/esm/operationsInterfaces/index.d.ts +25 -0
  587. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  588. package/dist/esm/operationsInterfaces/index.js +32 -0
  589. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  590. package/dist/esm/operationsInterfaces/integrationRuntimes.d.ts +16 -0
  591. package/dist/esm/operationsInterfaces/integrationRuntimes.d.ts.map +1 -0
  592. package/dist/esm/operationsInterfaces/integrationRuntimes.js +9 -0
  593. package/dist/esm/operationsInterfaces/integrationRuntimes.js.map +1 -0
  594. package/dist/esm/operationsInterfaces/kqlScriptOperations.d.ts +52 -0
  595. package/dist/esm/operationsInterfaces/kqlScriptOperations.d.ts.map +1 -0
  596. package/dist/esm/operationsInterfaces/kqlScriptOperations.js +9 -0
  597. package/dist/esm/operationsInterfaces/kqlScriptOperations.js.map +1 -0
  598. package/dist/esm/operationsInterfaces/kqlScripts.d.ts +11 -0
  599. package/dist/esm/operationsInterfaces/kqlScripts.d.ts.map +1 -0
  600. package/dist/esm/operationsInterfaces/kqlScripts.js +9 -0
  601. package/dist/esm/operationsInterfaces/kqlScripts.js.map +1 -0
  602. package/dist/esm/operationsInterfaces/library.d.ts +77 -0
  603. package/dist/esm/operationsInterfaces/library.d.ts.map +1 -0
  604. package/dist/esm/operationsInterfaces/library.js +9 -0
  605. package/dist/esm/operationsInterfaces/library.js.map +1 -0
  606. package/dist/esm/operationsInterfaces/linkConnectionOperations.d.ts +91 -0
  607. package/dist/esm/operationsInterfaces/linkConnectionOperations.d.ts.map +1 -0
  608. package/dist/esm/operationsInterfaces/linkConnectionOperations.js +9 -0
  609. package/dist/esm/operationsInterfaces/linkConnectionOperations.js.map +1 -0
  610. package/dist/esm/operationsInterfaces/linkedServiceOperations.d.ts +58 -0
  611. package/dist/esm/operationsInterfaces/linkedServiceOperations.d.ts.map +1 -0
  612. package/dist/esm/operationsInterfaces/linkedServiceOperations.js +9 -0
  613. package/dist/esm/operationsInterfaces/linkedServiceOperations.js.map +1 -0
  614. package/dist/esm/operationsInterfaces/metastore.d.ts +32 -0
  615. package/dist/esm/operationsInterfaces/metastore.d.ts.map +1 -0
  616. package/dist/esm/operationsInterfaces/metastore.js +9 -0
  617. package/dist/esm/operationsInterfaces/metastore.js.map +1 -0
  618. package/dist/esm/operationsInterfaces/notebookOperationResult.d.ts +11 -0
  619. package/dist/esm/operationsInterfaces/notebookOperationResult.d.ts.map +1 -0
  620. package/dist/esm/operationsInterfaces/notebookOperationResult.js +9 -0
  621. package/dist/esm/operationsInterfaces/notebookOperationResult.js.map +1 -0
  622. package/dist/esm/operationsInterfaces/notebookOperations.d.ts +63 -0
  623. package/dist/esm/operationsInterfaces/notebookOperations.d.ts.map +1 -0
  624. package/dist/esm/operationsInterfaces/notebookOperations.js +9 -0
  625. package/dist/esm/operationsInterfaces/notebookOperations.js.map +1 -0
  626. package/dist/esm/operationsInterfaces/pipelineOperations.d.ts +64 -0
  627. package/dist/esm/operationsInterfaces/pipelineOperations.d.ts.map +1 -0
  628. package/dist/esm/operationsInterfaces/pipelineOperations.js +9 -0
  629. package/dist/esm/operationsInterfaces/pipelineOperations.js.map +1 -0
  630. package/dist/esm/operationsInterfaces/pipelineRunOperations.d.ts +31 -0
  631. package/dist/esm/operationsInterfaces/pipelineRunOperations.d.ts.map +1 -0
  632. package/dist/esm/operationsInterfaces/pipelineRunOperations.js +9 -0
  633. package/dist/esm/operationsInterfaces/pipelineRunOperations.js.map +1 -0
  634. package/dist/esm/operationsInterfaces/runNotebook.d.ts +43 -0
  635. package/dist/esm/operationsInterfaces/runNotebook.d.ts.map +1 -0
  636. package/dist/esm/operationsInterfaces/runNotebook.js +9 -0
  637. package/dist/esm/operationsInterfaces/runNotebook.js.map +1 -0
  638. package/dist/esm/operationsInterfaces/sparkConfigurationOperations.d.ts +58 -0
  639. package/dist/esm/operationsInterfaces/sparkConfigurationOperations.d.ts.map +1 -0
  640. package/dist/esm/operationsInterfaces/sparkConfigurationOperations.js +9 -0
  641. package/dist/esm/operationsInterfaces/sparkConfigurationOperations.js.map +1 -0
  642. package/dist/esm/operationsInterfaces/sparkJobDefinitionOperations.d.ts +82 -0
  643. package/dist/esm/operationsInterfaces/sparkJobDefinitionOperations.d.ts.map +1 -0
  644. package/dist/esm/operationsInterfaces/sparkJobDefinitionOperations.js +9 -0
  645. package/dist/esm/operationsInterfaces/sparkJobDefinitionOperations.js.map +1 -0
  646. package/dist/esm/operationsInterfaces/sqlPools.d.ts +16 -0
  647. package/dist/esm/operationsInterfaces/sqlPools.d.ts.map +1 -0
  648. package/dist/esm/operationsInterfaces/sqlPools.js +9 -0
  649. package/dist/esm/operationsInterfaces/sqlPools.js.map +1 -0
  650. package/dist/esm/operationsInterfaces/sqlScriptOperations.d.ts +58 -0
  651. package/dist/esm/operationsInterfaces/sqlScriptOperations.d.ts.map +1 -0
  652. package/dist/esm/operationsInterfaces/sqlScriptOperations.js +9 -0
  653. package/dist/esm/operationsInterfaces/sqlScriptOperations.js.map +1 -0
  654. package/dist/esm/operationsInterfaces/triggerOperations.d.ts +98 -0
  655. package/dist/esm/operationsInterfaces/triggerOperations.d.ts.map +1 -0
  656. package/dist/esm/operationsInterfaces/triggerOperations.js +9 -0
  657. package/dist/esm/operationsInterfaces/triggerOperations.js.map +1 -0
  658. package/dist/esm/operationsInterfaces/triggerRunOperations.d.ts +25 -0
  659. package/dist/esm/operationsInterfaces/triggerRunOperations.d.ts.map +1 -0
  660. package/dist/esm/operationsInterfaces/triggerRunOperations.js +9 -0
  661. package/dist/esm/operationsInterfaces/triggerRunOperations.js.map +1 -0
  662. package/dist/esm/operationsInterfaces/workspaceGitRepoManagement.d.ts +11 -0
  663. package/dist/esm/operationsInterfaces/workspaceGitRepoManagement.d.ts.map +1 -0
  664. package/dist/esm/operationsInterfaces/workspaceGitRepoManagement.js +9 -0
  665. package/dist/esm/operationsInterfaces/workspaceGitRepoManagement.js.map +1 -0
  666. package/dist/esm/operationsInterfaces/workspaceOperations.d.ts +10 -0
  667. package/dist/esm/operationsInterfaces/workspaceOperations.d.ts.map +1 -0
  668. package/dist/esm/operationsInterfaces/workspaceOperations.js +9 -0
  669. package/dist/esm/operationsInterfaces/workspaceOperations.js.map +1 -0
  670. package/dist/esm/package.json +3 -0
  671. package/dist/esm/pagingHelper.d.ts +13 -0
  672. package/dist/esm/pagingHelper.d.ts.map +1 -0
  673. package/dist/esm/pagingHelper.js +30 -0
  674. package/dist/esm/pagingHelper.js.map +1 -0
  675. package/dist/esm/tracing.d.ts +2 -0
  676. package/dist/esm/tracing.d.ts.map +1 -0
  677. package/dist/esm/tracing.js +14 -0
  678. package/dist/esm/tracing.js.map +1 -0
  679. package/dist/react-native/artifactsClient.d.ts +40 -0
  680. package/dist/react-native/artifactsClient.d.ts.map +1 -0
  681. package/dist/react-native/artifactsClient.js +123 -0
  682. package/dist/react-native/artifactsClient.js.map +1 -0
  683. package/dist/react-native/index.d.ts +5 -0
  684. package/dist/react-native/index.d.ts.map +1 -0
  685. package/dist/react-native/index.js +13 -0
  686. package/dist/react-native/index.js.map +1 -0
  687. package/dist/react-native/lroImpl.d.ts +11 -0
  688. package/dist/react-native/lroImpl.d.ts.map +1 -0
  689. package/dist/react-native/lroImpl.js +25 -0
  690. package/dist/react-native/lroImpl.js.map +1 -0
  691. package/dist/react-native/models/index.d.ts +13692 -0
  692. package/dist/react-native/models/index.d.ts.map +1 -0
  693. package/dist/react-native/models/index.js +1438 -0
  694. package/dist/react-native/models/index.js.map +1 -0
  695. package/dist/react-native/models/mappers.d.ts +1310 -0
  696. package/dist/react-native/models/mappers.d.ts.map +1 -0
  697. package/dist/react-native/models/mappers.js +30736 -0
  698. package/dist/react-native/models/mappers.js.map +1 -0
  699. package/dist/react-native/models/parameters.d.ts +70 -0
  700. package/dist/react-native/models/parameters.d.ts.map +1 -0
  701. package/dist/react-native/models/parameters.js +569 -0
  702. package/dist/react-native/models/parameters.js.map +1 -0
  703. package/dist/react-native/operations/bigDataPools.d.ts +24 -0
  704. package/dist/react-native/operations/bigDataPools.d.ts.map +1 -0
  705. package/dist/react-native/operations/bigDataPools.js +76 -0
  706. package/dist/react-native/operations/bigDataPools.js.map +1 -0
  707. package/dist/react-native/operations/dataFlowDebugSession.d.ts +70 -0
  708. package/dist/react-native/operations/dataFlowDebugSession.d.ts.map +1 -0
  709. package/dist/react-native/operations/dataFlowDebugSession.js +344 -0
  710. package/dist/react-native/operations/dataFlowDebugSession.js.map +1 -0
  711. package/dist/react-native/operations/dataFlowOperations.d.ts +80 -0
  712. package/dist/react-native/operations/dataFlowOperations.d.ts.map +1 -0
  713. package/dist/react-native/operations/dataFlowOperations.js +385 -0
  714. package/dist/react-native/operations/dataFlowOperations.js.map +1 -0
  715. package/dist/react-native/operations/datasetOperations.d.ts +79 -0
  716. package/dist/react-native/operations/datasetOperations.d.ts.map +1 -0
  717. package/dist/react-native/operations/datasetOperations.js +385 -0
  718. package/dist/react-native/operations/datasetOperations.js.map +1 -0
  719. package/dist/react-native/operations/index.d.ts +25 -0
  720. package/dist/react-native/operations/index.d.ts.map +1 -0
  721. package/dist/react-native/operations/index.js +32 -0
  722. package/dist/react-native/operations/index.js.map +1 -0
  723. package/dist/react-native/operations/integrationRuntimes.d.ts +24 -0
  724. package/dist/react-native/operations/integrationRuntimes.d.ts.map +1 -0
  725. package/dist/react-native/operations/integrationRuntimes.js +76 -0
  726. package/dist/react-native/operations/integrationRuntimes.js.map +1 -0
  727. package/dist/react-native/operations/kqlScriptOperations.d.ts +60 -0
  728. package/dist/react-native/operations/kqlScriptOperations.d.ts.map +1 -0
  729. package/dist/react-native/operations/kqlScriptOperations.js +288 -0
  730. package/dist/react-native/operations/kqlScriptOperations.js.map +1 -0
  731. package/dist/react-native/operations/kqlScripts.d.ts +32 -0
  732. package/dist/react-native/operations/kqlScripts.d.ts.map +1 -0
  733. package/dist/react-native/operations/kqlScripts.js +121 -0
  734. package/dist/react-native/operations/kqlScripts.js.map +1 -0
  735. package/dist/react-native/operations/library.d.ts +98 -0
  736. package/dist/react-native/operations/library.d.ts.map +1 -0
  737. package/dist/react-native/operations/library.js +438 -0
  738. package/dist/react-native/operations/library.js.map +1 -0
  739. package/dist/react-native/operations/linkConnectionOperations.d.ts +112 -0
  740. package/dist/react-native/operations/linkConnectionOperations.d.ts.map +1 -0
  741. package/dist/react-native/operations/linkConnectionOperations.js +436 -0
  742. package/dist/react-native/operations/linkConnectionOperations.js.map +1 -0
  743. package/dist/react-native/operations/linkedServiceOperations.d.ts +80 -0
  744. package/dist/react-native/operations/linkedServiceOperations.d.ts.map +1 -0
  745. package/dist/react-native/operations/linkedServiceOperations.js +386 -0
  746. package/dist/react-native/operations/linkedServiceOperations.js.map +1 -0
  747. package/dist/react-native/operations/metastore.d.ts +40 -0
  748. package/dist/react-native/operations/metastore.d.ts.map +1 -0
  749. package/dist/react-native/operations/metastore.js +134 -0
  750. package/dist/react-native/operations/metastore.js.map +1 -0
  751. package/dist/react-native/operations/notebookOperationResult.d.ts +19 -0
  752. package/dist/react-native/operations/notebookOperationResult.d.ts.map +1 -0
  753. package/dist/react-native/operations/notebookOperationResult.js +52 -0
  754. package/dist/react-native/operations/notebookOperationResult.js.map +1 -0
  755. package/dist/react-native/operations/notebookOperations.d.ts +99 -0
  756. package/dist/react-native/operations/notebookOperations.d.ts.map +1 -0
  757. package/dist/react-native/operations/notebookOperations.js +481 -0
  758. package/dist/react-native/operations/notebookOperations.js.map +1 -0
  759. package/dist/react-native/operations/pipelineOperations.d.ts +86 -0
  760. package/dist/react-native/operations/pipelineOperations.d.ts.map +1 -0
  761. package/dist/react-native/operations/pipelineOperations.js +419 -0
  762. package/dist/react-native/operations/pipelineOperations.js.map +1 -0
  763. package/dist/react-native/operations/pipelineRunOperations.d.ts +39 -0
  764. package/dist/react-native/operations/pipelineRunOperations.d.ts.map +1 -0
  765. package/dist/react-native/operations/pipelineRunOperations.js +133 -0
  766. package/dist/react-native/operations/pipelineRunOperations.js.map +1 -0
  767. package/dist/react-native/operations/runNotebook.d.ts +51 -0
  768. package/dist/react-native/operations/runNotebook.d.ts.map +1 -0
  769. package/dist/react-native/operations/runNotebook.js +203 -0
  770. package/dist/react-native/operations/runNotebook.js.map +1 -0
  771. package/dist/react-native/operations/sparkConfigurationOperations.d.ts +80 -0
  772. package/dist/react-native/operations/sparkConfigurationOperations.d.ts.map +1 -0
  773. package/dist/react-native/operations/sparkConfigurationOperations.js +386 -0
  774. package/dist/react-native/operations/sparkConfigurationOperations.js.map +1 -0
  775. package/dist/react-native/operations/sparkJobDefinitionOperations.d.ts +104 -0
  776. package/dist/react-native/operations/sparkJobDefinitionOperations.d.ts.map +1 -0
  777. package/dist/react-native/operations/sparkJobDefinitionOperations.js +552 -0
  778. package/dist/react-native/operations/sparkJobDefinitionOperations.js.map +1 -0
  779. package/dist/react-native/operations/sqlPools.d.ts +24 -0
  780. package/dist/react-native/operations/sqlPools.d.ts.map +1 -0
  781. package/dist/react-native/operations/sqlPools.js +76 -0
  782. package/dist/react-native/operations/sqlPools.js.map +1 -0
  783. package/dist/react-native/operations/sqlScriptOperations.d.ts +80 -0
  784. package/dist/react-native/operations/sqlScriptOperations.d.ts.map +1 -0
  785. package/dist/react-native/operations/sqlScriptOperations.js +386 -0
  786. package/dist/react-native/operations/sqlScriptOperations.js.map +1 -0
  787. package/dist/react-native/operations/triggerOperations.d.ts +119 -0
  788. package/dist/react-native/operations/triggerOperations.d.ts.map +1 -0
  789. package/dist/react-native/operations/triggerOperations.js +642 -0
  790. package/dist/react-native/operations/triggerOperations.js.map +1 -0
  791. package/dist/react-native/operations/triggerRunOperations.d.ts +33 -0
  792. package/dist/react-native/operations/triggerRunOperations.d.ts.map +1 -0
  793. package/dist/react-native/operations/triggerRunOperations.js +103 -0
  794. package/dist/react-native/operations/triggerRunOperations.js.map +1 -0
  795. package/dist/react-native/operations/workspaceGitRepoManagement.d.ts +19 -0
  796. package/dist/react-native/operations/workspaceGitRepoManagement.d.ts.map +1 -0
  797. package/dist/react-native/operations/workspaceGitRepoManagement.js +50 -0
  798. package/dist/react-native/operations/workspaceGitRepoManagement.js.map +1 -0
  799. package/dist/react-native/operations/workspaceOperations.d.ts +18 -0
  800. package/dist/react-native/operations/workspaceOperations.d.ts.map +1 -0
  801. package/dist/react-native/operations/workspaceOperations.js +50 -0
  802. package/dist/react-native/operations/workspaceOperations.js.map +1 -0
  803. package/dist/react-native/operationsInterfaces/bigDataPools.d.ts +16 -0
  804. package/dist/react-native/operationsInterfaces/bigDataPools.d.ts.map +1 -0
  805. package/dist/react-native/operationsInterfaces/bigDataPools.js +9 -0
  806. package/dist/react-native/operationsInterfaces/bigDataPools.js.map +1 -0
  807. package/dist/react-native/operationsInterfaces/dataFlowDebugSession.d.ts +48 -0
  808. package/dist/react-native/operationsInterfaces/dataFlowDebugSession.d.ts.map +1 -0
  809. package/dist/react-native/operationsInterfaces/dataFlowDebugSession.js +9 -0
  810. package/dist/react-native/operationsInterfaces/dataFlowDebugSession.js.map +1 -0
  811. package/dist/react-native/operationsInterfaces/dataFlowOperations.d.ts +58 -0
  812. package/dist/react-native/operationsInterfaces/dataFlowOperations.d.ts.map +1 -0
  813. package/dist/react-native/operationsInterfaces/dataFlowOperations.js +9 -0
  814. package/dist/react-native/operationsInterfaces/dataFlowOperations.js.map +1 -0
  815. package/dist/react-native/operationsInterfaces/datasetOperations.d.ts +58 -0
  816. package/dist/react-native/operationsInterfaces/datasetOperations.d.ts.map +1 -0
  817. package/dist/react-native/operationsInterfaces/datasetOperations.js +9 -0
  818. package/dist/react-native/operationsInterfaces/datasetOperations.js.map +1 -0
  819. package/dist/react-native/operationsInterfaces/index.d.ts +25 -0
  820. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  821. package/dist/react-native/operationsInterfaces/index.js +32 -0
  822. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  823. package/dist/react-native/operationsInterfaces/integrationRuntimes.d.ts +16 -0
  824. package/dist/react-native/operationsInterfaces/integrationRuntimes.d.ts.map +1 -0
  825. package/dist/react-native/operationsInterfaces/integrationRuntimes.js +9 -0
  826. package/dist/react-native/operationsInterfaces/integrationRuntimes.js.map +1 -0
  827. package/dist/react-native/operationsInterfaces/kqlScriptOperations.d.ts +52 -0
  828. package/dist/react-native/operationsInterfaces/kqlScriptOperations.d.ts.map +1 -0
  829. package/dist/react-native/operationsInterfaces/kqlScriptOperations.js +9 -0
  830. package/dist/react-native/operationsInterfaces/kqlScriptOperations.js.map +1 -0
  831. package/dist/react-native/operationsInterfaces/kqlScripts.d.ts +11 -0
  832. package/dist/react-native/operationsInterfaces/kqlScripts.d.ts.map +1 -0
  833. package/dist/react-native/operationsInterfaces/kqlScripts.js +9 -0
  834. package/dist/react-native/operationsInterfaces/kqlScripts.js.map +1 -0
  835. package/dist/react-native/operationsInterfaces/library.d.ts +77 -0
  836. package/dist/react-native/operationsInterfaces/library.d.ts.map +1 -0
  837. package/dist/react-native/operationsInterfaces/library.js +9 -0
  838. package/dist/react-native/operationsInterfaces/library.js.map +1 -0
  839. package/dist/react-native/operationsInterfaces/linkConnectionOperations.d.ts +91 -0
  840. package/dist/react-native/operationsInterfaces/linkConnectionOperations.d.ts.map +1 -0
  841. package/dist/react-native/operationsInterfaces/linkConnectionOperations.js +9 -0
  842. package/dist/react-native/operationsInterfaces/linkConnectionOperations.js.map +1 -0
  843. package/dist/react-native/operationsInterfaces/linkedServiceOperations.d.ts +58 -0
  844. package/dist/react-native/operationsInterfaces/linkedServiceOperations.d.ts.map +1 -0
  845. package/dist/react-native/operationsInterfaces/linkedServiceOperations.js +9 -0
  846. package/dist/react-native/operationsInterfaces/linkedServiceOperations.js.map +1 -0
  847. package/dist/react-native/operationsInterfaces/metastore.d.ts +32 -0
  848. package/dist/react-native/operationsInterfaces/metastore.d.ts.map +1 -0
  849. package/dist/react-native/operationsInterfaces/metastore.js +9 -0
  850. package/dist/react-native/operationsInterfaces/metastore.js.map +1 -0
  851. package/dist/react-native/operationsInterfaces/notebookOperationResult.d.ts +11 -0
  852. package/dist/react-native/operationsInterfaces/notebookOperationResult.d.ts.map +1 -0
  853. package/dist/react-native/operationsInterfaces/notebookOperationResult.js +9 -0
  854. package/dist/react-native/operationsInterfaces/notebookOperationResult.js.map +1 -0
  855. package/dist/react-native/operationsInterfaces/notebookOperations.d.ts +63 -0
  856. package/dist/react-native/operationsInterfaces/notebookOperations.d.ts.map +1 -0
  857. package/dist/react-native/operationsInterfaces/notebookOperations.js +9 -0
  858. package/dist/react-native/operationsInterfaces/notebookOperations.js.map +1 -0
  859. package/dist/react-native/operationsInterfaces/pipelineOperations.d.ts +64 -0
  860. package/dist/react-native/operationsInterfaces/pipelineOperations.d.ts.map +1 -0
  861. package/dist/react-native/operationsInterfaces/pipelineOperations.js +9 -0
  862. package/dist/react-native/operationsInterfaces/pipelineOperations.js.map +1 -0
  863. package/dist/react-native/operationsInterfaces/pipelineRunOperations.d.ts +31 -0
  864. package/dist/react-native/operationsInterfaces/pipelineRunOperations.d.ts.map +1 -0
  865. package/dist/react-native/operationsInterfaces/pipelineRunOperations.js +9 -0
  866. package/dist/react-native/operationsInterfaces/pipelineRunOperations.js.map +1 -0
  867. package/dist/react-native/operationsInterfaces/runNotebook.d.ts +43 -0
  868. package/dist/react-native/operationsInterfaces/runNotebook.d.ts.map +1 -0
  869. package/dist/react-native/operationsInterfaces/runNotebook.js +9 -0
  870. package/dist/react-native/operationsInterfaces/runNotebook.js.map +1 -0
  871. package/dist/react-native/operationsInterfaces/sparkConfigurationOperations.d.ts +58 -0
  872. package/dist/react-native/operationsInterfaces/sparkConfigurationOperations.d.ts.map +1 -0
  873. package/dist/react-native/operationsInterfaces/sparkConfigurationOperations.js +9 -0
  874. package/dist/react-native/operationsInterfaces/sparkConfigurationOperations.js.map +1 -0
  875. package/dist/react-native/operationsInterfaces/sparkJobDefinitionOperations.d.ts +82 -0
  876. package/dist/react-native/operationsInterfaces/sparkJobDefinitionOperations.d.ts.map +1 -0
  877. package/dist/react-native/operationsInterfaces/sparkJobDefinitionOperations.js +9 -0
  878. package/dist/react-native/operationsInterfaces/sparkJobDefinitionOperations.js.map +1 -0
  879. package/dist/react-native/operationsInterfaces/sqlPools.d.ts +16 -0
  880. package/dist/react-native/operationsInterfaces/sqlPools.d.ts.map +1 -0
  881. package/dist/react-native/operationsInterfaces/sqlPools.js +9 -0
  882. package/dist/react-native/operationsInterfaces/sqlPools.js.map +1 -0
  883. package/dist/react-native/operationsInterfaces/sqlScriptOperations.d.ts +58 -0
  884. package/dist/react-native/operationsInterfaces/sqlScriptOperations.d.ts.map +1 -0
  885. package/dist/react-native/operationsInterfaces/sqlScriptOperations.js +9 -0
  886. package/dist/react-native/operationsInterfaces/sqlScriptOperations.js.map +1 -0
  887. package/dist/react-native/operationsInterfaces/triggerOperations.d.ts +98 -0
  888. package/dist/react-native/operationsInterfaces/triggerOperations.d.ts.map +1 -0
  889. package/dist/react-native/operationsInterfaces/triggerOperations.js +9 -0
  890. package/dist/react-native/operationsInterfaces/triggerOperations.js.map +1 -0
  891. package/dist/react-native/operationsInterfaces/triggerRunOperations.d.ts +25 -0
  892. package/dist/react-native/operationsInterfaces/triggerRunOperations.d.ts.map +1 -0
  893. package/dist/react-native/operationsInterfaces/triggerRunOperations.js +9 -0
  894. package/dist/react-native/operationsInterfaces/triggerRunOperations.js.map +1 -0
  895. package/dist/react-native/operationsInterfaces/workspaceGitRepoManagement.d.ts +11 -0
  896. package/dist/react-native/operationsInterfaces/workspaceGitRepoManagement.d.ts.map +1 -0
  897. package/dist/react-native/operationsInterfaces/workspaceGitRepoManagement.js +9 -0
  898. package/dist/react-native/operationsInterfaces/workspaceGitRepoManagement.js.map +1 -0
  899. package/dist/react-native/operationsInterfaces/workspaceOperations.d.ts +10 -0
  900. package/dist/react-native/operationsInterfaces/workspaceOperations.d.ts.map +1 -0
  901. package/dist/react-native/operationsInterfaces/workspaceOperations.js +9 -0
  902. package/dist/react-native/operationsInterfaces/workspaceOperations.js.map +1 -0
  903. package/dist/react-native/package.json +3 -0
  904. package/dist/react-native/pagingHelper.d.ts +13 -0
  905. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  906. package/dist/react-native/pagingHelper.js +30 -0
  907. package/dist/react-native/pagingHelper.js.map +1 -0
  908. package/dist/react-native/tracing.d.ts +2 -0
  909. package/dist/react-native/tracing.d.ts.map +1 -0
  910. package/dist/react-native/tracing.js +14 -0
  911. package/dist/react-native/tracing.js.map +1 -0
  912. package/package.json +87 -79
  913. package/dist/index.js.map +0 -1
  914. package/dist-esm/src/artifactsClient.js.map +0 -1
  915. package/dist-esm/src/index.js.map +0 -1
  916. package/dist-esm/src/lroImpl.js.map +0 -1
  917. package/dist-esm/src/models/index.js.map +0 -1
  918. package/dist-esm/src/models/mappers.js.map +0 -1
  919. package/dist-esm/src/models/parameters.js.map +0 -1
  920. package/dist-esm/src/operations/bigDataPools.js.map +0 -1
  921. package/dist-esm/src/operations/dataFlowDebugSession.js.map +0 -1
  922. package/dist-esm/src/operations/dataFlowOperations.js.map +0 -1
  923. package/dist-esm/src/operations/datasetOperations.js.map +0 -1
  924. package/dist-esm/src/operations/index.js +0 -32
  925. package/dist-esm/src/operations/index.js.map +0 -1
  926. package/dist-esm/src/operations/integrationRuntimes.js.map +0 -1
  927. package/dist-esm/src/operations/kqlScriptOperations.js.map +0 -1
  928. package/dist-esm/src/operations/kqlScripts.js.map +0 -1
  929. package/dist-esm/src/operations/library.js.map +0 -1
  930. package/dist-esm/src/operations/linkConnectionOperations.js.map +0 -1
  931. package/dist-esm/src/operations/linkedServiceOperations.js.map +0 -1
  932. package/dist-esm/src/operations/metastore.js.map +0 -1
  933. package/dist-esm/src/operations/notebookOperationResult.js.map +0 -1
  934. package/dist-esm/src/operations/notebookOperations.js.map +0 -1
  935. package/dist-esm/src/operations/pipelineOperations.js.map +0 -1
  936. package/dist-esm/src/operations/pipelineRunOperations.js.map +0 -1
  937. package/dist-esm/src/operations/runNotebook.js.map +0 -1
  938. package/dist-esm/src/operations/sparkConfigurationOperations.js.map +0 -1
  939. package/dist-esm/src/operations/sparkJobDefinitionOperations.js.map +0 -1
  940. package/dist-esm/src/operations/sqlPools.js.map +0 -1
  941. package/dist-esm/src/operations/sqlScriptOperations.js.map +0 -1
  942. package/dist-esm/src/operations/triggerOperations.js.map +0 -1
  943. package/dist-esm/src/operations/triggerRunOperations.js.map +0 -1
  944. package/dist-esm/src/operations/workspaceGitRepoManagement.js.map +0 -1
  945. package/dist-esm/src/operations/workspaceOperations.js.map +0 -1
  946. package/dist-esm/src/operationsInterfaces/bigDataPools.js.map +0 -1
  947. package/dist-esm/src/operationsInterfaces/dataFlowDebugSession.js.map +0 -1
  948. package/dist-esm/src/operationsInterfaces/dataFlowOperations.js.map +0 -1
  949. package/dist-esm/src/operationsInterfaces/datasetOperations.js.map +0 -1
  950. package/dist-esm/src/operationsInterfaces/index.js +0 -32
  951. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  952. package/dist-esm/src/operationsInterfaces/integrationRuntimes.js.map +0 -1
  953. package/dist-esm/src/operationsInterfaces/kqlScriptOperations.js.map +0 -1
  954. package/dist-esm/src/operationsInterfaces/kqlScripts.js.map +0 -1
  955. package/dist-esm/src/operationsInterfaces/library.js.map +0 -1
  956. package/dist-esm/src/operationsInterfaces/linkConnectionOperations.js.map +0 -1
  957. package/dist-esm/src/operationsInterfaces/linkedServiceOperations.js.map +0 -1
  958. package/dist-esm/src/operationsInterfaces/metastore.js.map +0 -1
  959. package/dist-esm/src/operationsInterfaces/notebookOperationResult.js.map +0 -1
  960. package/dist-esm/src/operationsInterfaces/notebookOperations.js.map +0 -1
  961. package/dist-esm/src/operationsInterfaces/pipelineOperations.js.map +0 -1
  962. package/dist-esm/src/operationsInterfaces/pipelineRunOperations.js.map +0 -1
  963. package/dist-esm/src/operationsInterfaces/runNotebook.js.map +0 -1
  964. package/dist-esm/src/operationsInterfaces/sparkConfigurationOperations.js.map +0 -1
  965. package/dist-esm/src/operationsInterfaces/sparkJobDefinitionOperations.js.map +0 -1
  966. package/dist-esm/src/operationsInterfaces/sqlPools.js.map +0 -1
  967. package/dist-esm/src/operationsInterfaces/sqlScriptOperations.js.map +0 -1
  968. package/dist-esm/src/operationsInterfaces/triggerOperations.js.map +0 -1
  969. package/dist-esm/src/operationsInterfaces/triggerRunOperations.js.map +0 -1
  970. package/dist-esm/src/operationsInterfaces/workspaceGitRepoManagement.js.map +0 -1
  971. package/dist-esm/src/operationsInterfaces/workspaceOperations.js.map +0 -1
  972. package/dist-esm/src/pagingHelper.js.map +0 -1
  973. /package/{dist-esm/src → dist/browser}/operationsInterfaces/bigDataPools.js +0 -0
  974. /package/{dist-esm/src → dist/browser}/operationsInterfaces/dataFlowDebugSession.js +0 -0
  975. /package/{dist-esm/src → dist/browser}/operationsInterfaces/dataFlowOperations.js +0 -0
  976. /package/{dist-esm/src → dist/browser}/operationsInterfaces/datasetOperations.js +0 -0
  977. /package/{dist-esm/src → dist/browser}/operationsInterfaces/integrationRuntimes.js +0 -0
  978. /package/{dist-esm/src → dist/browser}/operationsInterfaces/kqlScriptOperations.js +0 -0
  979. /package/{dist-esm/src → dist/browser}/operationsInterfaces/kqlScripts.js +0 -0
  980. /package/{dist-esm/src → dist/browser}/operationsInterfaces/library.js +0 -0
  981. /package/{dist-esm/src → dist/browser}/operationsInterfaces/linkConnectionOperations.js +0 -0
  982. /package/{dist-esm/src → dist/browser}/operationsInterfaces/linkedServiceOperations.js +0 -0
  983. /package/{dist-esm/src → dist/browser}/operationsInterfaces/metastore.js +0 -0
  984. /package/{dist-esm/src → dist/browser}/operationsInterfaces/notebookOperationResult.js +0 -0
  985. /package/{dist-esm/src → dist/browser}/operationsInterfaces/notebookOperations.js +0 -0
  986. /package/{dist-esm/src → dist/browser}/operationsInterfaces/pipelineOperations.js +0 -0
  987. /package/{dist-esm/src → dist/browser}/operationsInterfaces/pipelineRunOperations.js +0 -0
  988. /package/{dist-esm/src → dist/browser}/operationsInterfaces/runNotebook.js +0 -0
  989. /package/{dist-esm/src → dist/browser}/operationsInterfaces/sparkConfigurationOperations.js +0 -0
  990. /package/{dist-esm/src → dist/browser}/operationsInterfaces/sparkJobDefinitionOperations.js +0 -0
  991. /package/{dist-esm/src → dist/browser}/operationsInterfaces/sqlPools.js +0 -0
  992. /package/{dist-esm/src → dist/browser}/operationsInterfaces/sqlScriptOperations.js +0 -0
  993. /package/{dist-esm/src → dist/browser}/operationsInterfaces/triggerOperations.js +0 -0
  994. /package/{dist-esm/src → dist/browser}/operationsInterfaces/triggerRunOperations.js +0 -0
  995. /package/{dist-esm/src → dist/browser}/operationsInterfaces/workspaceGitRepoManagement.js +0 -0
  996. /package/{dist-esm/src → dist/browser}/operationsInterfaces/workspaceOperations.js +0 -0
@@ -1 +0,0 @@
1
- {"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter,\n} from \"@azure/core-client\";\nimport {\n LinkConnectionResource as LinkConnectionResourceMapper,\n EditTablesRequest as EditTablesRequestMapper,\n QueryTableStatusRequest as QueryTableStatusRequestMapper,\n UpdateLandingZoneCredential as UpdateLandingZoneCredentialMapper,\n RunNotebookRequest as RunNotebookRequestMapper,\n KqlScriptResource as KqlScriptResourceMapper,\n ArtifactRenameRequest as ArtifactRenameRequestMapper,\n MetastoreRegisterObject as MetastoreRegisterObjectMapper,\n MetastoreUpdateObject as MetastoreUpdateObjectMapper,\n SparkConfigurationResource as SparkConfigurationResourceMapper,\n DataFlowResource as DataFlowResourceMapper,\n CreateDataFlowDebugSessionRequest as CreateDataFlowDebugSessionRequestMapper,\n DataFlowDebugPackage as DataFlowDebugPackageMapper,\n DeleteDataFlowDebugSessionRequest as DeleteDataFlowDebugSessionRequestMapper,\n DataFlowDebugCommandRequest as DataFlowDebugCommandRequestMapper,\n DatasetResource as DatasetResourceMapper,\n GitHubAccessTokenRequest as GitHubAccessTokenRequestMapper,\n LinkedServiceResource as LinkedServiceResourceMapper,\n NotebookResource as NotebookResourceMapper,\n PipelineResource as PipelineResourceMapper,\n RunFilterParameters as RunFilterParametersMapper,\n SparkJobDefinitionResource as SparkJobDefinitionResourceMapper,\n SqlScriptResource as SqlScriptResourceMapper,\n TriggerResource as TriggerResourceMapper,\n} from \"../models/mappers\";\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const endpoint: OperationURLParameter = {\n parameterPath: \"endpoint\",\n mapper: {\n serializedName: \"endpoint\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2023-04-18-preview\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const linkConnection: OperationParameter = {\n parameterPath: \"linkConnection\",\n mapper: LinkConnectionResourceMapper,\n};\n\nexport const linkConnectionName: OperationURLParameter = {\n parameterPath: \"linkConnectionName\",\n mapper: {\n serializedName: \"linkConnectionName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const editTablesRequest: OperationParameter = {\n parameterPath: \"editTablesRequest\",\n mapper: EditTablesRequestMapper,\n};\n\nexport const queryTableStatusRequest: OperationParameter = {\n parameterPath: \"queryTableStatusRequest\",\n mapper: QueryTableStatusRequestMapper,\n};\n\nexport const updateLandingZoneCredentialRequest: OperationParameter = {\n parameterPath: \"updateLandingZoneCredentialRequest\",\n mapper: UpdateLandingZoneCredentialMapper,\n};\n\nexport const nextLink: OperationURLParameter = {\n parameterPath: \"nextLink\",\n mapper: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const runNotebookRequest: OperationParameter = {\n parameterPath: \"runNotebookRequest\",\n mapper: RunNotebookRequestMapper,\n};\n\nexport const apiVersion1: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2022-03-01-preview\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const runId: OperationURLParameter = {\n parameterPath: \"runId\",\n mapper: {\n constraints: {\n MaxLength: 100,\n },\n serializedName: \"runId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const apiVersion2: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2021-11-01-preview\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const kqlScript: OperationParameter = {\n parameterPath: \"kqlScript\",\n mapper: KqlScriptResourceMapper,\n};\n\nexport const kqlScriptName: OperationURLParameter = {\n parameterPath: \"kqlScriptName\",\n mapper: {\n serializedName: \"kqlScriptName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const renameRequest: OperationParameter = {\n parameterPath: \"renameRequest\",\n mapper: ArtifactRenameRequestMapper,\n};\n\nexport const registerBody: OperationParameter = {\n parameterPath: \"registerBody\",\n mapper: MetastoreRegisterObjectMapper,\n};\n\nexport const apiVersion3: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2021-07-01-preview\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const id: OperationURLParameter = {\n parameterPath: \"id\",\n mapper: {\n serializedName: \"id\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const updateBody: OperationParameter = {\n parameterPath: \"updateBody\",\n mapper: MetastoreUpdateObjectMapper,\n};\n\nexport const apiVersion4: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2021-06-01-preview\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const sparkConfiguration: OperationParameter = {\n parameterPath: \"sparkConfiguration\",\n mapper: SparkConfigurationResourceMapper,\n};\n\nexport const sparkConfigurationName: OperationURLParameter = {\n parameterPath: \"sparkConfigurationName\",\n mapper: {\n serializedName: \"sparkConfigurationName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const ifMatch: OperationParameter = {\n parameterPath: [\"options\", \"ifMatch\"],\n mapper: {\n serializedName: \"If-Match\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const ifNoneMatch: OperationParameter = {\n parameterPath: [\"options\", \"ifNoneMatch\"],\n mapper: {\n serializedName: \"If-None-Match\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const request: OperationParameter = {\n parameterPath: \"request\",\n mapper: ArtifactRenameRequestMapper,\n};\n\nexport const apiVersion5: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2020-12-01\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const bigDataPoolName: OperationURLParameter = {\n parameterPath: \"bigDataPoolName\",\n mapper: {\n serializedName: \"bigDataPoolName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const dataFlow: OperationParameter = {\n parameterPath: \"dataFlow\",\n mapper: DataFlowResourceMapper,\n};\n\nexport const dataFlowName: OperationURLParameter = {\n parameterPath: \"dataFlowName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[A-Za-z0-9_][^<>*#.%&:\\\\\\\\+?/]*$\"),\n MaxLength: 260,\n MinLength: 1,\n },\n serializedName: \"dataFlowName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const request1: OperationParameter = {\n parameterPath: \"request\",\n mapper: CreateDataFlowDebugSessionRequestMapper,\n};\n\nexport const request2: OperationParameter = {\n parameterPath: \"request\",\n mapper: DataFlowDebugPackageMapper,\n};\n\nexport const request3: OperationParameter = {\n parameterPath: \"request\",\n mapper: DeleteDataFlowDebugSessionRequestMapper,\n};\n\nexport const request4: OperationParameter = {\n parameterPath: \"request\",\n mapper: DataFlowDebugCommandRequestMapper,\n};\n\nexport const dataset: OperationParameter = {\n parameterPath: \"dataset\",\n mapper: DatasetResourceMapper,\n};\n\nexport const datasetName: OperationURLParameter = {\n parameterPath: \"datasetName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[A-Za-z0-9_][^<>*#.%&:\\\\\\\\+?/]*$\"),\n MaxLength: 260,\n MinLength: 1,\n },\n serializedName: \"datasetName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const gitHubAccessTokenRequest: OperationParameter = {\n parameterPath: \"gitHubAccessTokenRequest\",\n mapper: GitHubAccessTokenRequestMapper,\n};\n\nexport const clientRequestId: OperationParameter = {\n parameterPath: [\"options\", \"clientRequestId\"],\n mapper: {\n serializedName: \"x-ms-client-request-id\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const integrationRuntimeName: OperationURLParameter = {\n parameterPath: \"integrationRuntimeName\",\n mapper: {\n serializedName: \"integrationRuntimeName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const libraryName: OperationURLParameter = {\n parameterPath: \"libraryName\",\n mapper: {\n constraints: {\n MaxLength: 100,\n },\n serializedName: \"libraryName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const operationId: OperationURLParameter = {\n parameterPath: \"operationId\",\n mapper: {\n serializedName: \"operationId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const contentType1: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/octet-stream\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const content: OperationParameter = {\n parameterPath: \"content\",\n mapper: {\n serializedName: \"content\",\n required: true,\n type: {\n name: \"Stream\",\n },\n },\n};\n\nexport const accept1: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const comp: OperationQueryParameter = {\n parameterPath: \"comp\",\n mapper: {\n defaultValue: \"appendblock\",\n isConstant: true,\n serializedName: \"comp\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const blobConditionAppendPosition: OperationParameter = {\n parameterPath: [\"options\", \"blobConditionAppendPosition\"],\n mapper: {\n serializedName: \"x-ms-blob-condition-appendpos\",\n type: {\n name: \"Number\",\n },\n },\n};\n\nexport const linkedService: OperationParameter = {\n parameterPath: \"linkedService\",\n mapper: LinkedServiceResourceMapper,\n};\n\nexport const linkedServiceName: OperationURLParameter = {\n parameterPath: \"linkedServiceName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[A-Za-z0-9_][^<>*#.%&:\\\\\\\\+?/]*$\"),\n MaxLength: 260,\n MinLength: 1,\n },\n serializedName: \"linkedServiceName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const notebook: OperationParameter = {\n parameterPath: \"notebook\",\n mapper: NotebookResourceMapper,\n};\n\nexport const notebookName: OperationURLParameter = {\n parameterPath: \"notebookName\",\n mapper: {\n serializedName: \"notebookName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const pipeline: OperationParameter = {\n parameterPath: \"pipeline\",\n mapper: PipelineResourceMapper,\n};\n\nexport const pipelineName: OperationURLParameter = {\n parameterPath: \"pipelineName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[A-Za-z0-9_][^<>*#.%&:\\\\\\\\+?/]*$\"),\n MaxLength: 260,\n MinLength: 1,\n },\n serializedName: \"pipelineName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const parameters: OperationParameter = {\n parameterPath: [\"options\", \"parameters\"],\n mapper: {\n serializedName: \"parameters\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n};\n\nexport const referencePipelineRunId: OperationQueryParameter = {\n parameterPath: [\"options\", \"referencePipelineRunId\"],\n mapper: {\n serializedName: \"referencePipelineRunId\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const isRecovery: OperationQueryParameter = {\n parameterPath: [\"options\", \"isRecovery\"],\n mapper: {\n serializedName: \"isRecovery\",\n type: {\n name: \"Boolean\",\n },\n },\n};\n\nexport const startActivityName: OperationQueryParameter = {\n parameterPath: [\"options\", \"startActivityName\"],\n mapper: {\n serializedName: \"startActivityName\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const filterParameters: OperationParameter = {\n parameterPath: \"filterParameters\",\n mapper: RunFilterParametersMapper,\n};\n\nexport const runId1: OperationURLParameter = {\n parameterPath: \"runId\",\n mapper: {\n serializedName: \"runId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const isRecursive: OperationQueryParameter = {\n parameterPath: [\"options\", \"isRecursive\"],\n mapper: {\n serializedName: \"isRecursive\",\n type: {\n name: \"Boolean\",\n },\n },\n};\n\nexport const sparkJobDefinition: OperationParameter = {\n parameterPath: \"sparkJobDefinition\",\n mapper: SparkJobDefinitionResourceMapper,\n};\n\nexport const sparkJobDefinitionName: OperationURLParameter = {\n parameterPath: \"sparkJobDefinitionName\",\n mapper: {\n serializedName: \"sparkJobDefinitionName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const sparkJobDefinitionAzureResource: OperationParameter = {\n parameterPath: \"sparkJobDefinitionAzureResource\",\n mapper: SparkJobDefinitionResourceMapper,\n};\n\nexport const sqlPoolName: OperationURLParameter = {\n parameterPath: \"sqlPoolName\",\n mapper: {\n serializedName: \"sqlPoolName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const sqlScript: OperationParameter = {\n parameterPath: \"sqlScript\",\n mapper: SqlScriptResourceMapper,\n};\n\nexport const sqlScriptName: OperationURLParameter = {\n parameterPath: \"sqlScriptName\",\n mapper: {\n serializedName: \"sqlScriptName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const trigger: OperationParameter = {\n parameterPath: \"trigger\",\n mapper: TriggerResourceMapper,\n};\n\nexport const triggerName: OperationURLParameter = {\n parameterPath: \"triggerName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[A-Za-z0-9_][^<>*#.%&:\\\\\\\\+?/]*$\"),\n MaxLength: 260,\n MinLength: 1,\n },\n serializedName: \"triggerName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"bigDataPools.js","sourceRoot":"","sources":["../../../src/operations/bigDataPools.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAE3C,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,mBAAmB,CAAC;AAC7C,OAAO,KAAK,UAAU,MAAM,sBAAsB,CAAC;AASnD,gDAAgD;AAChD,MAAM,OAAO,gBAAgB;IAG3B;;;OAGG;IACH,YAAY,MAAuB;QACjC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;OAGG;IACH,KAAK,CAAC,IAAI,CACR,OAAwC;QAExC,OAAO,aAAa,CAAC,QAAQ,CAC3B,sBAAsB,EACtB,OAAO,aAAP,OAAO,cAAP,OAAO,GAAI,EAAE,EACb,KAAK,EAAE,OAAO,EAAE,EAAE;YAChB,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,OAAO,EAAE,EACX,iBAAiB,CACmB,CAAC;QACzC,CAAC,CACF,CAAC;IACJ,CAAC;IAED;;;;OAIG;IACH,KAAK,CAAC,GAAG,CACP,eAAuB,EACvB,OAAuC;QAEvC,OAAO,aAAa,CAAC,QAAQ,CAC3B,qBAAqB,EACrB,OAAO,aAAP,OAAO,cAAP,OAAO,GAAI,EAAE,EACb,KAAK,EAAE,OAAO,EAAE,EAAE;YAChB,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,eAAe,EAAE,OAAO,EAAE,EAC5B,gBAAgB,CACmB,CAAC;QACxC,CAAC,CACF,CAAC;IACJ,CAAC;CACF;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,iBAAiB,GAA6B;IAClD,IAAI,EAAE,eAAe;IACrB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,iCAAiC;SACtD;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,WAAW,CAAC;IACzC,aAAa,EAAE,CAAC,UAAU,CAAC,QAAQ,CAAC;IACpC,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,gBAAgB,GAA6B;IACjD,IAAI,EAAE,iCAAiC;IACvC,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,uBAAuB;SAC5C;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,WAAW,CAAC;IACzC,aAAa,EAAE,CAAC,UAAU,CAAC,QAAQ,EAAE,UAAU,CAAC,eAAe,CAAC;IAChE,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { tracingClient } from \"../tracing\";\nimport { BigDataPools } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { ArtifactsClient } from \"../artifactsClient\";\nimport {\n BigDataPoolsListOptionalParams,\n BigDataPoolsListResponse,\n BigDataPoolsGetOptionalParams,\n BigDataPoolsGetResponse,\n} from \"../models\";\n\n/** Class containing BigDataPools operations. */\nexport class BigDataPoolsImpl implements BigDataPools {\n private readonly client: ArtifactsClient;\n\n /**\n * Initialize a new instance of the class BigDataPools class.\n * @param client Reference to the service client\n */\n constructor(client: ArtifactsClient) {\n this.client = client;\n }\n\n /**\n * List Big Data Pools\n * @param options The options parameters.\n */\n async list(\n options?: BigDataPoolsListOptionalParams,\n ): Promise<BigDataPoolsListResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient.list\",\n options ?? {},\n async (options) => {\n return this.client.sendOperationRequest(\n { options },\n listOperationSpec,\n ) as Promise<BigDataPoolsListResponse>;\n },\n );\n }\n\n /**\n * Get Big Data Pool\n * @param bigDataPoolName The Big Data Pool name\n * @param options The options parameters.\n */\n async get(\n bigDataPoolName: string,\n options?: BigDataPoolsGetOptionalParams,\n ): Promise<BigDataPoolsGetResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient.get\",\n options ?? {},\n async (options) => {\n return this.client.sendOperationRequest(\n { bigDataPoolName, options },\n getOperationSpec,\n ) as Promise<BigDataPoolsGetResponse>;\n },\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/bigDataPools\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.BigDataPoolResourceInfoListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorContract,\n },\n },\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.endpoint],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/bigDataPools/{bigDataPoolName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.BigDataPoolResourceInfo,\n },\n default: {\n bodyMapper: Mappers.ErrorContract,\n },\n },\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.endpoint, Parameters.bigDataPoolName],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"dataFlowDebugSession.js","sourceRoot":"","sources":["../../../src/operations/dataFlowDebugSession.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { tracingClient } from \"../tracing\";\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\nimport { DataFlowDebugSession } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { ArtifactsClient } from \"../artifactsClient\";\nimport {\n SimplePollerLike,\n OperationState,\n createHttpPoller,\n} from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl\";\nimport {\n DataFlowDebugSessionInfo,\n DataFlowDebugSessionQueryDataFlowDebugSessionsByWorkspaceNextOptionalParams,\n DataFlowDebugSessionQueryDataFlowDebugSessionsByWorkspaceOptionalParams,\n DataFlowDebugSessionQueryDataFlowDebugSessionsByWorkspaceResponse,\n CreateDataFlowDebugSessionRequest,\n DataFlowDebugSessionCreateDataFlowDebugSessionOptionalParams,\n DataFlowDebugSessionCreateDataFlowDebugSessionResponse,\n DataFlowDebugPackage,\n DataFlowDebugSessionAddDataFlowOptionalParams,\n DataFlowDebugSessionAddDataFlowResponse,\n DeleteDataFlowDebugSessionRequest,\n DataFlowDebugSessionDeleteDataFlowDebugSessionOptionalParams,\n DataFlowDebugCommandRequest,\n DataFlowDebugSessionExecuteCommandOptionalParams,\n DataFlowDebugSessionExecuteCommandResponse,\n DataFlowDebugSessionQueryDataFlowDebugSessionsByWorkspaceNextResponse,\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing DataFlowDebugSession operations. */\nexport class DataFlowDebugSessionImpl implements DataFlowDebugSession {\n private readonly client: ArtifactsClient;\n\n /**\n * Initialize a new instance of the class DataFlowDebugSession class.\n * @param client Reference to the service client\n */\n constructor(client: ArtifactsClient) {\n this.client = client;\n }\n\n /**\n * Query all active data flow debug sessions.\n * @param options The options parameters.\n */\n public listQueryDataFlowDebugSessionsByWorkspace(\n options?: DataFlowDebugSessionQueryDataFlowDebugSessionsByWorkspaceOptionalParams,\n ): PagedAsyncIterableIterator<DataFlowDebugSessionInfo> {\n const iter = this.queryDataFlowDebugSessionsByWorkspacePagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.queryDataFlowDebugSessionsByWorkspacePagingPage(\n options,\n settings,\n );\n },\n };\n }\n\n private async *queryDataFlowDebugSessionsByWorkspacePagingPage(\n options?: DataFlowDebugSessionQueryDataFlowDebugSessionsByWorkspaceOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<DataFlowDebugSessionInfo[]> {\n let result: DataFlowDebugSessionQueryDataFlowDebugSessionsByWorkspaceResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._queryDataFlowDebugSessionsByWorkspace(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._queryDataFlowDebugSessionsByWorkspaceNext(\n continuationToken,\n options,\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *queryDataFlowDebugSessionsByWorkspacePagingAll(\n options?: DataFlowDebugSessionQueryDataFlowDebugSessionsByWorkspaceOptionalParams,\n ): AsyncIterableIterator<DataFlowDebugSessionInfo> {\n for await (const page of this.queryDataFlowDebugSessionsByWorkspacePagingPage(\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * Creates a data flow debug session.\n * @param request Data flow debug session definition\n * @param options The options parameters.\n */\n async beginCreateDataFlowDebugSession(\n request: CreateDataFlowDebugSessionRequest,\n options?: DataFlowDebugSessionCreateDataFlowDebugSessionOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<DataFlowDebugSessionCreateDataFlowDebugSessionResponse>,\n DataFlowDebugSessionCreateDataFlowDebugSessionResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<DataFlowDebugSessionCreateDataFlowDebugSessionResponse> => {\n return tracingClient.withSpan(\n \"ArtifactsClient.beginCreateDataFlowDebugSession\",\n options ?? {},\n async () => {\n return this.client.sendOperationRequest(\n args,\n spec,\n ) as Promise<DataFlowDebugSessionCreateDataFlowDebugSessionResponse>;\n },\n );\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { request, options },\n spec: createDataFlowDebugSessionOperationSpec,\n });\n const poller = await createHttpPoller<\n DataFlowDebugSessionCreateDataFlowDebugSessionResponse,\n OperationState<DataFlowDebugSessionCreateDataFlowDebugSessionResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Creates a data flow debug session.\n * @param request Data flow debug session definition\n * @param options The options parameters.\n */\n async beginCreateDataFlowDebugSessionAndWait(\n request: CreateDataFlowDebugSessionRequest,\n options?: DataFlowDebugSessionCreateDataFlowDebugSessionOptionalParams,\n ): Promise<DataFlowDebugSessionCreateDataFlowDebugSessionResponse> {\n const poller = await this.beginCreateDataFlowDebugSession(request, options);\n return poller.pollUntilDone();\n }\n\n /**\n * Query all active data flow debug sessions.\n * @param options The options parameters.\n */\n private async _queryDataFlowDebugSessionsByWorkspace(\n options?: DataFlowDebugSessionQueryDataFlowDebugSessionsByWorkspaceOptionalParams,\n ): Promise<DataFlowDebugSessionQueryDataFlowDebugSessionsByWorkspaceResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient._queryDataFlowDebugSessionsByWorkspace\",\n options ?? {},\n async (options) => {\n return this.client.sendOperationRequest(\n { options },\n queryDataFlowDebugSessionsByWorkspaceOperationSpec,\n ) as Promise<DataFlowDebugSessionQueryDataFlowDebugSessionsByWorkspaceResponse>;\n },\n );\n }\n\n /**\n * Add a data flow into debug session.\n * @param request Data flow debug session definition with debug content.\n * @param options The options parameters.\n */\n async addDataFlow(\n request: DataFlowDebugPackage,\n options?: DataFlowDebugSessionAddDataFlowOptionalParams,\n ): Promise<DataFlowDebugSessionAddDataFlowResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient.addDataFlow\",\n options ?? {},\n async (options) => {\n return this.client.sendOperationRequest(\n { request, options },\n addDataFlowOperationSpec,\n ) as Promise<DataFlowDebugSessionAddDataFlowResponse>;\n },\n );\n }\n\n /**\n * Deletes a data flow debug session.\n * @param request Data flow debug session definition for deletion\n * @param options The options parameters.\n */\n async deleteDataFlowDebugSession(\n request: DeleteDataFlowDebugSessionRequest,\n options?: DataFlowDebugSessionDeleteDataFlowDebugSessionOptionalParams,\n ): Promise<void> {\n return tracingClient.withSpan(\n \"ArtifactsClient.deleteDataFlowDebugSession\",\n options ?? {},\n async (options) => {\n return this.client.sendOperationRequest(\n { request, options },\n deleteDataFlowDebugSessionOperationSpec,\n ) as Promise<void>;\n },\n );\n }\n\n /**\n * Execute a data flow debug command.\n * @param request Data flow debug command definition.\n * @param options The options parameters.\n */\n async beginExecuteCommand(\n request: DataFlowDebugCommandRequest,\n options?: DataFlowDebugSessionExecuteCommandOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<DataFlowDebugSessionExecuteCommandResponse>,\n DataFlowDebugSessionExecuteCommandResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<DataFlowDebugSessionExecuteCommandResponse> => {\n return tracingClient.withSpan(\n \"ArtifactsClient.beginExecuteCommand\",\n options ?? {},\n async () => {\n return this.client.sendOperationRequest(\n args,\n spec,\n ) as Promise<DataFlowDebugSessionExecuteCommandResponse>;\n },\n );\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { request, options },\n spec: executeCommandOperationSpec,\n });\n const poller = await createHttpPoller<\n DataFlowDebugSessionExecuteCommandResponse,\n OperationState<DataFlowDebugSessionExecuteCommandResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Execute a data flow debug command.\n * @param request Data flow debug command definition.\n * @param options The options parameters.\n */\n async beginExecuteCommandAndWait(\n request: DataFlowDebugCommandRequest,\n options?: DataFlowDebugSessionExecuteCommandOptionalParams,\n ): Promise<DataFlowDebugSessionExecuteCommandResponse> {\n const poller = await this.beginExecuteCommand(request, options);\n return poller.pollUntilDone();\n }\n\n /**\n * QueryDataFlowDebugSessionsByWorkspaceNext\n * @param nextLink The nextLink from the previous successful call to the\n * QueryDataFlowDebugSessionsByWorkspace method.\n * @param options The options parameters.\n */\n private async _queryDataFlowDebugSessionsByWorkspaceNext(\n nextLink: string,\n options?: DataFlowDebugSessionQueryDataFlowDebugSessionsByWorkspaceNextOptionalParams,\n ): Promise<DataFlowDebugSessionQueryDataFlowDebugSessionsByWorkspaceNextResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient._queryDataFlowDebugSessionsByWorkspaceNext\",\n options ?? {},\n async (options) => {\n return this.client.sendOperationRequest(\n { nextLink, options },\n queryDataFlowDebugSessionsByWorkspaceNextOperationSpec,\n ) as Promise<DataFlowDebugSessionQueryDataFlowDebugSessionsByWorkspaceNextResponse>;\n },\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst createDataFlowDebugSessionOperationSpec: coreClient.OperationSpec = {\n path: \"/createDataFlowDebugSession\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.CreateDataFlowDebugSessionResponse,\n },\n 201: {\n bodyMapper: Mappers.CreateDataFlowDebugSessionResponse,\n },\n 202: {\n bodyMapper: Mappers.CreateDataFlowDebugSessionResponse,\n },\n 204: {\n bodyMapper: Mappers.CreateDataFlowDebugSessionResponse,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n requestBody: Parameters.request1,\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.endpoint],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst queryDataFlowDebugSessionsByWorkspaceOperationSpec: coreClient.OperationSpec =\n {\n path: \"/queryDataFlowDebugSessions\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.QueryDataFlowDebugSessionsResponse,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.endpoint],\n headerParameters: [Parameters.accept],\n serializer,\n };\nconst addDataFlowOperationSpec: coreClient.OperationSpec = {\n path: \"/addDataFlowToDebugSession\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.AddDataFlowToDebugSessionResponse,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n requestBody: Parameters.request2,\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.endpoint],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst deleteDataFlowDebugSessionOperationSpec: coreClient.OperationSpec = {\n path: \"/deleteDataFlowDebugSession\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n requestBody: Parameters.request3,\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.endpoint],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst executeCommandOperationSpec: coreClient.OperationSpec = {\n path: \"/executeDataFlowDebugCommand\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.DataFlowDebugCommandResponse,\n },\n 201: {\n bodyMapper: Mappers.DataFlowDebugCommandResponse,\n },\n 202: {\n bodyMapper: Mappers.DataFlowDebugCommandResponse,\n },\n 204: {\n bodyMapper: Mappers.DataFlowDebugCommandResponse,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n requestBody: Parameters.request4,\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.endpoint],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst queryDataFlowDebugSessionsByWorkspaceNextOperationSpec: coreClient.OperationSpec =\n {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.QueryDataFlowDebugSessionsResponse,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n urlParameters: [Parameters.endpoint, Parameters.nextLink],\n headerParameters: [Parameters.accept],\n serializer,\n };\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"dataFlowOperations.js","sourceRoot":"","sources":["../../../src/operations/dataFlowOperations.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { tracingClient } from \"../tracing\";\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\nimport { DataFlowOperations } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { ArtifactsClient } from \"../artifactsClient\";\nimport {\n SimplePollerLike,\n OperationState,\n createHttpPoller,\n} from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl\";\nimport {\n DataFlowResource,\n DataFlowGetDataFlowsByWorkspaceNextOptionalParams,\n DataFlowGetDataFlowsByWorkspaceOptionalParams,\n DataFlowGetDataFlowsByWorkspaceResponse,\n DataFlowCreateOrUpdateDataFlowOptionalParams,\n DataFlowCreateOrUpdateDataFlowResponse,\n DataFlowGetDataFlowOptionalParams,\n DataFlowGetDataFlowResponse,\n DataFlowDeleteDataFlowOptionalParams,\n ArtifactRenameRequest,\n DataFlowRenameDataFlowOptionalParams,\n DataFlowGetDataFlowsByWorkspaceNextResponse,\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing DataFlowOperations operations. */\nexport class DataFlowOperationsImpl implements DataFlowOperations {\n private readonly client: ArtifactsClient;\n\n /**\n * Initialize a new instance of the class DataFlowOperations class.\n * @param client Reference to the service client\n */\n constructor(client: ArtifactsClient) {\n this.client = client;\n }\n\n /**\n * Lists data flows.\n * @param options The options parameters.\n */\n public listDataFlowsByWorkspace(\n options?: DataFlowGetDataFlowsByWorkspaceOptionalParams,\n ): PagedAsyncIterableIterator<DataFlowResource> {\n const iter = this.getDataFlowsByWorkspacePagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.getDataFlowsByWorkspacePagingPage(options, settings);\n },\n };\n }\n\n private async *getDataFlowsByWorkspacePagingPage(\n options?: DataFlowGetDataFlowsByWorkspaceOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<DataFlowResource[]> {\n let result: DataFlowGetDataFlowsByWorkspaceResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._getDataFlowsByWorkspace(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._getDataFlowsByWorkspaceNext(\n continuationToken,\n options,\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *getDataFlowsByWorkspacePagingAll(\n options?: DataFlowGetDataFlowsByWorkspaceOptionalParams,\n ): AsyncIterableIterator<DataFlowResource> {\n for await (const page of this.getDataFlowsByWorkspacePagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Creates or updates a data flow.\n * @param dataFlowName The data flow name.\n * @param dataFlow Data flow resource definition.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateDataFlow(\n dataFlowName: string,\n dataFlow: DataFlowResource,\n options?: DataFlowCreateOrUpdateDataFlowOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<DataFlowCreateOrUpdateDataFlowResponse>,\n DataFlowCreateOrUpdateDataFlowResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<DataFlowCreateOrUpdateDataFlowResponse> => {\n return tracingClient.withSpan(\n \"ArtifactsClient.beginCreateOrUpdateDataFlow\",\n options ?? {},\n async () => {\n return this.client.sendOperationRequest(\n args,\n spec,\n ) as Promise<DataFlowCreateOrUpdateDataFlowResponse>;\n },\n );\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { dataFlowName, dataFlow, options },\n spec: createOrUpdateDataFlowOperationSpec,\n });\n const poller = await createHttpPoller<\n DataFlowCreateOrUpdateDataFlowResponse,\n OperationState<DataFlowCreateOrUpdateDataFlowResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Creates or updates a data flow.\n * @param dataFlowName The data flow name.\n * @param dataFlow Data flow resource definition.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateDataFlowAndWait(\n dataFlowName: string,\n dataFlow: DataFlowResource,\n options?: DataFlowCreateOrUpdateDataFlowOptionalParams,\n ): Promise<DataFlowCreateOrUpdateDataFlowResponse> {\n const poller = await this.beginCreateOrUpdateDataFlow(\n dataFlowName,\n dataFlow,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Gets a data flow.\n * @param dataFlowName The data flow name.\n * @param options The options parameters.\n */\n async getDataFlow(\n dataFlowName: string,\n options?: DataFlowGetDataFlowOptionalParams,\n ): Promise<DataFlowGetDataFlowResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient.getDataFlow\",\n options ?? {},\n async (options) => {\n return this.client.sendOperationRequest(\n { dataFlowName, options },\n getDataFlowOperationSpec,\n ) as Promise<DataFlowGetDataFlowResponse>;\n },\n );\n }\n\n /**\n * Deletes a data flow.\n * @param dataFlowName The data flow name.\n * @param options The options parameters.\n */\n async beginDeleteDataFlow(\n dataFlowName: string,\n options?: DataFlowDeleteDataFlowOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<void> => {\n return tracingClient.withSpan(\n \"ArtifactsClient.beginDeleteDataFlow\",\n options ?? {},\n async () => {\n return this.client.sendOperationRequest(args, spec) as Promise<void>;\n },\n );\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { dataFlowName, options },\n spec: deleteDataFlowOperationSpec,\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Deletes a data flow.\n * @param dataFlowName The data flow name.\n * @param options The options parameters.\n */\n async beginDeleteDataFlowAndWait(\n dataFlowName: string,\n options?: DataFlowDeleteDataFlowOptionalParams,\n ): Promise<void> {\n const poller = await this.beginDeleteDataFlow(dataFlowName, options);\n return poller.pollUntilDone();\n }\n\n /**\n * Renames a dataflow.\n * @param dataFlowName The data flow name.\n * @param request proposed new name.\n * @param options The options parameters.\n */\n async beginRenameDataFlow(\n dataFlowName: string,\n request: ArtifactRenameRequest,\n options?: DataFlowRenameDataFlowOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<void> => {\n return tracingClient.withSpan(\n \"ArtifactsClient.beginRenameDataFlow\",\n options ?? {},\n async () => {\n return this.client.sendOperationRequest(args, spec) as Promise<void>;\n },\n );\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { dataFlowName, request, options },\n spec: renameDataFlowOperationSpec,\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Renames a dataflow.\n * @param dataFlowName The data flow name.\n * @param request proposed new name.\n * @param options The options parameters.\n */\n async beginRenameDataFlowAndWait(\n dataFlowName: string,\n request: ArtifactRenameRequest,\n options?: DataFlowRenameDataFlowOptionalParams,\n ): Promise<void> {\n const poller = await this.beginRenameDataFlow(\n dataFlowName,\n request,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Lists data flows.\n * @param options The options parameters.\n */\n private async _getDataFlowsByWorkspace(\n options?: DataFlowGetDataFlowsByWorkspaceOptionalParams,\n ): Promise<DataFlowGetDataFlowsByWorkspaceResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient._getDataFlowsByWorkspace\",\n options ?? {},\n async (options) => {\n return this.client.sendOperationRequest(\n { options },\n getDataFlowsByWorkspaceOperationSpec,\n ) as Promise<DataFlowGetDataFlowsByWorkspaceResponse>;\n },\n );\n }\n\n /**\n * GetDataFlowsByWorkspaceNext\n * @param nextLink The nextLink from the previous successful call to the GetDataFlowsByWorkspace\n * method.\n * @param options The options parameters.\n */\n private async _getDataFlowsByWorkspaceNext(\n nextLink: string,\n options?: DataFlowGetDataFlowsByWorkspaceNextOptionalParams,\n ): Promise<DataFlowGetDataFlowsByWorkspaceNextResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient._getDataFlowsByWorkspaceNext\",\n options ?? {},\n async (options) => {\n return this.client.sendOperationRequest(\n { nextLink, options },\n getDataFlowsByWorkspaceNextOperationSpec,\n ) as Promise<DataFlowGetDataFlowsByWorkspaceNextResponse>;\n },\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst createOrUpdateDataFlowOperationSpec: coreClient.OperationSpec = {\n path: \"/dataflows/{dataFlowName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.DataFlowResource,\n },\n 201: {\n bodyMapper: Mappers.DataFlowResource,\n },\n 202: {\n bodyMapper: Mappers.DataFlowResource,\n },\n 204: {\n bodyMapper: Mappers.DataFlowResource,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n requestBody: Parameters.dataFlow,\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.endpoint, Parameters.dataFlowName],\n headerParameters: [\n Parameters.accept,\n Parameters.contentType,\n Parameters.ifMatch,\n ],\n mediaType: \"json\",\n serializer,\n};\nconst getDataFlowOperationSpec: coreClient.OperationSpec = {\n path: \"/dataflows/{dataFlowName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DataFlowResource,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.endpoint, Parameters.dataFlowName],\n headerParameters: [Parameters.accept, Parameters.ifNoneMatch],\n serializer,\n};\nconst deleteDataFlowOperationSpec: coreClient.OperationSpec = {\n path: \"/dataflows/{dataFlowName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.endpoint, Parameters.dataFlowName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst renameDataFlowOperationSpec: coreClient.OperationSpec = {\n path: \"/dataflows/{dataFlowName}/rename\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n requestBody: Parameters.request,\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.endpoint, Parameters.dataFlowName],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst getDataFlowsByWorkspaceOperationSpec: coreClient.OperationSpec = {\n path: \"/dataflows\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DataFlowListResponse,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.endpoint],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getDataFlowsByWorkspaceNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DataFlowListResponse,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n urlParameters: [Parameters.endpoint, Parameters.nextLink],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"datasetOperations.js","sourceRoot":"","sources":["../../../src/operations/datasetOperations.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { tracingClient } from \"../tracing\";\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\nimport { DatasetOperations } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { ArtifactsClient } from \"../artifactsClient\";\nimport {\n SimplePollerLike,\n OperationState,\n createHttpPoller,\n} from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl\";\nimport {\n DatasetResource,\n DatasetGetDatasetsByWorkspaceNextOptionalParams,\n DatasetGetDatasetsByWorkspaceOptionalParams,\n DatasetGetDatasetsByWorkspaceResponse,\n DatasetCreateOrUpdateDatasetOptionalParams,\n DatasetCreateOrUpdateDatasetResponse,\n DatasetGetDatasetOptionalParams,\n DatasetGetDatasetResponse,\n DatasetDeleteDatasetOptionalParams,\n ArtifactRenameRequest,\n DatasetRenameDatasetOptionalParams,\n DatasetGetDatasetsByWorkspaceNextResponse,\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing DatasetOperations operations. */\nexport class DatasetOperationsImpl implements DatasetOperations {\n private readonly client: ArtifactsClient;\n\n /**\n * Initialize a new instance of the class DatasetOperations class.\n * @param client Reference to the service client\n */\n constructor(client: ArtifactsClient) {\n this.client = client;\n }\n\n /**\n * Lists datasets.\n * @param options The options parameters.\n */\n public listDatasetsByWorkspace(\n options?: DatasetGetDatasetsByWorkspaceOptionalParams,\n ): PagedAsyncIterableIterator<DatasetResource> {\n const iter = this.getDatasetsByWorkspacePagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.getDatasetsByWorkspacePagingPage(options, settings);\n },\n };\n }\n\n private async *getDatasetsByWorkspacePagingPage(\n options?: DatasetGetDatasetsByWorkspaceOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<DatasetResource[]> {\n let result: DatasetGetDatasetsByWorkspaceResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._getDatasetsByWorkspace(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._getDatasetsByWorkspaceNext(\n continuationToken,\n options,\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *getDatasetsByWorkspacePagingAll(\n options?: DatasetGetDatasetsByWorkspaceOptionalParams,\n ): AsyncIterableIterator<DatasetResource> {\n for await (const page of this.getDatasetsByWorkspacePagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Lists datasets.\n * @param options The options parameters.\n */\n private async _getDatasetsByWorkspace(\n options?: DatasetGetDatasetsByWorkspaceOptionalParams,\n ): Promise<DatasetGetDatasetsByWorkspaceResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient._getDatasetsByWorkspace\",\n options ?? {},\n async (options) => {\n return this.client.sendOperationRequest(\n { options },\n getDatasetsByWorkspaceOperationSpec,\n ) as Promise<DatasetGetDatasetsByWorkspaceResponse>;\n },\n );\n }\n\n /**\n * Creates or updates a dataset.\n * @param datasetName The dataset name.\n * @param dataset Dataset resource definition.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateDataset(\n datasetName: string,\n dataset: DatasetResource,\n options?: DatasetCreateOrUpdateDatasetOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<DatasetCreateOrUpdateDatasetResponse>,\n DatasetCreateOrUpdateDatasetResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<DatasetCreateOrUpdateDatasetResponse> => {\n return tracingClient.withSpan(\n \"ArtifactsClient.beginCreateOrUpdateDataset\",\n options ?? {},\n async () => {\n return this.client.sendOperationRequest(\n args,\n spec,\n ) as Promise<DatasetCreateOrUpdateDatasetResponse>;\n },\n );\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { datasetName, dataset, options },\n spec: createOrUpdateDatasetOperationSpec,\n });\n const poller = await createHttpPoller<\n DatasetCreateOrUpdateDatasetResponse,\n OperationState<DatasetCreateOrUpdateDatasetResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Creates or updates a dataset.\n * @param datasetName The dataset name.\n * @param dataset Dataset resource definition.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateDatasetAndWait(\n datasetName: string,\n dataset: DatasetResource,\n options?: DatasetCreateOrUpdateDatasetOptionalParams,\n ): Promise<DatasetCreateOrUpdateDatasetResponse> {\n const poller = await this.beginCreateOrUpdateDataset(\n datasetName,\n dataset,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Gets a dataset.\n * @param datasetName The dataset name.\n * @param options The options parameters.\n */\n async getDataset(\n datasetName: string,\n options?: DatasetGetDatasetOptionalParams,\n ): Promise<DatasetGetDatasetResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient.getDataset\",\n options ?? {},\n async (options) => {\n return this.client.sendOperationRequest(\n { datasetName, options },\n getDatasetOperationSpec,\n ) as Promise<DatasetGetDatasetResponse>;\n },\n );\n }\n\n /**\n * Deletes a dataset.\n * @param datasetName The dataset name.\n * @param options The options parameters.\n */\n async beginDeleteDataset(\n datasetName: string,\n options?: DatasetDeleteDatasetOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<void> => {\n return tracingClient.withSpan(\n \"ArtifactsClient.beginDeleteDataset\",\n options ?? {},\n async () => {\n return this.client.sendOperationRequest(args, spec) as Promise<void>;\n },\n );\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { datasetName, options },\n spec: deleteDatasetOperationSpec,\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Deletes a dataset.\n * @param datasetName The dataset name.\n * @param options The options parameters.\n */\n async beginDeleteDatasetAndWait(\n datasetName: string,\n options?: DatasetDeleteDatasetOptionalParams,\n ): Promise<void> {\n const poller = await this.beginDeleteDataset(datasetName, options);\n return poller.pollUntilDone();\n }\n\n /**\n * Renames a dataset.\n * @param datasetName The dataset name.\n * @param request proposed new name.\n * @param options The options parameters.\n */\n async beginRenameDataset(\n datasetName: string,\n request: ArtifactRenameRequest,\n options?: DatasetRenameDatasetOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<void> => {\n return tracingClient.withSpan(\n \"ArtifactsClient.beginRenameDataset\",\n options ?? {},\n async () => {\n return this.client.sendOperationRequest(args, spec) as Promise<void>;\n },\n );\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { datasetName, request, options },\n spec: renameDatasetOperationSpec,\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Renames a dataset.\n * @param datasetName The dataset name.\n * @param request proposed new name.\n * @param options The options parameters.\n */\n async beginRenameDatasetAndWait(\n datasetName: string,\n request: ArtifactRenameRequest,\n options?: DatasetRenameDatasetOptionalParams,\n ): Promise<void> {\n const poller = await this.beginRenameDataset(datasetName, request, options);\n return poller.pollUntilDone();\n }\n\n /**\n * GetDatasetsByWorkspaceNext\n * @param nextLink The nextLink from the previous successful call to the GetDatasetsByWorkspace method.\n * @param options The options parameters.\n */\n private async _getDatasetsByWorkspaceNext(\n nextLink: string,\n options?: DatasetGetDatasetsByWorkspaceNextOptionalParams,\n ): Promise<DatasetGetDatasetsByWorkspaceNextResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient._getDatasetsByWorkspaceNext\",\n options ?? {},\n async (options) => {\n return this.client.sendOperationRequest(\n { nextLink, options },\n getDatasetsByWorkspaceNextOperationSpec,\n ) as Promise<DatasetGetDatasetsByWorkspaceNextResponse>;\n },\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getDatasetsByWorkspaceOperationSpec: coreClient.OperationSpec = {\n path: \"/datasets\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DatasetListResponse,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.endpoint],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst createOrUpdateDatasetOperationSpec: coreClient.OperationSpec = {\n path: \"/datasets/{datasetName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.DatasetResource,\n },\n 201: {\n bodyMapper: Mappers.DatasetResource,\n },\n 202: {\n bodyMapper: Mappers.DatasetResource,\n },\n 204: {\n bodyMapper: Mappers.DatasetResource,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n requestBody: Parameters.dataset,\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.endpoint, Parameters.datasetName],\n headerParameters: [\n Parameters.accept,\n Parameters.contentType,\n Parameters.ifMatch,\n ],\n mediaType: \"json\",\n serializer,\n};\nconst getDatasetOperationSpec: coreClient.OperationSpec = {\n path: \"/datasets/{datasetName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DatasetResource,\n },\n 304: {},\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.endpoint, Parameters.datasetName],\n headerParameters: [Parameters.accept, Parameters.ifNoneMatch],\n serializer,\n};\nconst deleteDatasetOperationSpec: coreClient.OperationSpec = {\n path: \"/datasets/{datasetName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.endpoint, Parameters.datasetName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst renameDatasetOperationSpec: coreClient.OperationSpec = {\n path: \"/datasets/{datasetName}/rename\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n requestBody: Parameters.request,\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.endpoint, Parameters.datasetName],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst getDatasetsByWorkspaceNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DatasetListResponse,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n urlParameters: [Parameters.endpoint, Parameters.nextLink],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
@@ -1,32 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
- export * from "./linkConnectionOperations";
9
- export * from "./runNotebook";
10
- export * from "./kqlScripts";
11
- export * from "./kqlScriptOperations";
12
- export * from "./metastore";
13
- export * from "./sparkConfigurationOperations";
14
- export * from "./bigDataPools";
15
- export * from "./dataFlowOperations";
16
- export * from "./dataFlowDebugSession";
17
- export * from "./datasetOperations";
18
- export * from "./workspaceGitRepoManagement";
19
- export * from "./integrationRuntimes";
20
- export * from "./library";
21
- export * from "./linkedServiceOperations";
22
- export * from "./notebookOperations";
23
- export * from "./notebookOperationResult";
24
- export * from "./pipelineOperations";
25
- export * from "./pipelineRunOperations";
26
- export * from "./sparkJobDefinitionOperations";
27
- export * from "./sqlPools";
28
- export * from "./sqlScriptOperations";
29
- export * from "./triggerOperations";
30
- export * from "./triggerRunOperations";
31
- export * from "./workspaceOperations";
32
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,4BAA4B,CAAC;AAC3C,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,uBAAuB,CAAC;AACtC,cAAc,aAAa,CAAC;AAC5B,cAAc,gCAAgC,CAAC;AAC/C,cAAc,gBAAgB,CAAC;AAC/B,cAAc,sBAAsB,CAAC;AACrC,cAAc,wBAAwB,CAAC;AACvC,cAAc,qBAAqB,CAAC;AACpC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,uBAAuB,CAAC;AACtC,cAAc,WAAW,CAAC;AAC1B,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sBAAsB,CAAC;AACrC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sBAAsB,CAAC;AACrC,cAAc,yBAAyB,CAAC;AACxC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,YAAY,CAAC;AAC3B,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AACpC,cAAc,wBAAwB,CAAC;AACvC,cAAc,uBAAuB,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport * from \"./linkConnectionOperations\";\nexport * from \"./runNotebook\";\nexport * from \"./kqlScripts\";\nexport * from \"./kqlScriptOperations\";\nexport * from \"./metastore\";\nexport * from \"./sparkConfigurationOperations\";\nexport * from \"./bigDataPools\";\nexport * from \"./dataFlowOperations\";\nexport * from \"./dataFlowDebugSession\";\nexport * from \"./datasetOperations\";\nexport * from \"./workspaceGitRepoManagement\";\nexport * from \"./integrationRuntimes\";\nexport * from \"./library\";\nexport * from \"./linkedServiceOperations\";\nexport * from \"./notebookOperations\";\nexport * from \"./notebookOperationResult\";\nexport * from \"./pipelineOperations\";\nexport * from \"./pipelineRunOperations\";\nexport * from \"./sparkJobDefinitionOperations\";\nexport * from \"./sqlPools\";\nexport * from \"./sqlScriptOperations\";\nexport * from \"./triggerOperations\";\nexport * from \"./triggerRunOperations\";\nexport * from \"./workspaceOperations\";\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"integrationRuntimes.js","sourceRoot":"","sources":["../../../src/operations/integrationRuntimes.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAE3C,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,mBAAmB,CAAC;AAC7C,OAAO,KAAK,UAAU,MAAM,sBAAsB,CAAC;AASnD,uDAAuD;AACvD,MAAM,OAAO,uBAAuB;IAGlC;;;OAGG;IACH,YAAY,MAAuB;QACjC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;OAGG;IACH,KAAK,CAAC,IAAI,CACR,OAA+C;QAE/C,OAAO,aAAa,CAAC,QAAQ,CAC3B,sBAAsB,EACtB,OAAO,aAAP,OAAO,cAAP,OAAO,GAAI,EAAE,EACb,KAAK,EAAE,OAAO,EAAE,EAAE;YAChB,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,OAAO,EAAE,EACX,iBAAiB,CAC0B,CAAC;QAChD,CAAC,CACF,CAAC;IACJ,CAAC;IAED;;;;OAIG;IACH,KAAK,CAAC,GAAG,CACP,sBAA8B,EAC9B,OAA8C;QAE9C,OAAO,aAAa,CAAC,QAAQ,CAC3B,qBAAqB,EACrB,OAAO,aAAP,OAAO,cAAP,OAAO,GAAI,EAAE,EACb,KAAK,EAAE,OAAO,EAAE,EAAE;YAChB,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,sBAAsB,EAAE,OAAO,EAAE,EACnC,gBAAgB,CAC0B,CAAC;QAC/C,CAAC,CACF,CAAC;IACJ,CAAC;CACF;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,iBAAiB,GAA6B;IAClD,IAAI,EAAE,sBAAsB;IAC5B,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,8BAA8B;SACnD;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,WAAW,CAAC;IACzC,aAAa,EAAE,CAAC,UAAU,CAAC,QAAQ,CAAC;IACpC,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,gBAAgB,GAA6B;IACjD,IAAI,EAAE,+CAA+C;IACrD,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,0BAA0B;SAC/C;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,WAAW,CAAC;IACzC,aAAa,EAAE,CAAC,UAAU,CAAC,QAAQ,EAAE,UAAU,CAAC,sBAAsB,CAAC;IACvE,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { tracingClient } from \"../tracing\";\nimport { IntegrationRuntimes } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { ArtifactsClient } from \"../artifactsClient\";\nimport {\n IntegrationRuntimesListOptionalParams,\n IntegrationRuntimesListResponse,\n IntegrationRuntimesGetOptionalParams,\n IntegrationRuntimesGetResponse,\n} from \"../models\";\n\n/** Class containing IntegrationRuntimes operations. */\nexport class IntegrationRuntimesImpl implements IntegrationRuntimes {\n private readonly client: ArtifactsClient;\n\n /**\n * Initialize a new instance of the class IntegrationRuntimes class.\n * @param client Reference to the service client\n */\n constructor(client: ArtifactsClient) {\n this.client = client;\n }\n\n /**\n * List Integration Runtimes\n * @param options The options parameters.\n */\n async list(\n options?: IntegrationRuntimesListOptionalParams,\n ): Promise<IntegrationRuntimesListResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient.list\",\n options ?? {},\n async (options) => {\n return this.client.sendOperationRequest(\n { options },\n listOperationSpec,\n ) as Promise<IntegrationRuntimesListResponse>;\n },\n );\n }\n\n /**\n * Get Integration Runtime\n * @param integrationRuntimeName The Integration Runtime name\n * @param options The options parameters.\n */\n async get(\n integrationRuntimeName: string,\n options?: IntegrationRuntimesGetOptionalParams,\n ): Promise<IntegrationRuntimesGetResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient.get\",\n options ?? {},\n async (options) => {\n return this.client.sendOperationRequest(\n { integrationRuntimeName, options },\n getOperationSpec,\n ) as Promise<IntegrationRuntimesGetResponse>;\n },\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/integrationRuntimes\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.IntegrationRuntimeListResponse,\n },\n default: {\n bodyMapper: Mappers.ErrorContract,\n },\n },\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.endpoint],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/integrationRuntimes/{integrationRuntimeName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.IntegrationRuntimeResource,\n },\n default: {\n bodyMapper: Mappers.ErrorContract,\n },\n },\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.endpoint, Parameters.integrationRuntimeName],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"kqlScriptOperations.js","sourceRoot":"","sources":["../../../src/operations/kqlScriptOperations.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { tracingClient } from \"../tracing\";\nimport { KqlScriptOperations } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { ArtifactsClient } from \"../artifactsClient\";\nimport {\n SimplePollerLike,\n OperationState,\n createHttpPoller,\n} from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl\";\nimport {\n KqlScriptResource,\n KqlScriptCreateOrUpdateOptionalParams,\n KqlScriptCreateOrUpdateResponse,\n KqlScriptGetByNameOptionalParams,\n KqlScriptGetByNameResponse,\n KqlScriptDeleteByNameOptionalParams,\n ArtifactRenameRequest,\n KqlScriptRenameOptionalParams,\n} from \"../models\";\n\n/** Class containing KqlScriptOperations operations. */\nexport class KqlScriptOperationsImpl implements KqlScriptOperations {\n private readonly client: ArtifactsClient;\n\n /**\n * Initialize a new instance of the class KqlScriptOperations class.\n * @param client Reference to the service client\n */\n constructor(client: ArtifactsClient) {\n this.client = client;\n }\n\n /**\n * Creates or updates a KQL Script\n * @param kqlScriptName KQL script name\n * @param kqlScript KQL script\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n kqlScriptName: string,\n kqlScript: KqlScriptResource,\n options?: KqlScriptCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<KqlScriptCreateOrUpdateResponse>,\n KqlScriptCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<KqlScriptCreateOrUpdateResponse> => {\n return tracingClient.withSpan(\n \"ArtifactsClient.beginCreateOrUpdate\",\n options ?? {},\n async () => {\n return this.client.sendOperationRequest(\n args,\n spec,\n ) as Promise<KqlScriptCreateOrUpdateResponse>;\n },\n );\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { kqlScriptName, kqlScript, options },\n spec: createOrUpdateOperationSpec,\n });\n const poller = await createHttpPoller<\n KqlScriptCreateOrUpdateResponse,\n OperationState<KqlScriptCreateOrUpdateResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Creates or updates a KQL Script\n * @param kqlScriptName KQL script name\n * @param kqlScript KQL script\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n kqlScriptName: string,\n kqlScript: KqlScriptResource,\n options?: KqlScriptCreateOrUpdateOptionalParams,\n ): Promise<KqlScriptCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(\n kqlScriptName,\n kqlScript,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Get KQL script by name\n * @param kqlScriptName KQL script name\n * @param options The options parameters.\n */\n async getByName(\n kqlScriptName: string,\n options?: KqlScriptGetByNameOptionalParams,\n ): Promise<KqlScriptGetByNameResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient.getByName\",\n options ?? {},\n async (options) => {\n return this.client.sendOperationRequest(\n { kqlScriptName, options },\n getByNameOperationSpec,\n ) as Promise<KqlScriptGetByNameResponse>;\n },\n );\n }\n\n /**\n * Delete KQL script by name\n * @param kqlScriptName KQL script name\n * @param options The options parameters.\n */\n async beginDeleteByName(\n kqlScriptName: string,\n options?: KqlScriptDeleteByNameOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<void> => {\n return tracingClient.withSpan(\n \"ArtifactsClient.beginDeleteByName\",\n options ?? {},\n async () => {\n return this.client.sendOperationRequest(args, spec) as Promise<void>;\n },\n );\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { kqlScriptName, options },\n spec: deleteByNameOperationSpec,\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Delete KQL script by name\n * @param kqlScriptName KQL script name\n * @param options The options parameters.\n */\n async beginDeleteByNameAndWait(\n kqlScriptName: string,\n options?: KqlScriptDeleteByNameOptionalParams,\n ): Promise<void> {\n const poller = await this.beginDeleteByName(kqlScriptName, options);\n return poller.pollUntilDone();\n }\n\n /**\n * Rename KQL script\n * @param kqlScriptName KQL script name\n * @param renameRequest Rename request\n * @param options The options parameters.\n */\n async beginRename(\n kqlScriptName: string,\n renameRequest: ArtifactRenameRequest,\n options?: KqlScriptRenameOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<void> => {\n return tracingClient.withSpan(\n \"ArtifactsClient.beginRename\",\n options ?? {},\n async () => {\n return this.client.sendOperationRequest(args, spec) as Promise<void>;\n },\n );\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { kqlScriptName, renameRequest, options },\n spec: renameOperationSpec,\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Rename KQL script\n * @param kqlScriptName KQL script name\n * @param renameRequest Rename request\n * @param options The options parameters.\n */\n async beginRenameAndWait(\n kqlScriptName: string,\n renameRequest: ArtifactRenameRequest,\n options?: KqlScriptRenameOptionalParams,\n ): Promise<void> {\n const poller = await this.beginRename(\n kqlScriptName,\n renameRequest,\n options,\n );\n return poller.pollUntilDone();\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path: \"/kqlScripts/{kqlScriptName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.KqlScriptResource,\n },\n 201: {\n bodyMapper: Mappers.KqlScriptResource,\n },\n 202: {\n bodyMapper: Mappers.KqlScriptResource,\n },\n 204: {\n bodyMapper: Mappers.KqlScriptResource,\n },\n default: {\n bodyMapper: Mappers.ErrorContract,\n },\n },\n requestBody: Parameters.kqlScript,\n queryParameters: [Parameters.apiVersion2],\n urlParameters: [Parameters.endpoint, Parameters.kqlScriptName],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst getByNameOperationSpec: coreClient.OperationSpec = {\n path: \"/kqlScripts/{kqlScriptName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.KqlScriptResource,\n },\n default: {\n bodyMapper: Mappers.ErrorContract,\n },\n },\n queryParameters: [Parameters.apiVersion2],\n urlParameters: [Parameters.endpoint, Parameters.kqlScriptName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst deleteByNameOperationSpec: coreClient.OperationSpec = {\n path: \"/kqlScripts/{kqlScriptName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorContract,\n },\n },\n queryParameters: [Parameters.apiVersion2],\n urlParameters: [Parameters.endpoint, Parameters.kqlScriptName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst renameOperationSpec: coreClient.OperationSpec = {\n path: \"/kqlScripts/{kqlScriptName}/rename\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorContract,\n },\n },\n requestBody: Parameters.renameRequest,\n queryParameters: [Parameters.apiVersion2],\n urlParameters: [Parameters.endpoint, Parameters.kqlScriptName],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"kqlScripts.js","sourceRoot":"","sources":["../../../src/operations/kqlScripts.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { tracingClient } from \"../tracing\";\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\nimport { KqlScripts } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { ArtifactsClient } from \"../artifactsClient\";\nimport {\n KqlScriptResource,\n KqlScriptsGetAllNextOptionalParams,\n KqlScriptsGetAllOptionalParams,\n KqlScriptsGetAllResponse,\n KqlScriptsGetAllNextResponse,\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing KqlScripts operations. */\nexport class KqlScriptsImpl implements KqlScripts {\n private readonly client: ArtifactsClient;\n\n /**\n * Initialize a new instance of the class KqlScripts class.\n * @param client Reference to the service client\n */\n constructor(client: ArtifactsClient) {\n this.client = client;\n }\n\n /**\n * Get all KQL scripts\n * @param options The options parameters.\n */\n public listAll(\n options?: KqlScriptsGetAllOptionalParams,\n ): PagedAsyncIterableIterator<KqlScriptResource> {\n const iter = this.getAllPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.getAllPagingPage(options, settings);\n },\n };\n }\n\n private async *getAllPagingPage(\n options?: KqlScriptsGetAllOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<KqlScriptResource[]> {\n let result: KqlScriptsGetAllResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._getAll(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._getAllNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *getAllPagingAll(\n options?: KqlScriptsGetAllOptionalParams,\n ): AsyncIterableIterator<KqlScriptResource> {\n for await (const page of this.getAllPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Get all KQL scripts\n * @param options The options parameters.\n */\n private async _getAll(\n options?: KqlScriptsGetAllOptionalParams,\n ): Promise<KqlScriptsGetAllResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient._getAll\",\n options ?? {},\n async (options) => {\n return this.client.sendOperationRequest(\n { options },\n getAllOperationSpec,\n ) as Promise<KqlScriptsGetAllResponse>;\n },\n );\n }\n\n /**\n * GetAllNext\n * @param nextLink The nextLink from the previous successful call to the GetAll method.\n * @param options The options parameters.\n */\n private async _getAllNext(\n nextLink: string,\n options?: KqlScriptsGetAllNextOptionalParams,\n ): Promise<KqlScriptsGetAllNextResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient._getAllNext\",\n options ?? {},\n async (options) => {\n return this.client.sendOperationRequest(\n { nextLink, options },\n getAllNextOperationSpec,\n ) as Promise<KqlScriptsGetAllNextResponse>;\n },\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getAllOperationSpec: coreClient.OperationSpec = {\n path: \"/kqlScripts\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.KqlScriptsResourceCollectionResponse,\n },\n default: {\n bodyMapper: Mappers.ErrorContract,\n },\n },\n queryParameters: [Parameters.apiVersion2],\n urlParameters: [Parameters.endpoint],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getAllNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.KqlScriptsResourceCollectionResponse,\n },\n default: {\n bodyMapper: Mappers.ErrorContract,\n },\n },\n urlParameters: [Parameters.endpoint, Parameters.nextLink],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"library.js","sourceRoot":"","sources":["../../../src/operations/library.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { tracingClient } from \"../tracing\";\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\nimport { Library } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as coreRestPipeline from \"@azure/core-rest-pipeline\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { ArtifactsClient } from \"../artifactsClient\";\nimport {\n SimplePollerLike,\n OperationState,\n createHttpPoller,\n} from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl\";\nimport {\n LibraryResource,\n LibraryListNextOptionalParams,\n LibraryListOptionalParams,\n LibraryListOperationResponse,\n LibraryFlushOptionalParams,\n LibraryGetOperationResultOptionalParams,\n LibraryGetOperationResultResponse,\n LibraryDeleteOptionalParams,\n LibraryGetOptionalParams,\n LibraryGetResponse,\n LibraryCreateOptionalParams,\n LibraryAppendOptionalParams,\n LibraryListNextResponse,\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Library operations. */\nexport class LibraryImpl implements Library {\n private readonly client: ArtifactsClient;\n\n /**\n * Initialize a new instance of the class Library class.\n * @param client Reference to the service client\n */\n constructor(client: ArtifactsClient) {\n this.client = client;\n }\n\n /**\n * Lists Library.\n * @param options The options parameters.\n */\n public list(\n options?: LibraryListOptionalParams,\n ): PagedAsyncIterableIterator<LibraryResource> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(options, settings);\n },\n };\n }\n\n private async *listPagingPage(\n options?: LibraryListOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<LibraryResource[]> {\n let result: LibraryListOperationResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n options?: LibraryListOptionalParams,\n ): AsyncIterableIterator<LibraryResource> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Lists Library.\n * @param options The options parameters.\n */\n private async _list(\n options?: LibraryListOptionalParams,\n ): Promise<LibraryListOperationResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient._list\",\n options ?? {},\n async (options) => {\n return this.client.sendOperationRequest(\n { options },\n listOperationSpec,\n ) as Promise<LibraryListOperationResponse>;\n },\n );\n }\n\n /**\n * Flush Library\n * @param libraryName file name to upload. Minimum length of the filename should be 1 excluding the\n * extension length.\n * @param options The options parameters.\n */\n async beginFlush(\n libraryName: string,\n options?: LibraryFlushOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<void> => {\n return tracingClient.withSpan(\n \"ArtifactsClient.beginFlush\",\n options ?? {},\n async () => {\n return this.client.sendOperationRequest(args, spec) as Promise<void>;\n },\n );\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { libraryName, options },\n spec: flushOperationSpec,\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Flush Library\n * @param libraryName file name to upload. Minimum length of the filename should be 1 excluding the\n * extension length.\n * @param options The options parameters.\n */\n async beginFlushAndWait(\n libraryName: string,\n options?: LibraryFlushOptionalParams,\n ): Promise<void> {\n const poller = await this.beginFlush(libraryName, options);\n return poller.pollUntilDone();\n }\n\n /**\n * Get Operation result for Library\n * @param operationId operation id for which status is requested\n * @param options The options parameters.\n */\n async getOperationResult(\n operationId: string,\n options?: LibraryGetOperationResultOptionalParams,\n ): Promise<LibraryGetOperationResultResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient.getOperationResult\",\n options ?? {},\n async (options) => {\n return this.client.sendOperationRequest(\n { operationId, options },\n getOperationResultOperationSpec,\n ) as Promise<LibraryGetOperationResultResponse>;\n },\n );\n }\n\n /**\n * Delete Library\n * @param libraryName file name to upload. Minimum length of the filename should be 1 excluding the\n * extension length.\n * @param options The options parameters.\n */\n async beginDelete(\n libraryName: string,\n options?: LibraryDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<void> => {\n return tracingClient.withSpan(\n \"ArtifactsClient.beginDelete\",\n options ?? {},\n async () => {\n return this.client.sendOperationRequest(args, spec) as Promise<void>;\n },\n );\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { libraryName, options },\n spec: deleteOperationSpec,\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Delete Library\n * @param libraryName file name to upload. Minimum length of the filename should be 1 excluding the\n * extension length.\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n libraryName: string,\n options?: LibraryDeleteOptionalParams,\n ): Promise<void> {\n const poller = await this.beginDelete(libraryName, options);\n return poller.pollUntilDone();\n }\n\n /**\n * Get Library\n * @param libraryName file name to upload. Minimum length of the filename should be 1 excluding the\n * extension length.\n * @param options The options parameters.\n */\n async get(\n libraryName: string,\n options?: LibraryGetOptionalParams,\n ): Promise<LibraryGetResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient.get\",\n options ?? {},\n async (options) => {\n return this.client.sendOperationRequest(\n { libraryName, options },\n getOperationSpec,\n ) as Promise<LibraryGetResponse>;\n },\n );\n }\n\n /**\n * Creates a library with the library name.\n * @param libraryName file name to upload. Minimum length of the filename should be 1 excluding the\n * extension length.\n * @param options The options parameters.\n */\n async beginCreate(\n libraryName: string,\n options?: LibraryCreateOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<void> => {\n return tracingClient.withSpan(\n \"ArtifactsClient.beginCreate\",\n options ?? {},\n async () => {\n return this.client.sendOperationRequest(args, spec) as Promise<void>;\n },\n );\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { libraryName, options },\n spec: createOperationSpec,\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Creates a library with the library name.\n * @param libraryName file name to upload. Minimum length of the filename should be 1 excluding the\n * extension length.\n * @param options The options parameters.\n */\n async beginCreateAndWait(\n libraryName: string,\n options?: LibraryCreateOptionalParams,\n ): Promise<void> {\n const poller = await this.beginCreate(libraryName, options);\n return poller.pollUntilDone();\n }\n\n /**\n * Append the content to the library resource created using the create operation. The maximum content\n * size is 4MiB. Content larger than 4MiB must be appended in 4MiB chunks\n * @param libraryName file name to upload. Minimum length of the filename should be 1 excluding the\n * extension length.\n * @param content Library file chunk.\n * @param options The options parameters.\n */\n async append(\n libraryName: string,\n content: coreRestPipeline.RequestBodyType,\n options?: LibraryAppendOptionalParams,\n ): Promise<void> {\n return tracingClient.withSpan(\n \"ArtifactsClient.append\",\n options ?? {},\n async (options) => {\n return this.client.sendOperationRequest(\n { libraryName, content, options },\n appendOperationSpec,\n ) as Promise<void>;\n },\n );\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private async _listNext(\n nextLink: string,\n options?: LibraryListNextOptionalParams,\n ): Promise<LibraryListNextResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient._listNext\",\n options ?? {},\n async (options) => {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listNextOperationSpec,\n ) as Promise<LibraryListNextResponse>;\n },\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/libraries\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.LibraryListResponse,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.endpoint],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst flushOperationSpec: coreClient.OperationSpec = {\n path: \"/libraries/{libraryName}/flush\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.endpoint, Parameters.libraryName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getOperationResultOperationSpec: coreClient.OperationSpec = {\n path: \"/libraryOperationResults/{operationId}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.LibraryResource,\n },\n 202: {\n bodyMapper: Mappers.OperationResult,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.endpoint, Parameters.operationId],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path: \"/libraries/{libraryName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.endpoint, Parameters.libraryName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/libraries/{libraryName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.LibraryResource,\n },\n 304: {},\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.endpoint, Parameters.libraryName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst createOperationSpec: coreClient.OperationSpec = {\n path: \"/libraries/{libraryName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.endpoint, Parameters.libraryName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst appendOperationSpec: coreClient.OperationSpec = {\n path: \"/libraries/{libraryName}\",\n httpMethod: \"PUT\",\n responses: {\n 201: {},\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n requestBody: Parameters.content,\n queryParameters: [Parameters.apiVersion5, Parameters.comp],\n urlParameters: [Parameters.endpoint, Parameters.libraryName],\n headerParameters: [\n Parameters.contentType1,\n Parameters.accept1,\n Parameters.blobConditionAppendPosition,\n ],\n mediaType: \"binary\",\n serializer,\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.LibraryListResponse,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n urlParameters: [Parameters.endpoint, Parameters.nextLink],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"linkConnectionOperations.js","sourceRoot":"","sources":["../../../src/operations/linkConnectionOperations.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { tracingClient } from \"../tracing\";\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\nimport { LinkConnectionOperations } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { ArtifactsClient } from \"../artifactsClient\";\nimport {\n LinkConnectionResource,\n LinkConnectionListByWorkspaceNextOptionalParams,\n LinkConnectionListByWorkspaceOptionalParams,\n LinkConnectionListByWorkspaceResponse,\n LinkConnectionCreateOrUpdateOptionalParams,\n LinkConnectionCreateOrUpdateResponse,\n LinkConnectionGetOptionalParams,\n LinkConnectionGetResponse,\n LinkConnectionDeleteOptionalParams,\n EditTablesRequest,\n LinkConnectionEditTablesOptionalParams,\n LinkConnectionStartOptionalParams,\n LinkConnectionStopOptionalParams,\n LinkConnectionGetDetailedStatusOptionalParams,\n LinkConnectionGetDetailedStatusResponse,\n LinkConnectionListLinkTablesOptionalParams,\n LinkConnectionListLinkTablesResponse,\n QueryTableStatusRequest,\n LinkConnectionQueryTableStatusOptionalParams,\n LinkConnectionQueryTableStatusResponse,\n UpdateLandingZoneCredential,\n LinkConnectionUpdateLandingZoneCredentialOptionalParams,\n LinkConnectionPauseOptionalParams,\n LinkConnectionResumeOptionalParams,\n LinkConnectionListByWorkspaceNextResponse,\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing LinkConnectionOperations operations. */\nexport class LinkConnectionOperationsImpl implements LinkConnectionOperations {\n private readonly client: ArtifactsClient;\n\n /**\n * Initialize a new instance of the class LinkConnectionOperations class.\n * @param client Reference to the service client\n */\n constructor(client: ArtifactsClient) {\n this.client = client;\n }\n\n /**\n * List link connections\n * @param options The options parameters.\n */\n public listByWorkspace(\n options?: LinkConnectionListByWorkspaceOptionalParams,\n ): PagedAsyncIterableIterator<LinkConnectionResource> {\n const iter = this.listByWorkspacePagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByWorkspacePagingPage(options, settings);\n },\n };\n }\n\n private async *listByWorkspacePagingPage(\n options?: LinkConnectionListByWorkspaceOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<LinkConnectionResource[]> {\n let result: LinkConnectionListByWorkspaceResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByWorkspace(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listByWorkspaceNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listByWorkspacePagingAll(\n options?: LinkConnectionListByWorkspaceOptionalParams,\n ): AsyncIterableIterator<LinkConnectionResource> {\n for await (const page of this.listByWorkspacePagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * List link connections\n * @param options The options parameters.\n */\n private async _listByWorkspace(\n options?: LinkConnectionListByWorkspaceOptionalParams,\n ): Promise<LinkConnectionListByWorkspaceResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient._listByWorkspace\",\n options ?? {},\n async (options) => {\n return this.client.sendOperationRequest(\n { options },\n listByWorkspaceOperationSpec,\n ) as Promise<LinkConnectionListByWorkspaceResponse>;\n },\n );\n }\n\n /**\n * Creates or updates a link connection\n * @param linkConnectionName The link connection name\n * @param linkConnection Link connection resource definition\n * @param options The options parameters.\n */\n async createOrUpdate(\n linkConnectionName: string,\n linkConnection: LinkConnectionResource,\n options?: LinkConnectionCreateOrUpdateOptionalParams,\n ): Promise<LinkConnectionCreateOrUpdateResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient.createOrUpdate\",\n options ?? {},\n async (options) => {\n return this.client.sendOperationRequest(\n { linkConnectionName, linkConnection, options },\n createOrUpdateOperationSpec,\n ) as Promise<LinkConnectionCreateOrUpdateResponse>;\n },\n );\n }\n\n /**\n * Get a link connection\n * @param linkConnectionName The link connection name\n * @param options The options parameters.\n */\n async get(\n linkConnectionName: string,\n options?: LinkConnectionGetOptionalParams,\n ): Promise<LinkConnectionGetResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient.get\",\n options ?? {},\n async (options) => {\n return this.client.sendOperationRequest(\n { linkConnectionName, options },\n getOperationSpec,\n ) as Promise<LinkConnectionGetResponse>;\n },\n );\n }\n\n /**\n * Delete a link connection\n * @param linkConnectionName The link connection name\n * @param options The options parameters.\n */\n async delete(\n linkConnectionName: string,\n options?: LinkConnectionDeleteOptionalParams,\n ): Promise<void> {\n return tracingClient.withSpan(\n \"ArtifactsClient.delete\",\n options ?? {},\n async (options) => {\n return this.client.sendOperationRequest(\n { linkConnectionName, options },\n deleteOperationSpec,\n ) as Promise<void>;\n },\n );\n }\n\n /**\n * Edit tables for a link connection\n * @param linkConnectionName The link connection name\n * @param editTablesRequest Edit tables request\n * @param options The options parameters.\n */\n async editTables(\n linkConnectionName: string,\n editTablesRequest: EditTablesRequest,\n options?: LinkConnectionEditTablesOptionalParams,\n ): Promise<void> {\n return tracingClient.withSpan(\n \"ArtifactsClient.editTables\",\n options ?? {},\n async (options) => {\n return this.client.sendOperationRequest(\n { linkConnectionName, editTablesRequest, options },\n editTablesOperationSpec,\n ) as Promise<void>;\n },\n );\n }\n\n /**\n * Start a link connection. It may take a few minutes from Starting to Running, monitor the status with\n * LinkConnection_GetDetailedStatus.\n * @param linkConnectionName The link connection name\n * @param options The options parameters.\n */\n async start(\n linkConnectionName: string,\n options?: LinkConnectionStartOptionalParams,\n ): Promise<void> {\n return tracingClient.withSpan(\n \"ArtifactsClient.start\",\n options ?? {},\n async (options) => {\n return this.client.sendOperationRequest(\n { linkConnectionName, options },\n startOperationSpec,\n ) as Promise<void>;\n },\n );\n }\n\n /**\n * Stop a link connection. It may take a few minutes from Stopping to stopped, monitor the status with\n * LinkConnection_GetDetailedStatus.\n * @param linkConnectionName The link connection name\n * @param options The options parameters.\n */\n async stop(\n linkConnectionName: string,\n options?: LinkConnectionStopOptionalParams,\n ): Promise<void> {\n return tracingClient.withSpan(\n \"ArtifactsClient.stop\",\n options ?? {},\n async (options) => {\n return this.client.sendOperationRequest(\n { linkConnectionName, options },\n stopOperationSpec,\n ) as Promise<void>;\n },\n );\n }\n\n /**\n * Get the detailed status of a link connection\n * @param linkConnectionName The link connection name\n * @param options The options parameters.\n */\n async getDetailedStatus(\n linkConnectionName: string,\n options?: LinkConnectionGetDetailedStatusOptionalParams,\n ): Promise<LinkConnectionGetDetailedStatusResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient.getDetailedStatus\",\n options ?? {},\n async (options) => {\n return this.client.sendOperationRequest(\n { linkConnectionName, options },\n getDetailedStatusOperationSpec,\n ) as Promise<LinkConnectionGetDetailedStatusResponse>;\n },\n );\n }\n\n /**\n * List the link tables of a link connection\n * @param linkConnectionName The link connection name\n * @param options The options parameters.\n */\n async listLinkTables(\n linkConnectionName: string,\n options?: LinkConnectionListLinkTablesOptionalParams,\n ): Promise<LinkConnectionListLinkTablesResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient.listLinkTables\",\n options ?? {},\n async (options) => {\n return this.client.sendOperationRequest(\n { linkConnectionName, options },\n listLinkTablesOperationSpec,\n ) as Promise<LinkConnectionListLinkTablesResponse>;\n },\n );\n }\n\n /**\n * Query the link table status of a link connection\n * @param linkConnectionName The link connection name\n * @param queryTableStatusRequest Query table status request\n * @param options The options parameters.\n */\n async queryTableStatus(\n linkConnectionName: string,\n queryTableStatusRequest: QueryTableStatusRequest,\n options?: LinkConnectionQueryTableStatusOptionalParams,\n ): Promise<LinkConnectionQueryTableStatusResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient.queryTableStatus\",\n options ?? {},\n async (options) => {\n return this.client.sendOperationRequest(\n { linkConnectionName, queryTableStatusRequest, options },\n queryTableStatusOperationSpec,\n ) as Promise<LinkConnectionQueryTableStatusResponse>;\n },\n );\n }\n\n /**\n * Update landing zone credential of a link connection\n * @param linkConnectionName The link connection name\n * @param updateLandingZoneCredentialRequest update landing zone credential request\n * @param options The options parameters.\n */\n async updateLandingZoneCredential(\n linkConnectionName: string,\n updateLandingZoneCredentialRequest: UpdateLandingZoneCredential,\n options?: LinkConnectionUpdateLandingZoneCredentialOptionalParams,\n ): Promise<void> {\n return tracingClient.withSpan(\n \"ArtifactsClient.updateLandingZoneCredential\",\n options ?? {},\n async (options) => {\n return this.client.sendOperationRequest(\n { linkConnectionName, updateLandingZoneCredentialRequest, options },\n updateLandingZoneCredentialOperationSpec,\n ) as Promise<void>;\n },\n );\n }\n\n /**\n * Pause a link connection. It may take a few minutes from Pausing to Paused, monitor the status with\n * LinkConnection_GetDetailedStatus.\n * @param linkConnectionName The link connection name\n * @param options The options parameters.\n */\n async pause(\n linkConnectionName: string,\n options?: LinkConnectionPauseOptionalParams,\n ): Promise<void> {\n return tracingClient.withSpan(\n \"ArtifactsClient.pause\",\n options ?? {},\n async (options) => {\n return this.client.sendOperationRequest(\n { linkConnectionName, options },\n pauseOperationSpec,\n ) as Promise<void>;\n },\n );\n }\n\n /**\n * Resume a link connection. It may take a few minutes from Resuming to Running, monitor the status\n * with LinkConnection_GetDetailedStatus.\n * @param linkConnectionName The link connection name\n * @param options The options parameters.\n */\n async resume(\n linkConnectionName: string,\n options?: LinkConnectionResumeOptionalParams,\n ): Promise<void> {\n return tracingClient.withSpan(\n \"ArtifactsClient.resume\",\n options ?? {},\n async (options) => {\n return this.client.sendOperationRequest(\n { linkConnectionName, options },\n resumeOperationSpec,\n ) as Promise<void>;\n },\n );\n }\n\n /**\n * ListByWorkspaceNext\n * @param nextLink The nextLink from the previous successful call to the ListByWorkspace method.\n * @param options The options parameters.\n */\n private async _listByWorkspaceNext(\n nextLink: string,\n options?: LinkConnectionListByWorkspaceNextOptionalParams,\n ): Promise<LinkConnectionListByWorkspaceNextResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient._listByWorkspaceNext\",\n options ?? {},\n async (options) => {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listByWorkspaceNextOperationSpec,\n ) as Promise<LinkConnectionListByWorkspaceNextResponse>;\n },\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listByWorkspaceOperationSpec: coreClient.OperationSpec = {\n path: \"/linkconnections\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.LinkConnectionListResponse,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path: \"/linkconnections/{linkConnectionName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.LinkConnectionResource,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n requestBody: Parameters.linkConnection,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.linkConnectionName],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/linkconnections/{linkConnectionName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.LinkConnectionResource,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.linkConnectionName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path: \"/linkconnections/{linkConnectionName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.linkConnectionName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst editTablesOperationSpec: coreClient.OperationSpec = {\n path: \"/linkconnections/{linkConnectionName}/edittables\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n requestBody: Parameters.editTablesRequest,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.linkConnectionName],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst startOperationSpec: coreClient.OperationSpec = {\n path: \"/linkconnections/{linkConnectionName}/start\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.linkConnectionName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst stopOperationSpec: coreClient.OperationSpec = {\n path: \"/linkconnections/{linkConnectionName}/stop\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.linkConnectionName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getDetailedStatusOperationSpec: coreClient.OperationSpec = {\n path: \"/linkconnections/{linkConnectionName}/detailedstatus\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.LinkConnectionDetailedStatus,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.linkConnectionName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listLinkTablesOperationSpec: coreClient.OperationSpec = {\n path: \"/linkconnections/{linkConnectionName}/linktables\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.LinkTableListResponse,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.linkConnectionName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst queryTableStatusOperationSpec: coreClient.OperationSpec = {\n path: \"/linkconnections/{linkConnectionName}/querytablestatus\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.LinkConnectionQueryTableStatus,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n requestBody: Parameters.queryTableStatusRequest,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.linkConnectionName],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst updateLandingZoneCredentialOperationSpec: coreClient.OperationSpec = {\n path: \"/linkconnections/{linkConnectionName}/updateLandingZoneCredential\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n requestBody: Parameters.updateLandingZoneCredentialRequest,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.linkConnectionName],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst pauseOperationSpec: coreClient.OperationSpec = {\n path: \"/linkconnections/{linkConnectionName}/pause\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.linkConnectionName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst resumeOperationSpec: coreClient.OperationSpec = {\n path: \"/linkconnections/{linkConnectionName}/resume\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.linkConnectionName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listByWorkspaceNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.LinkConnectionListResponse,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n urlParameters: [Parameters.endpoint, Parameters.nextLink],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}