@azure/arm-datamigration 3.0.0-alpha.20250115.1 → 3.0.0-alpha.20250116.1

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 (1063) hide show
  1. package/dist/browser/dataMigrationManagementClient.d.ts +30 -0
  2. package/dist/browser/dataMigrationManagementClient.d.ts.map +1 -0
  3. package/dist/browser/dataMigrationManagementClient.js +107 -0
  4. package/dist/browser/dataMigrationManagementClient.js.map +1 -0
  5. package/dist/browser/index.d.ts +5 -0
  6. package/dist/browser/index.d.ts.map +1 -0
  7. package/dist/browser/index.js +13 -0
  8. package/dist/browser/index.js.map +1 -0
  9. package/dist/browser/lroImpl.js +25 -0
  10. package/dist/browser/lroImpl.js.map +1 -0
  11. package/dist/browser/models/index.js.map +1 -0
  12. package/dist/browser/models/mappers.js.map +1 -0
  13. package/dist/browser/models/parameters.js +272 -0
  14. package/dist/browser/models/parameters.js.map +1 -0
  15. package/dist/browser/operations/databaseMigrationsSqlMi.d.ts +83 -0
  16. package/dist/browser/operations/databaseMigrationsSqlMi.d.ts.map +1 -0
  17. package/dist/browser/operations/databaseMigrationsSqlMi.js +302 -0
  18. package/dist/browser/operations/databaseMigrationsSqlMi.js.map +1 -0
  19. package/dist/browser/operations/databaseMigrationsSqlVm.d.ts +83 -0
  20. package/dist/browser/operations/databaseMigrationsSqlVm.d.ts.map +1 -0
  21. package/dist/browser/operations/databaseMigrationsSqlVm.js +302 -0
  22. package/dist/browser/operations/databaseMigrationsSqlVm.js.map +1 -0
  23. package/dist/browser/operations/files.d.ts +101 -0
  24. package/dist/browser/operations/files.d.ts.map +1 -0
  25. package/dist/browser/operations/files.js +372 -0
  26. package/dist/browser/operations/files.js.map +1 -0
  27. package/dist/browser/operations/index.d.ts +12 -0
  28. package/dist/browser/operations/index.d.ts.map +1 -0
  29. package/dist/browser/operations/index.js +19 -0
  30. package/dist/browser/operations/index.js.map +1 -0
  31. package/dist/browser/operations/operations.d.ts +32 -0
  32. package/dist/browser/operations/operations.d.ts.map +1 -0
  33. package/dist/browser/operations/operations.js +130 -0
  34. package/dist/browser/operations/operations.js.map +1 -0
  35. package/dist/browser/operations/projects.d.ts +78 -0
  36. package/dist/browser/operations/projects.d.ts.map +1 -0
  37. package/dist/browser/operations/projects.js +293 -0
  38. package/dist/browser/operations/projects.js.map +1 -0
  39. package/dist/browser/operations/resourceSkus.d.ts +32 -0
  40. package/dist/browser/operations/resourceSkus.d.ts.map +1 -0
  41. package/dist/browser/operations/resourceSkus.js +138 -0
  42. package/dist/browser/operations/resourceSkus.js.map +1 -0
  43. package/dist/browser/operations/serviceTasks.d.ts +91 -0
  44. package/dist/browser/operations/serviceTasks.d.ts.map +1 -0
  45. package/dist/browser/operations/serviceTasks.js +330 -0
  46. package/dist/browser/operations/serviceTasks.js.map +1 -0
  47. package/dist/browser/operations/services.d.ts +217 -0
  48. package/dist/browser/operations/services.d.ts.map +1 -0
  49. package/dist/browser/operations/services.js +914 -0
  50. package/dist/browser/operations/services.js.map +1 -0
  51. package/dist/browser/operations/sqlMigrationServices.d.ts +178 -0
  52. package/dist/browser/operations/sqlMigrationServices.d.ts.map +1 -0
  53. package/dist/browser/operations/sqlMigrationServices.js +754 -0
  54. package/dist/browser/operations/sqlMigrationServices.js.map +1 -0
  55. package/dist/browser/operations/tasks.d.ts +110 -0
  56. package/dist/browser/operations/tasks.d.ts.map +1 -0
  57. package/dist/browser/operations/tasks.js +383 -0
  58. package/dist/browser/operations/tasks.js.map +1 -0
  59. package/dist/browser/operations/usages.d.ts +37 -0
  60. package/dist/browser/operations/usages.d.ts.map +1 -0
  61. package/dist/browser/operations/usages.js +148 -0
  62. package/dist/browser/operations/usages.js.map +1 -0
  63. package/dist/browser/operationsInterfaces/databaseMigrationsSqlMi.d.ts +75 -0
  64. package/dist/browser/operationsInterfaces/databaseMigrationsSqlMi.d.ts.map +1 -0
  65. package/dist/browser/operationsInterfaces/databaseMigrationsSqlMi.js.map +1 -0
  66. package/dist/browser/operationsInterfaces/databaseMigrationsSqlVm.d.ts +75 -0
  67. package/dist/browser/operationsInterfaces/databaseMigrationsSqlVm.d.ts.map +1 -0
  68. package/dist/browser/operationsInterfaces/databaseMigrationsSqlVm.js.map +1 -0
  69. package/dist/browser/operationsInterfaces/files.d.ts +73 -0
  70. package/dist/browser/operationsInterfaces/files.d.ts.map +1 -0
  71. package/dist/browser/operationsInterfaces/files.js.map +1 -0
  72. package/dist/browser/operationsInterfaces/index.d.ts +12 -0
  73. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  74. package/dist/browser/operationsInterfaces/index.js +19 -0
  75. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  76. package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
  77. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
  78. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  79. package/dist/browser/operationsInterfaces/projects.d.ts +52 -0
  80. package/dist/browser/operationsInterfaces/projects.d.ts.map +1 -0
  81. package/dist/browser/operationsInterfaces/projects.js.map +1 -0
  82. package/dist/browser/operationsInterfaces/resourceSkus.d.ts +11 -0
  83. package/dist/browser/operationsInterfaces/resourceSkus.d.ts.map +1 -0
  84. package/dist/browser/operationsInterfaces/resourceSkus.js.map +1 -0
  85. package/dist/browser/operationsInterfaces/serviceTasks.d.ts +64 -0
  86. package/dist/browser/operationsInterfaces/serviceTasks.d.ts.map +1 -0
  87. package/dist/browser/operationsInterfaces/serviceTasks.js.map +1 -0
  88. package/dist/browser/operationsInterfaces/services.d.ts +161 -0
  89. package/dist/browser/operationsInterfaces/services.d.ts.map +1 -0
  90. package/dist/browser/operationsInterfaces/services.js.map +1 -0
  91. package/dist/browser/operationsInterfaces/sqlMigrationServices.d.ts +121 -0
  92. package/dist/browser/operationsInterfaces/sqlMigrationServices.d.ts.map +1 -0
  93. package/dist/browser/operationsInterfaces/sqlMigrationServices.js.map +1 -0
  94. package/dist/browser/operationsInterfaces/tasks.d.ts +81 -0
  95. package/dist/browser/operationsInterfaces/tasks.d.ts.map +1 -0
  96. package/dist/browser/operationsInterfaces/tasks.js.map +1 -0
  97. package/dist/browser/operationsInterfaces/usages.d.ts +13 -0
  98. package/dist/browser/operationsInterfaces/usages.d.ts.map +1 -0
  99. package/dist/browser/operationsInterfaces/usages.js.map +1 -0
  100. package/dist/browser/package.json +3 -0
  101. package/dist/browser/pagingHelper.js.map +1 -0
  102. package/dist/commonjs/dataMigrationManagementClient.d.ts +30 -0
  103. package/dist/commonjs/dataMigrationManagementClient.d.ts.map +1 -0
  104. package/dist/commonjs/dataMigrationManagementClient.js +112 -0
  105. package/dist/commonjs/dataMigrationManagementClient.js.map +1 -0
  106. package/dist/commonjs/index.d.ts +5 -0
  107. package/dist/commonjs/index.d.ts.map +1 -0
  108. package/dist/commonjs/index.js +19 -0
  109. package/dist/commonjs/index.js.map +1 -0
  110. package/dist/commonjs/lroImpl.d.ts +16 -0
  111. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  112. package/dist/commonjs/lroImpl.js +29 -0
  113. package/dist/commonjs/lroImpl.js.map +1 -0
  114. package/dist/commonjs/models/index.d.ts +7554 -0
  115. package/dist/commonjs/models/index.d.ts.map +1 -0
  116. package/dist/commonjs/models/index.js +852 -0
  117. package/dist/commonjs/models/index.js.map +1 -0
  118. package/dist/commonjs/models/mappers.d.ts +434 -0
  119. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  120. package/dist/commonjs/models/mappers.js +11831 -0
  121. package/dist/commonjs/models/mappers.js.map +1 -0
  122. package/dist/commonjs/models/parameters.d.ts +36 -0
  123. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  124. package/dist/commonjs/models/parameters.js +275 -0
  125. package/dist/commonjs/models/parameters.js.map +1 -0
  126. package/dist/commonjs/operations/databaseMigrationsSqlMi.d.ts +83 -0
  127. package/dist/commonjs/operations/databaseMigrationsSqlMi.d.ts.map +1 -0
  128. package/dist/commonjs/operations/databaseMigrationsSqlMi.js +307 -0
  129. package/dist/commonjs/operations/databaseMigrationsSqlMi.js.map +1 -0
  130. package/dist/commonjs/operations/databaseMigrationsSqlVm.d.ts +83 -0
  131. package/dist/commonjs/operations/databaseMigrationsSqlVm.d.ts.map +1 -0
  132. package/dist/commonjs/operations/databaseMigrationsSqlVm.js +307 -0
  133. package/dist/commonjs/operations/databaseMigrationsSqlVm.js.map +1 -0
  134. package/dist/commonjs/operations/files.d.ts +101 -0
  135. package/dist/commonjs/operations/files.d.ts.map +1 -0
  136. package/dist/commonjs/operations/files.js +376 -0
  137. package/dist/commonjs/operations/files.js.map +1 -0
  138. package/dist/commonjs/operations/index.d.ts +12 -0
  139. package/dist/commonjs/operations/index.d.ts.map +1 -0
  140. package/dist/commonjs/operations/index.js +22 -0
  141. package/dist/commonjs/operations/index.js.map +1 -0
  142. package/dist/commonjs/operations/operations.d.ts +32 -0
  143. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  144. package/dist/commonjs/operations/operations.js +134 -0
  145. package/dist/commonjs/operations/operations.js.map +1 -0
  146. package/dist/commonjs/operations/projects.d.ts +78 -0
  147. package/dist/commonjs/operations/projects.d.ts.map +1 -0
  148. package/dist/commonjs/operations/projects.js +297 -0
  149. package/dist/commonjs/operations/projects.js.map +1 -0
  150. package/dist/commonjs/operations/resourceSkus.d.ts +32 -0
  151. package/dist/commonjs/operations/resourceSkus.d.ts.map +1 -0
  152. package/dist/commonjs/operations/resourceSkus.js +142 -0
  153. package/dist/commonjs/operations/resourceSkus.js.map +1 -0
  154. package/dist/commonjs/operations/serviceTasks.d.ts +91 -0
  155. package/dist/commonjs/operations/serviceTasks.d.ts.map +1 -0
  156. package/dist/commonjs/operations/serviceTasks.js +334 -0
  157. package/dist/commonjs/operations/serviceTasks.js.map +1 -0
  158. package/dist/commonjs/operations/services.d.ts +217 -0
  159. package/dist/commonjs/operations/services.d.ts.map +1 -0
  160. package/dist/commonjs/operations/services.js +918 -0
  161. package/dist/commonjs/operations/services.js.map +1 -0
  162. package/dist/commonjs/operations/sqlMigrationServices.d.ts +178 -0
  163. package/dist/commonjs/operations/sqlMigrationServices.d.ts.map +1 -0
  164. package/dist/commonjs/operations/sqlMigrationServices.js +758 -0
  165. package/dist/commonjs/operations/sqlMigrationServices.js.map +1 -0
  166. package/dist/commonjs/operations/tasks.d.ts +110 -0
  167. package/dist/commonjs/operations/tasks.d.ts.map +1 -0
  168. package/dist/commonjs/operations/tasks.js +387 -0
  169. package/dist/commonjs/operations/tasks.js.map +1 -0
  170. package/dist/commonjs/operations/usages.d.ts +37 -0
  171. package/dist/commonjs/operations/usages.d.ts.map +1 -0
  172. package/dist/commonjs/operations/usages.js +152 -0
  173. package/dist/commonjs/operations/usages.js.map +1 -0
  174. package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlMi.d.ts +75 -0
  175. package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlMi.d.ts.map +1 -0
  176. package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlMi.js +10 -0
  177. package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlMi.js.map +1 -0
  178. package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlVm.d.ts +75 -0
  179. package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlVm.d.ts.map +1 -0
  180. package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlVm.js +10 -0
  181. package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlVm.js.map +1 -0
  182. package/dist/commonjs/operationsInterfaces/files.d.ts +73 -0
  183. package/dist/commonjs/operationsInterfaces/files.d.ts.map +1 -0
  184. package/dist/commonjs/operationsInterfaces/files.js +10 -0
  185. package/dist/commonjs/operationsInterfaces/files.js.map +1 -0
  186. package/dist/commonjs/operationsInterfaces/index.d.ts +12 -0
  187. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  188. package/dist/commonjs/operationsInterfaces/index.js +22 -0
  189. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  190. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  191. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  192. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  193. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  194. package/dist/commonjs/operationsInterfaces/projects.d.ts +52 -0
  195. package/dist/commonjs/operationsInterfaces/projects.d.ts.map +1 -0
  196. package/dist/commonjs/operationsInterfaces/projects.js +10 -0
  197. package/dist/commonjs/operationsInterfaces/projects.js.map +1 -0
  198. package/dist/commonjs/operationsInterfaces/resourceSkus.d.ts +11 -0
  199. package/dist/commonjs/operationsInterfaces/resourceSkus.d.ts.map +1 -0
  200. package/dist/commonjs/operationsInterfaces/resourceSkus.js +10 -0
  201. package/dist/commonjs/operationsInterfaces/resourceSkus.js.map +1 -0
  202. package/dist/commonjs/operationsInterfaces/serviceTasks.d.ts +64 -0
  203. package/dist/commonjs/operationsInterfaces/serviceTasks.d.ts.map +1 -0
  204. package/dist/commonjs/operationsInterfaces/serviceTasks.js +10 -0
  205. package/dist/commonjs/operationsInterfaces/serviceTasks.js.map +1 -0
  206. package/dist/commonjs/operationsInterfaces/services.d.ts +161 -0
  207. package/dist/commonjs/operationsInterfaces/services.d.ts.map +1 -0
  208. package/dist/commonjs/operationsInterfaces/services.js +10 -0
  209. package/dist/commonjs/operationsInterfaces/services.js.map +1 -0
  210. package/dist/commonjs/operationsInterfaces/sqlMigrationServices.d.ts +121 -0
  211. package/dist/commonjs/operationsInterfaces/sqlMigrationServices.d.ts.map +1 -0
  212. package/dist/commonjs/operationsInterfaces/sqlMigrationServices.js +10 -0
  213. package/dist/commonjs/operationsInterfaces/sqlMigrationServices.js.map +1 -0
  214. package/dist/commonjs/operationsInterfaces/tasks.d.ts +81 -0
  215. package/dist/commonjs/operationsInterfaces/tasks.d.ts.map +1 -0
  216. package/dist/commonjs/operationsInterfaces/tasks.js +10 -0
  217. package/dist/commonjs/operationsInterfaces/tasks.js.map +1 -0
  218. package/dist/commonjs/operationsInterfaces/usages.d.ts +13 -0
  219. package/dist/commonjs/operationsInterfaces/usages.d.ts.map +1 -0
  220. package/dist/commonjs/operationsInterfaces/usages.js +10 -0
  221. package/dist/commonjs/operationsInterfaces/usages.js.map +1 -0
  222. package/dist/commonjs/package.json +3 -0
  223. package/dist/commonjs/pagingHelper.d.ts +13 -0
  224. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  225. package/dist/commonjs/pagingHelper.js +36 -0
  226. package/dist/commonjs/pagingHelper.js.map +1 -0
  227. package/dist/esm/dataMigrationManagementClient.d.ts +30 -0
  228. package/dist/esm/dataMigrationManagementClient.d.ts.map +1 -0
  229. package/dist/esm/dataMigrationManagementClient.js +107 -0
  230. package/dist/esm/dataMigrationManagementClient.js.map +1 -0
  231. package/dist/esm/index.d.ts +5 -0
  232. package/dist/esm/index.d.ts.map +1 -0
  233. package/dist/esm/index.js +13 -0
  234. package/dist/esm/index.js.map +1 -0
  235. package/dist/esm/lroImpl.d.ts +16 -0
  236. package/dist/esm/lroImpl.d.ts.map +1 -0
  237. package/dist/esm/lroImpl.js +25 -0
  238. package/dist/esm/lroImpl.js.map +1 -0
  239. package/dist/esm/models/index.d.ts +7554 -0
  240. package/dist/esm/models/index.d.ts.map +1 -0
  241. package/dist/esm/models/index.js +848 -0
  242. package/dist/esm/models/index.js.map +1 -0
  243. package/dist/esm/models/mappers.d.ts +434 -0
  244. package/dist/esm/models/mappers.d.ts.map +1 -0
  245. package/dist/esm/models/mappers.js +11822 -0
  246. package/dist/esm/models/mappers.js.map +1 -0
  247. package/dist/esm/models/parameters.d.ts +36 -0
  248. package/dist/esm/models/parameters.d.ts.map +1 -0
  249. package/dist/esm/models/parameters.js +272 -0
  250. package/dist/esm/models/parameters.js.map +1 -0
  251. package/dist/esm/operations/databaseMigrationsSqlMi.d.ts +83 -0
  252. package/dist/esm/operations/databaseMigrationsSqlMi.d.ts.map +1 -0
  253. package/dist/esm/operations/databaseMigrationsSqlMi.js +302 -0
  254. package/dist/esm/operations/databaseMigrationsSqlMi.js.map +1 -0
  255. package/dist/esm/operations/databaseMigrationsSqlVm.d.ts +83 -0
  256. package/dist/esm/operations/databaseMigrationsSqlVm.d.ts.map +1 -0
  257. package/dist/esm/operations/databaseMigrationsSqlVm.js +302 -0
  258. package/dist/esm/operations/databaseMigrationsSqlVm.js.map +1 -0
  259. package/dist/esm/operations/files.d.ts +101 -0
  260. package/dist/esm/operations/files.d.ts.map +1 -0
  261. package/dist/esm/operations/files.js +372 -0
  262. package/dist/esm/operations/files.js.map +1 -0
  263. package/dist/esm/operations/index.d.ts +12 -0
  264. package/dist/esm/operations/index.d.ts.map +1 -0
  265. package/dist/esm/operations/index.js +19 -0
  266. package/dist/esm/operations/index.js.map +1 -0
  267. package/dist/esm/operations/operations.d.ts +32 -0
  268. package/dist/esm/operations/operations.d.ts.map +1 -0
  269. package/dist/esm/operations/operations.js +130 -0
  270. package/dist/esm/operations/operations.js.map +1 -0
  271. package/dist/esm/operations/projects.d.ts +78 -0
  272. package/dist/esm/operations/projects.d.ts.map +1 -0
  273. package/dist/esm/operations/projects.js +293 -0
  274. package/dist/esm/operations/projects.js.map +1 -0
  275. package/dist/esm/operations/resourceSkus.d.ts +32 -0
  276. package/dist/esm/operations/resourceSkus.d.ts.map +1 -0
  277. package/dist/esm/operations/resourceSkus.js +138 -0
  278. package/dist/esm/operations/resourceSkus.js.map +1 -0
  279. package/dist/esm/operations/serviceTasks.d.ts +91 -0
  280. package/dist/esm/operations/serviceTasks.d.ts.map +1 -0
  281. package/dist/esm/operations/serviceTasks.js +330 -0
  282. package/dist/esm/operations/serviceTasks.js.map +1 -0
  283. package/dist/esm/operations/services.d.ts +217 -0
  284. package/dist/esm/operations/services.d.ts.map +1 -0
  285. package/dist/esm/operations/services.js +914 -0
  286. package/dist/esm/operations/services.js.map +1 -0
  287. package/dist/esm/operations/sqlMigrationServices.d.ts +178 -0
  288. package/dist/esm/operations/sqlMigrationServices.d.ts.map +1 -0
  289. package/dist/esm/operations/sqlMigrationServices.js +754 -0
  290. package/dist/esm/operations/sqlMigrationServices.js.map +1 -0
  291. package/dist/esm/operations/tasks.d.ts +110 -0
  292. package/dist/esm/operations/tasks.d.ts.map +1 -0
  293. package/dist/esm/operations/tasks.js +383 -0
  294. package/dist/esm/operations/tasks.js.map +1 -0
  295. package/dist/esm/operations/usages.d.ts +37 -0
  296. package/dist/esm/operations/usages.d.ts.map +1 -0
  297. package/dist/esm/operations/usages.js +148 -0
  298. package/dist/esm/operations/usages.js.map +1 -0
  299. package/dist/esm/operationsInterfaces/databaseMigrationsSqlMi.d.ts +75 -0
  300. package/dist/esm/operationsInterfaces/databaseMigrationsSqlMi.d.ts.map +1 -0
  301. package/dist/esm/operationsInterfaces/databaseMigrationsSqlMi.js +9 -0
  302. package/dist/esm/operationsInterfaces/databaseMigrationsSqlMi.js.map +1 -0
  303. package/dist/esm/operationsInterfaces/databaseMigrationsSqlVm.d.ts +75 -0
  304. package/dist/esm/operationsInterfaces/databaseMigrationsSqlVm.d.ts.map +1 -0
  305. package/dist/esm/operationsInterfaces/databaseMigrationsSqlVm.js +9 -0
  306. package/dist/esm/operationsInterfaces/databaseMigrationsSqlVm.js.map +1 -0
  307. package/dist/esm/operationsInterfaces/files.d.ts +73 -0
  308. package/dist/esm/operationsInterfaces/files.d.ts.map +1 -0
  309. package/dist/esm/operationsInterfaces/files.js +9 -0
  310. package/dist/esm/operationsInterfaces/files.js.map +1 -0
  311. package/dist/esm/operationsInterfaces/index.d.ts +12 -0
  312. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  313. package/dist/esm/operationsInterfaces/index.js +19 -0
  314. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  315. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  316. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  317. package/dist/esm/operationsInterfaces/operations.js +9 -0
  318. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  319. package/dist/esm/operationsInterfaces/projects.d.ts +52 -0
  320. package/dist/esm/operationsInterfaces/projects.d.ts.map +1 -0
  321. package/dist/esm/operationsInterfaces/projects.js +9 -0
  322. package/dist/esm/operationsInterfaces/projects.js.map +1 -0
  323. package/dist/esm/operationsInterfaces/resourceSkus.d.ts +11 -0
  324. package/dist/esm/operationsInterfaces/resourceSkus.d.ts.map +1 -0
  325. package/dist/esm/operationsInterfaces/resourceSkus.js +9 -0
  326. package/dist/esm/operationsInterfaces/resourceSkus.js.map +1 -0
  327. package/dist/esm/operationsInterfaces/serviceTasks.d.ts +64 -0
  328. package/dist/esm/operationsInterfaces/serviceTasks.d.ts.map +1 -0
  329. package/dist/esm/operationsInterfaces/serviceTasks.js +9 -0
  330. package/dist/esm/operationsInterfaces/serviceTasks.js.map +1 -0
  331. package/dist/esm/operationsInterfaces/services.d.ts +161 -0
  332. package/dist/esm/operationsInterfaces/services.d.ts.map +1 -0
  333. package/dist/esm/operationsInterfaces/services.js +9 -0
  334. package/dist/esm/operationsInterfaces/services.js.map +1 -0
  335. package/dist/esm/operationsInterfaces/sqlMigrationServices.d.ts +121 -0
  336. package/dist/esm/operationsInterfaces/sqlMigrationServices.d.ts.map +1 -0
  337. package/dist/esm/operationsInterfaces/sqlMigrationServices.js +9 -0
  338. package/dist/esm/operationsInterfaces/sqlMigrationServices.js.map +1 -0
  339. package/dist/esm/operationsInterfaces/tasks.d.ts +81 -0
  340. package/dist/esm/operationsInterfaces/tasks.d.ts.map +1 -0
  341. package/dist/esm/operationsInterfaces/tasks.js +9 -0
  342. package/dist/esm/operationsInterfaces/tasks.js.map +1 -0
  343. package/dist/esm/operationsInterfaces/usages.d.ts +13 -0
  344. package/dist/esm/operationsInterfaces/usages.d.ts.map +1 -0
  345. package/dist/esm/operationsInterfaces/usages.js +9 -0
  346. package/dist/esm/operationsInterfaces/usages.js.map +1 -0
  347. package/dist/esm/package.json +3 -0
  348. package/dist/esm/pagingHelper.d.ts +13 -0
  349. package/dist/esm/pagingHelper.d.ts.map +1 -0
  350. package/dist/esm/pagingHelper.js +32 -0
  351. package/dist/esm/pagingHelper.js.map +1 -0
  352. package/dist/react-native/dataMigrationManagementClient.d.ts +30 -0
  353. package/dist/react-native/dataMigrationManagementClient.d.ts.map +1 -0
  354. package/dist/react-native/dataMigrationManagementClient.js +107 -0
  355. package/dist/react-native/dataMigrationManagementClient.js.map +1 -0
  356. package/dist/react-native/index.d.ts +5 -0
  357. package/dist/react-native/index.d.ts.map +1 -0
  358. package/dist/react-native/index.js +13 -0
  359. package/dist/react-native/index.js.map +1 -0
  360. package/dist/react-native/lroImpl.d.ts +16 -0
  361. package/dist/react-native/lroImpl.d.ts.map +1 -0
  362. package/dist/react-native/lroImpl.js +25 -0
  363. package/dist/react-native/lroImpl.js.map +1 -0
  364. package/dist/react-native/models/index.d.ts +7554 -0
  365. package/dist/react-native/models/index.d.ts.map +1 -0
  366. package/dist/react-native/models/index.js +848 -0
  367. package/dist/react-native/models/index.js.map +1 -0
  368. package/dist/react-native/models/mappers.d.ts +434 -0
  369. package/dist/react-native/models/mappers.d.ts.map +1 -0
  370. package/dist/react-native/models/mappers.js +11822 -0
  371. package/dist/react-native/models/mappers.js.map +1 -0
  372. package/dist/react-native/models/parameters.d.ts +36 -0
  373. package/dist/react-native/models/parameters.d.ts.map +1 -0
  374. package/dist/react-native/models/parameters.js +272 -0
  375. package/dist/react-native/models/parameters.js.map +1 -0
  376. package/dist/react-native/operations/databaseMigrationsSqlMi.d.ts +83 -0
  377. package/dist/react-native/operations/databaseMigrationsSqlMi.d.ts.map +1 -0
  378. package/dist/react-native/operations/databaseMigrationsSqlMi.js +302 -0
  379. package/dist/react-native/operations/databaseMigrationsSqlMi.js.map +1 -0
  380. package/dist/react-native/operations/databaseMigrationsSqlVm.d.ts +83 -0
  381. package/dist/react-native/operations/databaseMigrationsSqlVm.d.ts.map +1 -0
  382. package/dist/react-native/operations/databaseMigrationsSqlVm.js +302 -0
  383. package/dist/react-native/operations/databaseMigrationsSqlVm.js.map +1 -0
  384. package/dist/react-native/operations/files.d.ts +101 -0
  385. package/dist/react-native/operations/files.d.ts.map +1 -0
  386. package/dist/react-native/operations/files.js +372 -0
  387. package/dist/react-native/operations/files.js.map +1 -0
  388. package/dist/react-native/operations/index.d.ts +12 -0
  389. package/dist/react-native/operations/index.d.ts.map +1 -0
  390. package/dist/react-native/operations/index.js +19 -0
  391. package/dist/react-native/operations/index.js.map +1 -0
  392. package/dist/react-native/operations/operations.d.ts +32 -0
  393. package/dist/react-native/operations/operations.d.ts.map +1 -0
  394. package/dist/react-native/operations/operations.js +130 -0
  395. package/dist/react-native/operations/operations.js.map +1 -0
  396. package/dist/react-native/operations/projects.d.ts +78 -0
  397. package/dist/react-native/operations/projects.d.ts.map +1 -0
  398. package/dist/react-native/operations/projects.js +293 -0
  399. package/dist/react-native/operations/projects.js.map +1 -0
  400. package/dist/react-native/operations/resourceSkus.d.ts +32 -0
  401. package/dist/react-native/operations/resourceSkus.d.ts.map +1 -0
  402. package/dist/react-native/operations/resourceSkus.js +138 -0
  403. package/dist/react-native/operations/resourceSkus.js.map +1 -0
  404. package/dist/react-native/operations/serviceTasks.d.ts +91 -0
  405. package/dist/react-native/operations/serviceTasks.d.ts.map +1 -0
  406. package/dist/react-native/operations/serviceTasks.js +330 -0
  407. package/dist/react-native/operations/serviceTasks.js.map +1 -0
  408. package/dist/react-native/operations/services.d.ts +217 -0
  409. package/dist/react-native/operations/services.d.ts.map +1 -0
  410. package/dist/react-native/operations/services.js +914 -0
  411. package/dist/react-native/operations/services.js.map +1 -0
  412. package/dist/react-native/operations/sqlMigrationServices.d.ts +178 -0
  413. package/dist/react-native/operations/sqlMigrationServices.d.ts.map +1 -0
  414. package/dist/react-native/operations/sqlMigrationServices.js +754 -0
  415. package/dist/react-native/operations/sqlMigrationServices.js.map +1 -0
  416. package/dist/react-native/operations/tasks.d.ts +110 -0
  417. package/dist/react-native/operations/tasks.d.ts.map +1 -0
  418. package/dist/react-native/operations/tasks.js +383 -0
  419. package/dist/react-native/operations/tasks.js.map +1 -0
  420. package/dist/react-native/operations/usages.d.ts +37 -0
  421. package/dist/react-native/operations/usages.d.ts.map +1 -0
  422. package/dist/react-native/operations/usages.js +148 -0
  423. package/dist/react-native/operations/usages.js.map +1 -0
  424. package/dist/react-native/operationsInterfaces/databaseMigrationsSqlMi.d.ts +75 -0
  425. package/dist/react-native/operationsInterfaces/databaseMigrationsSqlMi.d.ts.map +1 -0
  426. package/dist/react-native/operationsInterfaces/databaseMigrationsSqlMi.js +9 -0
  427. package/dist/react-native/operationsInterfaces/databaseMigrationsSqlMi.js.map +1 -0
  428. package/dist/react-native/operationsInterfaces/databaseMigrationsSqlVm.d.ts +75 -0
  429. package/dist/react-native/operationsInterfaces/databaseMigrationsSqlVm.d.ts.map +1 -0
  430. package/dist/react-native/operationsInterfaces/databaseMigrationsSqlVm.js +9 -0
  431. package/dist/react-native/operationsInterfaces/databaseMigrationsSqlVm.js.map +1 -0
  432. package/dist/react-native/operationsInterfaces/files.d.ts +73 -0
  433. package/dist/react-native/operationsInterfaces/files.d.ts.map +1 -0
  434. package/dist/react-native/operationsInterfaces/files.js +9 -0
  435. package/dist/react-native/operationsInterfaces/files.js.map +1 -0
  436. package/dist/react-native/operationsInterfaces/index.d.ts +12 -0
  437. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  438. package/dist/react-native/operationsInterfaces/index.js +19 -0
  439. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  440. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  441. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  442. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  443. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  444. package/dist/react-native/operationsInterfaces/projects.d.ts +52 -0
  445. package/dist/react-native/operationsInterfaces/projects.d.ts.map +1 -0
  446. package/dist/react-native/operationsInterfaces/projects.js +9 -0
  447. package/dist/react-native/operationsInterfaces/projects.js.map +1 -0
  448. package/dist/react-native/operationsInterfaces/resourceSkus.d.ts +11 -0
  449. package/dist/react-native/operationsInterfaces/resourceSkus.d.ts.map +1 -0
  450. package/dist/react-native/operationsInterfaces/resourceSkus.js +9 -0
  451. package/dist/react-native/operationsInterfaces/resourceSkus.js.map +1 -0
  452. package/dist/react-native/operationsInterfaces/serviceTasks.d.ts +64 -0
  453. package/dist/react-native/operationsInterfaces/serviceTasks.d.ts.map +1 -0
  454. package/dist/react-native/operationsInterfaces/serviceTasks.js +9 -0
  455. package/dist/react-native/operationsInterfaces/serviceTasks.js.map +1 -0
  456. package/dist/react-native/operationsInterfaces/services.d.ts +161 -0
  457. package/dist/react-native/operationsInterfaces/services.d.ts.map +1 -0
  458. package/dist/react-native/operationsInterfaces/services.js +9 -0
  459. package/dist/react-native/operationsInterfaces/services.js.map +1 -0
  460. package/dist/react-native/operationsInterfaces/sqlMigrationServices.d.ts +121 -0
  461. package/dist/react-native/operationsInterfaces/sqlMigrationServices.d.ts.map +1 -0
  462. package/dist/react-native/operationsInterfaces/sqlMigrationServices.js +9 -0
  463. package/dist/react-native/operationsInterfaces/sqlMigrationServices.js.map +1 -0
  464. package/dist/react-native/operationsInterfaces/tasks.d.ts +81 -0
  465. package/dist/react-native/operationsInterfaces/tasks.d.ts.map +1 -0
  466. package/dist/react-native/operationsInterfaces/tasks.js +9 -0
  467. package/dist/react-native/operationsInterfaces/tasks.js.map +1 -0
  468. package/dist/react-native/operationsInterfaces/usages.d.ts +13 -0
  469. package/dist/react-native/operationsInterfaces/usages.d.ts.map +1 -0
  470. package/dist/react-native/operationsInterfaces/usages.js +9 -0
  471. package/dist/react-native/operationsInterfaces/usages.js.map +1 -0
  472. package/dist/react-native/package.json +3 -0
  473. package/dist/react-native/pagingHelper.d.ts +13 -0
  474. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  475. package/dist/react-native/pagingHelper.js +32 -0
  476. package/dist/react-native/pagingHelper.js.map +1 -0
  477. package/package.json +58 -28
  478. package/dist/index.js +0 -17519
  479. package/dist/index.js.map +0 -1
  480. package/dist/index.min.js +0 -1
  481. package/dist/index.min.js.map +0 -1
  482. package/dist-esm/samples-dev/createOrUpdateDatabaseMigrationResourceWithMaximumParameters.d.ts +0 -2
  483. package/dist-esm/samples-dev/createOrUpdateDatabaseMigrationResourceWithMaximumParameters.d.ts.map +0 -1
  484. package/dist-esm/samples-dev/createOrUpdateDatabaseMigrationResourceWithMaximumParameters.js +0 -65
  485. package/dist-esm/samples-dev/createOrUpdateDatabaseMigrationResourceWithMaximumParameters.js.map +0 -1
  486. package/dist-esm/samples-dev/createOrUpdateDatabaseMigrationResourceWithMinimumParameters.d.ts +0 -2
  487. package/dist-esm/samples-dev/createOrUpdateDatabaseMigrationResourceWithMinimumParameters.d.ts.map +0 -1
  488. package/dist-esm/samples-dev/createOrUpdateDatabaseMigrationResourceWithMinimumParameters.js +0 -65
  489. package/dist-esm/samples-dev/createOrUpdateDatabaseMigrationResourceWithMinimumParameters.js.map +0 -1
  490. package/dist-esm/samples-dev/createOrUpdateSqlMigrationServiceWithMaximumParameters.d.ts +0 -2
  491. package/dist-esm/samples-dev/createOrUpdateSqlMigrationServiceWithMaximumParameters.d.ts.map +0 -1
  492. package/dist-esm/samples-dev/createOrUpdateSqlMigrationServiceWithMaximumParameters.js +0 -32
  493. package/dist-esm/samples-dev/createOrUpdateSqlMigrationServiceWithMaximumParameters.js.map +0 -1
  494. package/dist-esm/samples-dev/createOrUpdateSqlMigrationServiceWithMinimumParameters.d.ts +0 -2
  495. package/dist-esm/samples-dev/createOrUpdateSqlMigrationServiceWithMinimumParameters.d.ts.map +0 -1
  496. package/dist-esm/samples-dev/createOrUpdateSqlMigrationServiceWithMinimumParameters.js +0 -32
  497. package/dist-esm/samples-dev/createOrUpdateSqlMigrationServiceWithMinimumParameters.js.map +0 -1
  498. package/dist-esm/samples-dev/cutoverOnlineMigrationOperationForTheDatabase.d.ts +0 -2
  499. package/dist-esm/samples-dev/cutoverOnlineMigrationOperationForTheDatabase.d.ts.map +0 -1
  500. package/dist-esm/samples-dev/cutoverOnlineMigrationOperationForTheDatabase.js +0 -35
  501. package/dist-esm/samples-dev/cutoverOnlineMigrationOperationForTheDatabase.js.map +0 -1
  502. package/dist-esm/samples-dev/databaseMigrationsSqlMiCancelSample.d.ts +0 -2
  503. package/dist-esm/samples-dev/databaseMigrationsSqlMiCancelSample.d.ts.map +0 -1
  504. package/dist-esm/samples-dev/databaseMigrationsSqlMiCancelSample.js +0 -35
  505. package/dist-esm/samples-dev/databaseMigrationsSqlMiCancelSample.js.map +0 -1
  506. package/dist-esm/samples-dev/databaseMigrationsSqlMiCreateOrUpdateSample.d.ts +0 -2
  507. package/dist-esm/samples-dev/databaseMigrationsSqlMiCreateOrUpdateSample.d.ts.map +0 -1
  508. package/dist-esm/samples-dev/databaseMigrationsSqlMiCreateOrUpdateSample.js +0 -117
  509. package/dist-esm/samples-dev/databaseMigrationsSqlMiCreateOrUpdateSample.js.map +0 -1
  510. package/dist-esm/samples-dev/databaseMigrationsSqlMiCutoverSample.d.ts +0 -2
  511. package/dist-esm/samples-dev/databaseMigrationsSqlMiCutoverSample.d.ts.map +0 -1
  512. package/dist-esm/samples-dev/databaseMigrationsSqlMiCutoverSample.js +0 -35
  513. package/dist-esm/samples-dev/databaseMigrationsSqlMiCutoverSample.js.map +0 -1
  514. package/dist-esm/samples-dev/databaseMigrationsSqlMiGetSample.d.ts +0 -2
  515. package/dist-esm/samples-dev/databaseMigrationsSqlMiGetSample.d.ts.map +0 -1
  516. package/dist-esm/samples-dev/databaseMigrationsSqlMiGetSample.js +0 -32
  517. package/dist-esm/samples-dev/databaseMigrationsSqlMiGetSample.js.map +0 -1
  518. package/dist-esm/samples-dev/databaseMigrationsSqlVMCancelSample.d.ts +0 -2
  519. package/dist-esm/samples-dev/databaseMigrationsSqlVMCancelSample.d.ts.map +0 -1
  520. package/dist-esm/samples-dev/databaseMigrationsSqlVMCancelSample.js +0 -35
  521. package/dist-esm/samples-dev/databaseMigrationsSqlVMCancelSample.js.map +0 -1
  522. package/dist-esm/samples-dev/databaseMigrationsSqlVMCreateOrUpdateSample.d.ts +0 -2
  523. package/dist-esm/samples-dev/databaseMigrationsSqlVMCreateOrUpdateSample.d.ts.map +0 -1
  524. package/dist-esm/samples-dev/databaseMigrationsSqlVMCreateOrUpdateSample.js +0 -117
  525. package/dist-esm/samples-dev/databaseMigrationsSqlVMCreateOrUpdateSample.js.map +0 -1
  526. package/dist-esm/samples-dev/databaseMigrationsSqlVMCutoverSample.d.ts +0 -2
  527. package/dist-esm/samples-dev/databaseMigrationsSqlVMCutoverSample.d.ts.map +0 -1
  528. package/dist-esm/samples-dev/databaseMigrationsSqlVMCutoverSample.js +0 -35
  529. package/dist-esm/samples-dev/databaseMigrationsSqlVMCutoverSample.js.map +0 -1
  530. package/dist-esm/samples-dev/databaseMigrationsSqlVMGetSample.d.ts +0 -2
  531. package/dist-esm/samples-dev/databaseMigrationsSqlVMGetSample.d.ts.map +0 -1
  532. package/dist-esm/samples-dev/databaseMigrationsSqlVMGetSample.js +0 -32
  533. package/dist-esm/samples-dev/databaseMigrationsSqlVMGetSample.js.map +0 -1
  534. package/dist-esm/samples-dev/deleteSqlMigrationService.d.ts +0 -2
  535. package/dist-esm/samples-dev/deleteSqlMigrationService.d.ts.map +0 -1
  536. package/dist-esm/samples-dev/deleteSqlMigrationService.js +0 -31
  537. package/dist-esm/samples-dev/deleteSqlMigrationService.js.map +0 -1
  538. package/dist-esm/samples-dev/deleteTheIntegrationRuntimeNode.d.ts +0 -2
  539. package/dist-esm/samples-dev/deleteTheIntegrationRuntimeNode.d.ts.map +0 -1
  540. package/dist-esm/samples-dev/deleteTheIntegrationRuntimeNode.js +0 -35
  541. package/dist-esm/samples-dev/deleteTheIntegrationRuntimeNode.js.map +0 -1
  542. package/dist-esm/samples-dev/filesCreateOrUpdate.d.ts +0 -2
  543. package/dist-esm/samples-dev/filesCreateOrUpdate.d.ts.map +0 -1
  544. package/dist-esm/samples-dev/filesCreateOrUpdate.js +0 -36
  545. package/dist-esm/samples-dev/filesCreateOrUpdate.js.map +0 -1
  546. package/dist-esm/samples-dev/filesCreateOrUpdateSample.d.ts +0 -2
  547. package/dist-esm/samples-dev/filesCreateOrUpdateSample.d.ts.map +0 -1
  548. package/dist-esm/samples-dev/filesCreateOrUpdateSample.js +0 -36
  549. package/dist-esm/samples-dev/filesCreateOrUpdateSample.js.map +0 -1
  550. package/dist-esm/samples-dev/filesDelete.d.ts +0 -2
  551. package/dist-esm/samples-dev/filesDelete.d.ts.map +0 -1
  552. package/dist-esm/samples-dev/filesDelete.js +0 -33
  553. package/dist-esm/samples-dev/filesDelete.js.map +0 -1
  554. package/dist-esm/samples-dev/filesDeleteSample.d.ts +0 -2
  555. package/dist-esm/samples-dev/filesDeleteSample.d.ts.map +0 -1
  556. package/dist-esm/samples-dev/filesDeleteSample.js +0 -33
  557. package/dist-esm/samples-dev/filesDeleteSample.js.map +0 -1
  558. package/dist-esm/samples-dev/filesGetSample.d.ts +0 -2
  559. package/dist-esm/samples-dev/filesGetSample.d.ts.map +0 -1
  560. package/dist-esm/samples-dev/filesGetSample.js +0 -33
  561. package/dist-esm/samples-dev/filesGetSample.js.map +0 -1
  562. package/dist-esm/samples-dev/filesList.d.ts +0 -2
  563. package/dist-esm/samples-dev/filesList.d.ts.map +0 -1
  564. package/dist-esm/samples-dev/filesList.js +0 -33
  565. package/dist-esm/samples-dev/filesList.js.map +0 -1
  566. package/dist-esm/samples-dev/filesListSample.d.ts +0 -2
  567. package/dist-esm/samples-dev/filesListSample.d.ts.map +0 -1
  568. package/dist-esm/samples-dev/filesListSample.js +0 -48
  569. package/dist-esm/samples-dev/filesListSample.js.map +0 -1
  570. package/dist-esm/samples-dev/filesReadSample.d.ts +0 -2
  571. package/dist-esm/samples-dev/filesReadSample.d.ts.map +0 -1
  572. package/dist-esm/samples-dev/filesReadSample.js +0 -33
  573. package/dist-esm/samples-dev/filesReadSample.js.map +0 -1
  574. package/dist-esm/samples-dev/filesReadWriteSample.d.ts +0 -2
  575. package/dist-esm/samples-dev/filesReadWriteSample.d.ts.map +0 -1
  576. package/dist-esm/samples-dev/filesReadWriteSample.js +0 -33
  577. package/dist-esm/samples-dev/filesReadWriteSample.js.map +0 -1
  578. package/dist-esm/samples-dev/filesUpdate.d.ts +0 -2
  579. package/dist-esm/samples-dev/filesUpdate.d.ts.map +0 -1
  580. package/dist-esm/samples-dev/filesUpdate.js +0 -36
  581. package/dist-esm/samples-dev/filesUpdate.js.map +0 -1
  582. package/dist-esm/samples-dev/filesUpdateSample.d.ts +0 -2
  583. package/dist-esm/samples-dev/filesUpdateSample.d.ts.map +0 -1
  584. package/dist-esm/samples-dev/filesUpdateSample.js +0 -36
  585. package/dist-esm/samples-dev/filesUpdateSample.js.map +0 -1
  586. package/dist-esm/samples-dev/getDatabaseMigrationResource.d.ts +0 -2
  587. package/dist-esm/samples-dev/getDatabaseMigrationResource.d.ts.map +0 -1
  588. package/dist-esm/samples-dev/getDatabaseMigrationResource.js +0 -32
  589. package/dist-esm/samples-dev/getDatabaseMigrationResource.js.map +0 -1
  590. package/dist-esm/samples-dev/getMigrationService.d.ts +0 -2
  591. package/dist-esm/samples-dev/getMigrationService.d.ts.map +0 -1
  592. package/dist-esm/samples-dev/getMigrationService.js +0 -31
  593. package/dist-esm/samples-dev/getMigrationService.js.map +0 -1
  594. package/dist-esm/samples-dev/getMigrationServicesInTheResourceGroup.d.ts +0 -2
  595. package/dist-esm/samples-dev/getMigrationServicesInTheResourceGroup.d.ts.map +0 -1
  596. package/dist-esm/samples-dev/getMigrationServicesInTheResourceGroup.js +0 -46
  597. package/dist-esm/samples-dev/getMigrationServicesInTheResourceGroup.js.map +0 -1
  598. package/dist-esm/samples-dev/getServicesInTheSubscriptions.d.ts +0 -2
  599. package/dist-esm/samples-dev/getServicesInTheSubscriptions.d.ts.map +0 -1
  600. package/dist-esm/samples-dev/getServicesInTheSubscriptions.js +0 -45
  601. package/dist-esm/samples-dev/getServicesInTheSubscriptions.js.map +0 -1
  602. package/dist-esm/samples-dev/listDatabaseMigrationsAttachedToTheService.d.ts +0 -2
  603. package/dist-esm/samples-dev/listDatabaseMigrationsAttachedToTheService.d.ts.map +0 -1
  604. package/dist-esm/samples-dev/listDatabaseMigrationsAttachedToTheService.js +0 -47
  605. package/dist-esm/samples-dev/listDatabaseMigrationsAttachedToTheService.js.map +0 -1
  606. package/dist-esm/samples-dev/listSkus.d.ts +0 -2
  607. package/dist-esm/samples-dev/listSkus.d.ts.map +0 -1
  608. package/dist-esm/samples-dev/listSkus.js +0 -45
  609. package/dist-esm/samples-dev/listSkus.js.map +0 -1
  610. package/dist-esm/samples-dev/listsAllOfTheAvailableSqlRestApiOperations.d.ts +0 -2
  611. package/dist-esm/samples-dev/listsAllOfTheAvailableSqlRestApiOperations.d.ts.map +0 -1
  612. package/dist-esm/samples-dev/listsAllOfTheAvailableSqlRestApiOperations.js +0 -45
  613. package/dist-esm/samples-dev/listsAllOfTheAvailableSqlRestApiOperations.js.map +0 -1
  614. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  615. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  616. package/dist-esm/samples-dev/operationsListSample.js +0 -45
  617. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  618. package/dist-esm/samples-dev/projectsCreateOrUpdate.d.ts +0 -2
  619. package/dist-esm/samples-dev/projectsCreateOrUpdate.d.ts.map +0 -1
  620. package/dist-esm/samples-dev/projectsCreateOrUpdate.js +0 -37
  621. package/dist-esm/samples-dev/projectsCreateOrUpdate.js.map +0 -1
  622. package/dist-esm/samples-dev/projectsCreateOrUpdateSample.d.ts +0 -2
  623. package/dist-esm/samples-dev/projectsCreateOrUpdateSample.d.ts.map +0 -1
  624. package/dist-esm/samples-dev/projectsCreateOrUpdateSample.js +0 -37
  625. package/dist-esm/samples-dev/projectsCreateOrUpdateSample.js.map +0 -1
  626. package/dist-esm/samples-dev/projectsDelete.d.ts +0 -2
  627. package/dist-esm/samples-dev/projectsDelete.d.ts.map +0 -1
  628. package/dist-esm/samples-dev/projectsDelete.js +0 -32
  629. package/dist-esm/samples-dev/projectsDelete.js.map +0 -1
  630. package/dist-esm/samples-dev/projectsDeleteSample.d.ts +0 -2
  631. package/dist-esm/samples-dev/projectsDeleteSample.d.ts.map +0 -1
  632. package/dist-esm/samples-dev/projectsDeleteSample.js +0 -32
  633. package/dist-esm/samples-dev/projectsDeleteSample.js.map +0 -1
  634. package/dist-esm/samples-dev/projectsGet.d.ts +0 -2
  635. package/dist-esm/samples-dev/projectsGet.d.ts.map +0 -1
  636. package/dist-esm/samples-dev/projectsGet.js +0 -32
  637. package/dist-esm/samples-dev/projectsGet.js.map +0 -1
  638. package/dist-esm/samples-dev/projectsGetSample.d.ts +0 -2
  639. package/dist-esm/samples-dev/projectsGetSample.d.ts.map +0 -1
  640. package/dist-esm/samples-dev/projectsGetSample.js +0 -32
  641. package/dist-esm/samples-dev/projectsGetSample.js.map +0 -1
  642. package/dist-esm/samples-dev/projectsList.d.ts +0 -2
  643. package/dist-esm/samples-dev/projectsList.d.ts.map +0 -1
  644. package/dist-esm/samples-dev/projectsList.js +0 -47
  645. package/dist-esm/samples-dev/projectsList.js.map +0 -1
  646. package/dist-esm/samples-dev/projectsListSample.d.ts +0 -2
  647. package/dist-esm/samples-dev/projectsListSample.d.ts.map +0 -1
  648. package/dist-esm/samples-dev/projectsListSample.js +0 -47
  649. package/dist-esm/samples-dev/projectsListSample.js.map +0 -1
  650. package/dist-esm/samples-dev/projectsUpdate.d.ts +0 -2
  651. package/dist-esm/samples-dev/projectsUpdate.d.ts.map +0 -1
  652. package/dist-esm/samples-dev/projectsUpdate.js +0 -37
  653. package/dist-esm/samples-dev/projectsUpdate.js.map +0 -1
  654. package/dist-esm/samples-dev/projectsUpdateSample.d.ts +0 -2
  655. package/dist-esm/samples-dev/projectsUpdateSample.d.ts.map +0 -1
  656. package/dist-esm/samples-dev/projectsUpdateSample.js +0 -37
  657. package/dist-esm/samples-dev/projectsUpdateSample.js.map +0 -1
  658. package/dist-esm/samples-dev/regenerateTheOfAuthenticationKeys.d.ts +0 -2
  659. package/dist-esm/samples-dev/regenerateTheOfAuthenticationKeys.d.ts.map +0 -1
  660. package/dist-esm/samples-dev/regenerateTheOfAuthenticationKeys.js +0 -32
  661. package/dist-esm/samples-dev/regenerateTheOfAuthenticationKeys.js.map +0 -1
  662. package/dist-esm/samples-dev/resourceSkusListSkusSample.d.ts +0 -2
  663. package/dist-esm/samples-dev/resourceSkusListSkusSample.d.ts.map +0 -1
  664. package/dist-esm/samples-dev/resourceSkusListSkusSample.js +0 -45
  665. package/dist-esm/samples-dev/resourceSkusListSkusSample.js.map +0 -1
  666. package/dist-esm/samples-dev/retrieveTheListOfAuthenticationKeys.d.ts +0 -2
  667. package/dist-esm/samples-dev/retrieveTheListOfAuthenticationKeys.d.ts.map +0 -1
  668. package/dist-esm/samples-dev/retrieveTheListOfAuthenticationKeys.js +0 -31
  669. package/dist-esm/samples-dev/retrieveTheListOfAuthenticationKeys.js.map +0 -1
  670. package/dist-esm/samples-dev/retrieveTheMonitoringData.d.ts +0 -2
  671. package/dist-esm/samples-dev/retrieveTheMonitoringData.d.ts.map +0 -1
  672. package/dist-esm/samples-dev/retrieveTheMonitoringData.js +0 -31
  673. package/dist-esm/samples-dev/retrieveTheMonitoringData.js.map +0 -1
  674. package/dist-esm/samples-dev/serviceTasksCancelSample.d.ts +0 -2
  675. package/dist-esm/samples-dev/serviceTasksCancelSample.d.ts.map +0 -1
  676. package/dist-esm/samples-dev/serviceTasksCancelSample.js +0 -32
  677. package/dist-esm/samples-dev/serviceTasksCancelSample.js.map +0 -1
  678. package/dist-esm/samples-dev/serviceTasksCreateOrUpdateSample.d.ts +0 -2
  679. package/dist-esm/samples-dev/serviceTasksCreateOrUpdateSample.d.ts.map +0 -1
  680. package/dist-esm/samples-dev/serviceTasksCreateOrUpdateSample.js +0 -38
  681. package/dist-esm/samples-dev/serviceTasksCreateOrUpdateSample.js.map +0 -1
  682. package/dist-esm/samples-dev/serviceTasksDeleteSample.d.ts +0 -2
  683. package/dist-esm/samples-dev/serviceTasksDeleteSample.d.ts.map +0 -1
  684. package/dist-esm/samples-dev/serviceTasksDeleteSample.js +0 -32
  685. package/dist-esm/samples-dev/serviceTasksDeleteSample.js.map +0 -1
  686. package/dist-esm/samples-dev/serviceTasksGetSample.d.ts +0 -2
  687. package/dist-esm/samples-dev/serviceTasksGetSample.d.ts.map +0 -1
  688. package/dist-esm/samples-dev/serviceTasksGetSample.js +0 -32
  689. package/dist-esm/samples-dev/serviceTasksGetSample.js.map +0 -1
  690. package/dist-esm/samples-dev/serviceTasksList.d.ts +0 -2
  691. package/dist-esm/samples-dev/serviceTasksList.d.ts.map +0 -1
  692. package/dist-esm/samples-dev/serviceTasksList.js +0 -47
  693. package/dist-esm/samples-dev/serviceTasksList.js.map +0 -1
  694. package/dist-esm/samples-dev/serviceTasksListSample.d.ts +0 -2
  695. package/dist-esm/samples-dev/serviceTasksListSample.d.ts.map +0 -1
  696. package/dist-esm/samples-dev/serviceTasksListSample.js +0 -47
  697. package/dist-esm/samples-dev/serviceTasksListSample.js.map +0 -1
  698. package/dist-esm/samples-dev/serviceTasksUpdateSample.d.ts +0 -2
  699. package/dist-esm/samples-dev/serviceTasksUpdateSample.d.ts.map +0 -1
  700. package/dist-esm/samples-dev/serviceTasksUpdateSample.js +0 -38
  701. package/dist-esm/samples-dev/serviceTasksUpdateSample.js.map +0 -1
  702. package/dist-esm/samples-dev/servicesCheckChildrenNameAvailability.d.ts +0 -2
  703. package/dist-esm/samples-dev/servicesCheckChildrenNameAvailability.d.ts.map +0 -1
  704. package/dist-esm/samples-dev/servicesCheckChildrenNameAvailability.js +0 -32
  705. package/dist-esm/samples-dev/servicesCheckChildrenNameAvailability.js.map +0 -1
  706. package/dist-esm/samples-dev/servicesCheckChildrenNameAvailabilitySample.d.ts +0 -2
  707. package/dist-esm/samples-dev/servicesCheckChildrenNameAvailabilitySample.d.ts.map +0 -1
  708. package/dist-esm/samples-dev/servicesCheckChildrenNameAvailabilitySample.js +0 -32
  709. package/dist-esm/samples-dev/servicesCheckChildrenNameAvailabilitySample.js.map +0 -1
  710. package/dist-esm/samples-dev/servicesCheckNameAvailability.d.ts +0 -2
  711. package/dist-esm/samples-dev/servicesCheckNameAvailability.d.ts.map +0 -1
  712. package/dist-esm/samples-dev/servicesCheckNameAvailability.js +0 -34
  713. package/dist-esm/samples-dev/servicesCheckNameAvailability.js.map +0 -1
  714. package/dist-esm/samples-dev/servicesCheckNameAvailabilitySample.d.ts +0 -2
  715. package/dist-esm/samples-dev/servicesCheckNameAvailabilitySample.d.ts.map +0 -1
  716. package/dist-esm/samples-dev/servicesCheckNameAvailabilitySample.js +0 -34
  717. package/dist-esm/samples-dev/servicesCheckNameAvailabilitySample.js.map +0 -1
  718. package/dist-esm/samples-dev/servicesCheckStatus.d.ts +0 -2
  719. package/dist-esm/samples-dev/servicesCheckStatus.d.ts.map +0 -1
  720. package/dist-esm/samples-dev/servicesCheckStatus.js +0 -31
  721. package/dist-esm/samples-dev/servicesCheckStatus.js.map +0 -1
  722. package/dist-esm/samples-dev/servicesCheckStatusSample.d.ts +0 -2
  723. package/dist-esm/samples-dev/servicesCheckStatusSample.d.ts.map +0 -1
  724. package/dist-esm/samples-dev/servicesCheckStatusSample.js +0 -31
  725. package/dist-esm/samples-dev/servicesCheckStatusSample.js.map +0 -1
  726. package/dist-esm/samples-dev/servicesCreateOrUpdate.d.ts +0 -2
  727. package/dist-esm/samples-dev/servicesCreateOrUpdate.d.ts.map +0 -1
  728. package/dist-esm/samples-dev/servicesCreateOrUpdate.js +0 -35
  729. package/dist-esm/samples-dev/servicesCreateOrUpdate.js.map +0 -1
  730. package/dist-esm/samples-dev/servicesCreateOrUpdateSample.d.ts +0 -2
  731. package/dist-esm/samples-dev/servicesCreateOrUpdateSample.d.ts.map +0 -1
  732. package/dist-esm/samples-dev/servicesCreateOrUpdateSample.js +0 -36
  733. package/dist-esm/samples-dev/servicesCreateOrUpdateSample.js.map +0 -1
  734. package/dist-esm/samples-dev/servicesDeleteSample.d.ts +0 -2
  735. package/dist-esm/samples-dev/servicesDeleteSample.d.ts.map +0 -1
  736. package/dist-esm/samples-dev/servicesDeleteSample.js +0 -31
  737. package/dist-esm/samples-dev/servicesDeleteSample.js.map +0 -1
  738. package/dist-esm/samples-dev/servicesGetSample.d.ts +0 -2
  739. package/dist-esm/samples-dev/servicesGetSample.d.ts.map +0 -1
  740. package/dist-esm/samples-dev/servicesGetSample.js +0 -31
  741. package/dist-esm/samples-dev/servicesGetSample.js.map +0 -1
  742. package/dist-esm/samples-dev/servicesList.d.ts +0 -2
  743. package/dist-esm/samples-dev/servicesList.d.ts.map +0 -1
  744. package/dist-esm/samples-dev/servicesList.js +0 -45
  745. package/dist-esm/samples-dev/servicesList.js.map +0 -1
  746. package/dist-esm/samples-dev/servicesListByResourceGroup.d.ts +0 -2
  747. package/dist-esm/samples-dev/servicesListByResourceGroup.d.ts.map +0 -1
  748. package/dist-esm/samples-dev/servicesListByResourceGroup.js +0 -46
  749. package/dist-esm/samples-dev/servicesListByResourceGroup.js.map +0 -1
  750. package/dist-esm/samples-dev/servicesListByResourceGroupSample.d.ts +0 -2
  751. package/dist-esm/samples-dev/servicesListByResourceGroupSample.d.ts.map +0 -1
  752. package/dist-esm/samples-dev/servicesListByResourceGroupSample.js +0 -46
  753. package/dist-esm/samples-dev/servicesListByResourceGroupSample.js.map +0 -1
  754. package/dist-esm/samples-dev/servicesListSample.d.ts +0 -2
  755. package/dist-esm/samples-dev/servicesListSample.d.ts.map +0 -1
  756. package/dist-esm/samples-dev/servicesListSample.js +0 -45
  757. package/dist-esm/samples-dev/servicesListSample.js.map +0 -1
  758. package/dist-esm/samples-dev/servicesListSkus.d.ts +0 -2
  759. package/dist-esm/samples-dev/servicesListSkus.d.ts.map +0 -1
  760. package/dist-esm/samples-dev/servicesListSkus.js +0 -47
  761. package/dist-esm/samples-dev/servicesListSkus.js.map +0 -1
  762. package/dist-esm/samples-dev/servicesListSkusSample.d.ts +0 -2
  763. package/dist-esm/samples-dev/servicesListSkusSample.d.ts.map +0 -1
  764. package/dist-esm/samples-dev/servicesListSkusSample.js +0 -47
  765. package/dist-esm/samples-dev/servicesListSkusSample.js.map +0 -1
  766. package/dist-esm/samples-dev/servicesStart.d.ts +0 -2
  767. package/dist-esm/samples-dev/servicesStart.d.ts.map +0 -1
  768. package/dist-esm/samples-dev/servicesStart.js +0 -31
  769. package/dist-esm/samples-dev/servicesStart.js.map +0 -1
  770. package/dist-esm/samples-dev/servicesStartSample.d.ts +0 -2
  771. package/dist-esm/samples-dev/servicesStartSample.d.ts.map +0 -1
  772. package/dist-esm/samples-dev/servicesStartSample.js +0 -31
  773. package/dist-esm/samples-dev/servicesStartSample.js.map +0 -1
  774. package/dist-esm/samples-dev/servicesStop.d.ts +0 -2
  775. package/dist-esm/samples-dev/servicesStop.d.ts.map +0 -1
  776. package/dist-esm/samples-dev/servicesStop.js +0 -31
  777. package/dist-esm/samples-dev/servicesStop.js.map +0 -1
  778. package/dist-esm/samples-dev/servicesStopSample.d.ts +0 -2
  779. package/dist-esm/samples-dev/servicesStopSample.d.ts.map +0 -1
  780. package/dist-esm/samples-dev/servicesStopSample.js +0 -31
  781. package/dist-esm/samples-dev/servicesStopSample.js.map +0 -1
  782. package/dist-esm/samples-dev/servicesUpdateSample.d.ts +0 -2
  783. package/dist-esm/samples-dev/servicesUpdateSample.d.ts.map +0 -1
  784. package/dist-esm/samples-dev/servicesUpdateSample.js +0 -35
  785. package/dist-esm/samples-dev/servicesUpdateSample.js.map +0 -1
  786. package/dist-esm/samples-dev/servicesUsages.d.ts +0 -2
  787. package/dist-esm/samples-dev/servicesUsages.d.ts.map +0 -1
  788. package/dist-esm/samples-dev/servicesUsages.js +0 -46
  789. package/dist-esm/samples-dev/servicesUsages.js.map +0 -1
  790. package/dist-esm/samples-dev/sqlMigrationServicesCreateOrUpdateSample.d.ts +0 -2
  791. package/dist-esm/samples-dev/sqlMigrationServicesCreateOrUpdateSample.d.ts.map +0 -1
  792. package/dist-esm/samples-dev/sqlMigrationServicesCreateOrUpdateSample.js +0 -51
  793. package/dist-esm/samples-dev/sqlMigrationServicesCreateOrUpdateSample.js.map +0 -1
  794. package/dist-esm/samples-dev/sqlMigrationServicesDeleteNodeSample.d.ts +0 -2
  795. package/dist-esm/samples-dev/sqlMigrationServicesDeleteNodeSample.d.ts.map +0 -1
  796. package/dist-esm/samples-dev/sqlMigrationServicesDeleteNodeSample.js +0 -35
  797. package/dist-esm/samples-dev/sqlMigrationServicesDeleteNodeSample.js.map +0 -1
  798. package/dist-esm/samples-dev/sqlMigrationServicesDeleteSample.d.ts +0 -2
  799. package/dist-esm/samples-dev/sqlMigrationServicesDeleteSample.d.ts.map +0 -1
  800. package/dist-esm/samples-dev/sqlMigrationServicesDeleteSample.js +0 -31
  801. package/dist-esm/samples-dev/sqlMigrationServicesDeleteSample.js.map +0 -1
  802. package/dist-esm/samples-dev/sqlMigrationServicesGetSample.d.ts +0 -2
  803. package/dist-esm/samples-dev/sqlMigrationServicesGetSample.d.ts.map +0 -1
  804. package/dist-esm/samples-dev/sqlMigrationServicesGetSample.js +0 -31
  805. package/dist-esm/samples-dev/sqlMigrationServicesGetSample.js.map +0 -1
  806. package/dist-esm/samples-dev/sqlMigrationServicesListAuthKeysSample.d.ts +0 -2
  807. package/dist-esm/samples-dev/sqlMigrationServicesListAuthKeysSample.d.ts.map +0 -1
  808. package/dist-esm/samples-dev/sqlMigrationServicesListAuthKeysSample.js +0 -31
  809. package/dist-esm/samples-dev/sqlMigrationServicesListAuthKeysSample.js.map +0 -1
  810. package/dist-esm/samples-dev/sqlMigrationServicesListByResourceGroupSample.d.ts +0 -2
  811. package/dist-esm/samples-dev/sqlMigrationServicesListByResourceGroupSample.d.ts.map +0 -1
  812. package/dist-esm/samples-dev/sqlMigrationServicesListByResourceGroupSample.js +0 -46
  813. package/dist-esm/samples-dev/sqlMigrationServicesListByResourceGroupSample.js.map +0 -1
  814. package/dist-esm/samples-dev/sqlMigrationServicesListBySubscriptionSample.d.ts +0 -2
  815. package/dist-esm/samples-dev/sqlMigrationServicesListBySubscriptionSample.d.ts.map +0 -1
  816. package/dist-esm/samples-dev/sqlMigrationServicesListBySubscriptionSample.js +0 -45
  817. package/dist-esm/samples-dev/sqlMigrationServicesListBySubscriptionSample.js.map +0 -1
  818. package/dist-esm/samples-dev/sqlMigrationServicesListMigrationsSample.d.ts +0 -2
  819. package/dist-esm/samples-dev/sqlMigrationServicesListMigrationsSample.d.ts.map +0 -1
  820. package/dist-esm/samples-dev/sqlMigrationServicesListMigrationsSample.js +0 -47
  821. package/dist-esm/samples-dev/sqlMigrationServicesListMigrationsSample.js.map +0 -1
  822. package/dist-esm/samples-dev/sqlMigrationServicesListMonitoringDataSample.d.ts +0 -2
  823. package/dist-esm/samples-dev/sqlMigrationServicesListMonitoringDataSample.d.ts.map +0 -1
  824. package/dist-esm/samples-dev/sqlMigrationServicesListMonitoringDataSample.js +0 -31
  825. package/dist-esm/samples-dev/sqlMigrationServicesListMonitoringDataSample.js.map +0 -1
  826. package/dist-esm/samples-dev/sqlMigrationServicesRegenerateAuthKeysSample.d.ts +0 -2
  827. package/dist-esm/samples-dev/sqlMigrationServicesRegenerateAuthKeysSample.d.ts.map +0 -1
  828. package/dist-esm/samples-dev/sqlMigrationServicesRegenerateAuthKeysSample.js +0 -32
  829. package/dist-esm/samples-dev/sqlMigrationServicesRegenerateAuthKeysSample.js.map +0 -1
  830. package/dist-esm/samples-dev/sqlMigrationServicesUpdateSample.d.ts +0 -2
  831. package/dist-esm/samples-dev/sqlMigrationServicesUpdateSample.d.ts.map +0 -1
  832. package/dist-esm/samples-dev/sqlMigrationServicesUpdateSample.js +0 -32
  833. package/dist-esm/samples-dev/sqlMigrationServicesUpdateSample.js.map +0 -1
  834. package/dist-esm/samples-dev/stopOngoingMigrationForTheDatabase.d.ts +0 -2
  835. package/dist-esm/samples-dev/stopOngoingMigrationForTheDatabase.d.ts.map +0 -1
  836. package/dist-esm/samples-dev/stopOngoingMigrationForTheDatabase.js +0 -35
  837. package/dist-esm/samples-dev/stopOngoingMigrationForTheDatabase.js.map +0 -1
  838. package/dist-esm/samples-dev/tasksCancel.d.ts +0 -2
  839. package/dist-esm/samples-dev/tasksCancel.d.ts.map +0 -1
  840. package/dist-esm/samples-dev/tasksCancel.js +0 -32
  841. package/dist-esm/samples-dev/tasksCancel.js.map +0 -1
  842. package/dist-esm/samples-dev/tasksCancelSample.d.ts +0 -2
  843. package/dist-esm/samples-dev/tasksCancelSample.d.ts.map +0 -1
  844. package/dist-esm/samples-dev/tasksCancelSample.js +0 -33
  845. package/dist-esm/samples-dev/tasksCancelSample.js.map +0 -1
  846. package/dist-esm/samples-dev/tasksCommand.d.ts +0 -2
  847. package/dist-esm/samples-dev/tasksCommand.d.ts.map +0 -1
  848. package/dist-esm/samples-dev/tasksCommand.js +0 -37
  849. package/dist-esm/samples-dev/tasksCommand.js.map +0 -1
  850. package/dist-esm/samples-dev/tasksCommandSample.d.ts +0 -2
  851. package/dist-esm/samples-dev/tasksCommandSample.d.ts.map +0 -1
  852. package/dist-esm/samples-dev/tasksCommandSample.js +0 -37
  853. package/dist-esm/samples-dev/tasksCommandSample.js.map +0 -1
  854. package/dist-esm/samples-dev/tasksCreateOrUpdate.d.ts +0 -2
  855. package/dist-esm/samples-dev/tasksCreateOrUpdate.d.ts.map +0 -1
  856. package/dist-esm/samples-dev/tasksCreateOrUpdate.js +0 -38
  857. package/dist-esm/samples-dev/tasksCreateOrUpdate.js.map +0 -1
  858. package/dist-esm/samples-dev/tasksCreateOrUpdateSample.d.ts +0 -2
  859. package/dist-esm/samples-dev/tasksCreateOrUpdateSample.d.ts.map +0 -1
  860. package/dist-esm/samples-dev/tasksCreateOrUpdateSample.js +0 -49
  861. package/dist-esm/samples-dev/tasksCreateOrUpdateSample.js.map +0 -1
  862. package/dist-esm/samples-dev/tasksDelete.d.ts +0 -2
  863. package/dist-esm/samples-dev/tasksDelete.d.ts.map +0 -1
  864. package/dist-esm/samples-dev/tasksDelete.js +0 -32
  865. package/dist-esm/samples-dev/tasksDelete.js.map +0 -1
  866. package/dist-esm/samples-dev/tasksDeleteSample.d.ts +0 -2
  867. package/dist-esm/samples-dev/tasksDeleteSample.d.ts.map +0 -1
  868. package/dist-esm/samples-dev/tasksDeleteSample.js +0 -33
  869. package/dist-esm/samples-dev/tasksDeleteSample.js.map +0 -1
  870. package/dist-esm/samples-dev/tasksGet.d.ts +0 -2
  871. package/dist-esm/samples-dev/tasksGet.d.ts.map +0 -1
  872. package/dist-esm/samples-dev/tasksGet.js +0 -32
  873. package/dist-esm/samples-dev/tasksGet.js.map +0 -1
  874. package/dist-esm/samples-dev/tasksGetSample.d.ts +0 -2
  875. package/dist-esm/samples-dev/tasksGetSample.d.ts.map +0 -1
  876. package/dist-esm/samples-dev/tasksGetSample.js +0 -33
  877. package/dist-esm/samples-dev/tasksGetSample.js.map +0 -1
  878. package/dist-esm/samples-dev/tasksList.d.ts +0 -2
  879. package/dist-esm/samples-dev/tasksList.d.ts.map +0 -1
  880. package/dist-esm/samples-dev/tasksList.js +0 -48
  881. package/dist-esm/samples-dev/tasksList.js.map +0 -1
  882. package/dist-esm/samples-dev/tasksListSample.d.ts +0 -2
  883. package/dist-esm/samples-dev/tasksListSample.d.ts.map +0 -1
  884. package/dist-esm/samples-dev/tasksListSample.js +0 -48
  885. package/dist-esm/samples-dev/tasksListSample.js.map +0 -1
  886. package/dist-esm/samples-dev/tasksUpdate.d.ts +0 -2
  887. package/dist-esm/samples-dev/tasksUpdate.d.ts.map +0 -1
  888. package/dist-esm/samples-dev/tasksUpdate.js +0 -38
  889. package/dist-esm/samples-dev/tasksUpdate.js.map +0 -1
  890. package/dist-esm/samples-dev/tasksUpdateSample.d.ts +0 -2
  891. package/dist-esm/samples-dev/tasksUpdateSample.d.ts.map +0 -1
  892. package/dist-esm/samples-dev/tasksUpdateSample.js +0 -49
  893. package/dist-esm/samples-dev/tasksUpdateSample.js.map +0 -1
  894. package/dist-esm/samples-dev/updateSqlMigrationService.d.ts +0 -2
  895. package/dist-esm/samples-dev/updateSqlMigrationService.d.ts.map +0 -1
  896. package/dist-esm/samples-dev/updateSqlMigrationService.js +0 -32
  897. package/dist-esm/samples-dev/updateSqlMigrationService.js.map +0 -1
  898. package/dist-esm/samples-dev/usagesListSample.d.ts +0 -2
  899. package/dist-esm/samples-dev/usagesListSample.d.ts.map +0 -1
  900. package/dist-esm/samples-dev/usagesListSample.js +0 -46
  901. package/dist-esm/samples-dev/usagesListSample.js.map +0 -1
  902. package/dist-esm/src/dataMigrationManagementClient.d.ts +0 -30
  903. package/dist-esm/src/dataMigrationManagementClient.d.ts.map +0 -1
  904. package/dist-esm/src/dataMigrationManagementClient.js +0 -110
  905. package/dist-esm/src/dataMigrationManagementClient.js.map +0 -1
  906. package/dist-esm/src/index.d.ts +0 -5
  907. package/dist-esm/src/index.d.ts.map +0 -1
  908. package/dist-esm/src/index.js +0 -13
  909. package/dist-esm/src/index.js.map +0 -1
  910. package/dist-esm/src/lroImpl.js +0 -29
  911. package/dist-esm/src/lroImpl.js.map +0 -1
  912. package/dist-esm/src/models/index.js.map +0 -1
  913. package/dist-esm/src/models/mappers.js.map +0 -1
  914. package/dist-esm/src/models/parameters.js +0 -272
  915. package/dist-esm/src/models/parameters.js.map +0 -1
  916. package/dist-esm/src/operations/databaseMigrationsSqlMi.d.ts +0 -83
  917. package/dist-esm/src/operations/databaseMigrationsSqlMi.d.ts.map +0 -1
  918. package/dist-esm/src/operations/databaseMigrationsSqlMi.js +0 -315
  919. package/dist-esm/src/operations/databaseMigrationsSqlMi.js.map +0 -1
  920. package/dist-esm/src/operations/databaseMigrationsSqlVm.d.ts +0 -83
  921. package/dist-esm/src/operations/databaseMigrationsSqlVm.d.ts.map +0 -1
  922. package/dist-esm/src/operations/databaseMigrationsSqlVm.js +0 -315
  923. package/dist-esm/src/operations/databaseMigrationsSqlVm.js.map +0 -1
  924. package/dist-esm/src/operations/files.d.ts +0 -101
  925. package/dist-esm/src/operations/files.d.ts.map +0 -1
  926. package/dist-esm/src/operations/files.js +0 -372
  927. package/dist-esm/src/operations/files.js.map +0 -1
  928. package/dist-esm/src/operations/index.d.ts +0 -12
  929. package/dist-esm/src/operations/index.d.ts.map +0 -1
  930. package/dist-esm/src/operations/index.js +0 -19
  931. package/dist-esm/src/operations/index.js.map +0 -1
  932. package/dist-esm/src/operations/operations.d.ts +0 -32
  933. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  934. package/dist-esm/src/operations/operations.js +0 -130
  935. package/dist-esm/src/operations/operations.js.map +0 -1
  936. package/dist-esm/src/operations/projects.d.ts +0 -78
  937. package/dist-esm/src/operations/projects.d.ts.map +0 -1
  938. package/dist-esm/src/operations/projects.js +0 -293
  939. package/dist-esm/src/operations/projects.js.map +0 -1
  940. package/dist-esm/src/operations/resourceSkus.d.ts +0 -32
  941. package/dist-esm/src/operations/resourceSkus.d.ts.map +0 -1
  942. package/dist-esm/src/operations/resourceSkus.js +0 -138
  943. package/dist-esm/src/operations/resourceSkus.js.map +0 -1
  944. package/dist-esm/src/operations/serviceTasks.d.ts +0 -91
  945. package/dist-esm/src/operations/serviceTasks.d.ts.map +0 -1
  946. package/dist-esm/src/operations/serviceTasks.js +0 -330
  947. package/dist-esm/src/operations/serviceTasks.js.map +0 -1
  948. package/dist-esm/src/operations/services.d.ts +0 -217
  949. package/dist-esm/src/operations/services.d.ts.map +0 -1
  950. package/dist-esm/src/operations/services.js +0 -934
  951. package/dist-esm/src/operations/services.js.map +0 -1
  952. package/dist-esm/src/operations/sqlMigrationServices.d.ts +0 -178
  953. package/dist-esm/src/operations/sqlMigrationServices.d.ts.map +0 -1
  954. package/dist-esm/src/operations/sqlMigrationServices.js +0 -766
  955. package/dist-esm/src/operations/sqlMigrationServices.js.map +0 -1
  956. package/dist-esm/src/operations/tasks.d.ts +0 -110
  957. package/dist-esm/src/operations/tasks.d.ts.map +0 -1
  958. package/dist-esm/src/operations/tasks.js +0 -383
  959. package/dist-esm/src/operations/tasks.js.map +0 -1
  960. package/dist-esm/src/operations/usages.d.ts +0 -37
  961. package/dist-esm/src/operations/usages.d.ts.map +0 -1
  962. package/dist-esm/src/operations/usages.js +0 -148
  963. package/dist-esm/src/operations/usages.js.map +0 -1
  964. package/dist-esm/src/operationsInterfaces/databaseMigrationsSqlMi.d.ts +0 -75
  965. package/dist-esm/src/operationsInterfaces/databaseMigrationsSqlMi.d.ts.map +0 -1
  966. package/dist-esm/src/operationsInterfaces/databaseMigrationsSqlMi.js.map +0 -1
  967. package/dist-esm/src/operationsInterfaces/databaseMigrationsSqlVm.d.ts +0 -75
  968. package/dist-esm/src/operationsInterfaces/databaseMigrationsSqlVm.d.ts.map +0 -1
  969. package/dist-esm/src/operationsInterfaces/databaseMigrationsSqlVm.js.map +0 -1
  970. package/dist-esm/src/operationsInterfaces/files.d.ts +0 -73
  971. package/dist-esm/src/operationsInterfaces/files.d.ts.map +0 -1
  972. package/dist-esm/src/operationsInterfaces/files.js.map +0 -1
  973. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -12
  974. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  975. package/dist-esm/src/operationsInterfaces/index.js +0 -19
  976. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  977. package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
  978. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  979. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  980. package/dist-esm/src/operationsInterfaces/projects.d.ts +0 -52
  981. package/dist-esm/src/operationsInterfaces/projects.d.ts.map +0 -1
  982. package/dist-esm/src/operationsInterfaces/projects.js.map +0 -1
  983. package/dist-esm/src/operationsInterfaces/resourceSkus.d.ts +0 -11
  984. package/dist-esm/src/operationsInterfaces/resourceSkus.d.ts.map +0 -1
  985. package/dist-esm/src/operationsInterfaces/resourceSkus.js.map +0 -1
  986. package/dist-esm/src/operationsInterfaces/serviceTasks.d.ts +0 -64
  987. package/dist-esm/src/operationsInterfaces/serviceTasks.d.ts.map +0 -1
  988. package/dist-esm/src/operationsInterfaces/serviceTasks.js.map +0 -1
  989. package/dist-esm/src/operationsInterfaces/services.d.ts +0 -161
  990. package/dist-esm/src/operationsInterfaces/services.d.ts.map +0 -1
  991. package/dist-esm/src/operationsInterfaces/services.js.map +0 -1
  992. package/dist-esm/src/operationsInterfaces/sqlMigrationServices.d.ts +0 -121
  993. package/dist-esm/src/operationsInterfaces/sqlMigrationServices.d.ts.map +0 -1
  994. package/dist-esm/src/operationsInterfaces/sqlMigrationServices.js.map +0 -1
  995. package/dist-esm/src/operationsInterfaces/tasks.d.ts +0 -81
  996. package/dist-esm/src/operationsInterfaces/tasks.d.ts.map +0 -1
  997. package/dist-esm/src/operationsInterfaces/tasks.js.map +0 -1
  998. package/dist-esm/src/operationsInterfaces/usages.d.ts +0 -13
  999. package/dist-esm/src/operationsInterfaces/usages.d.ts.map +0 -1
  1000. package/dist-esm/src/operationsInterfaces/usages.js.map +0 -1
  1001. package/dist-esm/src/pagingHelper.js.map +0 -1
  1002. package/dist-esm/test/sampleTest.d.ts +0 -2
  1003. package/dist-esm/test/sampleTest.d.ts.map +0 -1
  1004. package/dist-esm/test/sampleTest.js +0 -42
  1005. package/dist-esm/test/sampleTest.js.map +0 -1
  1006. package/src/dataMigrationManagementClient.ts +0 -184
  1007. package/src/index.ts +0 -13
  1008. package/src/lroImpl.ts +0 -34
  1009. package/src/models/index.ts +0 -8368
  1010. package/src/models/mappers.ts +0 -13025
  1011. package/src/models/parameters.ts +0 -325
  1012. package/src/operations/databaseMigrationsSqlMi.ts +0 -459
  1013. package/src/operations/databaseMigrationsSqlVm.ts +0 -459
  1014. package/src/operations/files.ts +0 -508
  1015. package/src/operations/index.ts +0 -19
  1016. package/src/operations/operations.ts +0 -146
  1017. package/src/operations/projects.ts +0 -381
  1018. package/src/operations/resourceSkus.ts +0 -155
  1019. package/src/operations/serviceTasks.ts +0 -430
  1020. package/src/operations/services.ts +0 -1227
  1021. package/src/operations/sqlMigrationServices.ts +0 -1034
  1022. package/src/operations/tasks.ts +0 -521
  1023. package/src/operations/usages.ts +0 -173
  1024. package/src/operationsInterfaces/databaseMigrationsSqlMi.ts +0 -138
  1025. package/src/operationsInterfaces/databaseMigrationsSqlVm.ts +0 -138
  1026. package/src/operationsInterfaces/files.ts +0 -139
  1027. package/src/operationsInterfaces/index.ts +0 -19
  1028. package/src/operationsInterfaces/operations.ts +0 -22
  1029. package/src/operationsInterfaces/projects.ts +0 -97
  1030. package/src/operationsInterfaces/resourceSkus.ts +0 -22
  1031. package/src/operationsInterfaces/serviceTasks.ts +0 -116
  1032. package/src/operationsInterfaces/services.ts +0 -272
  1033. package/src/operationsInterfaces/sqlMigrationServices.ts +0 -223
  1034. package/src/operationsInterfaces/tasks.ts +0 -149
  1035. package/src/operationsInterfaces/usages.ts +0 -25
  1036. package/src/pagingHelper.ts +0 -39
  1037. package/tsconfig.json +0 -33
  1038. package/types/arm-datamigration.d.ts +0 -8876
  1039. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  1040. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  1041. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  1042. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  1043. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  1044. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  1045. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  1046. /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
  1047. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  1048. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  1049. /package/{dist-esm/src → dist/browser}/operationsInterfaces/databaseMigrationsSqlMi.js +0 -0
  1050. /package/{dist-esm/src → dist/browser}/operationsInterfaces/databaseMigrationsSqlVm.js +0 -0
  1051. /package/{dist-esm/src → dist/browser}/operationsInterfaces/files.js +0 -0
  1052. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  1053. /package/{dist-esm/src → dist/browser}/operationsInterfaces/projects.js +0 -0
  1054. /package/{dist-esm/src → dist/browser}/operationsInterfaces/resourceSkus.js +0 -0
  1055. /package/{dist-esm/src → dist/browser}/operationsInterfaces/serviceTasks.js +0 -0
  1056. /package/{dist-esm/src → dist/browser}/operationsInterfaces/services.js +0 -0
  1057. /package/{dist-esm/src → dist/browser}/operationsInterfaces/sqlMigrationServices.js +0 -0
  1058. /package/{dist-esm/src → dist/browser}/operationsInterfaces/tasks.js +0 -0
  1059. /package/{dist-esm/src → dist/browser}/operationsInterfaces/usages.js +0 -0
  1060. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  1061. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  1062. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
  1063. /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
