@azure/arm-datamigration 3.0.0-beta.3 → 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1221) hide show
  1. package/LICENSE +3 -3
  2. package/README.md +24 -18
  3. package/dist/browser/dataMigrationManagementClient.d.ts +34 -0
  4. package/dist/browser/dataMigrationManagementClient.d.ts.map +1 -0
  5. package/dist/browser/dataMigrationManagementClient.js +131 -0
  6. package/dist/browser/dataMigrationManagementClient.js.map +1 -0
  7. package/dist/browser/index.d.ts +5 -0
  8. package/dist/browser/index.d.ts.map +1 -0
  9. package/dist/browser/index.js +10 -0
  10. package/dist/browser/index.js.map +1 -0
  11. package/dist/browser/lroImpl.d.ts +11 -0
  12. package/dist/browser/lroImpl.d.ts.map +1 -0
  13. package/dist/browser/lroImpl.js +20 -0
  14. package/dist/browser/lroImpl.js.map +1 -0
  15. package/dist/browser/models/index.d.ts +8271 -0
  16. package/dist/browser/models/index.d.ts.map +1 -0
  17. package/dist/browser/models/index.js +887 -0
  18. package/dist/browser/models/index.js.map +1 -0
  19. package/dist/browser/models/mappers.d.ts +463 -0
  20. package/dist/browser/models/mappers.d.ts.map +1 -0
  21. package/dist/browser/models/mappers.js +13592 -0
  22. package/dist/browser/models/mappers.js.map +1 -0
  23. package/dist/browser/models/parameters.d.ts +48 -0
  24. package/dist/browser/models/parameters.d.ts.map +1 -0
  25. package/dist/browser/models/parameters.js +371 -0
  26. package/dist/browser/models/parameters.js.map +1 -0
  27. package/dist/browser/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +89 -0
  28. package/dist/browser/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +1 -0
  29. package/dist/browser/operations/databaseMigrationsMongoToCosmosDbRUMongo.js +358 -0
  30. package/dist/browser/operations/databaseMigrationsMongoToCosmosDbRUMongo.js.map +1 -0
  31. package/dist/browser/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +89 -0
  32. package/dist/browser/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +1 -0
  33. package/dist/browser/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js +358 -0
  34. package/dist/browser/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +1 -0
  35. package/dist/browser/operations/databaseMigrationsSqlDb.d.ts +101 -0
  36. package/dist/browser/operations/databaseMigrationsSqlDb.d.ts.map +1 -0
  37. package/dist/browser/operations/databaseMigrationsSqlDb.js +409 -0
  38. package/dist/browser/operations/databaseMigrationsSqlDb.js.map +1 -0
  39. package/dist/browser/operations/databaseMigrationsSqlMi.d.ts +101 -0
  40. package/dist/browser/operations/databaseMigrationsSqlMi.d.ts.map +1 -0
  41. package/dist/browser/operations/databaseMigrationsSqlMi.js +410 -0
  42. package/dist/browser/operations/databaseMigrationsSqlMi.js.map +1 -0
  43. package/dist/browser/operations/databaseMigrationsSqlVm.d.ts +101 -0
  44. package/dist/browser/operations/databaseMigrationsSqlVm.d.ts.map +1 -0
  45. package/dist/browser/operations/databaseMigrationsSqlVm.js +410 -0
  46. package/dist/browser/operations/databaseMigrationsSqlVm.js.map +1 -0
  47. package/dist/browser/operations/files.d.ts +101 -0
  48. package/dist/browser/operations/files.d.ts.map +1 -0
  49. package/dist/browser/operations/files.js +349 -0
  50. package/dist/browser/operations/files.js.map +1 -0
  51. package/dist/browser/operations/index.d.ts +16 -0
  52. package/dist/browser/operations/index.d.ts.map +1 -0
  53. package/dist/browser/operations/index.js +20 -0
  54. package/dist/browser/operations/index.js.map +1 -0
  55. package/dist/browser/operations/migrationServices.d.ts +144 -0
  56. package/dist/browser/operations/migrationServices.d.ts.map +1 -0
  57. package/dist/browser/operations/migrationServices.js +627 -0
  58. package/dist/browser/operations/migrationServices.js.map +1 -0
  59. package/dist/browser/operations/operations.d.ts +32 -0
  60. package/dist/browser/operations/operations.d.ts.map +1 -0
  61. package/dist/browser/operations/operations.js +107 -0
  62. package/dist/browser/operations/operations.js.map +1 -0
  63. package/dist/browser/operations/projects.d.ts +78 -0
  64. package/dist/browser/operations/projects.d.ts.map +1 -0
  65. package/dist/browser/operations/projects.js +270 -0
  66. package/dist/browser/operations/projects.js.map +1 -0
  67. package/dist/browser/operations/resourceSkus.d.ts +32 -0
  68. package/dist/browser/operations/resourceSkus.d.ts.map +1 -0
  69. package/dist/browser/operations/resourceSkus.js +111 -0
  70. package/dist/browser/operations/resourceSkus.js.map +1 -0
  71. package/dist/browser/operations/serviceTasks.d.ts +94 -0
  72. package/dist/browser/operations/serviceTasks.d.ts.map +1 -0
  73. package/dist/browser/operations/serviceTasks.js +310 -0
  74. package/dist/browser/operations/serviceTasks.js.map +1 -0
  75. package/dist/browser/operations/services.d.ts +218 -0
  76. package/dist/browser/operations/services.d.ts.map +1 -0
  77. package/dist/browser/operations/services.js +889 -0
  78. package/dist/browser/operations/services.js.map +1 -0
  79. package/dist/browser/operations/sqlMigrationServices.d.ts +179 -0
  80. package/dist/browser/operations/sqlMigrationServices.d.ts.map +1 -0
  81. package/dist/browser/operations/sqlMigrationServices.js +715 -0
  82. package/dist/browser/operations/sqlMigrationServices.js.map +1 -0
  83. package/dist/browser/operations/tasks.d.ts +110 -0
  84. package/dist/browser/operations/tasks.d.ts.map +1 -0
  85. package/dist/browser/operations/tasks.js +360 -0
  86. package/dist/browser/operations/tasks.js.map +1 -0
  87. package/dist/browser/operations/usages.d.ts +37 -0
  88. package/dist/browser/operations/usages.d.ts.map +1 -0
  89. package/dist/browser/operations/usages.js +121 -0
  90. package/dist/browser/operations/usages.js.map +1 -0
  91. package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +62 -0
  92. package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +1 -0
  93. package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js +4 -0
  94. package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js.map +1 -0
  95. package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +62 -0
  96. package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +1 -0
  97. package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js +4 -0
  98. package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +1 -0
  99. package/dist/browser/operationsInterfaces/databaseMigrationsSqlDb.d.ts +93 -0
  100. package/dist/browser/operationsInterfaces/databaseMigrationsSqlDb.d.ts.map +1 -0
  101. package/dist/browser/operationsInterfaces/databaseMigrationsSqlDb.js +4 -0
  102. package/dist/browser/operationsInterfaces/databaseMigrationsSqlDb.js.map +1 -0
  103. package/dist/browser/operationsInterfaces/databaseMigrationsSqlMi.d.ts +93 -0
  104. package/dist/browser/operationsInterfaces/databaseMigrationsSqlMi.d.ts.map +1 -0
  105. package/dist/browser/operationsInterfaces/databaseMigrationsSqlMi.js +4 -0
  106. package/dist/browser/operationsInterfaces/databaseMigrationsSqlMi.js.map +1 -0
  107. package/dist/browser/operationsInterfaces/databaseMigrationsSqlVm.d.ts +93 -0
  108. package/dist/browser/operationsInterfaces/databaseMigrationsSqlVm.d.ts.map +1 -0
  109. package/dist/browser/operationsInterfaces/databaseMigrationsSqlVm.js +4 -0
  110. package/dist/browser/operationsInterfaces/databaseMigrationsSqlVm.js.map +1 -0
  111. package/dist/browser/operationsInterfaces/files.d.ts +73 -0
  112. package/dist/browser/operationsInterfaces/files.d.ts.map +1 -0
  113. package/dist/browser/operationsInterfaces/files.js +4 -0
  114. package/dist/browser/operationsInterfaces/files.js.map +1 -0
  115. package/dist/browser/operationsInterfaces/index.d.ts +16 -0
  116. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  117. package/dist/browser/operationsInterfaces/index.js +20 -0
  118. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  119. package/dist/browser/operationsInterfaces/migrationServices.d.ts +87 -0
  120. package/dist/browser/operationsInterfaces/migrationServices.d.ts.map +1 -0
  121. package/dist/browser/operationsInterfaces/migrationServices.js +4 -0
  122. package/dist/browser/operationsInterfaces/migrationServices.js.map +1 -0
  123. package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
  124. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
  125. package/dist/browser/operationsInterfaces/operations.js +4 -0
  126. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  127. package/dist/browser/operationsInterfaces/projects.d.ts +52 -0
  128. package/dist/browser/operationsInterfaces/projects.d.ts.map +1 -0
  129. package/dist/browser/operationsInterfaces/projects.js +4 -0
  130. package/dist/browser/operationsInterfaces/projects.js.map +1 -0
  131. package/dist/browser/operationsInterfaces/resourceSkus.d.ts +11 -0
  132. package/dist/browser/operationsInterfaces/resourceSkus.d.ts.map +1 -0
  133. package/dist/browser/operationsInterfaces/resourceSkus.js +4 -0
  134. package/dist/browser/operationsInterfaces/resourceSkus.js.map +1 -0
  135. package/dist/browser/operationsInterfaces/serviceTasks.d.ts +66 -0
  136. package/dist/browser/operationsInterfaces/serviceTasks.d.ts.map +1 -0
  137. package/dist/browser/operationsInterfaces/serviceTasks.js +4 -0
  138. package/dist/browser/operationsInterfaces/serviceTasks.js.map +1 -0
  139. package/dist/browser/operationsInterfaces/services.d.ts +162 -0
  140. package/dist/browser/operationsInterfaces/services.d.ts.map +1 -0
  141. package/dist/browser/operationsInterfaces/services.js +4 -0
  142. package/dist/browser/operationsInterfaces/services.js.map +1 -0
  143. package/dist/browser/operationsInterfaces/sqlMigrationServices.d.ts +122 -0
  144. package/dist/browser/operationsInterfaces/sqlMigrationServices.d.ts.map +1 -0
  145. package/dist/browser/operationsInterfaces/sqlMigrationServices.js +4 -0
  146. package/dist/browser/operationsInterfaces/sqlMigrationServices.js.map +1 -0
  147. package/dist/browser/operationsInterfaces/tasks.d.ts +81 -0
  148. package/dist/browser/operationsInterfaces/tasks.d.ts.map +1 -0
  149. package/dist/browser/operationsInterfaces/tasks.js +4 -0
  150. package/dist/browser/operationsInterfaces/tasks.js.map +1 -0
  151. package/dist/browser/operationsInterfaces/usages.d.ts +13 -0
  152. package/dist/browser/operationsInterfaces/usages.d.ts.map +1 -0
  153. package/dist/browser/operationsInterfaces/usages.js +4 -0
  154. package/dist/browser/operationsInterfaces/usages.js.map +1 -0
  155. package/dist/browser/package.json +3 -0
  156. package/dist/browser/pagingHelper.d.ts +13 -0
  157. package/dist/browser/pagingHelper.d.ts.map +1 -0
  158. package/dist/browser/pagingHelper.js +25 -0
  159. package/dist/browser/pagingHelper.js.map +1 -0
  160. package/dist/commonjs/dataMigrationManagementClient.d.ts +34 -0
  161. package/dist/commonjs/dataMigrationManagementClient.d.ts.map +1 -0
  162. package/dist/commonjs/dataMigrationManagementClient.js +136 -0
  163. package/dist/commonjs/dataMigrationManagementClient.js.map +1 -0
  164. package/dist/commonjs/index.d.ts +5 -0
  165. package/dist/commonjs/index.d.ts.map +1 -0
  166. package/dist/commonjs/index.js +16 -0
  167. package/dist/commonjs/index.js.map +1 -0
  168. package/dist/commonjs/lroImpl.d.ts +11 -0
  169. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  170. package/dist/commonjs/lroImpl.js +23 -0
  171. package/dist/commonjs/lroImpl.js.map +1 -0
  172. package/dist/commonjs/models/index.d.ts +8271 -0
  173. package/dist/commonjs/models/index.d.ts.map +1 -0
  174. package/dist/commonjs/models/index.js +891 -0
  175. package/dist/commonjs/models/index.js.map +1 -0
  176. package/dist/commonjs/models/mappers.d.ts +463 -0
  177. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  178. package/dist/commonjs/models/mappers.js +13601 -0
  179. package/dist/commonjs/models/mappers.js.map +1 -0
  180. package/dist/commonjs/models/parameters.d.ts +48 -0
  181. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  182. package/dist/commonjs/models/parameters.js +374 -0
  183. package/dist/commonjs/models/parameters.js.map +1 -0
  184. package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +89 -0
  185. package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +1 -0
  186. package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbRUMongo.js +363 -0
  187. package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbRUMongo.js.map +1 -0
  188. package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +89 -0
  189. package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +1 -0
  190. package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js +363 -0
  191. package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +1 -0
  192. package/dist/commonjs/operations/databaseMigrationsSqlDb.d.ts +101 -0
  193. package/dist/commonjs/operations/databaseMigrationsSqlDb.d.ts.map +1 -0
  194. package/dist/commonjs/operations/databaseMigrationsSqlDb.js +414 -0
  195. package/dist/commonjs/operations/databaseMigrationsSqlDb.js.map +1 -0
  196. package/dist/commonjs/operations/databaseMigrationsSqlMi.d.ts +101 -0
  197. package/dist/commonjs/operations/databaseMigrationsSqlMi.d.ts.map +1 -0
  198. package/dist/commonjs/operations/databaseMigrationsSqlMi.js +415 -0
  199. package/dist/commonjs/operations/databaseMigrationsSqlMi.js.map +1 -0
  200. package/dist/commonjs/operations/databaseMigrationsSqlVm.d.ts +101 -0
  201. package/dist/commonjs/operations/databaseMigrationsSqlVm.d.ts.map +1 -0
  202. package/dist/commonjs/operations/databaseMigrationsSqlVm.js +415 -0
  203. package/dist/commonjs/operations/databaseMigrationsSqlVm.js.map +1 -0
  204. package/dist/commonjs/operations/files.d.ts +101 -0
  205. package/dist/commonjs/operations/files.d.ts.map +1 -0
  206. package/dist/commonjs/operations/files.js +354 -0
  207. package/dist/commonjs/operations/files.js.map +1 -0
  208. package/dist/commonjs/operations/index.d.ts +16 -0
  209. package/dist/commonjs/operations/index.d.ts.map +1 -0
  210. package/dist/commonjs/operations/index.js +23 -0
  211. package/dist/commonjs/operations/index.js.map +1 -0
  212. package/dist/commonjs/operations/migrationServices.d.ts +144 -0
  213. package/dist/commonjs/operations/migrationServices.d.ts.map +1 -0
  214. package/dist/commonjs/operations/migrationServices.js +632 -0
  215. package/dist/commonjs/operations/migrationServices.js.map +1 -0
  216. package/dist/commonjs/operations/operations.d.ts +32 -0
  217. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  218. package/dist/commonjs/operations/operations.js +112 -0
  219. package/dist/commonjs/operations/operations.js.map +1 -0
  220. package/dist/commonjs/operations/projects.d.ts +78 -0
  221. package/dist/commonjs/operations/projects.d.ts.map +1 -0
  222. package/dist/commonjs/operations/projects.js +275 -0
  223. package/dist/commonjs/operations/projects.js.map +1 -0
  224. package/dist/commonjs/operations/resourceSkus.d.ts +32 -0
  225. package/dist/commonjs/operations/resourceSkus.d.ts.map +1 -0
  226. package/dist/commonjs/operations/resourceSkus.js +116 -0
  227. package/dist/commonjs/operations/resourceSkus.js.map +1 -0
  228. package/dist/commonjs/operations/serviceTasks.d.ts +94 -0
  229. package/dist/commonjs/operations/serviceTasks.d.ts.map +1 -0
  230. package/dist/commonjs/operations/serviceTasks.js +315 -0
  231. package/dist/commonjs/operations/serviceTasks.js.map +1 -0
  232. package/dist/commonjs/operations/services.d.ts +218 -0
  233. package/dist/commonjs/operations/services.d.ts.map +1 -0
  234. package/dist/commonjs/operations/services.js +894 -0
  235. package/dist/commonjs/operations/services.js.map +1 -0
  236. package/dist/commonjs/operations/sqlMigrationServices.d.ts +179 -0
  237. package/dist/commonjs/operations/sqlMigrationServices.d.ts.map +1 -0
  238. package/dist/commonjs/operations/sqlMigrationServices.js +720 -0
  239. package/dist/commonjs/operations/sqlMigrationServices.js.map +1 -0
  240. package/dist/commonjs/operations/tasks.d.ts +110 -0
  241. package/dist/commonjs/operations/tasks.d.ts.map +1 -0
  242. package/dist/commonjs/operations/tasks.js +365 -0
  243. package/dist/commonjs/operations/tasks.js.map +1 -0
  244. package/dist/commonjs/operations/usages.d.ts +37 -0
  245. package/dist/commonjs/operations/usages.d.ts.map +1 -0
  246. package/dist/commonjs/operations/usages.js +126 -0
  247. package/dist/commonjs/operations/usages.js.map +1 -0
  248. package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +62 -0
  249. package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +1 -0
  250. package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js +5 -0
  251. package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js.map +1 -0
  252. package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +62 -0
  253. package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +1 -0
  254. package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js +5 -0
  255. package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +1 -0
  256. package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlDb.d.ts +93 -0
  257. package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlDb.d.ts.map +1 -0
  258. package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlDb.js +5 -0
  259. package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlDb.js.map +1 -0
  260. package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlMi.d.ts +93 -0
  261. package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlMi.d.ts.map +1 -0
  262. package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlMi.js +5 -0
  263. package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlMi.js.map +1 -0
  264. package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlVm.d.ts +93 -0
  265. package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlVm.d.ts.map +1 -0
  266. package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlVm.js +5 -0
  267. package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlVm.js.map +1 -0
  268. package/dist/commonjs/operationsInterfaces/files.d.ts +73 -0
  269. package/dist/commonjs/operationsInterfaces/files.d.ts.map +1 -0
  270. package/dist/commonjs/operationsInterfaces/files.js +5 -0
  271. package/dist/commonjs/operationsInterfaces/files.js.map +1 -0
  272. package/dist/commonjs/operationsInterfaces/index.d.ts +16 -0
  273. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  274. package/dist/commonjs/operationsInterfaces/index.js +23 -0
  275. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  276. package/dist/commonjs/operationsInterfaces/migrationServices.d.ts +87 -0
  277. package/dist/commonjs/operationsInterfaces/migrationServices.d.ts.map +1 -0
  278. package/dist/commonjs/operationsInterfaces/migrationServices.js +5 -0
  279. package/dist/commonjs/operationsInterfaces/migrationServices.js.map +1 -0
  280. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  281. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  282. package/dist/commonjs/operationsInterfaces/operations.js +5 -0
  283. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  284. package/dist/commonjs/operationsInterfaces/projects.d.ts +52 -0
  285. package/dist/commonjs/operationsInterfaces/projects.d.ts.map +1 -0
  286. package/dist/commonjs/operationsInterfaces/projects.js +5 -0
  287. package/dist/commonjs/operationsInterfaces/projects.js.map +1 -0
  288. package/dist/commonjs/operationsInterfaces/resourceSkus.d.ts +11 -0
  289. package/dist/commonjs/operationsInterfaces/resourceSkus.d.ts.map +1 -0
  290. package/dist/commonjs/operationsInterfaces/resourceSkus.js +5 -0
  291. package/dist/commonjs/operationsInterfaces/resourceSkus.js.map +1 -0
  292. package/dist/commonjs/operationsInterfaces/serviceTasks.d.ts +66 -0
  293. package/dist/commonjs/operationsInterfaces/serviceTasks.d.ts.map +1 -0
  294. package/dist/commonjs/operationsInterfaces/serviceTasks.js +5 -0
  295. package/dist/commonjs/operationsInterfaces/serviceTasks.js.map +1 -0
  296. package/dist/commonjs/operationsInterfaces/services.d.ts +162 -0
  297. package/dist/commonjs/operationsInterfaces/services.d.ts.map +1 -0
  298. package/dist/commonjs/operationsInterfaces/services.js +5 -0
  299. package/dist/commonjs/operationsInterfaces/services.js.map +1 -0
  300. package/dist/commonjs/operationsInterfaces/sqlMigrationServices.d.ts +122 -0
  301. package/dist/commonjs/operationsInterfaces/sqlMigrationServices.d.ts.map +1 -0
  302. package/dist/commonjs/operationsInterfaces/sqlMigrationServices.js +5 -0
  303. package/dist/commonjs/operationsInterfaces/sqlMigrationServices.js.map +1 -0
  304. package/dist/commonjs/operationsInterfaces/tasks.d.ts +81 -0
  305. package/dist/commonjs/operationsInterfaces/tasks.d.ts.map +1 -0
  306. package/dist/commonjs/operationsInterfaces/tasks.js +5 -0
  307. package/dist/commonjs/operationsInterfaces/tasks.js.map +1 -0
  308. package/dist/commonjs/operationsInterfaces/usages.d.ts +13 -0
  309. package/dist/commonjs/operationsInterfaces/usages.d.ts.map +1 -0
  310. package/dist/commonjs/operationsInterfaces/usages.js +5 -0
  311. package/dist/commonjs/operationsInterfaces/usages.js.map +1 -0
  312. package/dist/commonjs/package.json +3 -0
  313. package/dist/commonjs/pagingHelper.d.ts +13 -0
  314. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  315. package/dist/commonjs/pagingHelper.js +29 -0
  316. package/dist/commonjs/pagingHelper.js.map +1 -0
  317. package/dist/commonjs/tsdoc-metadata.json +11 -0
  318. package/dist/esm/dataMigrationManagementClient.d.ts +34 -0
  319. package/dist/esm/dataMigrationManagementClient.d.ts.map +1 -0
  320. package/dist/esm/dataMigrationManagementClient.js +131 -0
  321. package/dist/esm/dataMigrationManagementClient.js.map +1 -0
  322. package/dist/esm/index.d.ts +5 -0
  323. package/dist/esm/index.d.ts.map +1 -0
  324. package/dist/esm/index.js +10 -0
  325. package/dist/esm/index.js.map +1 -0
  326. package/dist/esm/lroImpl.d.ts +11 -0
  327. package/dist/esm/lroImpl.d.ts.map +1 -0
  328. package/dist/esm/lroImpl.js +20 -0
  329. package/dist/esm/lroImpl.js.map +1 -0
  330. package/dist/esm/models/index.d.ts +8271 -0
  331. package/dist/esm/models/index.d.ts.map +1 -0
  332. package/dist/esm/models/index.js +887 -0
  333. package/dist/esm/models/index.js.map +1 -0
  334. package/dist/esm/models/mappers.d.ts +463 -0
  335. package/dist/esm/models/mappers.d.ts.map +1 -0
  336. package/dist/esm/models/mappers.js +13592 -0
  337. package/dist/esm/models/mappers.js.map +1 -0
  338. package/dist/esm/models/parameters.d.ts +48 -0
  339. package/dist/esm/models/parameters.d.ts.map +1 -0
  340. package/dist/esm/models/parameters.js +371 -0
  341. package/dist/esm/models/parameters.js.map +1 -0
  342. package/dist/esm/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +89 -0
  343. package/dist/esm/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +1 -0
  344. package/dist/esm/operations/databaseMigrationsMongoToCosmosDbRUMongo.js +358 -0
  345. package/dist/esm/operations/databaseMigrationsMongoToCosmosDbRUMongo.js.map +1 -0
  346. package/dist/esm/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +89 -0
  347. package/dist/esm/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +1 -0
  348. package/dist/esm/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js +358 -0
  349. package/dist/esm/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +1 -0
  350. package/dist/esm/operations/databaseMigrationsSqlDb.d.ts +101 -0
  351. package/dist/esm/operations/databaseMigrationsSqlDb.d.ts.map +1 -0
  352. package/dist/esm/operations/databaseMigrationsSqlDb.js +409 -0
  353. package/dist/esm/operations/databaseMigrationsSqlDb.js.map +1 -0
  354. package/dist/esm/operations/databaseMigrationsSqlMi.d.ts +101 -0
  355. package/dist/esm/operations/databaseMigrationsSqlMi.d.ts.map +1 -0
  356. package/dist/esm/operations/databaseMigrationsSqlMi.js +410 -0
  357. package/dist/esm/operations/databaseMigrationsSqlMi.js.map +1 -0
  358. package/dist/esm/operations/databaseMigrationsSqlVm.d.ts +101 -0
  359. package/dist/esm/operations/databaseMigrationsSqlVm.d.ts.map +1 -0
  360. package/dist/esm/operations/databaseMigrationsSqlVm.js +410 -0
  361. package/dist/esm/operations/databaseMigrationsSqlVm.js.map +1 -0
  362. package/dist/esm/operations/files.d.ts +101 -0
  363. package/dist/esm/operations/files.d.ts.map +1 -0
  364. package/dist/esm/operations/files.js +349 -0
  365. package/dist/esm/operations/files.js.map +1 -0
  366. package/dist/esm/operations/index.d.ts +16 -0
  367. package/dist/esm/operations/index.d.ts.map +1 -0
  368. package/dist/esm/operations/index.js +20 -0
  369. package/dist/esm/operations/index.js.map +1 -0
  370. package/dist/esm/operations/migrationServices.d.ts +144 -0
  371. package/dist/esm/operations/migrationServices.d.ts.map +1 -0
  372. package/dist/esm/operations/migrationServices.js +627 -0
  373. package/dist/esm/operations/migrationServices.js.map +1 -0
  374. package/dist/esm/operations/operations.d.ts +32 -0
  375. package/dist/esm/operations/operations.d.ts.map +1 -0
  376. package/dist/esm/operations/operations.js +107 -0
  377. package/dist/esm/operations/operations.js.map +1 -0
  378. package/dist/esm/operations/projects.d.ts +78 -0
  379. package/dist/esm/operations/projects.d.ts.map +1 -0
  380. package/dist/esm/operations/projects.js +270 -0
  381. package/dist/esm/operations/projects.js.map +1 -0
  382. package/dist/esm/operations/resourceSkus.d.ts +32 -0
  383. package/dist/esm/operations/resourceSkus.d.ts.map +1 -0
  384. package/dist/esm/operations/resourceSkus.js +111 -0
  385. package/dist/esm/operations/resourceSkus.js.map +1 -0
  386. package/dist/esm/operations/serviceTasks.d.ts +94 -0
  387. package/dist/esm/operations/serviceTasks.d.ts.map +1 -0
  388. package/dist/esm/operations/serviceTasks.js +310 -0
  389. package/dist/esm/operations/serviceTasks.js.map +1 -0
  390. package/dist/esm/operations/services.d.ts +218 -0
  391. package/dist/esm/operations/services.d.ts.map +1 -0
  392. package/dist/esm/operations/services.js +889 -0
  393. package/dist/esm/operations/services.js.map +1 -0
  394. package/dist/esm/operations/sqlMigrationServices.d.ts +179 -0
  395. package/dist/esm/operations/sqlMigrationServices.d.ts.map +1 -0
  396. package/dist/esm/operations/sqlMigrationServices.js +715 -0
  397. package/dist/esm/operations/sqlMigrationServices.js.map +1 -0
  398. package/dist/esm/operations/tasks.d.ts +110 -0
  399. package/dist/esm/operations/tasks.d.ts.map +1 -0
  400. package/dist/esm/operations/tasks.js +360 -0
  401. package/dist/esm/operations/tasks.js.map +1 -0
  402. package/dist/esm/operations/usages.d.ts +37 -0
  403. package/dist/esm/operations/usages.d.ts.map +1 -0
  404. package/dist/esm/operations/usages.js +121 -0
  405. package/dist/esm/operations/usages.js.map +1 -0
  406. package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +62 -0
  407. package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +1 -0
  408. package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js +4 -0
  409. package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js.map +1 -0
  410. package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +62 -0
  411. package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +1 -0
  412. package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js +4 -0
  413. package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +1 -0
  414. package/dist/esm/operationsInterfaces/databaseMigrationsSqlDb.d.ts +93 -0
  415. package/dist/esm/operationsInterfaces/databaseMigrationsSqlDb.d.ts.map +1 -0
  416. package/dist/esm/operationsInterfaces/databaseMigrationsSqlDb.js +4 -0
  417. package/dist/esm/operationsInterfaces/databaseMigrationsSqlDb.js.map +1 -0
  418. package/dist/esm/operationsInterfaces/databaseMigrationsSqlMi.d.ts +93 -0
  419. package/dist/esm/operationsInterfaces/databaseMigrationsSqlMi.d.ts.map +1 -0
  420. package/dist/esm/operationsInterfaces/databaseMigrationsSqlMi.js +4 -0
  421. package/dist/esm/operationsInterfaces/databaseMigrationsSqlMi.js.map +1 -0
  422. package/dist/esm/operationsInterfaces/databaseMigrationsSqlVm.d.ts +93 -0
  423. package/dist/esm/operationsInterfaces/databaseMigrationsSqlVm.d.ts.map +1 -0
  424. package/dist/esm/operationsInterfaces/databaseMigrationsSqlVm.js +4 -0
  425. package/dist/esm/operationsInterfaces/databaseMigrationsSqlVm.js.map +1 -0
  426. package/dist/esm/operationsInterfaces/files.d.ts +73 -0
  427. package/dist/esm/operationsInterfaces/files.d.ts.map +1 -0
  428. package/dist/esm/operationsInterfaces/files.js +4 -0
  429. package/dist/esm/operationsInterfaces/files.js.map +1 -0
  430. package/dist/esm/operationsInterfaces/index.d.ts +16 -0
  431. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  432. package/dist/esm/operationsInterfaces/index.js +20 -0
  433. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  434. package/dist/esm/operationsInterfaces/migrationServices.d.ts +87 -0
  435. package/dist/esm/operationsInterfaces/migrationServices.d.ts.map +1 -0
  436. package/dist/esm/operationsInterfaces/migrationServices.js +4 -0
  437. package/dist/esm/operationsInterfaces/migrationServices.js.map +1 -0
  438. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  439. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  440. package/dist/esm/operationsInterfaces/operations.js +4 -0
  441. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  442. package/dist/esm/operationsInterfaces/projects.d.ts +52 -0
  443. package/dist/esm/operationsInterfaces/projects.d.ts.map +1 -0
  444. package/dist/esm/operationsInterfaces/projects.js +4 -0
  445. package/dist/esm/operationsInterfaces/projects.js.map +1 -0
  446. package/dist/esm/operationsInterfaces/resourceSkus.d.ts +11 -0
  447. package/dist/esm/operationsInterfaces/resourceSkus.d.ts.map +1 -0
  448. package/dist/esm/operationsInterfaces/resourceSkus.js +4 -0
  449. package/dist/esm/operationsInterfaces/resourceSkus.js.map +1 -0
  450. package/dist/esm/operationsInterfaces/serviceTasks.d.ts +66 -0
  451. package/dist/esm/operationsInterfaces/serviceTasks.d.ts.map +1 -0
  452. package/dist/esm/operationsInterfaces/serviceTasks.js +4 -0
  453. package/dist/esm/operationsInterfaces/serviceTasks.js.map +1 -0
  454. package/dist/esm/operationsInterfaces/services.d.ts +162 -0
  455. package/dist/esm/operationsInterfaces/services.d.ts.map +1 -0
  456. package/dist/esm/operationsInterfaces/services.js +4 -0
  457. package/dist/esm/operationsInterfaces/services.js.map +1 -0
  458. package/dist/esm/operationsInterfaces/sqlMigrationServices.d.ts +122 -0
  459. package/dist/esm/operationsInterfaces/sqlMigrationServices.d.ts.map +1 -0
  460. package/dist/esm/operationsInterfaces/sqlMigrationServices.js +4 -0
  461. package/dist/esm/operationsInterfaces/sqlMigrationServices.js.map +1 -0
  462. package/dist/esm/operationsInterfaces/tasks.d.ts +81 -0
  463. package/dist/esm/operationsInterfaces/tasks.d.ts.map +1 -0
  464. package/dist/esm/operationsInterfaces/tasks.js +4 -0
  465. package/dist/esm/operationsInterfaces/tasks.js.map +1 -0
  466. package/dist/esm/operationsInterfaces/usages.d.ts +13 -0
  467. package/dist/esm/operationsInterfaces/usages.d.ts.map +1 -0
  468. package/dist/esm/operationsInterfaces/usages.js +4 -0
  469. package/dist/esm/operationsInterfaces/usages.js.map +1 -0
  470. package/dist/esm/package.json +3 -0
  471. package/dist/esm/pagingHelper.d.ts +13 -0
  472. package/dist/esm/pagingHelper.d.ts.map +1 -0
  473. package/dist/esm/pagingHelper.js +25 -0
  474. package/dist/esm/pagingHelper.js.map +1 -0
  475. package/dist/react-native/dataMigrationManagementClient.d.ts +34 -0
  476. package/dist/react-native/dataMigrationManagementClient.d.ts.map +1 -0
  477. package/dist/react-native/dataMigrationManagementClient.js +131 -0
  478. package/dist/react-native/dataMigrationManagementClient.js.map +1 -0
  479. package/dist/react-native/index.d.ts +5 -0
  480. package/dist/react-native/index.d.ts.map +1 -0
  481. package/dist/react-native/index.js +10 -0
  482. package/dist/react-native/index.js.map +1 -0
  483. package/dist/react-native/lroImpl.d.ts +11 -0
  484. package/dist/react-native/lroImpl.d.ts.map +1 -0
  485. package/dist/react-native/lroImpl.js +20 -0
  486. package/dist/react-native/lroImpl.js.map +1 -0
  487. package/dist/react-native/models/index.d.ts +8271 -0
  488. package/dist/react-native/models/index.d.ts.map +1 -0
  489. package/dist/react-native/models/index.js +887 -0
  490. package/dist/react-native/models/index.js.map +1 -0
  491. package/dist/react-native/models/mappers.d.ts +463 -0
  492. package/dist/react-native/models/mappers.d.ts.map +1 -0
  493. package/dist/react-native/models/mappers.js +13592 -0
  494. package/dist/react-native/models/mappers.js.map +1 -0
  495. package/dist/react-native/models/parameters.d.ts +48 -0
  496. package/dist/react-native/models/parameters.d.ts.map +1 -0
  497. package/dist/react-native/models/parameters.js +371 -0
  498. package/dist/react-native/models/parameters.js.map +1 -0
  499. package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +89 -0
  500. package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +1 -0
  501. package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbRUMongo.js +358 -0
  502. package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbRUMongo.js.map +1 -0
  503. package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +89 -0
  504. package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +1 -0
  505. package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js +358 -0
  506. package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +1 -0
  507. package/dist/react-native/operations/databaseMigrationsSqlDb.d.ts +101 -0
  508. package/dist/react-native/operations/databaseMigrationsSqlDb.d.ts.map +1 -0
  509. package/dist/react-native/operations/databaseMigrationsSqlDb.js +409 -0
  510. package/dist/react-native/operations/databaseMigrationsSqlDb.js.map +1 -0
  511. package/dist/react-native/operations/databaseMigrationsSqlMi.d.ts +101 -0
  512. package/dist/react-native/operations/databaseMigrationsSqlMi.d.ts.map +1 -0
  513. package/dist/react-native/operations/databaseMigrationsSqlMi.js +410 -0
  514. package/dist/react-native/operations/databaseMigrationsSqlMi.js.map +1 -0
  515. package/dist/react-native/operations/databaseMigrationsSqlVm.d.ts +101 -0
  516. package/dist/react-native/operations/databaseMigrationsSqlVm.d.ts.map +1 -0
  517. package/dist/react-native/operations/databaseMigrationsSqlVm.js +410 -0
  518. package/dist/react-native/operations/databaseMigrationsSqlVm.js.map +1 -0
  519. package/dist/react-native/operations/files.d.ts +101 -0
  520. package/dist/react-native/operations/files.d.ts.map +1 -0
  521. package/dist/react-native/operations/files.js +349 -0
  522. package/dist/react-native/operations/files.js.map +1 -0
  523. package/dist/react-native/operations/index.d.ts +16 -0
  524. package/dist/react-native/operations/index.d.ts.map +1 -0
  525. package/dist/react-native/operations/index.js +20 -0
  526. package/dist/react-native/operations/index.js.map +1 -0
  527. package/dist/react-native/operations/migrationServices.d.ts +144 -0
  528. package/dist/react-native/operations/migrationServices.d.ts.map +1 -0
  529. package/dist/react-native/operations/migrationServices.js +627 -0
  530. package/dist/react-native/operations/migrationServices.js.map +1 -0
  531. package/dist/react-native/operations/operations.d.ts +32 -0
  532. package/dist/react-native/operations/operations.d.ts.map +1 -0
  533. package/dist/react-native/operations/operations.js +107 -0
  534. package/dist/react-native/operations/operations.js.map +1 -0
  535. package/dist/react-native/operations/projects.d.ts +78 -0
  536. package/dist/react-native/operations/projects.d.ts.map +1 -0
  537. package/dist/react-native/operations/projects.js +270 -0
  538. package/dist/react-native/operations/projects.js.map +1 -0
  539. package/dist/react-native/operations/resourceSkus.d.ts +32 -0
  540. package/dist/react-native/operations/resourceSkus.d.ts.map +1 -0
  541. package/dist/react-native/operations/resourceSkus.js +111 -0
  542. package/dist/react-native/operations/resourceSkus.js.map +1 -0
  543. package/dist/react-native/operations/serviceTasks.d.ts +94 -0
  544. package/dist/react-native/operations/serviceTasks.d.ts.map +1 -0
  545. package/dist/react-native/operations/serviceTasks.js +310 -0
  546. package/dist/react-native/operations/serviceTasks.js.map +1 -0
  547. package/dist/react-native/operations/services.d.ts +218 -0
  548. package/dist/react-native/operations/services.d.ts.map +1 -0
  549. package/dist/react-native/operations/services.js +889 -0
  550. package/dist/react-native/operations/services.js.map +1 -0
  551. package/dist/react-native/operations/sqlMigrationServices.d.ts +179 -0
  552. package/dist/react-native/operations/sqlMigrationServices.d.ts.map +1 -0
  553. package/dist/react-native/operations/sqlMigrationServices.js +715 -0
  554. package/dist/react-native/operations/sqlMigrationServices.js.map +1 -0
  555. package/dist/react-native/operations/tasks.d.ts +110 -0
  556. package/dist/react-native/operations/tasks.d.ts.map +1 -0
  557. package/dist/react-native/operations/tasks.js +360 -0
  558. package/dist/react-native/operations/tasks.js.map +1 -0
  559. package/dist/react-native/operations/usages.d.ts +37 -0
  560. package/dist/react-native/operations/usages.d.ts.map +1 -0
  561. package/dist/react-native/operations/usages.js +121 -0
  562. package/dist/react-native/operations/usages.js.map +1 -0
  563. package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +62 -0
  564. package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +1 -0
  565. package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js +4 -0
  566. package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js.map +1 -0
  567. package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +62 -0
  568. package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +1 -0
  569. package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js +4 -0
  570. package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +1 -0
  571. package/dist/react-native/operationsInterfaces/databaseMigrationsSqlDb.d.ts +93 -0
  572. package/dist/react-native/operationsInterfaces/databaseMigrationsSqlDb.d.ts.map +1 -0
  573. package/dist/react-native/operationsInterfaces/databaseMigrationsSqlDb.js +4 -0
  574. package/dist/react-native/operationsInterfaces/databaseMigrationsSqlDb.js.map +1 -0
  575. package/dist/react-native/operationsInterfaces/databaseMigrationsSqlMi.d.ts +93 -0
  576. package/dist/react-native/operationsInterfaces/databaseMigrationsSqlMi.d.ts.map +1 -0
  577. package/dist/react-native/operationsInterfaces/databaseMigrationsSqlMi.js +4 -0
  578. package/dist/react-native/operationsInterfaces/databaseMigrationsSqlMi.js.map +1 -0
  579. package/dist/react-native/operationsInterfaces/databaseMigrationsSqlVm.d.ts +93 -0
  580. package/dist/react-native/operationsInterfaces/databaseMigrationsSqlVm.d.ts.map +1 -0
  581. package/dist/react-native/operationsInterfaces/databaseMigrationsSqlVm.js +4 -0
  582. package/dist/react-native/operationsInterfaces/databaseMigrationsSqlVm.js.map +1 -0
  583. package/dist/react-native/operationsInterfaces/files.d.ts +73 -0
  584. package/dist/react-native/operationsInterfaces/files.d.ts.map +1 -0
  585. package/dist/react-native/operationsInterfaces/files.js +4 -0
  586. package/dist/react-native/operationsInterfaces/files.js.map +1 -0
  587. package/dist/react-native/operationsInterfaces/index.d.ts +16 -0
  588. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  589. package/dist/react-native/operationsInterfaces/index.js +20 -0
  590. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  591. package/dist/react-native/operationsInterfaces/migrationServices.d.ts +87 -0
  592. package/dist/react-native/operationsInterfaces/migrationServices.d.ts.map +1 -0
  593. package/dist/react-native/operationsInterfaces/migrationServices.js +4 -0
  594. package/dist/react-native/operationsInterfaces/migrationServices.js.map +1 -0
  595. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  596. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  597. package/dist/react-native/operationsInterfaces/operations.js +4 -0
  598. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  599. package/dist/react-native/operationsInterfaces/projects.d.ts +52 -0
  600. package/dist/react-native/operationsInterfaces/projects.d.ts.map +1 -0
  601. package/dist/react-native/operationsInterfaces/projects.js +4 -0
  602. package/dist/react-native/operationsInterfaces/projects.js.map +1 -0
  603. package/dist/react-native/operationsInterfaces/resourceSkus.d.ts +11 -0
  604. package/dist/react-native/operationsInterfaces/resourceSkus.d.ts.map +1 -0
  605. package/dist/react-native/operationsInterfaces/resourceSkus.js +4 -0
  606. package/dist/react-native/operationsInterfaces/resourceSkus.js.map +1 -0
  607. package/dist/react-native/operationsInterfaces/serviceTasks.d.ts +66 -0
  608. package/dist/react-native/operationsInterfaces/serviceTasks.d.ts.map +1 -0
  609. package/dist/react-native/operationsInterfaces/serviceTasks.js +4 -0
  610. package/dist/react-native/operationsInterfaces/serviceTasks.js.map +1 -0
  611. package/dist/react-native/operationsInterfaces/services.d.ts +162 -0
  612. package/dist/react-native/operationsInterfaces/services.d.ts.map +1 -0
  613. package/dist/react-native/operationsInterfaces/services.js +4 -0
  614. package/dist/react-native/operationsInterfaces/services.js.map +1 -0
  615. package/dist/react-native/operationsInterfaces/sqlMigrationServices.d.ts +122 -0
  616. package/dist/react-native/operationsInterfaces/sqlMigrationServices.d.ts.map +1 -0
  617. package/dist/react-native/operationsInterfaces/sqlMigrationServices.js +4 -0
  618. package/dist/react-native/operationsInterfaces/sqlMigrationServices.js.map +1 -0
  619. package/dist/react-native/operationsInterfaces/tasks.d.ts +81 -0
  620. package/dist/react-native/operationsInterfaces/tasks.d.ts.map +1 -0
  621. package/dist/react-native/operationsInterfaces/tasks.js +4 -0
  622. package/dist/react-native/operationsInterfaces/tasks.js.map +1 -0
  623. package/dist/react-native/operationsInterfaces/usages.d.ts +13 -0
  624. package/dist/react-native/operationsInterfaces/usages.d.ts.map +1 -0
  625. package/dist/react-native/operationsInterfaces/usages.js +4 -0
  626. package/dist/react-native/operationsInterfaces/usages.js.map +1 -0
  627. package/dist/react-native/package.json +3 -0
  628. package/dist/react-native/pagingHelper.d.ts +13 -0
  629. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  630. package/dist/react-native/pagingHelper.js +25 -0
  631. package/dist/react-native/pagingHelper.js.map +1 -0
  632. package/package.json +82 -74
  633. package/CHANGELOG.md +0 -11
  634. package/dist/index.js +0 -17494
  635. package/dist/index.js.map +0 -1
  636. package/dist/index.min.js +0 -1
  637. package/dist/index.min.js.map +0 -1
  638. package/dist-esm/samples-dev/createOrUpdateDatabaseMigrationResourceWithMaximumParameters.d.ts +0 -2
  639. package/dist-esm/samples-dev/createOrUpdateDatabaseMigrationResourceWithMaximumParameters.d.ts.map +0 -1
  640. package/dist-esm/samples-dev/createOrUpdateDatabaseMigrationResourceWithMaximumParameters.js +0 -65
  641. package/dist-esm/samples-dev/createOrUpdateDatabaseMigrationResourceWithMaximumParameters.js.map +0 -1
  642. package/dist-esm/samples-dev/createOrUpdateDatabaseMigrationResourceWithMinimumParameters.d.ts +0 -2
  643. package/dist-esm/samples-dev/createOrUpdateDatabaseMigrationResourceWithMinimumParameters.d.ts.map +0 -1
  644. package/dist-esm/samples-dev/createOrUpdateDatabaseMigrationResourceWithMinimumParameters.js +0 -65
  645. package/dist-esm/samples-dev/createOrUpdateDatabaseMigrationResourceWithMinimumParameters.js.map +0 -1
  646. package/dist-esm/samples-dev/createOrUpdateSqlMigrationServiceWithMaximumParameters.d.ts +0 -2
  647. package/dist-esm/samples-dev/createOrUpdateSqlMigrationServiceWithMaximumParameters.d.ts.map +0 -1
  648. package/dist-esm/samples-dev/createOrUpdateSqlMigrationServiceWithMaximumParameters.js +0 -32
  649. package/dist-esm/samples-dev/createOrUpdateSqlMigrationServiceWithMaximumParameters.js.map +0 -1
  650. package/dist-esm/samples-dev/createOrUpdateSqlMigrationServiceWithMinimumParameters.d.ts +0 -2
  651. package/dist-esm/samples-dev/createOrUpdateSqlMigrationServiceWithMinimumParameters.d.ts.map +0 -1
  652. package/dist-esm/samples-dev/createOrUpdateSqlMigrationServiceWithMinimumParameters.js +0 -32
  653. package/dist-esm/samples-dev/createOrUpdateSqlMigrationServiceWithMinimumParameters.js.map +0 -1
  654. package/dist-esm/samples-dev/cutoverOnlineMigrationOperationForTheDatabase.d.ts +0 -2
  655. package/dist-esm/samples-dev/cutoverOnlineMigrationOperationForTheDatabase.d.ts.map +0 -1
  656. package/dist-esm/samples-dev/cutoverOnlineMigrationOperationForTheDatabase.js +0 -35
  657. package/dist-esm/samples-dev/cutoverOnlineMigrationOperationForTheDatabase.js.map +0 -1
  658. package/dist-esm/samples-dev/databaseMigrationsSqlMiCancelSample.d.ts +0 -2
  659. package/dist-esm/samples-dev/databaseMigrationsSqlMiCancelSample.d.ts.map +0 -1
  660. package/dist-esm/samples-dev/databaseMigrationsSqlMiCancelSample.js +0 -35
  661. package/dist-esm/samples-dev/databaseMigrationsSqlMiCancelSample.js.map +0 -1
  662. package/dist-esm/samples-dev/databaseMigrationsSqlMiCreateOrUpdateSample.d.ts +0 -2
  663. package/dist-esm/samples-dev/databaseMigrationsSqlMiCreateOrUpdateSample.d.ts.map +0 -1
  664. package/dist-esm/samples-dev/databaseMigrationsSqlMiCreateOrUpdateSample.js +0 -117
  665. package/dist-esm/samples-dev/databaseMigrationsSqlMiCreateOrUpdateSample.js.map +0 -1
  666. package/dist-esm/samples-dev/databaseMigrationsSqlMiCutoverSample.d.ts +0 -2
  667. package/dist-esm/samples-dev/databaseMigrationsSqlMiCutoverSample.d.ts.map +0 -1
  668. package/dist-esm/samples-dev/databaseMigrationsSqlMiCutoverSample.js +0 -35
  669. package/dist-esm/samples-dev/databaseMigrationsSqlMiCutoverSample.js.map +0 -1
  670. package/dist-esm/samples-dev/databaseMigrationsSqlMiGetSample.d.ts +0 -2
  671. package/dist-esm/samples-dev/databaseMigrationsSqlMiGetSample.d.ts.map +0 -1
  672. package/dist-esm/samples-dev/databaseMigrationsSqlMiGetSample.js +0 -32
  673. package/dist-esm/samples-dev/databaseMigrationsSqlMiGetSample.js.map +0 -1
  674. package/dist-esm/samples-dev/databaseMigrationsSqlVMCancelSample.d.ts +0 -2
  675. package/dist-esm/samples-dev/databaseMigrationsSqlVMCancelSample.d.ts.map +0 -1
  676. package/dist-esm/samples-dev/databaseMigrationsSqlVMCancelSample.js +0 -35
  677. package/dist-esm/samples-dev/databaseMigrationsSqlVMCancelSample.js.map +0 -1
  678. package/dist-esm/samples-dev/databaseMigrationsSqlVMCreateOrUpdateSample.d.ts +0 -2
  679. package/dist-esm/samples-dev/databaseMigrationsSqlVMCreateOrUpdateSample.d.ts.map +0 -1
  680. package/dist-esm/samples-dev/databaseMigrationsSqlVMCreateOrUpdateSample.js +0 -117
  681. package/dist-esm/samples-dev/databaseMigrationsSqlVMCreateOrUpdateSample.js.map +0 -1
  682. package/dist-esm/samples-dev/databaseMigrationsSqlVMCutoverSample.d.ts +0 -2
  683. package/dist-esm/samples-dev/databaseMigrationsSqlVMCutoverSample.d.ts.map +0 -1
  684. package/dist-esm/samples-dev/databaseMigrationsSqlVMCutoverSample.js +0 -35
  685. package/dist-esm/samples-dev/databaseMigrationsSqlVMCutoverSample.js.map +0 -1
  686. package/dist-esm/samples-dev/databaseMigrationsSqlVMGetSample.d.ts +0 -2
  687. package/dist-esm/samples-dev/databaseMigrationsSqlVMGetSample.d.ts.map +0 -1
  688. package/dist-esm/samples-dev/databaseMigrationsSqlVMGetSample.js +0 -32
  689. package/dist-esm/samples-dev/databaseMigrationsSqlVMGetSample.js.map +0 -1
  690. package/dist-esm/samples-dev/deleteSqlMigrationService.d.ts +0 -2
  691. package/dist-esm/samples-dev/deleteSqlMigrationService.d.ts.map +0 -1
  692. package/dist-esm/samples-dev/deleteSqlMigrationService.js +0 -31
  693. package/dist-esm/samples-dev/deleteSqlMigrationService.js.map +0 -1
  694. package/dist-esm/samples-dev/deleteTheIntegrationRuntimeNode.d.ts +0 -2
  695. package/dist-esm/samples-dev/deleteTheIntegrationRuntimeNode.d.ts.map +0 -1
  696. package/dist-esm/samples-dev/deleteTheIntegrationRuntimeNode.js +0 -35
  697. package/dist-esm/samples-dev/deleteTheIntegrationRuntimeNode.js.map +0 -1
  698. package/dist-esm/samples-dev/filesCreateOrUpdate.d.ts +0 -2
  699. package/dist-esm/samples-dev/filesCreateOrUpdate.d.ts.map +0 -1
  700. package/dist-esm/samples-dev/filesCreateOrUpdate.js +0 -36
  701. package/dist-esm/samples-dev/filesCreateOrUpdate.js.map +0 -1
  702. package/dist-esm/samples-dev/filesCreateOrUpdateSample.d.ts +0 -2
  703. package/dist-esm/samples-dev/filesCreateOrUpdateSample.d.ts.map +0 -1
  704. package/dist-esm/samples-dev/filesCreateOrUpdateSample.js +0 -36
  705. package/dist-esm/samples-dev/filesCreateOrUpdateSample.js.map +0 -1
  706. package/dist-esm/samples-dev/filesDelete.d.ts +0 -2
  707. package/dist-esm/samples-dev/filesDelete.d.ts.map +0 -1
  708. package/dist-esm/samples-dev/filesDelete.js +0 -33
  709. package/dist-esm/samples-dev/filesDelete.js.map +0 -1
  710. package/dist-esm/samples-dev/filesDeleteSample.d.ts +0 -2
  711. package/dist-esm/samples-dev/filesDeleteSample.d.ts.map +0 -1
  712. package/dist-esm/samples-dev/filesDeleteSample.js +0 -33
  713. package/dist-esm/samples-dev/filesDeleteSample.js.map +0 -1
  714. package/dist-esm/samples-dev/filesGetSample.d.ts +0 -2
  715. package/dist-esm/samples-dev/filesGetSample.d.ts.map +0 -1
  716. package/dist-esm/samples-dev/filesGetSample.js +0 -33
  717. package/dist-esm/samples-dev/filesGetSample.js.map +0 -1
  718. package/dist-esm/samples-dev/filesList.d.ts +0 -2
  719. package/dist-esm/samples-dev/filesList.d.ts.map +0 -1
  720. package/dist-esm/samples-dev/filesList.js +0 -33
  721. package/dist-esm/samples-dev/filesList.js.map +0 -1
  722. package/dist-esm/samples-dev/filesListSample.d.ts +0 -2
  723. package/dist-esm/samples-dev/filesListSample.d.ts.map +0 -1
  724. package/dist-esm/samples-dev/filesListSample.js +0 -46
  725. package/dist-esm/samples-dev/filesListSample.js.map +0 -1
  726. package/dist-esm/samples-dev/filesReadSample.d.ts +0 -2
  727. package/dist-esm/samples-dev/filesReadSample.d.ts.map +0 -1
  728. package/dist-esm/samples-dev/filesReadSample.js +0 -33
  729. package/dist-esm/samples-dev/filesReadSample.js.map +0 -1
  730. package/dist-esm/samples-dev/filesReadWriteSample.d.ts +0 -2
  731. package/dist-esm/samples-dev/filesReadWriteSample.d.ts.map +0 -1
  732. package/dist-esm/samples-dev/filesReadWriteSample.js +0 -33
  733. package/dist-esm/samples-dev/filesReadWriteSample.js.map +0 -1
  734. package/dist-esm/samples-dev/filesUpdate.d.ts +0 -2
  735. package/dist-esm/samples-dev/filesUpdate.d.ts.map +0 -1
  736. package/dist-esm/samples-dev/filesUpdate.js +0 -36
  737. package/dist-esm/samples-dev/filesUpdate.js.map +0 -1
  738. package/dist-esm/samples-dev/filesUpdateSample.d.ts +0 -2
  739. package/dist-esm/samples-dev/filesUpdateSample.d.ts.map +0 -1
  740. package/dist-esm/samples-dev/filesUpdateSample.js +0 -36
  741. package/dist-esm/samples-dev/filesUpdateSample.js.map +0 -1
  742. package/dist-esm/samples-dev/getDatabaseMigrationResource.d.ts +0 -2
  743. package/dist-esm/samples-dev/getDatabaseMigrationResource.d.ts.map +0 -1
  744. package/dist-esm/samples-dev/getDatabaseMigrationResource.js +0 -32
  745. package/dist-esm/samples-dev/getDatabaseMigrationResource.js.map +0 -1
  746. package/dist-esm/samples-dev/getMigrationService.d.ts +0 -2
  747. package/dist-esm/samples-dev/getMigrationService.d.ts.map +0 -1
  748. package/dist-esm/samples-dev/getMigrationService.js +0 -31
  749. package/dist-esm/samples-dev/getMigrationService.js.map +0 -1
  750. package/dist-esm/samples-dev/getMigrationServicesInTheResourceGroup.d.ts +0 -2
  751. package/dist-esm/samples-dev/getMigrationServicesInTheResourceGroup.d.ts.map +0 -1
  752. package/dist-esm/samples-dev/getMigrationServicesInTheResourceGroup.js +0 -44
  753. package/dist-esm/samples-dev/getMigrationServicesInTheResourceGroup.js.map +0 -1
  754. package/dist-esm/samples-dev/getServicesInTheSubscriptions.d.ts +0 -2
  755. package/dist-esm/samples-dev/getServicesInTheSubscriptions.d.ts.map +0 -1
  756. package/dist-esm/samples-dev/getServicesInTheSubscriptions.js +0 -43
  757. package/dist-esm/samples-dev/getServicesInTheSubscriptions.js.map +0 -1
  758. package/dist-esm/samples-dev/listDatabaseMigrationsAttachedToTheService.d.ts +0 -2
  759. package/dist-esm/samples-dev/listDatabaseMigrationsAttachedToTheService.d.ts.map +0 -1
  760. package/dist-esm/samples-dev/listDatabaseMigrationsAttachedToTheService.js +0 -45
  761. package/dist-esm/samples-dev/listDatabaseMigrationsAttachedToTheService.js.map +0 -1
  762. package/dist-esm/samples-dev/listSkus.d.ts +0 -2
  763. package/dist-esm/samples-dev/listSkus.d.ts.map +0 -1
  764. package/dist-esm/samples-dev/listSkus.js +0 -43
  765. package/dist-esm/samples-dev/listSkus.js.map +0 -1
  766. package/dist-esm/samples-dev/listsAllOfTheAvailableSqlRestApiOperations.d.ts +0 -2
  767. package/dist-esm/samples-dev/listsAllOfTheAvailableSqlRestApiOperations.d.ts.map +0 -1
  768. package/dist-esm/samples-dev/listsAllOfTheAvailableSqlRestApiOperations.js +0 -43
  769. package/dist-esm/samples-dev/listsAllOfTheAvailableSqlRestApiOperations.js.map +0 -1
  770. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  771. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  772. package/dist-esm/samples-dev/operationsListSample.js +0 -43
  773. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  774. package/dist-esm/samples-dev/projectsCreateOrUpdate.d.ts +0 -2
  775. package/dist-esm/samples-dev/projectsCreateOrUpdate.d.ts.map +0 -1
  776. package/dist-esm/samples-dev/projectsCreateOrUpdate.js +0 -37
  777. package/dist-esm/samples-dev/projectsCreateOrUpdate.js.map +0 -1
  778. package/dist-esm/samples-dev/projectsCreateOrUpdateSample.d.ts +0 -2
  779. package/dist-esm/samples-dev/projectsCreateOrUpdateSample.d.ts.map +0 -1
  780. package/dist-esm/samples-dev/projectsCreateOrUpdateSample.js +0 -37
  781. package/dist-esm/samples-dev/projectsCreateOrUpdateSample.js.map +0 -1
  782. package/dist-esm/samples-dev/projectsDelete.d.ts +0 -2
  783. package/dist-esm/samples-dev/projectsDelete.d.ts.map +0 -1
  784. package/dist-esm/samples-dev/projectsDelete.js +0 -32
  785. package/dist-esm/samples-dev/projectsDelete.js.map +0 -1
  786. package/dist-esm/samples-dev/projectsDeleteSample.d.ts +0 -2
  787. package/dist-esm/samples-dev/projectsDeleteSample.d.ts.map +0 -1
  788. package/dist-esm/samples-dev/projectsDeleteSample.js +0 -32
  789. package/dist-esm/samples-dev/projectsDeleteSample.js.map +0 -1
  790. package/dist-esm/samples-dev/projectsGet.d.ts +0 -2
  791. package/dist-esm/samples-dev/projectsGet.d.ts.map +0 -1
  792. package/dist-esm/samples-dev/projectsGet.js +0 -32
  793. package/dist-esm/samples-dev/projectsGet.js.map +0 -1
  794. package/dist-esm/samples-dev/projectsGetSample.d.ts +0 -2
  795. package/dist-esm/samples-dev/projectsGetSample.d.ts.map +0 -1
  796. package/dist-esm/samples-dev/projectsGetSample.js +0 -32
  797. package/dist-esm/samples-dev/projectsGetSample.js.map +0 -1
  798. package/dist-esm/samples-dev/projectsList.d.ts +0 -2
  799. package/dist-esm/samples-dev/projectsList.d.ts.map +0 -1
  800. package/dist-esm/samples-dev/projectsList.js +0 -45
  801. package/dist-esm/samples-dev/projectsList.js.map +0 -1
  802. package/dist-esm/samples-dev/projectsListSample.d.ts +0 -2
  803. package/dist-esm/samples-dev/projectsListSample.d.ts.map +0 -1
  804. package/dist-esm/samples-dev/projectsListSample.js +0 -45
  805. package/dist-esm/samples-dev/projectsListSample.js.map +0 -1
  806. package/dist-esm/samples-dev/projectsUpdate.d.ts +0 -2
  807. package/dist-esm/samples-dev/projectsUpdate.d.ts.map +0 -1
  808. package/dist-esm/samples-dev/projectsUpdate.js +0 -37
  809. package/dist-esm/samples-dev/projectsUpdate.js.map +0 -1
  810. package/dist-esm/samples-dev/projectsUpdateSample.d.ts +0 -2
  811. package/dist-esm/samples-dev/projectsUpdateSample.d.ts.map +0 -1
  812. package/dist-esm/samples-dev/projectsUpdateSample.js +0 -37
  813. package/dist-esm/samples-dev/projectsUpdateSample.js.map +0 -1
  814. package/dist-esm/samples-dev/regenerateTheOfAuthenticationKeys.d.ts +0 -2
  815. package/dist-esm/samples-dev/regenerateTheOfAuthenticationKeys.d.ts.map +0 -1
  816. package/dist-esm/samples-dev/regenerateTheOfAuthenticationKeys.js +0 -32
  817. package/dist-esm/samples-dev/regenerateTheOfAuthenticationKeys.js.map +0 -1
  818. package/dist-esm/samples-dev/resourceSkusListSkusSample.d.ts +0 -2
  819. package/dist-esm/samples-dev/resourceSkusListSkusSample.d.ts.map +0 -1
  820. package/dist-esm/samples-dev/resourceSkusListSkusSample.js +0 -43
  821. package/dist-esm/samples-dev/resourceSkusListSkusSample.js.map +0 -1
  822. package/dist-esm/samples-dev/retrieveTheListOfAuthenticationKeys.d.ts +0 -2
  823. package/dist-esm/samples-dev/retrieveTheListOfAuthenticationKeys.d.ts.map +0 -1
  824. package/dist-esm/samples-dev/retrieveTheListOfAuthenticationKeys.js +0 -31
  825. package/dist-esm/samples-dev/retrieveTheListOfAuthenticationKeys.js.map +0 -1
  826. package/dist-esm/samples-dev/retrieveTheMonitoringData.d.ts +0 -2
  827. package/dist-esm/samples-dev/retrieveTheMonitoringData.d.ts.map +0 -1
  828. package/dist-esm/samples-dev/retrieveTheMonitoringData.js +0 -31
  829. package/dist-esm/samples-dev/retrieveTheMonitoringData.js.map +0 -1
  830. package/dist-esm/samples-dev/serviceTasksCancelSample.d.ts +0 -2
  831. package/dist-esm/samples-dev/serviceTasksCancelSample.d.ts.map +0 -1
  832. package/dist-esm/samples-dev/serviceTasksCancelSample.js +0 -32
  833. package/dist-esm/samples-dev/serviceTasksCancelSample.js.map +0 -1
  834. package/dist-esm/samples-dev/serviceTasksCreateOrUpdateSample.d.ts +0 -2
  835. package/dist-esm/samples-dev/serviceTasksCreateOrUpdateSample.d.ts.map +0 -1
  836. package/dist-esm/samples-dev/serviceTasksCreateOrUpdateSample.js +0 -38
  837. package/dist-esm/samples-dev/serviceTasksCreateOrUpdateSample.js.map +0 -1
  838. package/dist-esm/samples-dev/serviceTasksDeleteSample.d.ts +0 -2
  839. package/dist-esm/samples-dev/serviceTasksDeleteSample.d.ts.map +0 -1
  840. package/dist-esm/samples-dev/serviceTasksDeleteSample.js +0 -32
  841. package/dist-esm/samples-dev/serviceTasksDeleteSample.js.map +0 -1
  842. package/dist-esm/samples-dev/serviceTasksGetSample.d.ts +0 -2
  843. package/dist-esm/samples-dev/serviceTasksGetSample.d.ts.map +0 -1
  844. package/dist-esm/samples-dev/serviceTasksGetSample.js +0 -32
  845. package/dist-esm/samples-dev/serviceTasksGetSample.js.map +0 -1
  846. package/dist-esm/samples-dev/serviceTasksList.d.ts +0 -2
  847. package/dist-esm/samples-dev/serviceTasksList.d.ts.map +0 -1
  848. package/dist-esm/samples-dev/serviceTasksList.js +0 -45
  849. package/dist-esm/samples-dev/serviceTasksList.js.map +0 -1
  850. package/dist-esm/samples-dev/serviceTasksListSample.d.ts +0 -2
  851. package/dist-esm/samples-dev/serviceTasksListSample.d.ts.map +0 -1
  852. package/dist-esm/samples-dev/serviceTasksListSample.js +0 -45
  853. package/dist-esm/samples-dev/serviceTasksListSample.js.map +0 -1
  854. package/dist-esm/samples-dev/serviceTasksUpdateSample.d.ts +0 -2
  855. package/dist-esm/samples-dev/serviceTasksUpdateSample.d.ts.map +0 -1
  856. package/dist-esm/samples-dev/serviceTasksUpdateSample.js +0 -38
  857. package/dist-esm/samples-dev/serviceTasksUpdateSample.js.map +0 -1
  858. package/dist-esm/samples-dev/servicesCheckChildrenNameAvailability.d.ts +0 -2
  859. package/dist-esm/samples-dev/servicesCheckChildrenNameAvailability.d.ts.map +0 -1
  860. package/dist-esm/samples-dev/servicesCheckChildrenNameAvailability.js +0 -32
  861. package/dist-esm/samples-dev/servicesCheckChildrenNameAvailability.js.map +0 -1
  862. package/dist-esm/samples-dev/servicesCheckChildrenNameAvailabilitySample.d.ts +0 -2
  863. package/dist-esm/samples-dev/servicesCheckChildrenNameAvailabilitySample.d.ts.map +0 -1
  864. package/dist-esm/samples-dev/servicesCheckChildrenNameAvailabilitySample.js +0 -32
  865. package/dist-esm/samples-dev/servicesCheckChildrenNameAvailabilitySample.js.map +0 -1
  866. package/dist-esm/samples-dev/servicesCheckNameAvailability.d.ts +0 -2
  867. package/dist-esm/samples-dev/servicesCheckNameAvailability.d.ts.map +0 -1
  868. package/dist-esm/samples-dev/servicesCheckNameAvailability.js +0 -34
  869. package/dist-esm/samples-dev/servicesCheckNameAvailability.js.map +0 -1
  870. package/dist-esm/samples-dev/servicesCheckNameAvailabilitySample.d.ts +0 -2
  871. package/dist-esm/samples-dev/servicesCheckNameAvailabilitySample.d.ts.map +0 -1
  872. package/dist-esm/samples-dev/servicesCheckNameAvailabilitySample.js +0 -34
  873. package/dist-esm/samples-dev/servicesCheckNameAvailabilitySample.js.map +0 -1
  874. package/dist-esm/samples-dev/servicesCheckStatus.d.ts +0 -2
  875. package/dist-esm/samples-dev/servicesCheckStatus.d.ts.map +0 -1
  876. package/dist-esm/samples-dev/servicesCheckStatus.js +0 -31
  877. package/dist-esm/samples-dev/servicesCheckStatus.js.map +0 -1
  878. package/dist-esm/samples-dev/servicesCheckStatusSample.d.ts +0 -2
  879. package/dist-esm/samples-dev/servicesCheckStatusSample.d.ts.map +0 -1
  880. package/dist-esm/samples-dev/servicesCheckStatusSample.js +0 -31
  881. package/dist-esm/samples-dev/servicesCheckStatusSample.js.map +0 -1
  882. package/dist-esm/samples-dev/servicesCreateOrUpdate.d.ts +0 -2
  883. package/dist-esm/samples-dev/servicesCreateOrUpdate.d.ts.map +0 -1
  884. package/dist-esm/samples-dev/servicesCreateOrUpdate.js +0 -35
  885. package/dist-esm/samples-dev/servicesCreateOrUpdate.js.map +0 -1
  886. package/dist-esm/samples-dev/servicesCreateOrUpdateSample.d.ts +0 -2
  887. package/dist-esm/samples-dev/servicesCreateOrUpdateSample.d.ts.map +0 -1
  888. package/dist-esm/samples-dev/servicesCreateOrUpdateSample.js +0 -36
  889. package/dist-esm/samples-dev/servicesCreateOrUpdateSample.js.map +0 -1
  890. package/dist-esm/samples-dev/servicesDeleteSample.d.ts +0 -2
  891. package/dist-esm/samples-dev/servicesDeleteSample.d.ts.map +0 -1
  892. package/dist-esm/samples-dev/servicesDeleteSample.js +0 -31
  893. package/dist-esm/samples-dev/servicesDeleteSample.js.map +0 -1
  894. package/dist-esm/samples-dev/servicesGetSample.d.ts +0 -2
  895. package/dist-esm/samples-dev/servicesGetSample.d.ts.map +0 -1
  896. package/dist-esm/samples-dev/servicesGetSample.js +0 -31
  897. package/dist-esm/samples-dev/servicesGetSample.js.map +0 -1
  898. package/dist-esm/samples-dev/servicesList.d.ts +0 -2
  899. package/dist-esm/samples-dev/servicesList.d.ts.map +0 -1
  900. package/dist-esm/samples-dev/servicesList.js +0 -43
  901. package/dist-esm/samples-dev/servicesList.js.map +0 -1
  902. package/dist-esm/samples-dev/servicesListByResourceGroup.d.ts +0 -2
  903. package/dist-esm/samples-dev/servicesListByResourceGroup.d.ts.map +0 -1
  904. package/dist-esm/samples-dev/servicesListByResourceGroup.js +0 -44
  905. package/dist-esm/samples-dev/servicesListByResourceGroup.js.map +0 -1
  906. package/dist-esm/samples-dev/servicesListByResourceGroupSample.d.ts +0 -2
  907. package/dist-esm/samples-dev/servicesListByResourceGroupSample.d.ts.map +0 -1
  908. package/dist-esm/samples-dev/servicesListByResourceGroupSample.js +0 -44
  909. package/dist-esm/samples-dev/servicesListByResourceGroupSample.js.map +0 -1
  910. package/dist-esm/samples-dev/servicesListSample.d.ts +0 -2
  911. package/dist-esm/samples-dev/servicesListSample.d.ts.map +0 -1
  912. package/dist-esm/samples-dev/servicesListSample.js +0 -43
  913. package/dist-esm/samples-dev/servicesListSample.js.map +0 -1
  914. package/dist-esm/samples-dev/servicesListSkus.d.ts +0 -2
  915. package/dist-esm/samples-dev/servicesListSkus.d.ts.map +0 -1
  916. package/dist-esm/samples-dev/servicesListSkus.js +0 -45
  917. package/dist-esm/samples-dev/servicesListSkus.js.map +0 -1
  918. package/dist-esm/samples-dev/servicesListSkusSample.d.ts +0 -2
  919. package/dist-esm/samples-dev/servicesListSkusSample.d.ts.map +0 -1
  920. package/dist-esm/samples-dev/servicesListSkusSample.js +0 -45
  921. package/dist-esm/samples-dev/servicesListSkusSample.js.map +0 -1
  922. package/dist-esm/samples-dev/servicesStart.d.ts +0 -2
  923. package/dist-esm/samples-dev/servicesStart.d.ts.map +0 -1
  924. package/dist-esm/samples-dev/servicesStart.js +0 -31
  925. package/dist-esm/samples-dev/servicesStart.js.map +0 -1
  926. package/dist-esm/samples-dev/servicesStartSample.d.ts +0 -2
  927. package/dist-esm/samples-dev/servicesStartSample.d.ts.map +0 -1
  928. package/dist-esm/samples-dev/servicesStartSample.js +0 -31
  929. package/dist-esm/samples-dev/servicesStartSample.js.map +0 -1
  930. package/dist-esm/samples-dev/servicesStop.d.ts +0 -2
  931. package/dist-esm/samples-dev/servicesStop.d.ts.map +0 -1
  932. package/dist-esm/samples-dev/servicesStop.js +0 -31
  933. package/dist-esm/samples-dev/servicesStop.js.map +0 -1
  934. package/dist-esm/samples-dev/servicesStopSample.d.ts +0 -2
  935. package/dist-esm/samples-dev/servicesStopSample.d.ts.map +0 -1
  936. package/dist-esm/samples-dev/servicesStopSample.js +0 -31
  937. package/dist-esm/samples-dev/servicesStopSample.js.map +0 -1
  938. package/dist-esm/samples-dev/servicesUpdateSample.d.ts +0 -2
  939. package/dist-esm/samples-dev/servicesUpdateSample.d.ts.map +0 -1
  940. package/dist-esm/samples-dev/servicesUpdateSample.js +0 -35
  941. package/dist-esm/samples-dev/servicesUpdateSample.js.map +0 -1
  942. package/dist-esm/samples-dev/servicesUsages.d.ts +0 -2
  943. package/dist-esm/samples-dev/servicesUsages.d.ts.map +0 -1
  944. package/dist-esm/samples-dev/servicesUsages.js +0 -44
  945. package/dist-esm/samples-dev/servicesUsages.js.map +0 -1
  946. package/dist-esm/samples-dev/sqlMigrationServicesCreateOrUpdateSample.d.ts +0 -2
  947. package/dist-esm/samples-dev/sqlMigrationServicesCreateOrUpdateSample.d.ts.map +0 -1
  948. package/dist-esm/samples-dev/sqlMigrationServicesCreateOrUpdateSample.js +0 -51
  949. package/dist-esm/samples-dev/sqlMigrationServicesCreateOrUpdateSample.js.map +0 -1
  950. package/dist-esm/samples-dev/sqlMigrationServicesDeleteNodeSample.d.ts +0 -2
  951. package/dist-esm/samples-dev/sqlMigrationServicesDeleteNodeSample.d.ts.map +0 -1
  952. package/dist-esm/samples-dev/sqlMigrationServicesDeleteNodeSample.js +0 -35
  953. package/dist-esm/samples-dev/sqlMigrationServicesDeleteNodeSample.js.map +0 -1
  954. package/dist-esm/samples-dev/sqlMigrationServicesDeleteSample.d.ts +0 -2
  955. package/dist-esm/samples-dev/sqlMigrationServicesDeleteSample.d.ts.map +0 -1
  956. package/dist-esm/samples-dev/sqlMigrationServicesDeleteSample.js +0 -31
  957. package/dist-esm/samples-dev/sqlMigrationServicesDeleteSample.js.map +0 -1
  958. package/dist-esm/samples-dev/sqlMigrationServicesGetSample.d.ts +0 -2
  959. package/dist-esm/samples-dev/sqlMigrationServicesGetSample.d.ts.map +0 -1
  960. package/dist-esm/samples-dev/sqlMigrationServicesGetSample.js +0 -31
  961. package/dist-esm/samples-dev/sqlMigrationServicesGetSample.js.map +0 -1
  962. package/dist-esm/samples-dev/sqlMigrationServicesListAuthKeysSample.d.ts +0 -2
  963. package/dist-esm/samples-dev/sqlMigrationServicesListAuthKeysSample.d.ts.map +0 -1
  964. package/dist-esm/samples-dev/sqlMigrationServicesListAuthKeysSample.js +0 -31
  965. package/dist-esm/samples-dev/sqlMigrationServicesListAuthKeysSample.js.map +0 -1
  966. package/dist-esm/samples-dev/sqlMigrationServicesListByResourceGroupSample.d.ts +0 -2
  967. package/dist-esm/samples-dev/sqlMigrationServicesListByResourceGroupSample.d.ts.map +0 -1
  968. package/dist-esm/samples-dev/sqlMigrationServicesListByResourceGroupSample.js +0 -44
  969. package/dist-esm/samples-dev/sqlMigrationServicesListByResourceGroupSample.js.map +0 -1
  970. package/dist-esm/samples-dev/sqlMigrationServicesListBySubscriptionSample.d.ts +0 -2
  971. package/dist-esm/samples-dev/sqlMigrationServicesListBySubscriptionSample.d.ts.map +0 -1
  972. package/dist-esm/samples-dev/sqlMigrationServicesListBySubscriptionSample.js +0 -43
  973. package/dist-esm/samples-dev/sqlMigrationServicesListBySubscriptionSample.js.map +0 -1
  974. package/dist-esm/samples-dev/sqlMigrationServicesListMigrationsSample.d.ts +0 -2
  975. package/dist-esm/samples-dev/sqlMigrationServicesListMigrationsSample.d.ts.map +0 -1
  976. package/dist-esm/samples-dev/sqlMigrationServicesListMigrationsSample.js +0 -45
  977. package/dist-esm/samples-dev/sqlMigrationServicesListMigrationsSample.js.map +0 -1
  978. package/dist-esm/samples-dev/sqlMigrationServicesListMonitoringDataSample.d.ts +0 -2
  979. package/dist-esm/samples-dev/sqlMigrationServicesListMonitoringDataSample.d.ts.map +0 -1
  980. package/dist-esm/samples-dev/sqlMigrationServicesListMonitoringDataSample.js +0 -31
  981. package/dist-esm/samples-dev/sqlMigrationServicesListMonitoringDataSample.js.map +0 -1
  982. package/dist-esm/samples-dev/sqlMigrationServicesRegenerateAuthKeysSample.d.ts +0 -2
  983. package/dist-esm/samples-dev/sqlMigrationServicesRegenerateAuthKeysSample.d.ts.map +0 -1
  984. package/dist-esm/samples-dev/sqlMigrationServicesRegenerateAuthKeysSample.js +0 -32
  985. package/dist-esm/samples-dev/sqlMigrationServicesRegenerateAuthKeysSample.js.map +0 -1
  986. package/dist-esm/samples-dev/sqlMigrationServicesUpdateSample.d.ts +0 -2
  987. package/dist-esm/samples-dev/sqlMigrationServicesUpdateSample.d.ts.map +0 -1
  988. package/dist-esm/samples-dev/sqlMigrationServicesUpdateSample.js +0 -32
  989. package/dist-esm/samples-dev/sqlMigrationServicesUpdateSample.js.map +0 -1
  990. package/dist-esm/samples-dev/stopOngoingMigrationForTheDatabase.d.ts +0 -2
  991. package/dist-esm/samples-dev/stopOngoingMigrationForTheDatabase.d.ts.map +0 -1
  992. package/dist-esm/samples-dev/stopOngoingMigrationForTheDatabase.js +0 -35
  993. package/dist-esm/samples-dev/stopOngoingMigrationForTheDatabase.js.map +0 -1
  994. package/dist-esm/samples-dev/tasksCancel.d.ts +0 -2
  995. package/dist-esm/samples-dev/tasksCancel.d.ts.map +0 -1
  996. package/dist-esm/samples-dev/tasksCancel.js +0 -32
  997. package/dist-esm/samples-dev/tasksCancel.js.map +0 -1
  998. package/dist-esm/samples-dev/tasksCancelSample.d.ts +0 -2
  999. package/dist-esm/samples-dev/tasksCancelSample.d.ts.map +0 -1
  1000. package/dist-esm/samples-dev/tasksCancelSample.js +0 -33
  1001. package/dist-esm/samples-dev/tasksCancelSample.js.map +0 -1
  1002. package/dist-esm/samples-dev/tasksCommand.d.ts +0 -2
  1003. package/dist-esm/samples-dev/tasksCommand.d.ts.map +0 -1
  1004. package/dist-esm/samples-dev/tasksCommand.js +0 -37
  1005. package/dist-esm/samples-dev/tasksCommand.js.map +0 -1
  1006. package/dist-esm/samples-dev/tasksCommandSample.d.ts +0 -2
  1007. package/dist-esm/samples-dev/tasksCommandSample.d.ts.map +0 -1
  1008. package/dist-esm/samples-dev/tasksCommandSample.js +0 -37
  1009. package/dist-esm/samples-dev/tasksCommandSample.js.map +0 -1
  1010. package/dist-esm/samples-dev/tasksCreateOrUpdate.d.ts +0 -2
  1011. package/dist-esm/samples-dev/tasksCreateOrUpdate.d.ts.map +0 -1
  1012. package/dist-esm/samples-dev/tasksCreateOrUpdate.js +0 -38
  1013. package/dist-esm/samples-dev/tasksCreateOrUpdate.js.map +0 -1
  1014. package/dist-esm/samples-dev/tasksCreateOrUpdateSample.d.ts +0 -2
  1015. package/dist-esm/samples-dev/tasksCreateOrUpdateSample.d.ts.map +0 -1
  1016. package/dist-esm/samples-dev/tasksCreateOrUpdateSample.js +0 -49
  1017. package/dist-esm/samples-dev/tasksCreateOrUpdateSample.js.map +0 -1
  1018. package/dist-esm/samples-dev/tasksDelete.d.ts +0 -2
  1019. package/dist-esm/samples-dev/tasksDelete.d.ts.map +0 -1
  1020. package/dist-esm/samples-dev/tasksDelete.js +0 -32
  1021. package/dist-esm/samples-dev/tasksDelete.js.map +0 -1
  1022. package/dist-esm/samples-dev/tasksDeleteSample.d.ts +0 -2
  1023. package/dist-esm/samples-dev/tasksDeleteSample.d.ts.map +0 -1
  1024. package/dist-esm/samples-dev/tasksDeleteSample.js +0 -33
  1025. package/dist-esm/samples-dev/tasksDeleteSample.js.map +0 -1
  1026. package/dist-esm/samples-dev/tasksGet.d.ts +0 -2
  1027. package/dist-esm/samples-dev/tasksGet.d.ts.map +0 -1
  1028. package/dist-esm/samples-dev/tasksGet.js +0 -32
  1029. package/dist-esm/samples-dev/tasksGet.js.map +0 -1
  1030. package/dist-esm/samples-dev/tasksGetSample.d.ts +0 -2
  1031. package/dist-esm/samples-dev/tasksGetSample.d.ts.map +0 -1
  1032. package/dist-esm/samples-dev/tasksGetSample.js +0 -33
  1033. package/dist-esm/samples-dev/tasksGetSample.js.map +0 -1
  1034. package/dist-esm/samples-dev/tasksList.d.ts +0 -2
  1035. package/dist-esm/samples-dev/tasksList.d.ts.map +0 -1
  1036. package/dist-esm/samples-dev/tasksList.js +0 -46
  1037. package/dist-esm/samples-dev/tasksList.js.map +0 -1
  1038. package/dist-esm/samples-dev/tasksListSample.d.ts +0 -2
  1039. package/dist-esm/samples-dev/tasksListSample.d.ts.map +0 -1
  1040. package/dist-esm/samples-dev/tasksListSample.js +0 -46
  1041. package/dist-esm/samples-dev/tasksListSample.js.map +0 -1
  1042. package/dist-esm/samples-dev/tasksUpdate.d.ts +0 -2
  1043. package/dist-esm/samples-dev/tasksUpdate.d.ts.map +0 -1
  1044. package/dist-esm/samples-dev/tasksUpdate.js +0 -38
  1045. package/dist-esm/samples-dev/tasksUpdate.js.map +0 -1
  1046. package/dist-esm/samples-dev/tasksUpdateSample.d.ts +0 -2
  1047. package/dist-esm/samples-dev/tasksUpdateSample.d.ts.map +0 -1
  1048. package/dist-esm/samples-dev/tasksUpdateSample.js +0 -49
  1049. package/dist-esm/samples-dev/tasksUpdateSample.js.map +0 -1
  1050. package/dist-esm/samples-dev/updateSqlMigrationService.d.ts +0 -2
  1051. package/dist-esm/samples-dev/updateSqlMigrationService.d.ts.map +0 -1
  1052. package/dist-esm/samples-dev/updateSqlMigrationService.js +0 -32
  1053. package/dist-esm/samples-dev/updateSqlMigrationService.js.map +0 -1
  1054. package/dist-esm/samples-dev/usagesListSample.d.ts +0 -2
  1055. package/dist-esm/samples-dev/usagesListSample.d.ts.map +0 -1
  1056. package/dist-esm/samples-dev/usagesListSample.js +0 -44
  1057. package/dist-esm/samples-dev/usagesListSample.js.map +0 -1
  1058. package/dist-esm/src/dataMigrationManagementClient.d.ts +0 -30
  1059. package/dist-esm/src/dataMigrationManagementClient.d.ts.map +0 -1
  1060. package/dist-esm/src/dataMigrationManagementClient.js +0 -110
  1061. package/dist-esm/src/dataMigrationManagementClient.js.map +0 -1
  1062. package/dist-esm/src/index.d.ts +0 -6
  1063. package/dist-esm/src/index.d.ts.map +0 -1
  1064. package/dist-esm/src/index.js +0 -13
  1065. package/dist-esm/src/index.js.map +0 -1
  1066. package/dist-esm/src/lroImpl.d.ts +0 -16
  1067. package/dist-esm/src/lroImpl.d.ts.map +0 -1
  1068. package/dist-esm/src/lroImpl.js +0 -29
  1069. package/dist-esm/src/lroImpl.js.map +0 -1
  1070. package/dist-esm/src/models/index.d.ts +0 -7554
  1071. package/dist-esm/src/models/index.d.ts.map +0 -1
  1072. package/dist-esm/src/models/index.js +0 -848
  1073. package/dist-esm/src/models/index.js.map +0 -1
  1074. package/dist-esm/src/models/mappers.d.ts +0 -434
  1075. package/dist-esm/src/models/mappers.d.ts.map +0 -1
  1076. package/dist-esm/src/models/mappers.js +0 -11822
  1077. package/dist-esm/src/models/mappers.js.map +0 -1
  1078. package/dist-esm/src/models/parameters.d.ts +0 -36
  1079. package/dist-esm/src/models/parameters.d.ts.map +0 -1
  1080. package/dist-esm/src/models/parameters.js +0 -272
  1081. package/dist-esm/src/models/parameters.js.map +0 -1
  1082. package/dist-esm/src/operations/databaseMigrationsSqlMi.d.ts +0 -83
  1083. package/dist-esm/src/operations/databaseMigrationsSqlMi.d.ts.map +0 -1
  1084. package/dist-esm/src/operations/databaseMigrationsSqlMi.js +0 -315
  1085. package/dist-esm/src/operations/databaseMigrationsSqlMi.js.map +0 -1
  1086. package/dist-esm/src/operations/databaseMigrationsSqlVm.d.ts +0 -83
  1087. package/dist-esm/src/operations/databaseMigrationsSqlVm.d.ts.map +0 -1
  1088. package/dist-esm/src/operations/databaseMigrationsSqlVm.js +0 -315
  1089. package/dist-esm/src/operations/databaseMigrationsSqlVm.js.map +0 -1
  1090. package/dist-esm/src/operations/files.d.ts +0 -101
  1091. package/dist-esm/src/operations/files.d.ts.map +0 -1
  1092. package/dist-esm/src/operations/files.js +0 -370
  1093. package/dist-esm/src/operations/files.js.map +0 -1
  1094. package/dist-esm/src/operations/index.d.ts +0 -12
  1095. package/dist-esm/src/operations/index.d.ts.map +0 -1
  1096. package/dist-esm/src/operations/index.js +0 -19
  1097. package/dist-esm/src/operations/index.js.map +0 -1
  1098. package/dist-esm/src/operations/operations.d.ts +0 -32
  1099. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  1100. package/dist-esm/src/operations/operations.js +0 -128
  1101. package/dist-esm/src/operations/operations.js.map +0 -1
  1102. package/dist-esm/src/operations/projects.d.ts +0 -78
  1103. package/dist-esm/src/operations/projects.d.ts.map +0 -1
  1104. package/dist-esm/src/operations/projects.js +0 -291
  1105. package/dist-esm/src/operations/projects.js.map +0 -1
  1106. package/dist-esm/src/operations/resourceSkus.d.ts +0 -32
  1107. package/dist-esm/src/operations/resourceSkus.d.ts.map +0 -1
  1108. package/dist-esm/src/operations/resourceSkus.js +0 -136
  1109. package/dist-esm/src/operations/resourceSkus.js.map +0 -1
  1110. package/dist-esm/src/operations/serviceTasks.d.ts +0 -91
  1111. package/dist-esm/src/operations/serviceTasks.d.ts.map +0 -1
  1112. package/dist-esm/src/operations/serviceTasks.js +0 -328
  1113. package/dist-esm/src/operations/serviceTasks.js.map +0 -1
  1114. package/dist-esm/src/operations/services.d.ts +0 -217
  1115. package/dist-esm/src/operations/services.d.ts.map +0 -1
  1116. package/dist-esm/src/operations/services.js +0 -928
  1117. package/dist-esm/src/operations/services.js.map +0 -1
  1118. package/dist-esm/src/operations/sqlMigrationServices.d.ts +0 -178
  1119. package/dist-esm/src/operations/sqlMigrationServices.d.ts.map +0 -1
  1120. package/dist-esm/src/operations/sqlMigrationServices.js +0 -760
  1121. package/dist-esm/src/operations/sqlMigrationServices.js.map +0 -1
  1122. package/dist-esm/src/operations/tasks.d.ts +0 -110
  1123. package/dist-esm/src/operations/tasks.d.ts.map +0 -1
  1124. package/dist-esm/src/operations/tasks.js +0 -381
  1125. package/dist-esm/src/operations/tasks.js.map +0 -1
  1126. package/dist-esm/src/operations/usages.d.ts +0 -37
  1127. package/dist-esm/src/operations/usages.d.ts.map +0 -1
  1128. package/dist-esm/src/operations/usages.js +0 -146
  1129. package/dist-esm/src/operations/usages.js.map +0 -1
  1130. package/dist-esm/src/operationsInterfaces/databaseMigrationsSqlMi.d.ts +0 -75
  1131. package/dist-esm/src/operationsInterfaces/databaseMigrationsSqlMi.d.ts.map +0 -1
  1132. package/dist-esm/src/operationsInterfaces/databaseMigrationsSqlMi.js +0 -9
  1133. package/dist-esm/src/operationsInterfaces/databaseMigrationsSqlMi.js.map +0 -1
  1134. package/dist-esm/src/operationsInterfaces/databaseMigrationsSqlVm.d.ts +0 -75
  1135. package/dist-esm/src/operationsInterfaces/databaseMigrationsSqlVm.d.ts.map +0 -1
  1136. package/dist-esm/src/operationsInterfaces/databaseMigrationsSqlVm.js +0 -9
  1137. package/dist-esm/src/operationsInterfaces/databaseMigrationsSqlVm.js.map +0 -1
  1138. package/dist-esm/src/operationsInterfaces/files.d.ts +0 -73
  1139. package/dist-esm/src/operationsInterfaces/files.d.ts.map +0 -1
  1140. package/dist-esm/src/operationsInterfaces/files.js +0 -9
  1141. package/dist-esm/src/operationsInterfaces/files.js.map +0 -1
  1142. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -12
  1143. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  1144. package/dist-esm/src/operationsInterfaces/index.js +0 -19
  1145. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  1146. package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
  1147. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  1148. package/dist-esm/src/operationsInterfaces/operations.js +0 -9
  1149. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  1150. package/dist-esm/src/operationsInterfaces/projects.d.ts +0 -52
  1151. package/dist-esm/src/operationsInterfaces/projects.d.ts.map +0 -1
  1152. package/dist-esm/src/operationsInterfaces/projects.js +0 -9
  1153. package/dist-esm/src/operationsInterfaces/projects.js.map +0 -1
  1154. package/dist-esm/src/operationsInterfaces/resourceSkus.d.ts +0 -11
  1155. package/dist-esm/src/operationsInterfaces/resourceSkus.d.ts.map +0 -1
  1156. package/dist-esm/src/operationsInterfaces/resourceSkus.js +0 -9
  1157. package/dist-esm/src/operationsInterfaces/resourceSkus.js.map +0 -1
  1158. package/dist-esm/src/operationsInterfaces/serviceTasks.d.ts +0 -64
  1159. package/dist-esm/src/operationsInterfaces/serviceTasks.d.ts.map +0 -1
  1160. package/dist-esm/src/operationsInterfaces/serviceTasks.js +0 -9
  1161. package/dist-esm/src/operationsInterfaces/serviceTasks.js.map +0 -1
  1162. package/dist-esm/src/operationsInterfaces/services.d.ts +0 -161
  1163. package/dist-esm/src/operationsInterfaces/services.d.ts.map +0 -1
  1164. package/dist-esm/src/operationsInterfaces/services.js +0 -9
  1165. package/dist-esm/src/operationsInterfaces/services.js.map +0 -1
  1166. package/dist-esm/src/operationsInterfaces/sqlMigrationServices.d.ts +0 -121
  1167. package/dist-esm/src/operationsInterfaces/sqlMigrationServices.d.ts.map +0 -1
  1168. package/dist-esm/src/operationsInterfaces/sqlMigrationServices.js +0 -9
  1169. package/dist-esm/src/operationsInterfaces/sqlMigrationServices.js.map +0 -1
  1170. package/dist-esm/src/operationsInterfaces/tasks.d.ts +0 -81
  1171. package/dist-esm/src/operationsInterfaces/tasks.d.ts.map +0 -1
  1172. package/dist-esm/src/operationsInterfaces/tasks.js +0 -9
  1173. package/dist-esm/src/operationsInterfaces/tasks.js.map +0 -1
  1174. package/dist-esm/src/operationsInterfaces/usages.d.ts +0 -13
  1175. package/dist-esm/src/operationsInterfaces/usages.d.ts.map +0 -1
  1176. package/dist-esm/src/operationsInterfaces/usages.js +0 -9
  1177. package/dist-esm/src/operationsInterfaces/usages.js.map +0 -1
  1178. package/dist-esm/src/pagingHelper.d.ts +0 -13
  1179. package/dist-esm/src/pagingHelper.d.ts.map +0 -1
  1180. package/dist-esm/src/pagingHelper.js +0 -32
  1181. package/dist-esm/src/pagingHelper.js.map +0 -1
  1182. package/dist-esm/test/sampleTest.d.ts +0 -2
  1183. package/dist-esm/test/sampleTest.d.ts.map +0 -1
  1184. package/dist-esm/test/sampleTest.js +0 -38
  1185. package/dist-esm/test/sampleTest.js.map +0 -1
  1186. package/review/arm-datamigration.api.md +0 -4104
  1187. package/rollup.config.js +0 -122
  1188. package/src/dataMigrationManagementClient.ts +0 -184
  1189. package/src/index.ts +0 -13
  1190. package/src/lroImpl.ts +0 -34
  1191. package/src/models/index.ts +0 -8368
  1192. package/src/models/mappers.ts +0 -13025
  1193. package/src/models/parameters.ts +0 -325
  1194. package/src/operations/databaseMigrationsSqlMi.ts +0 -459
  1195. package/src/operations/databaseMigrationsSqlVm.ts +0 -459
  1196. package/src/operations/files.ts +0 -508
  1197. package/src/operations/index.ts +0 -19
  1198. package/src/operations/operations.ts +0 -146
  1199. package/src/operations/projects.ts +0 -381
  1200. package/src/operations/resourceSkus.ts +0 -155
  1201. package/src/operations/serviceTasks.ts +0 -430
  1202. package/src/operations/services.ts +0 -1227
  1203. package/src/operations/sqlMigrationServices.ts +0 -1034
  1204. package/src/operations/tasks.ts +0 -521
  1205. package/src/operations/usages.ts +0 -173
  1206. package/src/operationsInterfaces/databaseMigrationsSqlMi.ts +0 -138
  1207. package/src/operationsInterfaces/databaseMigrationsSqlVm.ts +0 -138
  1208. package/src/operationsInterfaces/files.ts +0 -139
  1209. package/src/operationsInterfaces/index.ts +0 -19
  1210. package/src/operationsInterfaces/operations.ts +0 -22
  1211. package/src/operationsInterfaces/projects.ts +0 -97
  1212. package/src/operationsInterfaces/resourceSkus.ts +0 -22
  1213. package/src/operationsInterfaces/serviceTasks.ts +0 -116
  1214. package/src/operationsInterfaces/services.ts +0 -272
  1215. package/src/operationsInterfaces/sqlMigrationServices.ts +0 -223
  1216. package/src/operationsInterfaces/tasks.ts +0 -149
  1217. package/src/operationsInterfaces/usages.ts +0 -25
  1218. package/src/pagingHelper.ts +0 -39
  1219. package/tsconfig.json +0 -33
  1220. package/types/arm-datamigration.d.ts +0 -8876
  1221. package/types/tsdoc-metadata.json +0 -11