@@ -1,330 +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
- import { __asyncDelegator, __asyncGenerator, __asyncValues, __await } from "tslib";
9
- import { setContinuationToken } from "../pagingHelper";
10
- import * as coreClient from "@azure/core-client";
11
- import * as Mappers from "../models/mappers";
12
- import * as Parameters from "../models/parameters";
13
- /// <reference lib="esnext.asynciterable" />
14
- /** Class containing ServiceTasks operations. */
15
- export class ServiceTasksImpl {
16
- /**
17
- * Initialize a new instance of the class ServiceTasks class.
18
- * @param client Reference to the service client
19
- */
20
- constructor(client) {
21
- this.client = client;
22
- }
23
- /**
24
- * The services resource is the top-level resource that represents the Database Migration Service. This
25
- * method returns a list of service level tasks owned by a service resource. Some tasks may have a
26
- * status of Unknown, which indicates that an error occurred while querying the status of that task.
27
- * @param groupName Name of the resource group
28
- * @param serviceName Name of the service
29
- * @param options The options parameters.
30
- */
31
- list(groupName, serviceName, options) {
32
- const iter = this.listPagingAll(groupName, serviceName, options);
33
- return {
34
- next() {
35
- return iter.next();
36
- },
37
- [Symbol.asyncIterator]() {
38
- return this;
39
- },
40
- byPage: (settings) => {
41
- if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
42
- throw new Error("maxPageSize is not supported by this operation.");
43
- }
44
- return this.listPagingPage(groupName, serviceName, options, settings);
45
- }
46
- };
47
- }
48
- listPagingPage(groupName, serviceName, options, settings) {
49
- return __asyncGenerator(this, arguments, function* listPagingPage_1() {
50
- let result;
51
- let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
52
- if (!continuationToken) {
53
- result = yield __await(this._list(groupName, serviceName, options));
54
- let page = result.value || [];
55
- continuationToken = result.nextLink;
56
- setContinuationToken(page, continuationToken);
57
- yield yield __await(page);
58
- }
59
- while (continuationToken) {
60
- result = yield __await(this._listNext(groupName, serviceName, continuationToken, options));
61
- continuationToken = result.nextLink;
62
- let page = result.value || [];
63
- setContinuationToken(page, continuationToken);
64
- yield yield __await(page);
65
- }
66
- });
67
- }
68
- listPagingAll(groupName, serviceName, options) {
69
- return __asyncGenerator(this, arguments, function* listPagingAll_1() {
70
- var _a, e_1, _b, _c;
71
- try {
72
- for (var _d = true, _e = __asyncValues(this.listPagingPage(groupName, serviceName, options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
73
- _c = _f.value;
74
- _d = false;
75
- const page = _c;
76
- yield __await(yield* __asyncDelegator(__asyncValues(page)));
77
- }
78
- }
79
- catch (e_1_1) { e_1 = { error: e_1_1 }; }
80
- finally {
81
- try {
82
- if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
83
- }
84
- finally { if (e_1) throw e_1.error; }
85
- }
86
- });
87
- }
88
- /**
89
- * The services resource is the top-level resource that represents the Database Migration Service. This
90
- * method returns a list of service level tasks owned by a service resource. Some tasks may have a
91
- * status of Unknown, which indicates that an error occurred while querying the status of that task.
92
- * @param groupName Name of the resource group
93
- * @param serviceName Name of the service
94
- * @param options The options parameters.
95
- */
96
- _list(groupName, serviceName, options) {
97
- return this.client.sendOperationRequest({ groupName, serviceName, options }, listOperationSpec);
98
- }
99
- /**
100
- * The service tasks resource is a nested, proxy-only resource representing work performed by a DMS
101
- * instance. The PUT method creates a new service task or updates an existing one, although since
102
- * service tasks have no mutable custom properties, there is little reason to update an existing one.
103
- * @param groupName Name of the resource group
104
- * @param serviceName Name of the service
105
- * @param taskName Name of the Task
106
- * @param parameters Information about the task
107
- * @param options The options parameters.
108
- */
109
- createOrUpdate(groupName, serviceName, taskName, parameters, options) {
110
- return this.client.sendOperationRequest({ groupName, serviceName, taskName, parameters, options }, createOrUpdateOperationSpec);
111
- }
112
- /**
113
- * The service tasks resource is a nested, proxy-only resource representing work performed by a DMS
114
- * instance. The GET method retrieves information about a service task.
115
- * @param groupName Name of the resource group
116
- * @param serviceName Name of the service
117
- * @param taskName Name of the Task
118
- * @param options The options parameters.
119
- */
120
- get(groupName, serviceName, taskName, options) {
121
- return this.client.sendOperationRequest({ groupName, serviceName, taskName, options }, getOperationSpec);
122
- }
123
- /**
124
- * The service tasks resource is a nested, proxy-only resource representing work performed by a DMS
125
- * instance. The DELETE method deletes a service task, canceling it first if it's running.
126
- * @param groupName Name of the resource group
127
- * @param serviceName Name of the service
128
- * @param taskName Name of the Task
129
- * @param options The options parameters.
130
- */
131
- delete(groupName, serviceName, taskName, options) {
132
- return this.client.sendOperationRequest({ groupName, serviceName, taskName, options }, deleteOperationSpec);
133
- }
134
- /**
135
- * The service tasks resource is a nested, proxy-only resource representing work performed by a DMS
136
- * instance. The PATCH method updates an existing service task, but since service tasks have no mutable
137
- * custom properties, there is little reason to do so.
138
- * @param groupName Name of the resource group
139
- * @param serviceName Name of the service
140
- * @param taskName Name of the Task
141
- * @param parameters Information about the task
142
- * @param options The options parameters.
143
- */
144
- update(groupName, serviceName, taskName, parameters, options) {
145
- return this.client.sendOperationRequest({ groupName, serviceName, taskName, parameters, options }, updateOperationSpec);
146
- }
147
- /**
148
- * The service tasks resource is a nested, proxy-only resource representing work performed by a DMS
149
- * instance. This method cancels a service task if it's currently queued or running.
150
- * @param groupName Name of the resource group
151
- * @param serviceName Name of the service
152
- * @param taskName Name of the Task
153
- * @param options The options parameters.
154
- */
155
- cancel(groupName, serviceName, taskName, options) {
156
- return this.client.sendOperationRequest({ groupName, serviceName, taskName, options }, cancelOperationSpec);
157
- }
158
- /**
159
- * ListNext
160
- * @param groupName Name of the resource group
161
- * @param serviceName Name of the service
162
- * @param nextLink The nextLink from the previous successful call to the List method.
163
- * @param options The options parameters.
164
- */
165
- _listNext(groupName, serviceName, nextLink, options) {
166
- return this.client.sendOperationRequest({ groupName, serviceName, nextLink, options }, listNextOperationSpec);
167
- }
168
- }
169
- // Operation Specifications
170
- const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
171
- const listOperationSpec = {
172
- path: "/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}/serviceTasks",
173
- httpMethod: "GET",
174
- responses: {
175
- 200: {
176
- bodyMapper: Mappers.TaskList
177
- },
178
- default: {
179
- bodyMapper: Mappers.ApiError
180
- }
181
- },
182
- queryParameters: [Parameters.apiVersion, Parameters.taskType],
183
- urlParameters: [
184
- Parameters.$host,
185
- Parameters.subscriptionId,
186
- Parameters.groupName,
187
- Parameters.serviceName
188
- ],
189
- headerParameters: [Parameters.accept],
190
- serializer
191
- };
192
- const createOrUpdateOperationSpec = {
193
- path: "/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}/serviceTasks/{taskName}",
194
- httpMethod: "PUT",
195
- responses: {
196
- 200: {
197
- bodyMapper: Mappers.ProjectTask
198
- },
199
- 201: {
200
- bodyMapper: Mappers.ProjectTask
201
- },
202
- default: {
203
- bodyMapper: Mappers.ApiError
204
- }
205
- },
206
- requestBody: Parameters.parameters9,
207
- queryParameters: [Parameters.apiVersion],
208
- urlParameters: [
209
- Parameters.$host,
210
- Parameters.subscriptionId,
211
- Parameters.groupName,
212
- Parameters.serviceName,
213
- Parameters.taskName
214
- ],
215
- headerParameters: [Parameters.accept, Parameters.contentType],
216
- mediaType: "json",
217
- serializer
218
- };
219
- const getOperationSpec = {
220
- path: "/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}/serviceTasks/{taskName}",
221
- httpMethod: "GET",
222
- responses: {
223
- 200: {
224
- bodyMapper: Mappers.ProjectTask
225
- },
226
- default: {
227
- bodyMapper: Mappers.ApiError
228
- }
229
- },
230
- queryParameters: [Parameters.expand, Parameters.apiVersion],
231
- urlParameters: [
232
- Parameters.$host,
233
- Parameters.subscriptionId,
234
- Parameters.groupName,
235
- Parameters.serviceName,
236
- Parameters.taskName
237
- ],
238
- headerParameters: [Parameters.accept],
239
- serializer
240
- };
241
- const deleteOperationSpec = {
242
- path: "/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}/serviceTasks/{taskName}",
243
- httpMethod: "DELETE",
244
- responses: {
245
- 200: {},
246
- 204: {},
247
- default: {
248
- bodyMapper: Mappers.ApiError
249
- }
250
- },
251
- queryParameters: [Parameters.apiVersion, Parameters.deleteRunningTasks],
252
- urlParameters: [
253
- Parameters.$host,
254
- Parameters.subscriptionId,
255
- Parameters.groupName,
256
- Parameters.serviceName,
257
- Parameters.taskName
258
- ],
259
- headerParameters: [Parameters.accept],
260
- serializer
261
- };
262
- const updateOperationSpec = {
263
- path: "/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}/serviceTasks/{taskName}",
264
- httpMethod: "PATCH",
265
- responses: {
266
- 200: {
267
- bodyMapper: Mappers.ProjectTask
268
- },
269
- default: {
270
- bodyMapper: Mappers.ApiError
271
- }
272
- },
273
- requestBody: Parameters.parameters9,
274
- queryParameters: [Parameters.apiVersion],
275
- urlParameters: [
276
- Parameters.$host,
277
- Parameters.subscriptionId,
278
- Parameters.groupName,
279
- Parameters.serviceName,
280
- Parameters.taskName
281
- ],
282
- headerParameters: [Parameters.accept, Parameters.contentType],
283
- mediaType: "json",
284
- serializer
285
- };
286
- const cancelOperationSpec = {
287
- path: "/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}/serviceTasks/{taskName}/cancel",
288
- httpMethod: "POST",
289
- responses: {
290
- 200: {
291
- bodyMapper: Mappers.ProjectTask
292
- },
293
- default: {
294
- bodyMapper: Mappers.ApiError
295
- }
296
- },
297
- queryParameters: [Parameters.apiVersion],
298
- urlParameters: [
299
- Parameters.$host,
300
- Parameters.subscriptionId,
301
- Parameters.groupName,
302
- Parameters.serviceName,
303
- Parameters.taskName
304
- ],
305
- headerParameters: [Parameters.accept],
306
- serializer
307
- };
308
- const listNextOperationSpec = {
309
- path: "{nextLink}",
310
- httpMethod: "GET",
311
- responses: {
312
- 200: {
313
- bodyMapper: Mappers.TaskList
314
- },
315
- default: {
316
- bodyMapper: Mappers.ApiError
317
- }
318
- },
319
- queryParameters: [Parameters.apiVersion, Parameters.taskType],
320
- urlParameters: [
321
- Parameters.$host,
322
- Parameters.subscriptionId,
323
- Parameters.nextLink,
324
- Parameters.groupName,
325
- Parameters.serviceName
326
- ],
327
- headerParameters: [Parameters.accept],
328
- serializer
329
- };
330
- //# sourceMappingURL=serviceTasks.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"serviceTasks.js","sourceRoot":"","sources":["../../../src/operations/serviceTasks.ts"],"names":[],"mappings":"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"}
@@ -1,217 +0,0 @@
1
- import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
- import { Services } from "../operationsInterfaces";
3
- import { DataMigrationManagementClient } from "../dataMigrationManagementClient";
4
- import { PollerLike, PollOperationState } from "@azure/core-lro";
5
- import { AvailableServiceSku, ServicesListSkusOptionalParams, DataMigrationService, ServicesListByResourceGroupOptionalParams, ServicesListOptionalParams, ServicesCreateOrUpdateOptionalParams, ServicesCreateOrUpdateResponse, ServicesGetOptionalParams, ServicesGetResponse, ServicesDeleteOptionalParams, ServicesUpdateOptionalParams, ServicesUpdateResponse, ServicesCheckStatusOptionalParams, ServicesCheckStatusResponse, ServicesStartOptionalParams, ServicesStopOptionalParams, NameAvailabilityRequest, ServicesCheckChildrenNameAvailabilityOptionalParams, ServicesCheckChildrenNameAvailabilityResponse, ServicesCheckNameAvailabilityOptionalParams, ServicesCheckNameAvailabilityResponse } from "../models";
6
- /** Class containing Services operations. */
7
- export declare class ServicesImpl implements Services {
8
- private readonly client;
9
- /**
10
- * Initialize a new instance of the class Services class.
11
- * @param client Reference to the service client
12
- */
13
- constructor(client: DataMigrationManagementClient);
14
- /**
15
- * The services resource is the top-level resource that represents the Database Migration Service. The
16
- * skus action returns the list of SKUs that a service resource can be updated to.
17
- * @param groupName Name of the resource group
18
- * @param serviceName Name of the service
19
- * @param options The options parameters.
20
- */
21
- listSkus(groupName: string, serviceName: string, options?: ServicesListSkusOptionalParams): PagedAsyncIterableIterator<AvailableServiceSku>;
22
- private listSkusPagingPage;
23
- private listSkusPagingAll;
24
- /**
25
- * The Services resource is the top-level resource that represents the Database Migration Service. This
26
- * method returns a list of service resources in a resource group.
27
- * @param groupName Name of the resource group
28
- * @param options The options parameters.
29
- */
30
- listByResourceGroup(groupName: string, options?: ServicesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<DataMigrationService>;
31
- private listByResourceGroupPagingPage;
32
- private listByResourceGroupPagingAll;
33
- /**
34
- * The services resource is the top-level resource that represents the Database Migration Service. This
35
- * method returns a list of service resources in a subscription.
36
- * @param options The options parameters.
37
- */
38
- list(options?: ServicesListOptionalParams): PagedAsyncIterableIterator<DataMigrationService>;
39
- private listPagingPage;
40
- private listPagingAll;
41
- /**
42
- * The services resource is the top-level resource that represents the Database Migration Service. The
43
- * PUT method creates a new service or updates an existing one. When a service is updated, existing
44
- * child resources (i.e. tasks) are unaffected. Services currently support a single kind, "vm", which
45
- * refers to a VM-based service, although other kinds may be added in the future. This method can
46
- * change the kind, SKU, and network of the service, but if tasks are currently running (i.e. the
47
- * service is busy), this will fail with 400 Bad Request ("ServiceIsBusy"). The provider will reply
48
- * when successful with 200 OK or 201 Created. Long-running operations use the provisioningState
49
- * property.
50
- * @param groupName Name of the resource group
51
- * @param serviceName Name of the service
52
- * @param parameters Information about the service
53
- * @param options The options parameters.
54
- */
55
- beginCreateOrUpdate(groupName: string, serviceName: string, parameters: DataMigrationService, options?: ServicesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<ServicesCreateOrUpdateResponse>, ServicesCreateOrUpdateResponse>>;
56
- /**
57
- * The services resource is the top-level resource that represents the Database Migration Service. The
58
- * PUT method creates a new service or updates an existing one. When a service is updated, existing
59
- * child resources (i.e. tasks) are unaffected. Services currently support a single kind, "vm", which
60
- * refers to a VM-based service, although other kinds may be added in the future. This method can
61
- * change the kind, SKU, and network of the service, but if tasks are currently running (i.e. the
62
- * service is busy), this will fail with 400 Bad Request ("ServiceIsBusy"). The provider will reply
63
- * when successful with 200 OK or 201 Created. Long-running operations use the provisioningState
64
- * property.
65
- * @param groupName Name of the resource group
66
- * @param serviceName Name of the service
67
- * @param parameters Information about the service
68
- * @param options The options parameters.
69
- */
70
- beginCreateOrUpdateAndWait(groupName: string, serviceName: string, parameters: DataMigrationService, options?: ServicesCreateOrUpdateOptionalParams): Promise<ServicesCreateOrUpdateResponse>;
71
- /**
72
- * The services resource is the top-level resource that represents the Database Migration Service. The
73
- * GET method retrieves information about a service instance.
74
- * @param groupName Name of the resource group
75
- * @param serviceName Name of the service
76
- * @param options The options parameters.
77
- */
78
- get(groupName: string, serviceName: string, options?: ServicesGetOptionalParams): Promise<ServicesGetResponse>;
79
- /**
80
- * The services resource is the top-level resource that represents the Database Migration Service. The
81
- * DELETE method deletes a service. Any running tasks will be canceled.
82
- * @param groupName Name of the resource group
83
- * @param serviceName Name of the service
84
- * @param options The options parameters.
85
- */
86
- beginDelete(groupName: string, serviceName: string, options?: ServicesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
87
- /**
88
- * The services resource is the top-level resource that represents the Database Migration Service. The
89
- * DELETE method deletes a service. Any running tasks will be canceled.
90
- * @param groupName Name of the resource group
91
- * @param serviceName Name of the service
92
- * @param options The options parameters.
93
- */
94
- beginDeleteAndWait(groupName: string, serviceName: string, options?: ServicesDeleteOptionalParams): Promise<void>;
95
- /**
96
- * The services resource is the top-level resource that represents the Database Migration Service. The
97
- * PATCH method updates an existing service. This method can change the kind, SKU, and network of the
98
- * service, but if tasks are currently running (i.e. the service is busy), this will fail with 400 Bad
99
- * Request ("ServiceIsBusy").
100
- * @param groupName Name of the resource group
101
- * @param serviceName Name of the service
102
- * @param parameters Information about the service
103
- * @param options The options parameters.
104
- */
105
- beginUpdate(groupName: string, serviceName: string, parameters: DataMigrationService, options?: ServicesUpdateOptionalParams): Promise<PollerLike<PollOperationState<ServicesUpdateResponse>, ServicesUpdateResponse>>;
106
- /**
107
- * The services resource is the top-level resource that represents the Database Migration Service. The
108
- * PATCH method updates an existing service. This method can change the kind, SKU, and network of the
109
- * service, but if tasks are currently running (i.e. the service is busy), this will fail with 400 Bad
110
- * Request ("ServiceIsBusy").
111
- * @param groupName Name of the resource group
112
- * @param serviceName Name of the service
113
- * @param parameters Information about the service
114
- * @param options The options parameters.
115
- */
116
- beginUpdateAndWait(groupName: string, serviceName: string, parameters: DataMigrationService, options?: ServicesUpdateOptionalParams): Promise<ServicesUpdateResponse>;
117
- /**
118
- * The services resource is the top-level resource that represents the Database Migration Service. This
119
- * action performs a health check and returns the status of the service and virtual machine size.
120
- * @param groupName Name of the resource group
121
- * @param serviceName Name of the service
122
- * @param options The options parameters.
123
- */
124
- checkStatus(groupName: string, serviceName: string, options?: ServicesCheckStatusOptionalParams): Promise<ServicesCheckStatusResponse>;
125
- /**
126
- * The services resource is the top-level resource that represents the Database Migration Service. This
127
- * action starts the service and the service can be used for data migration.
128
- * @param groupName Name of the resource group
129
- * @param serviceName Name of the service
130
- * @param options The options parameters.
131
- */
132
- beginStart(groupName: string, serviceName: string, options?: ServicesStartOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
133
- /**
134
- * The services resource is the top-level resource that represents the Database Migration Service. This
135
- * action starts the service and the service can be used for data migration.
136
- * @param groupName Name of the resource group
137
- * @param serviceName Name of the service
138
- * @param options The options parameters.
139
- */
140
- beginStartAndWait(groupName: string, serviceName: string, options?: ServicesStartOptionalParams): Promise<void>;
141
- /**
142
- * The services resource is the top-level resource that represents the Database Migration Service. This
143
- * action stops the service and the service cannot be used for data migration. The service owner won't
144
- * be billed when the service is stopped.
145
- * @param groupName Name of the resource group
146
- * @param serviceName Name of the service
147
- * @param options The options parameters.
148
- */
149
- beginStop(groupName: string, serviceName: string, options?: ServicesStopOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
150
- /**
151
- * The services resource is the top-level resource that represents the Database Migration Service. This
152
- * action stops the service and the service cannot be used for data migration. The service owner won't
153
- * be billed when the service is stopped.
154
- * @param groupName Name of the resource group
155
- * @param serviceName Name of the service
156
- * @param options The options parameters.
157
- */
158
- beginStopAndWait(groupName: string, serviceName: string, options?: ServicesStopOptionalParams): Promise<void>;
159
- /**
160
- * The services resource is the top-level resource that represents the Database Migration Service. The
161
- * skus action returns the list of SKUs that a service resource can be updated to.
162
- * @param groupName Name of the resource group
163
- * @param serviceName Name of the service
164
- * @param options The options parameters.
165
- */
166
- private _listSkus;
167
- /**
168
- * This method checks whether a proposed nested resource name is valid and available.
169
- * @param groupName Name of the resource group
170
- * @param serviceName Name of the service
171
- * @param parameters Requested name to validate
172
- * @param options The options parameters.
173
- */
174
- checkChildrenNameAvailability(groupName: string, serviceName: string, parameters: NameAvailabilityRequest, options?: ServicesCheckChildrenNameAvailabilityOptionalParams): Promise<ServicesCheckChildrenNameAvailabilityResponse>;
175
- /**
176
- * The Services resource is the top-level resource that represents the Database Migration Service. This
177
- * method returns a list of service resources in a resource group.
178
- * @param groupName Name of the resource group
179
- * @param options The options parameters.
180
- */
181
- private _listByResourceGroup;
182
- /**
183
- * The services resource is the top-level resource that represents the Database Migration Service. This
184
- * method returns a list of service resources in a subscription.
185
- * @param options The options parameters.
186
- */
187
- private _list;
188
- /**
189
- * This method checks whether a proposed top-level resource name is valid and available.
190
- * @param location The Azure region of the operation
191
- * @param parameters Requested name to validate
192
- * @param options The options parameters.
193
- */
194
- checkNameAvailability(location: string, parameters: NameAvailabilityRequest, options?: ServicesCheckNameAvailabilityOptionalParams): Promise<ServicesCheckNameAvailabilityResponse>;
195
- /**
196
- * ListSkusNext
197
- * @param groupName Name of the resource group
198
- * @param serviceName Name of the service
199
- * @param nextLink The nextLink from the previous successful call to the ListSkus method.
200
- * @param options The options parameters.
201
- */
202
- private _listSkusNext;
203
- /**
204
- * ListByResourceGroupNext
205
- * @param groupName Name of the resource group
206
- * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.
207
- * @param options The options parameters.
208
- */
209
- private _listByResourceGroupNext;
210
- /**
211
- * ListNext
212
- * @param nextLink The nextLink from the previous successful call to the List method.
213
- * @param options The options parameters.
214
- */
215
- private _listNext;
216
- }
217
- //# sourceMappingURL=services.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"services.d.ts","sourceRoot":"","sources":["../../../src/operations/services.ts"],"names":[],"mappings":"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"}