@@ -0,0 +1 @@
1
+ {"version":3,"file":"migrationServices.js","sourceRoot":"","sources":["../../../src/operations/migrationServices.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { MigrationServices } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { DataMigrationManagementClient } from \"../dataMigrationManagementClient.js\";\nimport { SimplePollerLike, OperationState, createHttpPoller } from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl.js\";\nimport {\n MigrationService,\n MigrationServicesListByResourceGroupNextOptionalParams,\n MigrationServicesListByResourceGroupOptionalParams,\n MigrationServicesListByResourceGroupResponse,\n MigrationServicesListBySubscriptionNextOptionalParams,\n MigrationServicesListBySubscriptionOptionalParams,\n MigrationServicesListBySubscriptionResponse,\n DatabaseMigrationBase,\n MigrationServicesListMigrationsNextOptionalParams,\n MigrationServicesListMigrationsOptionalParams,\n MigrationServicesListMigrationsResponse,\n MigrationServicesGetOptionalParams,\n MigrationServicesGetResponse,\n MigrationServicesCreateOrUpdateOptionalParams,\n MigrationServicesCreateOrUpdateResponse,\n MigrationServicesDeleteOptionalParams,\n MigrationServicesDeleteResponse,\n MigrationServiceUpdate,\n MigrationServicesUpdateOptionalParams,\n MigrationServicesUpdateResponse,\n MigrationServicesListByResourceGroupNextResponse,\n MigrationServicesListBySubscriptionNextResponse,\n MigrationServicesListMigrationsNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing MigrationServices operations. */\nexport class MigrationServicesImpl implements MigrationServices {\n private readonly client: DataMigrationManagementClient;\n\n /**\n * Initialize a new instance of the class MigrationServices class.\n * @param client Reference to the service client\n */\n constructor(client: DataMigrationManagementClient) {\n this.client = client;\n }\n\n /**\n * Retrieve all migration services in the resource group.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param options The options parameters.\n */\n public listByResourceGroup(\n resourceGroupName: string,\n options?: MigrationServicesListByResourceGroupOptionalParams,\n ): PagedAsyncIterableIterator<MigrationService> {\n const iter = this.listByResourceGroupPagingAll(resourceGroupName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByResourceGroupPagingPage(resourceGroupName, options, settings);\n },\n };\n }\n\n private async *listByResourceGroupPagingPage(\n resourceGroupName: string,\n options?: MigrationServicesListByResourceGroupOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<MigrationService[]> {\n let result: MigrationServicesListByResourceGroupResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByResourceGroup(resourceGroupName, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listByResourceGroupNext(resourceGroupName, continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listByResourceGroupPagingAll(\n resourceGroupName: string,\n options?: MigrationServicesListByResourceGroupOptionalParams,\n ): AsyncIterableIterator<MigrationService> {\n for await (const page of this.listByResourceGroupPagingPage(resourceGroupName, options)) {\n yield* page;\n }\n }\n\n /**\n * Retrieve all migration services in the subscriptions.\n * @param options The options parameters.\n */\n public listBySubscription(\n options?: MigrationServicesListBySubscriptionOptionalParams,\n ): PagedAsyncIterableIterator<MigrationService> {\n const iter = this.listBySubscriptionPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listBySubscriptionPagingPage(options, settings);\n },\n };\n }\n\n private async *listBySubscriptionPagingPage(\n options?: MigrationServicesListBySubscriptionOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<MigrationService[]> {\n let result: MigrationServicesListBySubscriptionResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listBySubscription(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listBySubscriptionNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listBySubscriptionPagingAll(\n options?: MigrationServicesListBySubscriptionOptionalParams,\n ): AsyncIterableIterator<MigrationService> {\n for await (const page of this.listBySubscriptionPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Retrieve the List of database migrations attached to the service.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param migrationServiceName Name of the Migration Service.\n * @param options The options parameters.\n */\n public listMigrations(\n resourceGroupName: string,\n migrationServiceName: string,\n options?: MigrationServicesListMigrationsOptionalParams,\n ): PagedAsyncIterableIterator<DatabaseMigrationBase> {\n const iter = this.listMigrationsPagingAll(resourceGroupName, migrationServiceName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listMigrationsPagingPage(\n resourceGroupName,\n migrationServiceName,\n options,\n settings,\n );\n },\n };\n }\n\n private async *listMigrationsPagingPage(\n resourceGroupName: string,\n migrationServiceName: string,\n options?: MigrationServicesListMigrationsOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<DatabaseMigrationBase[]> {\n let result: MigrationServicesListMigrationsResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listMigrations(resourceGroupName, migrationServiceName, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listMigrationsNext(\n resourceGroupName,\n migrationServiceName,\n continuationToken,\n options,\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listMigrationsPagingAll(\n resourceGroupName: string,\n migrationServiceName: string,\n options?: MigrationServicesListMigrationsOptionalParams,\n ): AsyncIterableIterator<DatabaseMigrationBase> {\n for await (const page of this.listMigrationsPagingPage(\n resourceGroupName,\n migrationServiceName,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * Retrieve the Database Migration Service\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param migrationServiceName Name of the Migration Service.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n migrationServiceName: string,\n options?: MigrationServicesGetOptionalParams,\n ): Promise<MigrationServicesGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, migrationServiceName, options },\n getOperationSpec,\n );\n }\n\n /**\n * Create or Update Database Migration Service.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param migrationServiceName Name of the Migration Service.\n * @param parameters Details of MigrationService resource.\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n resourceGroupName: string,\n migrationServiceName: string,\n parameters: MigrationService,\n options?: MigrationServicesCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<MigrationServicesCreateOrUpdateResponse>,\n MigrationServicesCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<MigrationServicesCreateOrUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { resourceGroupName, migrationServiceName, parameters, options },\n spec: createOrUpdateOperationSpec,\n });\n const poller = await createHttpPoller<\n MigrationServicesCreateOrUpdateResponse,\n OperationState<MigrationServicesCreateOrUpdateResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Create or Update Database Migration Service.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param migrationServiceName Name of the Migration Service.\n * @param parameters Details of MigrationService resource.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n migrationServiceName: string,\n parameters: MigrationService,\n options?: MigrationServicesCreateOrUpdateOptionalParams,\n ): Promise<MigrationServicesCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(\n resourceGroupName,\n migrationServiceName,\n parameters,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Delete Database Migration Service.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param migrationServiceName Name of the Migration Service.\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n migrationServiceName: string,\n options?: MigrationServicesDeleteOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<MigrationServicesDeleteResponse>,\n MigrationServicesDeleteResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<MigrationServicesDeleteResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { resourceGroupName, migrationServiceName, options },\n spec: deleteOperationSpec,\n });\n const poller = await createHttpPoller<\n MigrationServicesDeleteResponse,\n OperationState<MigrationServicesDeleteResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Delete Database Migration Service.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param migrationServiceName Name of the Migration Service.\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n migrationServiceName: string,\n options?: MigrationServicesDeleteOptionalParams,\n ): Promise<MigrationServicesDeleteResponse> {\n const poller = await this.beginDelete(resourceGroupName, migrationServiceName, options);\n return poller.pollUntilDone();\n }\n\n /**\n * Update Database Migration Service.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param migrationServiceName Name of the Migration Service.\n * @param parameters Details of MigrationService resource.\n * @param options The options parameters.\n */\n async beginUpdate(\n resourceGroupName: string,\n migrationServiceName: string,\n parameters: MigrationServiceUpdate,\n options?: MigrationServicesUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<MigrationServicesUpdateResponse>,\n MigrationServicesUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<MigrationServicesUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { resourceGroupName, migrationServiceName, parameters, options },\n spec: updateOperationSpec,\n });\n const poller = await createHttpPoller<\n MigrationServicesUpdateResponse,\n OperationState<MigrationServicesUpdateResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Update Database Migration Service.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param migrationServiceName Name of the Migration Service.\n * @param parameters Details of MigrationService resource.\n * @param options The options parameters.\n */\n async beginUpdateAndWait(\n resourceGroupName: string,\n migrationServiceName: string,\n parameters: MigrationServiceUpdate,\n options?: MigrationServicesUpdateOptionalParams,\n ): Promise<MigrationServicesUpdateResponse> {\n const poller = await this.beginUpdate(\n resourceGroupName,\n migrationServiceName,\n parameters,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Retrieve all migration services in the resource group.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param options The options parameters.\n */\n private _listByResourceGroup(\n resourceGroupName: string,\n options?: MigrationServicesListByResourceGroupOptionalParams,\n ): Promise<MigrationServicesListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, options },\n listByResourceGroupOperationSpec,\n );\n }\n\n /**\n * Retrieve all migration services in the subscriptions.\n * @param options The options parameters.\n */\n private _listBySubscription(\n options?: MigrationServicesListBySubscriptionOptionalParams,\n ): Promise<MigrationServicesListBySubscriptionResponse> {\n return this.client.sendOperationRequest({ options }, listBySubscriptionOperationSpec);\n }\n\n /**\n * Retrieve the List of database migrations attached to the service.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param migrationServiceName Name of the Migration Service.\n * @param options The options parameters.\n */\n private _listMigrations(\n resourceGroupName: string,\n migrationServiceName: string,\n options?: MigrationServicesListMigrationsOptionalParams,\n ): Promise<MigrationServicesListMigrationsResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, migrationServiceName, options },\n listMigrationsOperationSpec,\n );\n }\n\n /**\n * ListByResourceGroupNext\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.\n * @param options The options parameters.\n */\n private _listByResourceGroupNext(\n resourceGroupName: string,\n nextLink: string,\n options?: MigrationServicesListByResourceGroupNextOptionalParams,\n ): Promise<MigrationServicesListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, nextLink, options },\n listByResourceGroupNextOperationSpec,\n );\n }\n\n /**\n * ListBySubscriptionNext\n * @param nextLink The nextLink from the previous successful call to the ListBySubscription method.\n * @param options The options parameters.\n */\n private _listBySubscriptionNext(\n nextLink: string,\n options?: MigrationServicesListBySubscriptionNextOptionalParams,\n ): Promise<MigrationServicesListBySubscriptionNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listBySubscriptionNextOperationSpec,\n );\n }\n\n /**\n * ListMigrationsNext\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param migrationServiceName Name of the Migration Service.\n * @param nextLink The nextLink from the previous successful call to the ListMigrations method.\n * @param options The options parameters.\n */\n private _listMigrationsNext(\n resourceGroupName: string,\n migrationServiceName: string,\n nextLink: string,\n options?: MigrationServicesListMigrationsNextOptionalParams,\n ): Promise<MigrationServicesListMigrationsNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, migrationServiceName, nextLink, options },\n listMigrationsNextOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/migrationServices/{migrationServiceName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.MigrationService,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.migrationServiceName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/migrationServices/{migrationServiceName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.MigrationService,\n },\n 201: {\n bodyMapper: Mappers.MigrationService,\n },\n 202: {\n bodyMapper: Mappers.MigrationService,\n },\n 204: {\n bodyMapper: Mappers.MigrationService,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.parameters5,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.migrationServiceName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/migrationServices/{migrationServiceName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {\n headersMapper: Mappers.MigrationServicesDeleteHeaders,\n },\n 201: {\n headersMapper: Mappers.MigrationServicesDeleteHeaders,\n },\n 202: {\n headersMapper: Mappers.MigrationServicesDeleteHeaders,\n },\n 204: {\n headersMapper: Mappers.MigrationServicesDeleteHeaders,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.migrationServiceName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/migrationServices/{migrationServiceName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.MigrationService,\n },\n 201: {\n bodyMapper: Mappers.MigrationService,\n },\n 202: {\n bodyMapper: Mappers.MigrationService,\n },\n 204: {\n bodyMapper: Mappers.MigrationService,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.parameters6,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.migrationServiceName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst listByResourceGroupOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/migrationServices\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.MigrationServiceListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.resourceGroupName, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listBySubscriptionOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.DataMigration/migrationServices\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.MigrationServiceListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listMigrationsOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/migrationServices/{migrationServiceName}/listMigrations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DatabaseMigrationBaseListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.migrationServiceName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listByResourceGroupNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.MigrationServiceListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.nextLink,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listBySubscriptionNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.MigrationServiceListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n urlParameters: [Parameters.$host, Parameters.subscriptionId, Parameters.nextLink],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listMigrationsNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DatabaseMigrationBaseListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.nextLink,\n Parameters.migrationServiceName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
@@ -0,0 +1,32 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { Operations } from "../operationsInterfaces/index.js";
3
+ import { DataMigrationManagementClient } from "../dataMigrationManagementClient.js";
4
+ import { OperationsDefinition, OperationsListOptionalParams } from "../models/index.js";
5
+ /** Class containing Operations operations. */
6
+ export declare class OperationsImpl implements Operations {
7
+ private readonly client;
8
+ /**
9
+ * Initialize a new instance of the class Operations class.
10
+ * @param client Reference to the service client
11
+ */
12
+ constructor(client: DataMigrationManagementClient);
13
+ /**
14
+ * Lists all of the available SQL Migration REST API operations.
15
+ * @param options The options parameters.
16
+ */
17
+ list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<OperationsDefinition>;
18
+ private listPagingPage;
19
+ private listPagingAll;
20
+ /**
21
+ * Lists all of the available SQL Migration REST API operations.
22
+ * @param options The options parameters.
23
+ */
24
+ private _list;
25
+ /**
26
+ * ListNext
27
+ * @param nextLink The nextLink from the previous successful call to the List method.
28
+ * @param options The options parameters.
29
+ */
30
+ private _listNext;
31
+ }
32
+ //# sourceMappingURL=operations.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operations/operations.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAC;AAI9D,OAAO,EAAE,6BAA6B,EAAE,MAAM,qCAAqC,CAAC;AACpF,OAAO,EACL,oBAAoB,EAEpB,4BAA4B,EAG7B,MAAM,oBAAoB,CAAC;AAG5B,8CAA8C;AAC9C,qBAAa,cAAe,YAAW,UAAU;IAC/C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAgC;IAEvD;;;OAGG;gBACS,MAAM,EAAE,6BAA6B;IAIjD;;;OAGG;IACI,IAAI,CACT,OAAO,CAAC,EAAE,4BAA4B,GACrC,0BAA0B,CAAC,oBAAoB,CAAC;YAkBpC,cAAc;YAsBd,aAAa;IAQ5B;;;OAGG;IACH,OAAO,CAAC,KAAK;IAIb;;;;OAIG;IACH,OAAO,CAAC,SAAS;CAMlB"}
@@ -0,0 +1,107 @@
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
3
+ import { setContinuationToken } from "../pagingHelper.js";
4
+ import * as coreClient from "@azure/core-client";
5
+ import * as Mappers from "../models/mappers.js";
6
+ import * as Parameters from "../models/parameters.js";
7
+ /// <reference lib="esnext.asynciterable" />
8
+ /** Class containing Operations operations. */
9
+ export class OperationsImpl {
10
+ client;
11
+ /**
12
+ * Initialize a new instance of the class Operations class.
13
+ * @param client Reference to the service client
14
+ */
15
+ constructor(client) {
16
+ this.client = client;
17
+ }
18
+ /**
19
+ * Lists all of the available SQL Migration REST API operations.
20
+ * @param options The options parameters.
21
+ */
22
+ list(options) {
23
+ const iter = this.listPagingAll(options);
24
+ return {
25
+ next() {
26
+ return iter.next();
27
+ },
28
+ [Symbol.asyncIterator]() {
29
+ return this;
30
+ },
31
+ byPage: (settings) => {
32
+ if (settings?.maxPageSize) {
33
+ throw new Error("maxPageSize is not supported by this operation.");
34
+ }
35
+ return this.listPagingPage(options, settings);
36
+ },
37
+ };
38
+ }
39
+ async *listPagingPage(options, settings) {
40
+ let result;
41
+ let continuationToken = settings?.continuationToken;
42
+ if (!continuationToken) {
43
+ result = await this._list(options);
44
+ let page = result.value || [];
45
+ continuationToken = result.nextLink;
46
+ setContinuationToken(page, continuationToken);
47
+ yield page;
48
+ }
49
+ while (continuationToken) {
50
+ result = await this._listNext(continuationToken, options);
51
+ continuationToken = result.nextLink;
52
+ let page = result.value || [];
53
+ setContinuationToken(page, continuationToken);
54
+ yield page;
55
+ }
56
+ }
57
+ async *listPagingAll(options) {
58
+ for await (const page of this.listPagingPage(options)) {
59
+ yield* page;
60
+ }
61
+ }
62
+ /**
63
+ * Lists all of the available SQL Migration REST API operations.
64
+ * @param options The options parameters.
65
+ */
66
+ _list(options) {
67
+ return this.client.sendOperationRequest({ options }, listOperationSpec);
68
+ }
69
+ /**
70
+ * ListNext
71
+ * @param nextLink The nextLink from the previous successful call to the List method.
72
+ * @param options The options parameters.
73
+ */
74
+ _listNext(nextLink, options) {
75
+ return this.client.sendOperationRequest({ nextLink, options }, listNextOperationSpec);
76
+ }
77
+ }
78
+ // Operation Specifications
79
+ const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
80
+ const listOperationSpec = {
81
+ path: "/providers/Microsoft.DataMigration/operations",
82
+ httpMethod: "GET",
83
+ responses: {
84
+ 200: {
85
+ bodyMapper: Mappers.OperationListResult,
86
+ },
87
+ default: {},
88
+ },
89
+ queryParameters: [Parameters.apiVersion],
90
+ urlParameters: [Parameters.$host],
91
+ headerParameters: [Parameters.accept],
92
+ serializer,
93
+ };
94
+ const listNextOperationSpec = {
95
+ path: "{nextLink}",
96
+ httpMethod: "GET",
97
+ responses: {
98
+ 200: {
99
+ bodyMapper: Mappers.OperationListResult,
100
+ },
101
+ default: {},
102
+ },
103
+ urlParameters: [Parameters.$host, Parameters.nextLink],
104
+ headerParameters: [Parameters.accept],
105
+ serializer,
106
+ };
107
+ //# sourceMappingURL=operations.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../src/operations/operations.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAMlC,OAAO,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAE1D,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,sBAAsB,CAAC;AAChD,OAAO,KAAK,UAAU,MAAM,yBAAyB,CAAC;AAUtD,4CAA4C;AAC5C,8CAA8C;AAC9C,MAAM,OAAO,cAAc;IACR,MAAM,CAAgC;IAEvD;;;OAGG;IACH,YAAY,MAAqC;QAC/C,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;OAGG;IACI,IAAI,CACT,OAAsC;QAEtC,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;QACzC,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;YACrB,CAAC;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;YACd,CAAC;YACD,MAAM,EAAE,CAAC,QAAuB,EAAE,EAAE;gBAClC,IAAI,QAAQ,EAAE,WAAW,EAAE,CAAC;oBAC1B,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;gBACrE,CAAC;gBACD,OAAO,IAAI,CAAC,cAAc,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;YAChD,CAAC;SACF,CAAC;IACJ,CAAC;IAEO,KAAK,CAAC,CAAC,cAAc,CAC3B,OAAsC,EACtC,QAAuB;QAEvB,IAAI,MAA8B,CAAC;QACnC,IAAI,iBAAiB,GAAG,QAAQ,EAAE,iBAAiB,CAAC;QACpD,IAAI,CAAC,iBAAiB,EAAE,CAAC;YACvB,MAAM,GAAG,MAAM,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;YACnC,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;YAC9B,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACpC,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;YAC9C,MAAM,IAAI,CAAC;QACb,CAAC;QACD,OAAO,iBAAiB,EAAE,CAAC;YACzB,MAAM,GAAG,MAAM,IAAI,CAAC,SAAS,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAC;YAC1D,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACpC,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;YAC9B,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;YAC9C,MAAM,IAAI,CAAC;QACb,CAAC;IACH,CAAC;IAEO,KAAK,CAAC,CAAC,aAAa,CAC1B,OAAsC;QAEtC,IAAI,KAAK,EAAE,MAAM,IAAI,IAAI,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,EAAE,CAAC;YACtD,KAAK,CAAC,CAAC,IAAI,CAAC;QACd,CAAC;IACH,CAAC;IAED;;;OAGG;IACK,KAAK,CAAC,OAAsC;QAClD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAE,iBAAiB,CAAC,CAAC;IAC1E,CAAC;IAED;;;;OAIG;IACK,SAAS,CACf,QAAgB,EAChB,OAA0C;QAE1C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,QAAQ,EAAE,OAAO,EAAE,EAAE,qBAAqB,CAAC,CAAC;IACxF,CAAC;CACF;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,iBAAiB,GAA6B;IAClD,IAAI,EAAE,+CAA+C;IACrD,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,mBAAmB;SACxC;QACD,OAAO,EAAE,EAAE;KACZ;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE,CAAC,UAAU,CAAC,KAAK,CAAC;IACjC,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,qBAAqB,GAA6B;IACtD,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,mBAAmB;SACxC;QACD,OAAO,EAAE,EAAE;KACZ;IACD,aAAa,EAAE,CAAC,UAAU,CAAC,KAAK,EAAE,UAAU,CAAC,QAAQ,CAAC;IACtD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { Operations } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { DataMigrationManagementClient } from \"../dataMigrationManagementClient.js\";\nimport {\n OperationsDefinition,\n OperationsListNextOptionalParams,\n OperationsListOptionalParams,\n OperationsListResponse,\n OperationsListNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Operations operations. */\nexport class OperationsImpl implements Operations {\n private readonly client: DataMigrationManagementClient;\n\n /**\n * Initialize a new instance of the class Operations class.\n * @param client Reference to the service client\n */\n constructor(client: DataMigrationManagementClient) {\n this.client = client;\n }\n\n /**\n * Lists all of the available SQL Migration REST API operations.\n * @param options The options parameters.\n */\n public list(\n options?: OperationsListOptionalParams,\n ): PagedAsyncIterableIterator<OperationsDefinition> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(options, settings);\n },\n };\n }\n\n private async *listPagingPage(\n options?: OperationsListOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<OperationsDefinition[]> {\n let result: OperationsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n options?: OperationsListOptionalParams,\n ): AsyncIterableIterator<OperationsDefinition> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Lists all of the available SQL Migration REST API operations.\n * @param options The options parameters.\n */\n private _list(options?: OperationsListOptionalParams): Promise<OperationsListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: OperationsListNextOptionalParams,\n ): Promise<OperationsListNextResponse> {\n return this.client.sendOperationRequest({ nextLink, options }, listNextOperationSpec);\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.DataMigration/operations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult,\n },\n default: {},\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult,\n },\n default: {},\n },\n urlParameters: [Parameters.$host, Parameters.nextLink],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
@@ -0,0 +1,78 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { Projects } from "../operationsInterfaces/index.js";
3
+ import { DataMigrationManagementClient } from "../dataMigrationManagementClient.js";
4
+ import { Project, ProjectsListOptionalParams, ProjectsCreateOrUpdateOptionalParams, ProjectsCreateOrUpdateResponse, ProjectsGetOptionalParams, ProjectsGetResponse, ProjectsDeleteOptionalParams, ProjectsUpdateOptionalParams, ProjectsUpdateResponse } from "../models/index.js";
5
+ /** Class containing Projects operations. */
6
+ export declare class ProjectsImpl implements Projects {
7
+ private readonly client;
8
+ /**
9
+ * Initialize a new instance of the class Projects class.
10
+ * @param client Reference to the service client
11
+ */
12
+ constructor(client: DataMigrationManagementClient);
13
+ /**
14
+ * The project resource is a nested resource representing a stored migration project. This method
15
+ * returns a list of projects owned by a service resource.
16
+ * @param groupName Name of the resource group
17
+ * @param serviceName Name of the service
18
+ * @param options The options parameters.
19
+ */
20
+ list(groupName: string, serviceName: string, options?: ProjectsListOptionalParams): PagedAsyncIterableIterator<Project>;
21
+ private listPagingPage;
22
+ private listPagingAll;
23
+ /**
24
+ * The project resource is a nested resource representing a stored migration project. This method
25
+ * returns a list of projects owned by a service resource.
26
+ * @param groupName Name of the resource group
27
+ * @param serviceName Name of the service
28
+ * @param options The options parameters.
29
+ */
30
+ private _list;
31
+ /**
32
+ * The project resource is a nested resource representing a stored migration project. The PUT method
33
+ * creates a new project or updates an existing one.
34
+ * @param groupName Name of the resource group
35
+ * @param serviceName Name of the service
36
+ * @param projectName Name of the project
37
+ * @param parameters Information about the project
38
+ * @param options The options parameters.
39
+ */
40
+ createOrUpdate(groupName: string, serviceName: string, projectName: string, parameters: Project, options?: ProjectsCreateOrUpdateOptionalParams): Promise<ProjectsCreateOrUpdateResponse>;
41
+ /**
42
+ * The project resource is a nested resource representing a stored migration project. The GET method
43
+ * retrieves information about a project.
44
+ * @param groupName Name of the resource group
45
+ * @param serviceName Name of the service
46
+ * @param projectName Name of the project
47
+ * @param options The options parameters.
48
+ */
49
+ get(groupName: string, serviceName: string, projectName: string, options?: ProjectsGetOptionalParams): Promise<ProjectsGetResponse>;
50
+ /**
51
+ * The project resource is a nested resource representing a stored migration project. The DELETE method
52
+ * deletes a project.
53
+ * @param groupName Name of the resource group
54
+ * @param serviceName Name of the service
55
+ * @param projectName Name of the project
56
+ * @param options The options parameters.
57
+ */
58
+ delete(groupName: string, serviceName: string, projectName: string, options?: ProjectsDeleteOptionalParams): Promise<void>;
59
+ /**
60
+ * The project resource is a nested resource representing a stored migration project. The PATCH method
61
+ * updates an existing project.
62
+ * @param groupName Name of the resource group
63
+ * @param serviceName Name of the service
64
+ * @param projectName Name of the project
65
+ * @param parameters Information about the project
66
+ * @param options The options parameters.
67
+ */
68
+ update(groupName: string, serviceName: string, projectName: string, parameters: Project, options?: ProjectsUpdateOptionalParams): Promise<ProjectsUpdateResponse>;
69
+ /**
70
+ * ListNext
71
+ * @param groupName Name of the resource group
72
+ * @param serviceName Name of the service
73
+ * @param nextLink The nextLink from the previous successful call to the List method.
74
+ * @param options The options parameters.
75
+ */
76
+ private _listNext;
77
+ }
78
+ //# sourceMappingURL=projects.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"projects.d.ts","sourceRoot":"","sources":["../../../src/operations/projects.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,QAAQ,EAAE,MAAM,kCAAkC,CAAC;AAI5D,OAAO,EAAE,6BAA6B,EAAE,MAAM,qCAAqC,CAAC;AACpF,OAAO,EACL,OAAO,EAEP,0BAA0B,EAE1B,oCAAoC,EACpC,8BAA8B,EAC9B,yBAAyB,EACzB,mBAAmB,EACnB,4BAA4B,EAC5B,4BAA4B,EAC5B,sBAAsB,EAEvB,MAAM,oBAAoB,CAAC;AAG5B,4CAA4C;AAC5C,qBAAa,YAAa,YAAW,QAAQ;IAC3C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAgC;IAEvD;;;OAGG;gBACS,MAAM,EAAE,6BAA6B;IAIjD;;;;;;OAMG;IACI,IAAI,CACT,SAAS,EAAE,MAAM,EACjB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,0BAA0B,GACnC,0BAA0B,CAAC,OAAO,CAAC;YAkBvB,cAAc;YAwBd,aAAa;IAU5B;;;;;;OAMG;IACH,OAAO,CAAC,KAAK;IAQb;;;;;;;;OAQG;IACH,cAAc,CACZ,SAAS,EAAE,MAAM,EACjB,WAAW,EAAE,MAAM,EACnB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,OAAO,EACnB,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,8BAA8B,CAAC;IAO1C;;;;;;;OAOG;IACH,GAAG,CACD,SAAS,EAAE,MAAM,EACjB,WAAW,EAAE,MAAM,EACnB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CAAC,mBAAmB,CAAC;IAO/B;;;;;;;OAOG;IACH,MAAM,CACJ,SAAS,EAAE,MAAM,EACjB,WAAW,EAAE,MAAM,EACnB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,IAAI,CAAC;IAOhB;;;;;;;;OAQG;IACH,MAAM,CACJ,SAAS,EAAE,MAAM,EACjB,WAAW,EAAE,MAAM,EACnB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,OAAO,EACnB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,sBAAsB,CAAC;IAOlC;;;;;;OAMG;IACH,OAAO,CAAC,SAAS;CAWlB"}
@@ -0,0 +1,270 @@
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
3
+ import { setContinuationToken } from "../pagingHelper.js";
4
+ import * as coreClient from "@azure/core-client";
5
+ import * as Mappers from "../models/mappers.js";
6
+ import * as Parameters from "../models/parameters.js";
7
+ /// <reference lib="esnext.asynciterable" />
8
+ /** Class containing Projects operations. */
9
+ export class ProjectsImpl {
10
+ client;
11
+ /**
12
+ * Initialize a new instance of the class Projects class.
13
+ * @param client Reference to the service client
14
+ */
15
+ constructor(client) {
16
+ this.client = client;
17
+ }
18
+ /**
19
+ * The project resource is a nested resource representing a stored migration project. This method
20
+ * returns a list of projects owned by a service resource.
21
+ * @param groupName Name of the resource group
22
+ * @param serviceName Name of the service
23
+ * @param options The options parameters.
24
+ */
25
+ list(groupName, serviceName, options) {
26
+ const iter = this.listPagingAll(groupName, serviceName, options);
27
+ return {
28
+ next() {
29
+ return iter.next();
30
+ },
31
+ [Symbol.asyncIterator]() {
32
+ return this;
33
+ },
34
+ byPage: (settings) => {
35
+ if (settings?.maxPageSize) {
36
+ throw new Error("maxPageSize is not supported by this operation.");
37
+ }
38
+ return this.listPagingPage(groupName, serviceName, options, settings);
39
+ },
40
+ };
41
+ }
42
+ async *listPagingPage(groupName, serviceName, options, settings) {
43
+ let result;
44
+ let continuationToken = settings?.continuationToken;
45
+ if (!continuationToken) {
46
+ result = await this._list(groupName, serviceName, options);
47
+ let page = result.value || [];
48
+ continuationToken = result.nextLink;
49
+ setContinuationToken(page, continuationToken);
50
+ yield page;
51
+ }
52
+ while (continuationToken) {
53
+ result = await this._listNext(groupName, serviceName, continuationToken, options);
54
+ continuationToken = result.nextLink;
55
+ let page = result.value || [];
56
+ setContinuationToken(page, continuationToken);
57
+ yield page;
58
+ }
59
+ }
60
+ async *listPagingAll(groupName, serviceName, options) {
61
+ for await (const page of this.listPagingPage(groupName, serviceName, options)) {
62
+ yield* page;
63
+ }
64
+ }
65
+ /**
66
+ * The project resource is a nested resource representing a stored migration project. This method
67
+ * returns a list of projects owned by a service resource.
68
+ * @param groupName Name of the resource group
69
+ * @param serviceName Name of the service
70
+ * @param options The options parameters.
71
+ */
72
+ _list(groupName, serviceName, options) {
73
+ return this.client.sendOperationRequest({ groupName, serviceName, options }, listOperationSpec);
74
+ }
75
+ /**
76
+ * The project resource is a nested resource representing a stored migration project. The PUT method
77
+ * creates a new project or updates an existing one.
78
+ * @param groupName Name of the resource group
79
+ * @param serviceName Name of the service
80
+ * @param projectName Name of the project
81
+ * @param parameters Information about the project
82
+ * @param options The options parameters.
83
+ */
84
+ createOrUpdate(groupName, serviceName, projectName, parameters, options) {
85
+ return this.client.sendOperationRequest({ groupName, serviceName, projectName, parameters, options }, createOrUpdateOperationSpec);
86
+ }
87
+ /**
88
+ * The project resource is a nested resource representing a stored migration project. The GET method
89
+ * retrieves information about a project.
90
+ * @param groupName Name of the resource group
91
+ * @param serviceName Name of the service
92
+ * @param projectName Name of the project
93
+ * @param options The options parameters.
94
+ */
95
+ get(groupName, serviceName, projectName, options) {
96
+ return this.client.sendOperationRequest({ groupName, serviceName, projectName, options }, getOperationSpec);
97
+ }
98
+ /**
99
+ * The project resource is a nested resource representing a stored migration project. The DELETE method
100
+ * deletes a project.
101
+ * @param groupName Name of the resource group
102
+ * @param serviceName Name of the service
103
+ * @param projectName Name of the project
104
+ * @param options The options parameters.
105
+ */
106
+ delete(groupName, serviceName, projectName, options) {
107
+ return this.client.sendOperationRequest({ groupName, serviceName, projectName, options }, deleteOperationSpec);
108
+ }
109
+ /**
110
+ * The project resource is a nested resource representing a stored migration project. The PATCH method
111
+ * updates an existing project.
112
+ * @param groupName Name of the resource group
113
+ * @param serviceName Name of the service
114
+ * @param projectName Name of the project
115
+ * @param parameters Information about the project
116
+ * @param options The options parameters.
117
+ */
118
+ update(groupName, serviceName, projectName, parameters, options) {
119
+ return this.client.sendOperationRequest({ groupName, serviceName, projectName, parameters, options }, updateOperationSpec);
120
+ }
121
+ /**
122
+ * ListNext
123
+ * @param groupName Name of the resource group
124
+ * @param serviceName Name of the service
125
+ * @param nextLink The nextLink from the previous successful call to the List method.
126
+ * @param options The options parameters.
127
+ */
128
+ _listNext(groupName, serviceName, nextLink, options) {
129
+ return this.client.sendOperationRequest({ groupName, serviceName, nextLink, options }, listNextOperationSpec);
130
+ }
131
+ }
132
+ // Operation Specifications
133
+ const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
134
+ const listOperationSpec = {
135
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}/projects",
136
+ httpMethod: "GET",
137
+ responses: {
138
+ 200: {
139
+ bodyMapper: Mappers.ProjectList,
140
+ },
141
+ default: {
142
+ bodyMapper: Mappers.ApiError,
143
+ },
144
+ },
145
+ queryParameters: [Parameters.apiVersion],
146
+ urlParameters: [
147
+ Parameters.$host,
148
+ Parameters.subscriptionId,
149
+ Parameters.groupName,
150
+ Parameters.serviceName,
151
+ ],
152
+ headerParameters: [Parameters.accept],
153
+ serializer,
154
+ };
155
+ const createOrUpdateOperationSpec = {
156
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}/projects/{projectName}",
157
+ httpMethod: "PUT",
158
+ responses: {
159
+ 200: {
160
+ bodyMapper: Mappers.Project,
161
+ },
162
+ 201: {
163
+ bodyMapper: Mappers.Project,
164
+ },
165
+ default: {
166
+ bodyMapper: Mappers.ApiError,
167
+ },
168
+ },
169
+ requestBody: Parameters.parameters15,
170
+ queryParameters: [Parameters.apiVersion],
171
+ urlParameters: [
172
+ Parameters.$host,
173
+ Parameters.subscriptionId,
174
+ Parameters.groupName,
175
+ Parameters.serviceName,
176
+ Parameters.projectName,
177
+ ],
178
+ headerParameters: [Parameters.accept, Parameters.contentType],
179
+ mediaType: "json",
180
+ serializer,
181
+ };
182
+ const getOperationSpec = {
183
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}/projects/{projectName}",
184
+ httpMethod: "GET",
185
+ responses: {
186
+ 200: {
187
+ bodyMapper: Mappers.Project,
188
+ },
189
+ default: {
190
+ bodyMapper: Mappers.ApiError,
191
+ },
192
+ },
193
+ queryParameters: [Parameters.apiVersion],
194
+ urlParameters: [
195
+ Parameters.$host,
196
+ Parameters.subscriptionId,
197
+ Parameters.groupName,
198
+ Parameters.serviceName,
199
+ Parameters.projectName,
200
+ ],
201
+ headerParameters: [Parameters.accept],
202
+ serializer,
203
+ };
204
+ const deleteOperationSpec = {
205
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}/projects/{projectName}",
206
+ httpMethod: "DELETE",
207
+ responses: {
208
+ 200: {},
209
+ 204: {},
210
+ default: {
211
+ bodyMapper: Mappers.ApiError,
212
+ },
213
+ },
214
+ queryParameters: [Parameters.apiVersion, Parameters.deleteRunningTasks],
215
+ urlParameters: [
216
+ Parameters.$host,
217
+ Parameters.subscriptionId,
218
+ Parameters.groupName,
219
+ Parameters.serviceName,
220
+ Parameters.projectName,
221
+ ],
222
+ headerParameters: [Parameters.accept],
223
+ serializer,
224
+ };
225
+ const updateOperationSpec = {
226
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}/projects/{projectName}",
227
+ httpMethod: "PATCH",
228
+ responses: {
229
+ 200: {
230
+ bodyMapper: Mappers.Project,
231
+ },
232
+ default: {
233
+ bodyMapper: Mappers.ApiError,
234
+ },
235
+ },
236
+ requestBody: Parameters.parameters15,
237
+ queryParameters: [Parameters.apiVersion],
238
+ urlParameters: [
239
+ Parameters.$host,
240
+ Parameters.subscriptionId,
241
+ Parameters.groupName,
242
+ Parameters.serviceName,
243
+ Parameters.projectName,
244
+ ],
245
+ headerParameters: [Parameters.accept, Parameters.contentType],
246
+ mediaType: "json",
247
+ serializer,
248
+ };
249
+ const listNextOperationSpec = {
250
+ path: "{nextLink}",
251
+ httpMethod: "GET",
252
+ responses: {
253
+ 200: {
254
+ bodyMapper: Mappers.ProjectList,
255
+ },
256
+ default: {
257
+ bodyMapper: Mappers.ApiError,
258
+ },
259
+ },
260
+ urlParameters: [
261
+ Parameters.$host,
262
+ Parameters.subscriptionId,
263
+ Parameters.nextLink,
264
+ Parameters.groupName,
265
+ Parameters.serviceName,
266
+ ],
267
+ headerParameters: [Parameters.accept],
268
+ serializer,
269
+ };
270
+ //# sourceMappingURL=projects.js.map