@azure/arm-datamigration 3.0.0-beta.2 → 3.0.0-beta.4

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 (1205) hide show
  1. package/LICENSE +3 -3
  2. package/README.md +25 -19
  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 +113 -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 +13 -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 +21 -0
  14. package/dist/browser/lroImpl.js.map +1 -0
  15. package/dist/browser/models/index.d.ts +8306 -0
  16. package/dist/browser/models/index.d.ts.map +1 -0
  17. package/dist/browser/models/index.js +892 -0
  18. package/dist/browser/models/index.js.map +1 -0
  19. package/dist/browser/models/mappers.d.ts +467 -0
  20. package/dist/browser/models/mappers.d.ts.map +1 -0
  21. package/dist/browser/models/mappers.js +12924 -0
  22. package/dist/browser/models/mappers.js.map +1 -0
  23. package/dist/browser/models/parameters.d.ts +45 -0
  24. package/dist/browser/models/parameters.d.ts.map +1 -0
  25. package/dist/browser/models/parameters.js +346 -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 +370 -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 +370 -0
  34. package/dist/browser/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +1 -0
  35. package/dist/browser/operations/databaseMigrationsSqlDb.d.ts +81 -0
  36. package/dist/browser/operations/databaseMigrationsSqlDb.d.ts.map +1 -0
  37. package/dist/browser/operations/databaseMigrationsSqlDb.js +303 -0
  38. package/dist/browser/operations/databaseMigrationsSqlDb.js.map +1 -0
  39. package/dist/browser/operations/databaseMigrationsSqlMi.d.ts +83 -0
  40. package/dist/browser/operations/databaseMigrationsSqlMi.d.ts.map +1 -0
  41. package/dist/browser/operations/databaseMigrationsSqlMi.js +314 -0
  42. package/dist/browser/operations/databaseMigrationsSqlMi.js.map +1 -0
  43. package/dist/browser/operations/databaseMigrationsSqlVm.d.ts +83 -0
  44. package/dist/browser/operations/databaseMigrationsSqlVm.d.ts.map +1 -0
  45. package/dist/browser/operations/databaseMigrationsSqlVm.js +314 -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 +371 -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 +23 -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 +676 -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 +129 -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 +292 -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 +137 -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 +332 -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 +932 -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 +764 -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 +382 -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 +147 -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 +9 -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 +9 -0
  98. package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +1 -0
  99. package/dist/browser/operationsInterfaces/databaseMigrationsSqlDb.d.ts +73 -0
  100. package/dist/browser/operationsInterfaces/databaseMigrationsSqlDb.d.ts.map +1 -0
  101. package/dist/browser/operationsInterfaces/databaseMigrationsSqlDb.js +9 -0
  102. package/dist/browser/operationsInterfaces/databaseMigrationsSqlDb.js.map +1 -0
  103. package/dist/browser/operationsInterfaces/databaseMigrationsSqlMi.d.ts +75 -0
  104. package/dist/browser/operationsInterfaces/databaseMigrationsSqlMi.d.ts.map +1 -0
  105. package/dist/browser/operationsInterfaces/databaseMigrationsSqlMi.js.map +1 -0
  106. package/dist/browser/operationsInterfaces/databaseMigrationsSqlVm.d.ts +75 -0
  107. package/dist/browser/operationsInterfaces/databaseMigrationsSqlVm.d.ts.map +1 -0
  108. package/dist/browser/operationsInterfaces/databaseMigrationsSqlVm.js.map +1 -0
  109. package/dist/browser/operationsInterfaces/files.d.ts +73 -0
  110. package/dist/browser/operationsInterfaces/files.d.ts.map +1 -0
  111. package/dist/browser/operationsInterfaces/files.js.map +1 -0
  112. package/dist/browser/operationsInterfaces/index.d.ts +16 -0
  113. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  114. package/dist/browser/operationsInterfaces/index.js +23 -0
  115. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  116. package/dist/browser/operationsInterfaces/migrationServices.d.ts +87 -0
  117. package/dist/browser/operationsInterfaces/migrationServices.d.ts.map +1 -0
  118. package/dist/browser/operationsInterfaces/migrationServices.js +9 -0
  119. package/dist/browser/operationsInterfaces/migrationServices.js.map +1 -0
  120. package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
  121. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
  122. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  123. package/dist/browser/operationsInterfaces/projects.d.ts +52 -0
  124. package/dist/browser/operationsInterfaces/projects.d.ts.map +1 -0
  125. package/dist/browser/operationsInterfaces/projects.js.map +1 -0
  126. package/dist/browser/operationsInterfaces/resourceSkus.d.ts +11 -0
  127. package/dist/browser/operationsInterfaces/resourceSkus.d.ts.map +1 -0
  128. package/dist/browser/operationsInterfaces/resourceSkus.js.map +1 -0
  129. package/dist/browser/operationsInterfaces/serviceTasks.d.ts +66 -0
  130. package/dist/browser/operationsInterfaces/serviceTasks.d.ts.map +1 -0
  131. package/dist/browser/operationsInterfaces/serviceTasks.js.map +1 -0
  132. package/dist/browser/operationsInterfaces/services.d.ts +162 -0
  133. package/dist/browser/operationsInterfaces/services.d.ts.map +1 -0
  134. package/dist/browser/operationsInterfaces/services.js.map +1 -0
  135. package/dist/browser/operationsInterfaces/sqlMigrationServices.d.ts +122 -0
  136. package/dist/browser/operationsInterfaces/sqlMigrationServices.d.ts.map +1 -0
  137. package/dist/browser/operationsInterfaces/sqlMigrationServices.js.map +1 -0
  138. package/dist/browser/operationsInterfaces/tasks.d.ts +81 -0
  139. package/dist/browser/operationsInterfaces/tasks.d.ts.map +1 -0
  140. package/dist/browser/operationsInterfaces/tasks.js.map +1 -0
  141. package/dist/browser/operationsInterfaces/usages.d.ts +13 -0
  142. package/dist/browser/operationsInterfaces/usages.d.ts.map +1 -0
  143. package/dist/browser/operationsInterfaces/usages.js.map +1 -0
  144. package/dist/browser/package.json +3 -0
  145. package/dist/browser/pagingHelper.d.ts +13 -0
  146. package/dist/browser/pagingHelper.d.ts.map +1 -0
  147. package/dist/browser/pagingHelper.js +32 -0
  148. package/dist/browser/pagingHelper.js.map +1 -0
  149. package/dist/commonjs/dataMigrationManagementClient.d.ts +34 -0
  150. package/dist/commonjs/dataMigrationManagementClient.d.ts.map +1 -0
  151. package/dist/commonjs/dataMigrationManagementClient.js +118 -0
  152. package/dist/commonjs/dataMigrationManagementClient.js.map +1 -0
  153. package/dist/commonjs/index.d.ts +5 -0
  154. package/dist/commonjs/index.d.ts.map +1 -0
  155. package/dist/commonjs/index.js +19 -0
  156. package/dist/commonjs/index.js.map +1 -0
  157. package/dist/commonjs/lroImpl.d.ts +11 -0
  158. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  159. package/dist/commonjs/lroImpl.js +24 -0
  160. package/dist/commonjs/lroImpl.js.map +1 -0
  161. package/dist/commonjs/models/index.d.ts +8306 -0
  162. package/dist/commonjs/models/index.d.ts.map +1 -0
  163. package/dist/commonjs/models/index.js +896 -0
  164. package/dist/commonjs/models/index.js.map +1 -0
  165. package/dist/commonjs/models/mappers.d.ts +467 -0
  166. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  167. package/dist/commonjs/models/mappers.js +12933 -0
  168. package/dist/commonjs/models/mappers.js.map +1 -0
  169. package/dist/commonjs/models/parameters.d.ts +45 -0
  170. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  171. package/dist/commonjs/models/parameters.js +349 -0
  172. package/dist/commonjs/models/parameters.js.map +1 -0
  173. package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +89 -0
  174. package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +1 -0
  175. package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbRUMongo.js +374 -0
  176. package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbRUMongo.js.map +1 -0
  177. package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +89 -0
  178. package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +1 -0
  179. package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js +374 -0
  180. package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +1 -0
  181. package/dist/commonjs/operations/databaseMigrationsSqlDb.d.ts +81 -0
  182. package/dist/commonjs/operations/databaseMigrationsSqlDb.d.ts.map +1 -0
  183. package/dist/commonjs/operations/databaseMigrationsSqlDb.js +308 -0
  184. package/dist/commonjs/operations/databaseMigrationsSqlDb.js.map +1 -0
  185. package/dist/commonjs/operations/databaseMigrationsSqlMi.d.ts +83 -0
  186. package/dist/commonjs/operations/databaseMigrationsSqlMi.d.ts.map +1 -0
  187. package/dist/commonjs/operations/databaseMigrationsSqlMi.js +319 -0
  188. package/dist/commonjs/operations/databaseMigrationsSqlMi.js.map +1 -0
  189. package/dist/commonjs/operations/databaseMigrationsSqlVm.d.ts +83 -0
  190. package/dist/commonjs/operations/databaseMigrationsSqlVm.d.ts.map +1 -0
  191. package/dist/commonjs/operations/databaseMigrationsSqlVm.js +319 -0
  192. package/dist/commonjs/operations/databaseMigrationsSqlVm.js.map +1 -0
  193. package/dist/commonjs/operations/files.d.ts +101 -0
  194. package/dist/commonjs/operations/files.d.ts.map +1 -0
  195. package/dist/commonjs/operations/files.js +375 -0
  196. package/dist/commonjs/operations/files.js.map +1 -0
  197. package/dist/commonjs/operations/index.d.ts +16 -0
  198. package/dist/commonjs/operations/index.d.ts.map +1 -0
  199. package/dist/commonjs/operations/index.js +26 -0
  200. package/dist/commonjs/operations/index.js.map +1 -0
  201. package/dist/commonjs/operations/migrationServices.d.ts +144 -0
  202. package/dist/commonjs/operations/migrationServices.d.ts.map +1 -0
  203. package/dist/commonjs/operations/migrationServices.js +680 -0
  204. package/dist/commonjs/operations/migrationServices.js.map +1 -0
  205. package/dist/commonjs/operations/operations.d.ts +32 -0
  206. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  207. package/dist/commonjs/operations/operations.js +133 -0
  208. package/dist/commonjs/operations/operations.js.map +1 -0
  209. package/dist/commonjs/operations/projects.d.ts +78 -0
  210. package/dist/commonjs/operations/projects.d.ts.map +1 -0
  211. package/dist/commonjs/operations/projects.js +296 -0
  212. package/dist/commonjs/operations/projects.js.map +1 -0
  213. package/dist/commonjs/operations/resourceSkus.d.ts +32 -0
  214. package/dist/commonjs/operations/resourceSkus.d.ts.map +1 -0
  215. package/dist/commonjs/operations/resourceSkus.js +141 -0
  216. package/dist/commonjs/operations/resourceSkus.js.map +1 -0
  217. package/dist/commonjs/operations/serviceTasks.d.ts +94 -0
  218. package/dist/commonjs/operations/serviceTasks.d.ts.map +1 -0
  219. package/dist/commonjs/operations/serviceTasks.js +336 -0
  220. package/dist/commonjs/operations/serviceTasks.js.map +1 -0
  221. package/dist/commonjs/operations/services.d.ts +218 -0
  222. package/dist/commonjs/operations/services.d.ts.map +1 -0
  223. package/dist/commonjs/operations/services.js +936 -0
  224. package/dist/commonjs/operations/services.js.map +1 -0
  225. package/dist/commonjs/operations/sqlMigrationServices.d.ts +179 -0
  226. package/dist/commonjs/operations/sqlMigrationServices.d.ts.map +1 -0
  227. package/dist/commonjs/operations/sqlMigrationServices.js +768 -0
  228. package/dist/commonjs/operations/sqlMigrationServices.js.map +1 -0
  229. package/dist/commonjs/operations/tasks.d.ts +110 -0
  230. package/dist/commonjs/operations/tasks.d.ts.map +1 -0
  231. package/dist/commonjs/operations/tasks.js +386 -0
  232. package/dist/commonjs/operations/tasks.js.map +1 -0
  233. package/dist/commonjs/operations/usages.d.ts +37 -0
  234. package/dist/commonjs/operations/usages.d.ts.map +1 -0
  235. package/dist/commonjs/operations/usages.js +151 -0
  236. package/dist/commonjs/operations/usages.js.map +1 -0
  237. package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +62 -0
  238. package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +1 -0
  239. package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js +10 -0
  240. package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js.map +1 -0
  241. package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +62 -0
  242. package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +1 -0
  243. package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js +10 -0
  244. package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +1 -0
  245. package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlDb.d.ts +73 -0
  246. package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlDb.d.ts.map +1 -0
  247. package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlDb.js +10 -0
  248. package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlDb.js.map +1 -0
  249. package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlMi.d.ts +75 -0
  250. package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlMi.d.ts.map +1 -0
  251. package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlMi.js +10 -0
  252. package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlMi.js.map +1 -0
  253. package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlVm.d.ts +75 -0
  254. package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlVm.d.ts.map +1 -0
  255. package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlVm.js +10 -0
  256. package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlVm.js.map +1 -0
  257. package/dist/commonjs/operationsInterfaces/files.d.ts +73 -0
  258. package/dist/commonjs/operationsInterfaces/files.d.ts.map +1 -0
  259. package/dist/commonjs/operationsInterfaces/files.js +10 -0
  260. package/dist/commonjs/operationsInterfaces/files.js.map +1 -0
  261. package/dist/commonjs/operationsInterfaces/index.d.ts +16 -0
  262. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  263. package/dist/commonjs/operationsInterfaces/index.js +26 -0
  264. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  265. package/dist/commonjs/operationsInterfaces/migrationServices.d.ts +87 -0
  266. package/dist/commonjs/operationsInterfaces/migrationServices.d.ts.map +1 -0
  267. package/dist/commonjs/operationsInterfaces/migrationServices.js +10 -0
  268. package/dist/commonjs/operationsInterfaces/migrationServices.js.map +1 -0
  269. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  270. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  271. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  272. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  273. package/dist/commonjs/operationsInterfaces/projects.d.ts +52 -0
  274. package/dist/commonjs/operationsInterfaces/projects.d.ts.map +1 -0
  275. package/dist/commonjs/operationsInterfaces/projects.js +10 -0
  276. package/dist/commonjs/operationsInterfaces/projects.js.map +1 -0
  277. package/dist/commonjs/operationsInterfaces/resourceSkus.d.ts +11 -0
  278. package/dist/commonjs/operationsInterfaces/resourceSkus.d.ts.map +1 -0
  279. package/dist/commonjs/operationsInterfaces/resourceSkus.js +10 -0
  280. package/dist/commonjs/operationsInterfaces/resourceSkus.js.map +1 -0
  281. package/dist/commonjs/operationsInterfaces/serviceTasks.d.ts +66 -0
  282. package/dist/commonjs/operationsInterfaces/serviceTasks.d.ts.map +1 -0
  283. package/dist/commonjs/operationsInterfaces/serviceTasks.js +10 -0
  284. package/dist/commonjs/operationsInterfaces/serviceTasks.js.map +1 -0
  285. package/dist/commonjs/operationsInterfaces/services.d.ts +162 -0
  286. package/dist/commonjs/operationsInterfaces/services.d.ts.map +1 -0
  287. package/dist/commonjs/operationsInterfaces/services.js +10 -0
  288. package/dist/commonjs/operationsInterfaces/services.js.map +1 -0
  289. package/dist/commonjs/operationsInterfaces/sqlMigrationServices.d.ts +122 -0
  290. package/dist/commonjs/operationsInterfaces/sqlMigrationServices.d.ts.map +1 -0
  291. package/dist/commonjs/operationsInterfaces/sqlMigrationServices.js +10 -0
  292. package/dist/commonjs/operationsInterfaces/sqlMigrationServices.js.map +1 -0
  293. package/dist/commonjs/operationsInterfaces/tasks.d.ts +81 -0
  294. package/dist/commonjs/operationsInterfaces/tasks.d.ts.map +1 -0
  295. package/dist/commonjs/operationsInterfaces/tasks.js +10 -0
  296. package/dist/commonjs/operationsInterfaces/tasks.js.map +1 -0
  297. package/dist/commonjs/operationsInterfaces/usages.d.ts +13 -0
  298. package/dist/commonjs/operationsInterfaces/usages.d.ts.map +1 -0
  299. package/dist/commonjs/operationsInterfaces/usages.js +10 -0
  300. package/dist/commonjs/operationsInterfaces/usages.js.map +1 -0
  301. package/dist/commonjs/package.json +3 -0
  302. package/dist/commonjs/pagingHelper.d.ts +13 -0
  303. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  304. package/dist/commonjs/pagingHelper.js +36 -0
  305. package/dist/commonjs/pagingHelper.js.map +1 -0
  306. package/dist/commonjs/tsdoc-metadata.json +11 -0
  307. package/dist/esm/dataMigrationManagementClient.d.ts +34 -0
  308. package/dist/esm/dataMigrationManagementClient.d.ts.map +1 -0
  309. package/dist/esm/dataMigrationManagementClient.js +113 -0
  310. package/dist/esm/dataMigrationManagementClient.js.map +1 -0
  311. package/dist/esm/index.d.ts +5 -0
  312. package/dist/esm/index.d.ts.map +1 -0
  313. package/dist/esm/index.js +13 -0
  314. package/dist/esm/index.js.map +1 -0
  315. package/dist/esm/lroImpl.d.ts +11 -0
  316. package/dist/esm/lroImpl.d.ts.map +1 -0
  317. package/dist/esm/lroImpl.js +21 -0
  318. package/dist/esm/lroImpl.js.map +1 -0
  319. package/dist/esm/models/index.d.ts +8306 -0
  320. package/dist/esm/models/index.d.ts.map +1 -0
  321. package/dist/esm/models/index.js +892 -0
  322. package/dist/esm/models/index.js.map +1 -0
  323. package/dist/esm/models/mappers.d.ts +467 -0
  324. package/dist/esm/models/mappers.d.ts.map +1 -0
  325. package/dist/esm/models/mappers.js +12924 -0
  326. package/dist/esm/models/mappers.js.map +1 -0
  327. package/dist/esm/models/parameters.d.ts +45 -0
  328. package/dist/esm/models/parameters.d.ts.map +1 -0
  329. package/dist/esm/models/parameters.js +346 -0
  330. package/dist/esm/models/parameters.js.map +1 -0
  331. package/dist/esm/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +89 -0
  332. package/dist/esm/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +1 -0
  333. package/dist/esm/operations/databaseMigrationsMongoToCosmosDbRUMongo.js +370 -0
  334. package/dist/esm/operations/databaseMigrationsMongoToCosmosDbRUMongo.js.map +1 -0
  335. package/dist/esm/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +89 -0
  336. package/dist/esm/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +1 -0
  337. package/dist/esm/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js +370 -0
  338. package/dist/esm/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +1 -0
  339. package/dist/esm/operations/databaseMigrationsSqlDb.d.ts +81 -0
  340. package/dist/esm/operations/databaseMigrationsSqlDb.d.ts.map +1 -0
  341. package/dist/esm/operations/databaseMigrationsSqlDb.js +303 -0
  342. package/dist/esm/operations/databaseMigrationsSqlDb.js.map +1 -0
  343. package/dist/esm/operations/databaseMigrationsSqlMi.d.ts +83 -0
  344. package/dist/esm/operations/databaseMigrationsSqlMi.d.ts.map +1 -0
  345. package/dist/esm/operations/databaseMigrationsSqlMi.js +314 -0
  346. package/dist/esm/operations/databaseMigrationsSqlMi.js.map +1 -0
  347. package/dist/esm/operations/databaseMigrationsSqlVm.d.ts +83 -0
  348. package/dist/esm/operations/databaseMigrationsSqlVm.d.ts.map +1 -0
  349. package/dist/esm/operations/databaseMigrationsSqlVm.js +314 -0
  350. package/dist/esm/operations/databaseMigrationsSqlVm.js.map +1 -0
  351. package/dist/esm/operations/files.d.ts +101 -0
  352. package/dist/esm/operations/files.d.ts.map +1 -0
  353. package/dist/esm/operations/files.js +371 -0
  354. package/dist/esm/operations/files.js.map +1 -0
  355. package/dist/esm/operations/index.d.ts +16 -0
  356. package/dist/esm/operations/index.d.ts.map +1 -0
  357. package/dist/esm/operations/index.js +23 -0
  358. package/dist/esm/operations/index.js.map +1 -0
  359. package/dist/esm/operations/migrationServices.d.ts +144 -0
  360. package/dist/esm/operations/migrationServices.d.ts.map +1 -0
  361. package/dist/esm/operations/migrationServices.js +676 -0
  362. package/dist/esm/operations/migrationServices.js.map +1 -0
  363. package/dist/esm/operations/operations.d.ts +32 -0
  364. package/dist/esm/operations/operations.d.ts.map +1 -0
  365. package/dist/esm/operations/operations.js +129 -0
  366. package/dist/esm/operations/operations.js.map +1 -0
  367. package/dist/esm/operations/projects.d.ts +78 -0
  368. package/dist/esm/operations/projects.d.ts.map +1 -0
  369. package/dist/esm/operations/projects.js +292 -0
  370. package/dist/esm/operations/projects.js.map +1 -0
  371. package/dist/esm/operations/resourceSkus.d.ts +32 -0
  372. package/dist/esm/operations/resourceSkus.d.ts.map +1 -0
  373. package/dist/esm/operations/resourceSkus.js +137 -0
  374. package/dist/esm/operations/resourceSkus.js.map +1 -0
  375. package/dist/esm/operations/serviceTasks.d.ts +94 -0
  376. package/dist/esm/operations/serviceTasks.d.ts.map +1 -0
  377. package/dist/esm/operations/serviceTasks.js +332 -0
  378. package/dist/esm/operations/serviceTasks.js.map +1 -0
  379. package/dist/esm/operations/services.d.ts +218 -0
  380. package/dist/esm/operations/services.d.ts.map +1 -0
  381. package/dist/esm/operations/services.js +932 -0
  382. package/dist/esm/operations/services.js.map +1 -0
  383. package/dist/esm/operations/sqlMigrationServices.d.ts +179 -0
  384. package/dist/esm/operations/sqlMigrationServices.d.ts.map +1 -0
  385. package/dist/esm/operations/sqlMigrationServices.js +764 -0
  386. package/dist/esm/operations/sqlMigrationServices.js.map +1 -0
  387. package/dist/esm/operations/tasks.d.ts +110 -0
  388. package/dist/esm/operations/tasks.d.ts.map +1 -0
  389. package/dist/esm/operations/tasks.js +382 -0
  390. package/dist/esm/operations/tasks.js.map +1 -0
  391. package/dist/esm/operations/usages.d.ts +37 -0
  392. package/dist/esm/operations/usages.d.ts.map +1 -0
  393. package/dist/esm/operations/usages.js +147 -0
  394. package/dist/esm/operations/usages.js.map +1 -0
  395. package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +62 -0
  396. package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +1 -0
  397. package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js +9 -0
  398. package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js.map +1 -0
  399. package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +62 -0
  400. package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +1 -0
  401. package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js +9 -0
  402. package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +1 -0
  403. package/dist/esm/operationsInterfaces/databaseMigrationsSqlDb.d.ts +73 -0
  404. package/dist/esm/operationsInterfaces/databaseMigrationsSqlDb.d.ts.map +1 -0
  405. package/dist/esm/operationsInterfaces/databaseMigrationsSqlDb.js +9 -0
  406. package/dist/esm/operationsInterfaces/databaseMigrationsSqlDb.js.map +1 -0
  407. package/dist/esm/operationsInterfaces/databaseMigrationsSqlMi.d.ts +75 -0
  408. package/dist/esm/operationsInterfaces/databaseMigrationsSqlMi.d.ts.map +1 -0
  409. package/dist/esm/operationsInterfaces/databaseMigrationsSqlMi.js +9 -0
  410. package/dist/esm/operationsInterfaces/databaseMigrationsSqlMi.js.map +1 -0
  411. package/dist/esm/operationsInterfaces/databaseMigrationsSqlVm.d.ts +75 -0
  412. package/dist/esm/operationsInterfaces/databaseMigrationsSqlVm.d.ts.map +1 -0
  413. package/dist/esm/operationsInterfaces/databaseMigrationsSqlVm.js +9 -0
  414. package/dist/esm/operationsInterfaces/databaseMigrationsSqlVm.js.map +1 -0
  415. package/dist/esm/operationsInterfaces/files.d.ts +73 -0
  416. package/dist/esm/operationsInterfaces/files.d.ts.map +1 -0
  417. package/dist/esm/operationsInterfaces/files.js +9 -0
  418. package/dist/esm/operationsInterfaces/files.js.map +1 -0
  419. package/dist/esm/operationsInterfaces/index.d.ts +16 -0
  420. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  421. package/dist/esm/operationsInterfaces/index.js +23 -0
  422. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  423. package/dist/esm/operationsInterfaces/migrationServices.d.ts +87 -0
  424. package/dist/esm/operationsInterfaces/migrationServices.d.ts.map +1 -0
  425. package/dist/esm/operationsInterfaces/migrationServices.js +9 -0
  426. package/dist/esm/operationsInterfaces/migrationServices.js.map +1 -0
  427. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  428. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  429. package/dist/esm/operationsInterfaces/operations.js +9 -0
  430. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  431. package/dist/esm/operationsInterfaces/projects.d.ts +52 -0
  432. package/dist/esm/operationsInterfaces/projects.d.ts.map +1 -0
  433. package/dist/esm/operationsInterfaces/projects.js +9 -0
  434. package/dist/esm/operationsInterfaces/projects.js.map +1 -0
  435. package/dist/esm/operationsInterfaces/resourceSkus.d.ts +11 -0
  436. package/dist/esm/operationsInterfaces/resourceSkus.d.ts.map +1 -0
  437. package/dist/esm/operationsInterfaces/resourceSkus.js +9 -0
  438. package/dist/esm/operationsInterfaces/resourceSkus.js.map +1 -0
  439. package/dist/esm/operationsInterfaces/serviceTasks.d.ts +66 -0
  440. package/dist/esm/operationsInterfaces/serviceTasks.d.ts.map +1 -0
  441. package/dist/esm/operationsInterfaces/serviceTasks.js +9 -0
  442. package/dist/esm/operationsInterfaces/serviceTasks.js.map +1 -0
  443. package/dist/esm/operationsInterfaces/services.d.ts +162 -0
  444. package/dist/esm/operationsInterfaces/services.d.ts.map +1 -0
  445. package/dist/esm/operationsInterfaces/services.js +9 -0
  446. package/dist/esm/operationsInterfaces/services.js.map +1 -0
  447. package/dist/esm/operationsInterfaces/sqlMigrationServices.d.ts +122 -0
  448. package/dist/esm/operationsInterfaces/sqlMigrationServices.d.ts.map +1 -0
  449. package/dist/esm/operationsInterfaces/sqlMigrationServices.js +9 -0
  450. package/dist/esm/operationsInterfaces/sqlMigrationServices.js.map +1 -0
  451. package/dist/esm/operationsInterfaces/tasks.d.ts +81 -0
  452. package/dist/esm/operationsInterfaces/tasks.d.ts.map +1 -0
  453. package/dist/esm/operationsInterfaces/tasks.js +9 -0
  454. package/dist/esm/operationsInterfaces/tasks.js.map +1 -0
  455. package/dist/esm/operationsInterfaces/usages.d.ts +13 -0
  456. package/dist/esm/operationsInterfaces/usages.d.ts.map +1 -0
  457. package/dist/esm/operationsInterfaces/usages.js +9 -0
  458. package/dist/esm/operationsInterfaces/usages.js.map +1 -0
  459. package/dist/esm/package.json +3 -0
  460. package/dist/esm/pagingHelper.d.ts +13 -0
  461. package/dist/esm/pagingHelper.d.ts.map +1 -0
  462. package/dist/esm/pagingHelper.js +32 -0
  463. package/dist/esm/pagingHelper.js.map +1 -0
  464. package/dist/react-native/dataMigrationManagementClient.d.ts +34 -0
  465. package/dist/react-native/dataMigrationManagementClient.d.ts.map +1 -0
  466. package/dist/react-native/dataMigrationManagementClient.js +113 -0
  467. package/dist/react-native/dataMigrationManagementClient.js.map +1 -0
  468. package/dist/react-native/index.d.ts +5 -0
  469. package/dist/react-native/index.d.ts.map +1 -0
  470. package/dist/react-native/index.js +13 -0
  471. package/dist/react-native/index.js.map +1 -0
  472. package/dist/react-native/lroImpl.d.ts +11 -0
  473. package/dist/react-native/lroImpl.d.ts.map +1 -0
  474. package/dist/react-native/lroImpl.js +21 -0
  475. package/dist/react-native/lroImpl.js.map +1 -0
  476. package/dist/react-native/models/index.d.ts +8306 -0
  477. package/dist/react-native/models/index.d.ts.map +1 -0
  478. package/dist/react-native/models/index.js +892 -0
  479. package/dist/react-native/models/index.js.map +1 -0
  480. package/dist/react-native/models/mappers.d.ts +467 -0
  481. package/dist/react-native/models/mappers.d.ts.map +1 -0
  482. package/dist/react-native/models/mappers.js +12924 -0
  483. package/dist/react-native/models/mappers.js.map +1 -0
  484. package/dist/react-native/models/parameters.d.ts +45 -0
  485. package/dist/react-native/models/parameters.d.ts.map +1 -0
  486. package/dist/react-native/models/parameters.js +346 -0
  487. package/dist/react-native/models/parameters.js.map +1 -0
  488. package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +89 -0
  489. package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +1 -0
  490. package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbRUMongo.js +370 -0
  491. package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbRUMongo.js.map +1 -0
  492. package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +89 -0
  493. package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +1 -0
  494. package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js +370 -0
  495. package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +1 -0
  496. package/dist/react-native/operations/databaseMigrationsSqlDb.d.ts +81 -0
  497. package/dist/react-native/operations/databaseMigrationsSqlDb.d.ts.map +1 -0
  498. package/dist/react-native/operations/databaseMigrationsSqlDb.js +303 -0
  499. package/dist/react-native/operations/databaseMigrationsSqlDb.js.map +1 -0
  500. package/dist/react-native/operations/databaseMigrationsSqlMi.d.ts +83 -0
  501. package/dist/react-native/operations/databaseMigrationsSqlMi.d.ts.map +1 -0
  502. package/dist/react-native/operations/databaseMigrationsSqlMi.js +314 -0
  503. package/dist/react-native/operations/databaseMigrationsSqlMi.js.map +1 -0
  504. package/dist/react-native/operations/databaseMigrationsSqlVm.d.ts +83 -0
  505. package/dist/react-native/operations/databaseMigrationsSqlVm.d.ts.map +1 -0
  506. package/dist/react-native/operations/databaseMigrationsSqlVm.js +314 -0
  507. package/dist/react-native/operations/databaseMigrationsSqlVm.js.map +1 -0
  508. package/dist/react-native/operations/files.d.ts +101 -0
  509. package/dist/react-native/operations/files.d.ts.map +1 -0
  510. package/dist/react-native/operations/files.js +371 -0
  511. package/dist/react-native/operations/files.js.map +1 -0
  512. package/dist/react-native/operations/index.d.ts +16 -0
  513. package/dist/react-native/operations/index.d.ts.map +1 -0
  514. package/dist/react-native/operations/index.js +23 -0
  515. package/dist/react-native/operations/index.js.map +1 -0
  516. package/dist/react-native/operations/migrationServices.d.ts +144 -0
  517. package/dist/react-native/operations/migrationServices.d.ts.map +1 -0
  518. package/dist/react-native/operations/migrationServices.js +676 -0
  519. package/dist/react-native/operations/migrationServices.js.map +1 -0
  520. package/dist/react-native/operations/operations.d.ts +32 -0
  521. package/dist/react-native/operations/operations.d.ts.map +1 -0
  522. package/dist/react-native/operations/operations.js +129 -0
  523. package/dist/react-native/operations/operations.js.map +1 -0
  524. package/dist/react-native/operations/projects.d.ts +78 -0
  525. package/dist/react-native/operations/projects.d.ts.map +1 -0
  526. package/dist/react-native/operations/projects.js +292 -0
  527. package/dist/react-native/operations/projects.js.map +1 -0
  528. package/dist/react-native/operations/resourceSkus.d.ts +32 -0
  529. package/dist/react-native/operations/resourceSkus.d.ts.map +1 -0
  530. package/dist/react-native/operations/resourceSkus.js +137 -0
  531. package/dist/react-native/operations/resourceSkus.js.map +1 -0
  532. package/dist/react-native/operations/serviceTasks.d.ts +94 -0
  533. package/dist/react-native/operations/serviceTasks.d.ts.map +1 -0
  534. package/dist/react-native/operations/serviceTasks.js +332 -0
  535. package/dist/react-native/operations/serviceTasks.js.map +1 -0
  536. package/dist/react-native/operations/services.d.ts +218 -0
  537. package/dist/react-native/operations/services.d.ts.map +1 -0
  538. package/dist/react-native/operations/services.js +932 -0
  539. package/dist/react-native/operations/services.js.map +1 -0
  540. package/dist/react-native/operations/sqlMigrationServices.d.ts +179 -0
  541. package/dist/react-native/operations/sqlMigrationServices.d.ts.map +1 -0
  542. package/dist/react-native/operations/sqlMigrationServices.js +764 -0
  543. package/dist/react-native/operations/sqlMigrationServices.js.map +1 -0
  544. package/dist/react-native/operations/tasks.d.ts +110 -0
  545. package/dist/react-native/operations/tasks.d.ts.map +1 -0
  546. package/dist/react-native/operations/tasks.js +382 -0
  547. package/dist/react-native/operations/tasks.js.map +1 -0
  548. package/dist/react-native/operations/usages.d.ts +37 -0
  549. package/dist/react-native/operations/usages.d.ts.map +1 -0
  550. package/dist/react-native/operations/usages.js +147 -0
  551. package/dist/react-native/operations/usages.js.map +1 -0
  552. package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +62 -0
  553. package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +1 -0
  554. package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js +9 -0
  555. package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js.map +1 -0
  556. package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +62 -0
  557. package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +1 -0
  558. package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js +9 -0
  559. package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +1 -0
  560. package/dist/react-native/operationsInterfaces/databaseMigrationsSqlDb.d.ts +73 -0
  561. package/dist/react-native/operationsInterfaces/databaseMigrationsSqlDb.d.ts.map +1 -0
  562. package/dist/react-native/operationsInterfaces/databaseMigrationsSqlDb.js +9 -0
  563. package/dist/react-native/operationsInterfaces/databaseMigrationsSqlDb.js.map +1 -0
  564. package/dist/react-native/operationsInterfaces/databaseMigrationsSqlMi.d.ts +75 -0
  565. package/dist/react-native/operationsInterfaces/databaseMigrationsSqlMi.d.ts.map +1 -0
  566. package/dist/react-native/operationsInterfaces/databaseMigrationsSqlMi.js +9 -0
  567. package/dist/react-native/operationsInterfaces/databaseMigrationsSqlMi.js.map +1 -0
  568. package/dist/react-native/operationsInterfaces/databaseMigrationsSqlVm.d.ts +75 -0
  569. package/dist/react-native/operationsInterfaces/databaseMigrationsSqlVm.d.ts.map +1 -0
  570. package/dist/react-native/operationsInterfaces/databaseMigrationsSqlVm.js +9 -0
  571. package/dist/react-native/operationsInterfaces/databaseMigrationsSqlVm.js.map +1 -0
  572. package/dist/react-native/operationsInterfaces/files.d.ts +73 -0
  573. package/dist/react-native/operationsInterfaces/files.d.ts.map +1 -0
  574. package/dist/react-native/operationsInterfaces/files.js +9 -0
  575. package/dist/react-native/operationsInterfaces/files.js.map +1 -0
  576. package/dist/react-native/operationsInterfaces/index.d.ts +16 -0
  577. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  578. package/dist/react-native/operationsInterfaces/index.js +23 -0
  579. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  580. package/dist/react-native/operationsInterfaces/migrationServices.d.ts +87 -0
  581. package/dist/react-native/operationsInterfaces/migrationServices.d.ts.map +1 -0
  582. package/dist/react-native/operationsInterfaces/migrationServices.js +9 -0
  583. package/dist/react-native/operationsInterfaces/migrationServices.js.map +1 -0
  584. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  585. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  586. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  587. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  588. package/dist/react-native/operationsInterfaces/projects.d.ts +52 -0
  589. package/dist/react-native/operationsInterfaces/projects.d.ts.map +1 -0
  590. package/dist/react-native/operationsInterfaces/projects.js +9 -0
  591. package/dist/react-native/operationsInterfaces/projects.js.map +1 -0
  592. package/dist/react-native/operationsInterfaces/resourceSkus.d.ts +11 -0
  593. package/dist/react-native/operationsInterfaces/resourceSkus.d.ts.map +1 -0
  594. package/dist/react-native/operationsInterfaces/resourceSkus.js +9 -0
  595. package/dist/react-native/operationsInterfaces/resourceSkus.js.map +1 -0
  596. package/dist/react-native/operationsInterfaces/serviceTasks.d.ts +66 -0
  597. package/dist/react-native/operationsInterfaces/serviceTasks.d.ts.map +1 -0
  598. package/dist/react-native/operationsInterfaces/serviceTasks.js +9 -0
  599. package/dist/react-native/operationsInterfaces/serviceTasks.js.map +1 -0
  600. package/dist/react-native/operationsInterfaces/services.d.ts +162 -0
  601. package/dist/react-native/operationsInterfaces/services.d.ts.map +1 -0
  602. package/dist/react-native/operationsInterfaces/services.js +9 -0
  603. package/dist/react-native/operationsInterfaces/services.js.map +1 -0
  604. package/dist/react-native/operationsInterfaces/sqlMigrationServices.d.ts +122 -0
  605. package/dist/react-native/operationsInterfaces/sqlMigrationServices.d.ts.map +1 -0
  606. package/dist/react-native/operationsInterfaces/sqlMigrationServices.js +9 -0
  607. package/dist/react-native/operationsInterfaces/sqlMigrationServices.js.map +1 -0
  608. package/dist/react-native/operationsInterfaces/tasks.d.ts +81 -0
  609. package/dist/react-native/operationsInterfaces/tasks.d.ts.map +1 -0
  610. package/dist/react-native/operationsInterfaces/tasks.js +9 -0
  611. package/dist/react-native/operationsInterfaces/tasks.js.map +1 -0
  612. package/dist/react-native/operationsInterfaces/usages.d.ts +13 -0
  613. package/dist/react-native/operationsInterfaces/usages.d.ts.map +1 -0
  614. package/dist/react-native/operationsInterfaces/usages.js +9 -0
  615. package/dist/react-native/operationsInterfaces/usages.js.map +1 -0
  616. package/dist/react-native/package.json +3 -0
  617. package/dist/react-native/pagingHelper.d.ts +13 -0
  618. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  619. package/dist/react-native/pagingHelper.js +32 -0
  620. package/dist/react-native/pagingHelper.js.map +1 -0
  621. package/package.json +83 -70
  622. package/CHANGELOG.md +0 -11
  623. package/dist/index.js +0 -16974
  624. package/dist/index.js.map +0 -1
  625. package/dist/index.min.js +0 -1
  626. package/dist/index.min.js.map +0 -1
  627. package/dist-esm/samples-dev/createOrUpdateDatabaseMigrationResourceWithMaximumParameters.d.ts +0 -2
  628. package/dist-esm/samples-dev/createOrUpdateDatabaseMigrationResourceWithMaximumParameters.d.ts.map +0 -1
  629. package/dist-esm/samples-dev/createOrUpdateDatabaseMigrationResourceWithMaximumParameters.js +0 -65
  630. package/dist-esm/samples-dev/createOrUpdateDatabaseMigrationResourceWithMaximumParameters.js.map +0 -1
  631. package/dist-esm/samples-dev/createOrUpdateDatabaseMigrationResourceWithMinimumParameters.d.ts +0 -2
  632. package/dist-esm/samples-dev/createOrUpdateDatabaseMigrationResourceWithMinimumParameters.d.ts.map +0 -1
  633. package/dist-esm/samples-dev/createOrUpdateDatabaseMigrationResourceWithMinimumParameters.js +0 -65
  634. package/dist-esm/samples-dev/createOrUpdateDatabaseMigrationResourceWithMinimumParameters.js.map +0 -1
  635. package/dist-esm/samples-dev/createOrUpdateSqlMigrationServiceWithMaximumParameters.d.ts +0 -2
  636. package/dist-esm/samples-dev/createOrUpdateSqlMigrationServiceWithMaximumParameters.d.ts.map +0 -1
  637. package/dist-esm/samples-dev/createOrUpdateSqlMigrationServiceWithMaximumParameters.js +0 -32
  638. package/dist-esm/samples-dev/createOrUpdateSqlMigrationServiceWithMaximumParameters.js.map +0 -1
  639. package/dist-esm/samples-dev/createOrUpdateSqlMigrationServiceWithMinimumParameters.d.ts +0 -2
  640. package/dist-esm/samples-dev/createOrUpdateSqlMigrationServiceWithMinimumParameters.d.ts.map +0 -1
  641. package/dist-esm/samples-dev/createOrUpdateSqlMigrationServiceWithMinimumParameters.js +0 -32
  642. package/dist-esm/samples-dev/createOrUpdateSqlMigrationServiceWithMinimumParameters.js.map +0 -1
  643. package/dist-esm/samples-dev/cutoverOnlineMigrationOperationForTheDatabase.d.ts +0 -2
  644. package/dist-esm/samples-dev/cutoverOnlineMigrationOperationForTheDatabase.d.ts.map +0 -1
  645. package/dist-esm/samples-dev/cutoverOnlineMigrationOperationForTheDatabase.js +0 -35
  646. package/dist-esm/samples-dev/cutoverOnlineMigrationOperationForTheDatabase.js.map +0 -1
  647. package/dist-esm/samples-dev/databaseMigrationsSqlMiCancelSample.d.ts +0 -2
  648. package/dist-esm/samples-dev/databaseMigrationsSqlMiCancelSample.d.ts.map +0 -1
  649. package/dist-esm/samples-dev/databaseMigrationsSqlMiCancelSample.js +0 -35
  650. package/dist-esm/samples-dev/databaseMigrationsSqlMiCancelSample.js.map +0 -1
  651. package/dist-esm/samples-dev/databaseMigrationsSqlMiCreateOrUpdateSample.d.ts +0 -2
  652. package/dist-esm/samples-dev/databaseMigrationsSqlMiCreateOrUpdateSample.d.ts.map +0 -1
  653. package/dist-esm/samples-dev/databaseMigrationsSqlMiCreateOrUpdateSample.js +0 -117
  654. package/dist-esm/samples-dev/databaseMigrationsSqlMiCreateOrUpdateSample.js.map +0 -1
  655. package/dist-esm/samples-dev/databaseMigrationsSqlMiCutoverSample.d.ts +0 -2
  656. package/dist-esm/samples-dev/databaseMigrationsSqlMiCutoverSample.d.ts.map +0 -1
  657. package/dist-esm/samples-dev/databaseMigrationsSqlMiCutoverSample.js +0 -35
  658. package/dist-esm/samples-dev/databaseMigrationsSqlMiCutoverSample.js.map +0 -1
  659. package/dist-esm/samples-dev/databaseMigrationsSqlMiGetSample.d.ts +0 -2
  660. package/dist-esm/samples-dev/databaseMigrationsSqlMiGetSample.d.ts.map +0 -1
  661. package/dist-esm/samples-dev/databaseMigrationsSqlMiGetSample.js +0 -32
  662. package/dist-esm/samples-dev/databaseMigrationsSqlMiGetSample.js.map +0 -1
  663. package/dist-esm/samples-dev/databaseMigrationsSqlVMCancelSample.d.ts +0 -2
  664. package/dist-esm/samples-dev/databaseMigrationsSqlVMCancelSample.d.ts.map +0 -1
  665. package/dist-esm/samples-dev/databaseMigrationsSqlVMCancelSample.js +0 -35
  666. package/dist-esm/samples-dev/databaseMigrationsSqlVMCancelSample.js.map +0 -1
  667. package/dist-esm/samples-dev/databaseMigrationsSqlVMCreateOrUpdateSample.d.ts +0 -2
  668. package/dist-esm/samples-dev/databaseMigrationsSqlVMCreateOrUpdateSample.d.ts.map +0 -1
  669. package/dist-esm/samples-dev/databaseMigrationsSqlVMCreateOrUpdateSample.js +0 -117
  670. package/dist-esm/samples-dev/databaseMigrationsSqlVMCreateOrUpdateSample.js.map +0 -1
  671. package/dist-esm/samples-dev/databaseMigrationsSqlVMCutoverSample.d.ts +0 -2
  672. package/dist-esm/samples-dev/databaseMigrationsSqlVMCutoverSample.d.ts.map +0 -1
  673. package/dist-esm/samples-dev/databaseMigrationsSqlVMCutoverSample.js +0 -35
  674. package/dist-esm/samples-dev/databaseMigrationsSqlVMCutoverSample.js.map +0 -1
  675. package/dist-esm/samples-dev/databaseMigrationsSqlVMGetSample.d.ts +0 -2
  676. package/dist-esm/samples-dev/databaseMigrationsSqlVMGetSample.d.ts.map +0 -1
  677. package/dist-esm/samples-dev/databaseMigrationsSqlVMGetSample.js +0 -32
  678. package/dist-esm/samples-dev/databaseMigrationsSqlVMGetSample.js.map +0 -1
  679. package/dist-esm/samples-dev/deleteSqlMigrationService.d.ts +0 -2
  680. package/dist-esm/samples-dev/deleteSqlMigrationService.d.ts.map +0 -1
  681. package/dist-esm/samples-dev/deleteSqlMigrationService.js +0 -31
  682. package/dist-esm/samples-dev/deleteSqlMigrationService.js.map +0 -1
  683. package/dist-esm/samples-dev/deleteTheIntegrationRuntimeNode.d.ts +0 -2
  684. package/dist-esm/samples-dev/deleteTheIntegrationRuntimeNode.d.ts.map +0 -1
  685. package/dist-esm/samples-dev/deleteTheIntegrationRuntimeNode.js +0 -35
  686. package/dist-esm/samples-dev/deleteTheIntegrationRuntimeNode.js.map +0 -1
  687. package/dist-esm/samples-dev/filesCreateOrUpdate.d.ts +0 -2
  688. package/dist-esm/samples-dev/filesCreateOrUpdate.d.ts.map +0 -1
  689. package/dist-esm/samples-dev/filesCreateOrUpdate.js +0 -36
  690. package/dist-esm/samples-dev/filesCreateOrUpdate.js.map +0 -1
  691. package/dist-esm/samples-dev/filesCreateOrUpdateSample.d.ts +0 -2
  692. package/dist-esm/samples-dev/filesCreateOrUpdateSample.d.ts.map +0 -1
  693. package/dist-esm/samples-dev/filesCreateOrUpdateSample.js +0 -36
  694. package/dist-esm/samples-dev/filesCreateOrUpdateSample.js.map +0 -1
  695. package/dist-esm/samples-dev/filesDelete.d.ts +0 -2
  696. package/dist-esm/samples-dev/filesDelete.d.ts.map +0 -1
  697. package/dist-esm/samples-dev/filesDelete.js +0 -33
  698. package/dist-esm/samples-dev/filesDelete.js.map +0 -1
  699. package/dist-esm/samples-dev/filesDeleteSample.d.ts +0 -2
  700. package/dist-esm/samples-dev/filesDeleteSample.d.ts.map +0 -1
  701. package/dist-esm/samples-dev/filesDeleteSample.js +0 -33
  702. package/dist-esm/samples-dev/filesDeleteSample.js.map +0 -1
  703. package/dist-esm/samples-dev/filesGetSample.d.ts +0 -2
  704. package/dist-esm/samples-dev/filesGetSample.d.ts.map +0 -1
  705. package/dist-esm/samples-dev/filesGetSample.js +0 -33
  706. package/dist-esm/samples-dev/filesGetSample.js.map +0 -1
  707. package/dist-esm/samples-dev/filesList.d.ts +0 -2
  708. package/dist-esm/samples-dev/filesList.d.ts.map +0 -1
  709. package/dist-esm/samples-dev/filesList.js +0 -33
  710. package/dist-esm/samples-dev/filesList.js.map +0 -1
  711. package/dist-esm/samples-dev/filesListSample.d.ts +0 -2
  712. package/dist-esm/samples-dev/filesListSample.d.ts.map +0 -1
  713. package/dist-esm/samples-dev/filesListSample.js +0 -46
  714. package/dist-esm/samples-dev/filesListSample.js.map +0 -1
  715. package/dist-esm/samples-dev/filesReadSample.d.ts +0 -2
  716. package/dist-esm/samples-dev/filesReadSample.d.ts.map +0 -1
  717. package/dist-esm/samples-dev/filesReadSample.js +0 -33
  718. package/dist-esm/samples-dev/filesReadSample.js.map +0 -1
  719. package/dist-esm/samples-dev/filesReadWriteSample.d.ts +0 -2
  720. package/dist-esm/samples-dev/filesReadWriteSample.d.ts.map +0 -1
  721. package/dist-esm/samples-dev/filesReadWriteSample.js +0 -33
  722. package/dist-esm/samples-dev/filesReadWriteSample.js.map +0 -1
  723. package/dist-esm/samples-dev/filesUpdate.d.ts +0 -2
  724. package/dist-esm/samples-dev/filesUpdate.d.ts.map +0 -1
  725. package/dist-esm/samples-dev/filesUpdate.js +0 -36
  726. package/dist-esm/samples-dev/filesUpdate.js.map +0 -1
  727. package/dist-esm/samples-dev/filesUpdateSample.d.ts +0 -2
  728. package/dist-esm/samples-dev/filesUpdateSample.d.ts.map +0 -1
  729. package/dist-esm/samples-dev/filesUpdateSample.js +0 -36
  730. package/dist-esm/samples-dev/filesUpdateSample.js.map +0 -1
  731. package/dist-esm/samples-dev/getDatabaseMigrationResource.d.ts +0 -2
  732. package/dist-esm/samples-dev/getDatabaseMigrationResource.d.ts.map +0 -1
  733. package/dist-esm/samples-dev/getDatabaseMigrationResource.js +0 -32
  734. package/dist-esm/samples-dev/getDatabaseMigrationResource.js.map +0 -1
  735. package/dist-esm/samples-dev/getMigrationService.d.ts +0 -2
  736. package/dist-esm/samples-dev/getMigrationService.d.ts.map +0 -1
  737. package/dist-esm/samples-dev/getMigrationService.js +0 -31
  738. package/dist-esm/samples-dev/getMigrationService.js.map +0 -1
  739. package/dist-esm/samples-dev/getMigrationServicesInTheResourceGroup.d.ts +0 -2
  740. package/dist-esm/samples-dev/getMigrationServicesInTheResourceGroup.d.ts.map +0 -1
  741. package/dist-esm/samples-dev/getMigrationServicesInTheResourceGroup.js +0 -44
  742. package/dist-esm/samples-dev/getMigrationServicesInTheResourceGroup.js.map +0 -1
  743. package/dist-esm/samples-dev/getServicesInTheSubscriptions.d.ts +0 -2
  744. package/dist-esm/samples-dev/getServicesInTheSubscriptions.d.ts.map +0 -1
  745. package/dist-esm/samples-dev/getServicesInTheSubscriptions.js +0 -43
  746. package/dist-esm/samples-dev/getServicesInTheSubscriptions.js.map +0 -1
  747. package/dist-esm/samples-dev/listDatabaseMigrationsAttachedToTheService.d.ts +0 -2
  748. package/dist-esm/samples-dev/listDatabaseMigrationsAttachedToTheService.d.ts.map +0 -1
  749. package/dist-esm/samples-dev/listDatabaseMigrationsAttachedToTheService.js +0 -45
  750. package/dist-esm/samples-dev/listDatabaseMigrationsAttachedToTheService.js.map +0 -1
  751. package/dist-esm/samples-dev/listSkus.d.ts +0 -2
  752. package/dist-esm/samples-dev/listSkus.d.ts.map +0 -1
  753. package/dist-esm/samples-dev/listSkus.js +0 -43
  754. package/dist-esm/samples-dev/listSkus.js.map +0 -1
  755. package/dist-esm/samples-dev/listsAllOfTheAvailableSqlRestApiOperations.d.ts +0 -2
  756. package/dist-esm/samples-dev/listsAllOfTheAvailableSqlRestApiOperations.d.ts.map +0 -1
  757. package/dist-esm/samples-dev/listsAllOfTheAvailableSqlRestApiOperations.js +0 -43
  758. package/dist-esm/samples-dev/listsAllOfTheAvailableSqlRestApiOperations.js.map +0 -1
  759. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  760. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  761. package/dist-esm/samples-dev/operationsListSample.js +0 -43
  762. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  763. package/dist-esm/samples-dev/projectsCreateOrUpdate.d.ts +0 -2
  764. package/dist-esm/samples-dev/projectsCreateOrUpdate.d.ts.map +0 -1
  765. package/dist-esm/samples-dev/projectsCreateOrUpdate.js +0 -37
  766. package/dist-esm/samples-dev/projectsCreateOrUpdate.js.map +0 -1
  767. package/dist-esm/samples-dev/projectsCreateOrUpdateSample.d.ts +0 -2
  768. package/dist-esm/samples-dev/projectsCreateOrUpdateSample.d.ts.map +0 -1
  769. package/dist-esm/samples-dev/projectsCreateOrUpdateSample.js +0 -37
  770. package/dist-esm/samples-dev/projectsCreateOrUpdateSample.js.map +0 -1
  771. package/dist-esm/samples-dev/projectsDelete.d.ts +0 -2
  772. package/dist-esm/samples-dev/projectsDelete.d.ts.map +0 -1
  773. package/dist-esm/samples-dev/projectsDelete.js +0 -32
  774. package/dist-esm/samples-dev/projectsDelete.js.map +0 -1
  775. package/dist-esm/samples-dev/projectsDeleteSample.d.ts +0 -2
  776. package/dist-esm/samples-dev/projectsDeleteSample.d.ts.map +0 -1
  777. package/dist-esm/samples-dev/projectsDeleteSample.js +0 -32
  778. package/dist-esm/samples-dev/projectsDeleteSample.js.map +0 -1
  779. package/dist-esm/samples-dev/projectsGet.d.ts +0 -2
  780. package/dist-esm/samples-dev/projectsGet.d.ts.map +0 -1
  781. package/dist-esm/samples-dev/projectsGet.js +0 -32
  782. package/dist-esm/samples-dev/projectsGet.js.map +0 -1
  783. package/dist-esm/samples-dev/projectsGetSample.d.ts +0 -2
  784. package/dist-esm/samples-dev/projectsGetSample.d.ts.map +0 -1
  785. package/dist-esm/samples-dev/projectsGetSample.js +0 -32
  786. package/dist-esm/samples-dev/projectsGetSample.js.map +0 -1
  787. package/dist-esm/samples-dev/projectsList.d.ts +0 -2
  788. package/dist-esm/samples-dev/projectsList.d.ts.map +0 -1
  789. package/dist-esm/samples-dev/projectsList.js +0 -45
  790. package/dist-esm/samples-dev/projectsList.js.map +0 -1
  791. package/dist-esm/samples-dev/projectsListSample.d.ts +0 -2
  792. package/dist-esm/samples-dev/projectsListSample.d.ts.map +0 -1
  793. package/dist-esm/samples-dev/projectsListSample.js +0 -45
  794. package/dist-esm/samples-dev/projectsListSample.js.map +0 -1
  795. package/dist-esm/samples-dev/projectsUpdate.d.ts +0 -2
  796. package/dist-esm/samples-dev/projectsUpdate.d.ts.map +0 -1
  797. package/dist-esm/samples-dev/projectsUpdate.js +0 -37
  798. package/dist-esm/samples-dev/projectsUpdate.js.map +0 -1
  799. package/dist-esm/samples-dev/projectsUpdateSample.d.ts +0 -2
  800. package/dist-esm/samples-dev/projectsUpdateSample.d.ts.map +0 -1
  801. package/dist-esm/samples-dev/projectsUpdateSample.js +0 -37
  802. package/dist-esm/samples-dev/projectsUpdateSample.js.map +0 -1
  803. package/dist-esm/samples-dev/regenerateTheOfAuthenticationKeys.d.ts +0 -2
  804. package/dist-esm/samples-dev/regenerateTheOfAuthenticationKeys.d.ts.map +0 -1
  805. package/dist-esm/samples-dev/regenerateTheOfAuthenticationKeys.js +0 -32
  806. package/dist-esm/samples-dev/regenerateTheOfAuthenticationKeys.js.map +0 -1
  807. package/dist-esm/samples-dev/resourceSkusListSkusSample.d.ts +0 -2
  808. package/dist-esm/samples-dev/resourceSkusListSkusSample.d.ts.map +0 -1
  809. package/dist-esm/samples-dev/resourceSkusListSkusSample.js +0 -43
  810. package/dist-esm/samples-dev/resourceSkusListSkusSample.js.map +0 -1
  811. package/dist-esm/samples-dev/retrieveTheListOfAuthenticationKeys.d.ts +0 -2
  812. package/dist-esm/samples-dev/retrieveTheListOfAuthenticationKeys.d.ts.map +0 -1
  813. package/dist-esm/samples-dev/retrieveTheListOfAuthenticationKeys.js +0 -31
  814. package/dist-esm/samples-dev/retrieveTheListOfAuthenticationKeys.js.map +0 -1
  815. package/dist-esm/samples-dev/retrieveTheMonitoringData.d.ts +0 -2
  816. package/dist-esm/samples-dev/retrieveTheMonitoringData.d.ts.map +0 -1
  817. package/dist-esm/samples-dev/retrieveTheMonitoringData.js +0 -31
  818. package/dist-esm/samples-dev/retrieveTheMonitoringData.js.map +0 -1
  819. package/dist-esm/samples-dev/serviceTasksCancelSample.d.ts +0 -2
  820. package/dist-esm/samples-dev/serviceTasksCancelSample.d.ts.map +0 -1
  821. package/dist-esm/samples-dev/serviceTasksCancelSample.js +0 -32
  822. package/dist-esm/samples-dev/serviceTasksCancelSample.js.map +0 -1
  823. package/dist-esm/samples-dev/serviceTasksCreateOrUpdateSample.d.ts +0 -2
  824. package/dist-esm/samples-dev/serviceTasksCreateOrUpdateSample.d.ts.map +0 -1
  825. package/dist-esm/samples-dev/serviceTasksCreateOrUpdateSample.js +0 -38
  826. package/dist-esm/samples-dev/serviceTasksCreateOrUpdateSample.js.map +0 -1
  827. package/dist-esm/samples-dev/serviceTasksDeleteSample.d.ts +0 -2
  828. package/dist-esm/samples-dev/serviceTasksDeleteSample.d.ts.map +0 -1
  829. package/dist-esm/samples-dev/serviceTasksDeleteSample.js +0 -32
  830. package/dist-esm/samples-dev/serviceTasksDeleteSample.js.map +0 -1
  831. package/dist-esm/samples-dev/serviceTasksGetSample.d.ts +0 -2
  832. package/dist-esm/samples-dev/serviceTasksGetSample.d.ts.map +0 -1
  833. package/dist-esm/samples-dev/serviceTasksGetSample.js +0 -32
  834. package/dist-esm/samples-dev/serviceTasksGetSample.js.map +0 -1
  835. package/dist-esm/samples-dev/serviceTasksList.d.ts +0 -2
  836. package/dist-esm/samples-dev/serviceTasksList.d.ts.map +0 -1
  837. package/dist-esm/samples-dev/serviceTasksList.js +0 -45
  838. package/dist-esm/samples-dev/serviceTasksList.js.map +0 -1
  839. package/dist-esm/samples-dev/serviceTasksListSample.d.ts +0 -2
  840. package/dist-esm/samples-dev/serviceTasksListSample.d.ts.map +0 -1
  841. package/dist-esm/samples-dev/serviceTasksListSample.js +0 -45
  842. package/dist-esm/samples-dev/serviceTasksListSample.js.map +0 -1
  843. package/dist-esm/samples-dev/serviceTasksUpdateSample.d.ts +0 -2
  844. package/dist-esm/samples-dev/serviceTasksUpdateSample.d.ts.map +0 -1
  845. package/dist-esm/samples-dev/serviceTasksUpdateSample.js +0 -38
  846. package/dist-esm/samples-dev/serviceTasksUpdateSample.js.map +0 -1
  847. package/dist-esm/samples-dev/servicesCheckChildrenNameAvailability.d.ts +0 -2
  848. package/dist-esm/samples-dev/servicesCheckChildrenNameAvailability.d.ts.map +0 -1
  849. package/dist-esm/samples-dev/servicesCheckChildrenNameAvailability.js +0 -32
  850. package/dist-esm/samples-dev/servicesCheckChildrenNameAvailability.js.map +0 -1
  851. package/dist-esm/samples-dev/servicesCheckChildrenNameAvailabilitySample.d.ts +0 -2
  852. package/dist-esm/samples-dev/servicesCheckChildrenNameAvailabilitySample.d.ts.map +0 -1
  853. package/dist-esm/samples-dev/servicesCheckChildrenNameAvailabilitySample.js +0 -32
  854. package/dist-esm/samples-dev/servicesCheckChildrenNameAvailabilitySample.js.map +0 -1
  855. package/dist-esm/samples-dev/servicesCheckNameAvailability.d.ts +0 -2
  856. package/dist-esm/samples-dev/servicesCheckNameAvailability.d.ts.map +0 -1
  857. package/dist-esm/samples-dev/servicesCheckNameAvailability.js +0 -34
  858. package/dist-esm/samples-dev/servicesCheckNameAvailability.js.map +0 -1
  859. package/dist-esm/samples-dev/servicesCheckNameAvailabilitySample.d.ts +0 -2
  860. package/dist-esm/samples-dev/servicesCheckNameAvailabilitySample.d.ts.map +0 -1
  861. package/dist-esm/samples-dev/servicesCheckNameAvailabilitySample.js +0 -34
  862. package/dist-esm/samples-dev/servicesCheckNameAvailabilitySample.js.map +0 -1
  863. package/dist-esm/samples-dev/servicesCheckStatus.d.ts +0 -2
  864. package/dist-esm/samples-dev/servicesCheckStatus.d.ts.map +0 -1
  865. package/dist-esm/samples-dev/servicesCheckStatus.js +0 -31
  866. package/dist-esm/samples-dev/servicesCheckStatus.js.map +0 -1
  867. package/dist-esm/samples-dev/servicesCheckStatusSample.d.ts +0 -2
  868. package/dist-esm/samples-dev/servicesCheckStatusSample.d.ts.map +0 -1
  869. package/dist-esm/samples-dev/servicesCheckStatusSample.js +0 -31
  870. package/dist-esm/samples-dev/servicesCheckStatusSample.js.map +0 -1
  871. package/dist-esm/samples-dev/servicesCreateOrUpdate.d.ts +0 -2
  872. package/dist-esm/samples-dev/servicesCreateOrUpdate.d.ts.map +0 -1
  873. package/dist-esm/samples-dev/servicesCreateOrUpdate.js +0 -35
  874. package/dist-esm/samples-dev/servicesCreateOrUpdate.js.map +0 -1
  875. package/dist-esm/samples-dev/servicesCreateOrUpdateSample.d.ts +0 -2
  876. package/dist-esm/samples-dev/servicesCreateOrUpdateSample.d.ts.map +0 -1
  877. package/dist-esm/samples-dev/servicesCreateOrUpdateSample.js +0 -36
  878. package/dist-esm/samples-dev/servicesCreateOrUpdateSample.js.map +0 -1
  879. package/dist-esm/samples-dev/servicesDeleteSample.d.ts +0 -2
  880. package/dist-esm/samples-dev/servicesDeleteSample.d.ts.map +0 -1
  881. package/dist-esm/samples-dev/servicesDeleteSample.js +0 -31
  882. package/dist-esm/samples-dev/servicesDeleteSample.js.map +0 -1
  883. package/dist-esm/samples-dev/servicesGetSample.d.ts +0 -2
  884. package/dist-esm/samples-dev/servicesGetSample.d.ts.map +0 -1
  885. package/dist-esm/samples-dev/servicesGetSample.js +0 -31
  886. package/dist-esm/samples-dev/servicesGetSample.js.map +0 -1
  887. package/dist-esm/samples-dev/servicesList.d.ts +0 -2
  888. package/dist-esm/samples-dev/servicesList.d.ts.map +0 -1
  889. package/dist-esm/samples-dev/servicesList.js +0 -43
  890. package/dist-esm/samples-dev/servicesList.js.map +0 -1
  891. package/dist-esm/samples-dev/servicesListByResourceGroup.d.ts +0 -2
  892. package/dist-esm/samples-dev/servicesListByResourceGroup.d.ts.map +0 -1
  893. package/dist-esm/samples-dev/servicesListByResourceGroup.js +0 -44
  894. package/dist-esm/samples-dev/servicesListByResourceGroup.js.map +0 -1
  895. package/dist-esm/samples-dev/servicesListByResourceGroupSample.d.ts +0 -2
  896. package/dist-esm/samples-dev/servicesListByResourceGroupSample.d.ts.map +0 -1
  897. package/dist-esm/samples-dev/servicesListByResourceGroupSample.js +0 -44
  898. package/dist-esm/samples-dev/servicesListByResourceGroupSample.js.map +0 -1
  899. package/dist-esm/samples-dev/servicesListSample.d.ts +0 -2
  900. package/dist-esm/samples-dev/servicesListSample.d.ts.map +0 -1
  901. package/dist-esm/samples-dev/servicesListSample.js +0 -43
  902. package/dist-esm/samples-dev/servicesListSample.js.map +0 -1
  903. package/dist-esm/samples-dev/servicesListSkus.d.ts +0 -2
  904. package/dist-esm/samples-dev/servicesListSkus.d.ts.map +0 -1
  905. package/dist-esm/samples-dev/servicesListSkus.js +0 -45
  906. package/dist-esm/samples-dev/servicesListSkus.js.map +0 -1
  907. package/dist-esm/samples-dev/servicesListSkusSample.d.ts +0 -2
  908. package/dist-esm/samples-dev/servicesListSkusSample.d.ts.map +0 -1
  909. package/dist-esm/samples-dev/servicesListSkusSample.js +0 -45
  910. package/dist-esm/samples-dev/servicesListSkusSample.js.map +0 -1
  911. package/dist-esm/samples-dev/servicesStart.d.ts +0 -2
  912. package/dist-esm/samples-dev/servicesStart.d.ts.map +0 -1
  913. package/dist-esm/samples-dev/servicesStart.js +0 -31
  914. package/dist-esm/samples-dev/servicesStart.js.map +0 -1
  915. package/dist-esm/samples-dev/servicesStartSample.d.ts +0 -2
  916. package/dist-esm/samples-dev/servicesStartSample.d.ts.map +0 -1
  917. package/dist-esm/samples-dev/servicesStartSample.js +0 -31
  918. package/dist-esm/samples-dev/servicesStartSample.js.map +0 -1
  919. package/dist-esm/samples-dev/servicesStop.d.ts +0 -2
  920. package/dist-esm/samples-dev/servicesStop.d.ts.map +0 -1
  921. package/dist-esm/samples-dev/servicesStop.js +0 -31
  922. package/dist-esm/samples-dev/servicesStop.js.map +0 -1
  923. package/dist-esm/samples-dev/servicesStopSample.d.ts +0 -2
  924. package/dist-esm/samples-dev/servicesStopSample.d.ts.map +0 -1
  925. package/dist-esm/samples-dev/servicesStopSample.js +0 -31
  926. package/dist-esm/samples-dev/servicesStopSample.js.map +0 -1
  927. package/dist-esm/samples-dev/servicesUpdateSample.d.ts +0 -2
  928. package/dist-esm/samples-dev/servicesUpdateSample.d.ts.map +0 -1
  929. package/dist-esm/samples-dev/servicesUpdateSample.js +0 -35
  930. package/dist-esm/samples-dev/servicesUpdateSample.js.map +0 -1
  931. package/dist-esm/samples-dev/servicesUsages.d.ts +0 -2
  932. package/dist-esm/samples-dev/servicesUsages.d.ts.map +0 -1
  933. package/dist-esm/samples-dev/servicesUsages.js +0 -44
  934. package/dist-esm/samples-dev/servicesUsages.js.map +0 -1
  935. package/dist-esm/samples-dev/sqlMigrationServicesCreateOrUpdateSample.d.ts +0 -2
  936. package/dist-esm/samples-dev/sqlMigrationServicesCreateOrUpdateSample.d.ts.map +0 -1
  937. package/dist-esm/samples-dev/sqlMigrationServicesCreateOrUpdateSample.js +0 -51
  938. package/dist-esm/samples-dev/sqlMigrationServicesCreateOrUpdateSample.js.map +0 -1
  939. package/dist-esm/samples-dev/sqlMigrationServicesDeleteNodeSample.d.ts +0 -2
  940. package/dist-esm/samples-dev/sqlMigrationServicesDeleteNodeSample.d.ts.map +0 -1
  941. package/dist-esm/samples-dev/sqlMigrationServicesDeleteNodeSample.js +0 -35
  942. package/dist-esm/samples-dev/sqlMigrationServicesDeleteNodeSample.js.map +0 -1
  943. package/dist-esm/samples-dev/sqlMigrationServicesDeleteSample.d.ts +0 -2
  944. package/dist-esm/samples-dev/sqlMigrationServicesDeleteSample.d.ts.map +0 -1
  945. package/dist-esm/samples-dev/sqlMigrationServicesDeleteSample.js +0 -31
  946. package/dist-esm/samples-dev/sqlMigrationServicesDeleteSample.js.map +0 -1
  947. package/dist-esm/samples-dev/sqlMigrationServicesGetSample.d.ts +0 -2
  948. package/dist-esm/samples-dev/sqlMigrationServicesGetSample.d.ts.map +0 -1
  949. package/dist-esm/samples-dev/sqlMigrationServicesGetSample.js +0 -31
  950. package/dist-esm/samples-dev/sqlMigrationServicesGetSample.js.map +0 -1
  951. package/dist-esm/samples-dev/sqlMigrationServicesListAuthKeysSample.d.ts +0 -2
  952. package/dist-esm/samples-dev/sqlMigrationServicesListAuthKeysSample.d.ts.map +0 -1
  953. package/dist-esm/samples-dev/sqlMigrationServicesListAuthKeysSample.js +0 -31
  954. package/dist-esm/samples-dev/sqlMigrationServicesListAuthKeysSample.js.map +0 -1
  955. package/dist-esm/samples-dev/sqlMigrationServicesListByResourceGroupSample.d.ts +0 -2
  956. package/dist-esm/samples-dev/sqlMigrationServicesListByResourceGroupSample.d.ts.map +0 -1
  957. package/dist-esm/samples-dev/sqlMigrationServicesListByResourceGroupSample.js +0 -44
  958. package/dist-esm/samples-dev/sqlMigrationServicesListByResourceGroupSample.js.map +0 -1
  959. package/dist-esm/samples-dev/sqlMigrationServicesListBySubscriptionSample.d.ts +0 -2
  960. package/dist-esm/samples-dev/sqlMigrationServicesListBySubscriptionSample.d.ts.map +0 -1
  961. package/dist-esm/samples-dev/sqlMigrationServicesListBySubscriptionSample.js +0 -43
  962. package/dist-esm/samples-dev/sqlMigrationServicesListBySubscriptionSample.js.map +0 -1
  963. package/dist-esm/samples-dev/sqlMigrationServicesListMigrationsSample.d.ts +0 -2
  964. package/dist-esm/samples-dev/sqlMigrationServicesListMigrationsSample.d.ts.map +0 -1
  965. package/dist-esm/samples-dev/sqlMigrationServicesListMigrationsSample.js +0 -45
  966. package/dist-esm/samples-dev/sqlMigrationServicesListMigrationsSample.js.map +0 -1
  967. package/dist-esm/samples-dev/sqlMigrationServicesListMonitoringDataSample.d.ts +0 -2
  968. package/dist-esm/samples-dev/sqlMigrationServicesListMonitoringDataSample.d.ts.map +0 -1
  969. package/dist-esm/samples-dev/sqlMigrationServicesListMonitoringDataSample.js +0 -31
  970. package/dist-esm/samples-dev/sqlMigrationServicesListMonitoringDataSample.js.map +0 -1
  971. package/dist-esm/samples-dev/sqlMigrationServicesRegenerateAuthKeysSample.d.ts +0 -2
  972. package/dist-esm/samples-dev/sqlMigrationServicesRegenerateAuthKeysSample.d.ts.map +0 -1
  973. package/dist-esm/samples-dev/sqlMigrationServicesRegenerateAuthKeysSample.js +0 -32
  974. package/dist-esm/samples-dev/sqlMigrationServicesRegenerateAuthKeysSample.js.map +0 -1
  975. package/dist-esm/samples-dev/sqlMigrationServicesUpdateSample.d.ts +0 -2
  976. package/dist-esm/samples-dev/sqlMigrationServicesUpdateSample.d.ts.map +0 -1
  977. package/dist-esm/samples-dev/sqlMigrationServicesUpdateSample.js +0 -32
  978. package/dist-esm/samples-dev/sqlMigrationServicesUpdateSample.js.map +0 -1
  979. package/dist-esm/samples-dev/stopOngoingMigrationForTheDatabase.d.ts +0 -2
  980. package/dist-esm/samples-dev/stopOngoingMigrationForTheDatabase.d.ts.map +0 -1
  981. package/dist-esm/samples-dev/stopOngoingMigrationForTheDatabase.js +0 -35
  982. package/dist-esm/samples-dev/stopOngoingMigrationForTheDatabase.js.map +0 -1
  983. package/dist-esm/samples-dev/tasksCancel.d.ts +0 -2
  984. package/dist-esm/samples-dev/tasksCancel.d.ts.map +0 -1
  985. package/dist-esm/samples-dev/tasksCancel.js +0 -32
  986. package/dist-esm/samples-dev/tasksCancel.js.map +0 -1
  987. package/dist-esm/samples-dev/tasksCancelSample.d.ts +0 -2
  988. package/dist-esm/samples-dev/tasksCancelSample.d.ts.map +0 -1
  989. package/dist-esm/samples-dev/tasksCancelSample.js +0 -33
  990. package/dist-esm/samples-dev/tasksCancelSample.js.map +0 -1
  991. package/dist-esm/samples-dev/tasksCommand.d.ts +0 -2
  992. package/dist-esm/samples-dev/tasksCommand.d.ts.map +0 -1
  993. package/dist-esm/samples-dev/tasksCommand.js +0 -37
  994. package/dist-esm/samples-dev/tasksCommand.js.map +0 -1
  995. package/dist-esm/samples-dev/tasksCommandSample.d.ts +0 -2
  996. package/dist-esm/samples-dev/tasksCommandSample.d.ts.map +0 -1
  997. package/dist-esm/samples-dev/tasksCommandSample.js +0 -37
  998. package/dist-esm/samples-dev/tasksCommandSample.js.map +0 -1
  999. package/dist-esm/samples-dev/tasksCreateOrUpdate.d.ts +0 -2
  1000. package/dist-esm/samples-dev/tasksCreateOrUpdate.d.ts.map +0 -1
  1001. package/dist-esm/samples-dev/tasksCreateOrUpdate.js +0 -38
  1002. package/dist-esm/samples-dev/tasksCreateOrUpdate.js.map +0 -1
  1003. package/dist-esm/samples-dev/tasksCreateOrUpdateSample.d.ts +0 -2
  1004. package/dist-esm/samples-dev/tasksCreateOrUpdateSample.d.ts.map +0 -1
  1005. package/dist-esm/samples-dev/tasksCreateOrUpdateSample.js +0 -49
  1006. package/dist-esm/samples-dev/tasksCreateOrUpdateSample.js.map +0 -1
  1007. package/dist-esm/samples-dev/tasksDelete.d.ts +0 -2
  1008. package/dist-esm/samples-dev/tasksDelete.d.ts.map +0 -1
  1009. package/dist-esm/samples-dev/tasksDelete.js +0 -32
  1010. package/dist-esm/samples-dev/tasksDelete.js.map +0 -1
  1011. package/dist-esm/samples-dev/tasksDeleteSample.d.ts +0 -2
  1012. package/dist-esm/samples-dev/tasksDeleteSample.d.ts.map +0 -1
  1013. package/dist-esm/samples-dev/tasksDeleteSample.js +0 -33
  1014. package/dist-esm/samples-dev/tasksDeleteSample.js.map +0 -1
  1015. package/dist-esm/samples-dev/tasksGet.d.ts +0 -2
  1016. package/dist-esm/samples-dev/tasksGet.d.ts.map +0 -1
  1017. package/dist-esm/samples-dev/tasksGet.js +0 -32
  1018. package/dist-esm/samples-dev/tasksGet.js.map +0 -1
  1019. package/dist-esm/samples-dev/tasksGetSample.d.ts +0 -2
  1020. package/dist-esm/samples-dev/tasksGetSample.d.ts.map +0 -1
  1021. package/dist-esm/samples-dev/tasksGetSample.js +0 -33
  1022. package/dist-esm/samples-dev/tasksGetSample.js.map +0 -1
  1023. package/dist-esm/samples-dev/tasksList.d.ts +0 -2
  1024. package/dist-esm/samples-dev/tasksList.d.ts.map +0 -1
  1025. package/dist-esm/samples-dev/tasksList.js +0 -46
  1026. package/dist-esm/samples-dev/tasksList.js.map +0 -1
  1027. package/dist-esm/samples-dev/tasksListSample.d.ts +0 -2
  1028. package/dist-esm/samples-dev/tasksListSample.d.ts.map +0 -1
  1029. package/dist-esm/samples-dev/tasksListSample.js +0 -46
  1030. package/dist-esm/samples-dev/tasksListSample.js.map +0 -1
  1031. package/dist-esm/samples-dev/tasksUpdate.d.ts +0 -2
  1032. package/dist-esm/samples-dev/tasksUpdate.d.ts.map +0 -1
  1033. package/dist-esm/samples-dev/tasksUpdate.js +0 -38
  1034. package/dist-esm/samples-dev/tasksUpdate.js.map +0 -1
  1035. package/dist-esm/samples-dev/tasksUpdateSample.d.ts +0 -2
  1036. package/dist-esm/samples-dev/tasksUpdateSample.d.ts.map +0 -1
  1037. package/dist-esm/samples-dev/tasksUpdateSample.js +0 -49
  1038. package/dist-esm/samples-dev/tasksUpdateSample.js.map +0 -1
  1039. package/dist-esm/samples-dev/updateSqlMigrationService.d.ts +0 -2
  1040. package/dist-esm/samples-dev/updateSqlMigrationService.d.ts.map +0 -1
  1041. package/dist-esm/samples-dev/updateSqlMigrationService.js +0 -32
  1042. package/dist-esm/samples-dev/updateSqlMigrationService.js.map +0 -1
  1043. package/dist-esm/samples-dev/usagesListSample.d.ts +0 -2
  1044. package/dist-esm/samples-dev/usagesListSample.d.ts.map +0 -1
  1045. package/dist-esm/samples-dev/usagesListSample.js +0 -44
  1046. package/dist-esm/samples-dev/usagesListSample.js.map +0 -1
  1047. package/dist-esm/src/dataMigrationManagementClient.d.ts +0 -28
  1048. package/dist-esm/src/dataMigrationManagementClient.d.ts.map +0 -1
  1049. package/dist-esm/src/dataMigrationManagementClient.js +0 -79
  1050. package/dist-esm/src/dataMigrationManagementClient.js.map +0 -1
  1051. package/dist-esm/src/index.d.ts +0 -5
  1052. package/dist-esm/src/index.d.ts.map +0 -1
  1053. package/dist-esm/src/index.js +0 -12
  1054. package/dist-esm/src/index.js.map +0 -1
  1055. package/dist-esm/src/lroImpl.d.ts +0 -16
  1056. package/dist-esm/src/lroImpl.d.ts.map +0 -1
  1057. package/dist-esm/src/lroImpl.js +0 -29
  1058. package/dist-esm/src/lroImpl.js.map +0 -1
  1059. package/dist-esm/src/models/index.d.ts +0 -7238
  1060. package/dist-esm/src/models/index.d.ts.map +0 -1
  1061. package/dist-esm/src/models/index.js +0 -534
  1062. package/dist-esm/src/models/index.js.map +0 -1
  1063. package/dist-esm/src/models/mappers.d.ts +0 -434
  1064. package/dist-esm/src/models/mappers.d.ts.map +0 -1
  1065. package/dist-esm/src/models/mappers.js +0 -11822
  1066. package/dist-esm/src/models/mappers.js.map +0 -1
  1067. package/dist-esm/src/models/parameters.d.ts +0 -36
  1068. package/dist-esm/src/models/parameters.d.ts.map +0 -1
  1069. package/dist-esm/src/models/parameters.js +0 -272
  1070. package/dist-esm/src/models/parameters.js.map +0 -1
  1071. package/dist-esm/src/operations/databaseMigrationsSqlMi.d.ts +0 -83
  1072. package/dist-esm/src/operations/databaseMigrationsSqlMi.d.ts.map +0 -1
  1073. package/dist-esm/src/operations/databaseMigrationsSqlMi.js +0 -315
  1074. package/dist-esm/src/operations/databaseMigrationsSqlMi.js.map +0 -1
  1075. package/dist-esm/src/operations/databaseMigrationsSqlVm.d.ts +0 -83
  1076. package/dist-esm/src/operations/databaseMigrationsSqlVm.d.ts.map +0 -1
  1077. package/dist-esm/src/operations/databaseMigrationsSqlVm.js +0 -315
  1078. package/dist-esm/src/operations/databaseMigrationsSqlVm.js.map +0 -1
  1079. package/dist-esm/src/operations/files.d.ts +0 -101
  1080. package/dist-esm/src/operations/files.d.ts.map +0 -1
  1081. package/dist-esm/src/operations/files.js +0 -358
  1082. package/dist-esm/src/operations/files.js.map +0 -1
  1083. package/dist-esm/src/operations/index.d.ts +0 -12
  1084. package/dist-esm/src/operations/index.d.ts.map +0 -1
  1085. package/dist-esm/src/operations/index.js +0 -19
  1086. package/dist-esm/src/operations/index.js.map +0 -1
  1087. package/dist-esm/src/operations/operations.d.ts +0 -32
  1088. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  1089. package/dist-esm/src/operations/operations.js +0 -116
  1090. package/dist-esm/src/operations/operations.js.map +0 -1
  1091. package/dist-esm/src/operations/projects.d.ts +0 -78
  1092. package/dist-esm/src/operations/projects.d.ts.map +0 -1
  1093. package/dist-esm/src/operations/projects.js +0 -279
  1094. package/dist-esm/src/operations/projects.js.map +0 -1
  1095. package/dist-esm/src/operations/resourceSkus.d.ts +0 -32
  1096. package/dist-esm/src/operations/resourceSkus.d.ts.map +0 -1
  1097. package/dist-esm/src/operations/resourceSkus.js +0 -124
  1098. package/dist-esm/src/operations/resourceSkus.js.map +0 -1
  1099. package/dist-esm/src/operations/serviceTasks.d.ts +0 -91
  1100. package/dist-esm/src/operations/serviceTasks.d.ts.map +0 -1
  1101. package/dist-esm/src/operations/serviceTasks.js +0 -316
  1102. package/dist-esm/src/operations/serviceTasks.js.map +0 -1
  1103. package/dist-esm/src/operations/services.d.ts +0 -217
  1104. package/dist-esm/src/operations/services.d.ts.map +0 -1
  1105. package/dist-esm/src/operations/services.js +0 -894
  1106. package/dist-esm/src/operations/services.js.map +0 -1
  1107. package/dist-esm/src/operations/sqlMigrationServices.d.ts +0 -178
  1108. package/dist-esm/src/operations/sqlMigrationServices.d.ts.map +0 -1
  1109. package/dist-esm/src/operations/sqlMigrationServices.js +0 -726
  1110. package/dist-esm/src/operations/sqlMigrationServices.js.map +0 -1
  1111. package/dist-esm/src/operations/tasks.d.ts +0 -110
  1112. package/dist-esm/src/operations/tasks.d.ts.map +0 -1
  1113. package/dist-esm/src/operations/tasks.js +0 -369
  1114. package/dist-esm/src/operations/tasks.js.map +0 -1
  1115. package/dist-esm/src/operations/usages.d.ts +0 -37
  1116. package/dist-esm/src/operations/usages.d.ts.map +0 -1
  1117. package/dist-esm/src/operations/usages.js +0 -134
  1118. package/dist-esm/src/operations/usages.js.map +0 -1
  1119. package/dist-esm/src/operationsInterfaces/databaseMigrationsSqlMi.d.ts +0 -75
  1120. package/dist-esm/src/operationsInterfaces/databaseMigrationsSqlMi.d.ts.map +0 -1
  1121. package/dist-esm/src/operationsInterfaces/databaseMigrationsSqlMi.js.map +0 -1
  1122. package/dist-esm/src/operationsInterfaces/databaseMigrationsSqlVm.d.ts +0 -75
  1123. package/dist-esm/src/operationsInterfaces/databaseMigrationsSqlVm.d.ts.map +0 -1
  1124. package/dist-esm/src/operationsInterfaces/databaseMigrationsSqlVm.js.map +0 -1
  1125. package/dist-esm/src/operationsInterfaces/files.d.ts +0 -73
  1126. package/dist-esm/src/operationsInterfaces/files.d.ts.map +0 -1
  1127. package/dist-esm/src/operationsInterfaces/files.js.map +0 -1
  1128. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -12
  1129. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  1130. package/dist-esm/src/operationsInterfaces/index.js +0 -19
  1131. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  1132. package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
  1133. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  1134. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  1135. package/dist-esm/src/operationsInterfaces/projects.d.ts +0 -52
  1136. package/dist-esm/src/operationsInterfaces/projects.d.ts.map +0 -1
  1137. package/dist-esm/src/operationsInterfaces/projects.js.map +0 -1
  1138. package/dist-esm/src/operationsInterfaces/resourceSkus.d.ts +0 -11
  1139. package/dist-esm/src/operationsInterfaces/resourceSkus.d.ts.map +0 -1
  1140. package/dist-esm/src/operationsInterfaces/resourceSkus.js.map +0 -1
  1141. package/dist-esm/src/operationsInterfaces/serviceTasks.d.ts +0 -64
  1142. package/dist-esm/src/operationsInterfaces/serviceTasks.d.ts.map +0 -1
  1143. package/dist-esm/src/operationsInterfaces/serviceTasks.js.map +0 -1
  1144. package/dist-esm/src/operationsInterfaces/services.d.ts +0 -161
  1145. package/dist-esm/src/operationsInterfaces/services.d.ts.map +0 -1
  1146. package/dist-esm/src/operationsInterfaces/services.js.map +0 -1
  1147. package/dist-esm/src/operationsInterfaces/sqlMigrationServices.d.ts +0 -121
  1148. package/dist-esm/src/operationsInterfaces/sqlMigrationServices.d.ts.map +0 -1
  1149. package/dist-esm/src/operationsInterfaces/sqlMigrationServices.js.map +0 -1
  1150. package/dist-esm/src/operationsInterfaces/tasks.d.ts +0 -81
  1151. package/dist-esm/src/operationsInterfaces/tasks.d.ts.map +0 -1
  1152. package/dist-esm/src/operationsInterfaces/tasks.js.map +0 -1
  1153. package/dist-esm/src/operationsInterfaces/usages.d.ts +0 -13
  1154. package/dist-esm/src/operationsInterfaces/usages.d.ts.map +0 -1
  1155. package/dist-esm/src/operationsInterfaces/usages.js.map +0 -1
  1156. package/dist-esm/test/sampleTest.d.ts +0 -2
  1157. package/dist-esm/test/sampleTest.d.ts.map +0 -1
  1158. package/dist-esm/test/sampleTest.js +0 -40
  1159. package/dist-esm/test/sampleTest.js.map +0 -1
  1160. package/review/arm-datamigration.api.md +0 -4412
  1161. package/rollup.config.js +0 -122
  1162. package/src/dataMigrationManagementClient.ts +0 -144
  1163. package/src/index.ts +0 -12
  1164. package/src/lroImpl.ts +0 -34
  1165. package/src/models/index.ts +0 -7968
  1166. package/src/models/mappers.ts +0 -13025
  1167. package/src/models/parameters.ts +0 -325
  1168. package/src/operations/databaseMigrationsSqlMi.ts +0 -459
  1169. package/src/operations/databaseMigrationsSqlVm.ts +0 -459
  1170. package/src/operations/files.ts +0 -494
  1171. package/src/operations/index.ts +0 -19
  1172. package/src/operations/operations.ts +0 -133
  1173. package/src/operations/projects.ts +0 -368
  1174. package/src/operations/resourceSkus.ts +0 -142
  1175. package/src/operations/serviceTasks.ts +0 -417
  1176. package/src/operations/services.ts +0 -1185
  1177. package/src/operations/sqlMigrationServices.ts +0 -992
  1178. package/src/operations/tasks.ts +0 -507
  1179. package/src/operations/usages.ts +0 -160
  1180. package/src/operationsInterfaces/databaseMigrationsSqlMi.ts +0 -138
  1181. package/src/operationsInterfaces/databaseMigrationsSqlVm.ts +0 -138
  1182. package/src/operationsInterfaces/files.ts +0 -139
  1183. package/src/operationsInterfaces/index.ts +0 -19
  1184. package/src/operationsInterfaces/operations.ts +0 -22
  1185. package/src/operationsInterfaces/projects.ts +0 -97
  1186. package/src/operationsInterfaces/resourceSkus.ts +0 -22
  1187. package/src/operationsInterfaces/serviceTasks.ts +0 -116
  1188. package/src/operationsInterfaces/services.ts +0 -272
  1189. package/src/operationsInterfaces/sqlMigrationServices.ts +0 -223
  1190. package/src/operationsInterfaces/tasks.ts +0 -149
  1191. package/src/operationsInterfaces/usages.ts +0 -25
  1192. package/tsconfig.json +0 -33
  1193. package/types/arm-datamigration.d.ts +0 -8549
  1194. package/types/tsdoc-metadata.json +0 -11
  1195. /package/{dist-esm/src → dist/browser}/operationsInterfaces/databaseMigrationsSqlMi.js +0 -0
  1196. /package/{dist-esm/src → dist/browser}/operationsInterfaces/databaseMigrationsSqlVm.js +0 -0
  1197. /package/{dist-esm/src → dist/browser}/operationsInterfaces/files.js +0 -0
  1198. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  1199. /package/{dist-esm/src → dist/browser}/operationsInterfaces/projects.js +0 -0
  1200. /package/{dist-esm/src → dist/browser}/operationsInterfaces/resourceSkus.js +0 -0
  1201. /package/{dist-esm/src → dist/browser}/operationsInterfaces/serviceTasks.js +0 -0
  1202. /package/{dist-esm/src → dist/browser}/operationsInterfaces/services.js +0 -0
  1203. /package/{dist-esm/src → dist/browser}/operationsInterfaces/sqlMigrationServices.js +0 -0
  1204. /package/{dist-esm/src → dist/browser}/operationsInterfaces/tasks.js +0 -0
  1205. /package/{dist-esm/src → dist/browser}/operationsInterfaces/usages.js +0 -0
@@ -1,992 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
-
9
- import { PagedAsyncIterableIterator } from "@azure/core-paging";
10
- import { SqlMigrationServices } from "../operationsInterfaces";
11
- import * as coreClient from "@azure/core-client";
12
- import * as Mappers from "../models/mappers";
13
- import * as Parameters from "../models/parameters";
14
- import { DataMigrationManagementClient } from "../dataMigrationManagementClient";
15
- import { PollerLike, PollOperationState, LroEngine } from "@azure/core-lro";
16
- import { LroImpl } from "../lroImpl";
17
- import {
18
- SqlMigrationService,
19
- SqlMigrationServicesListByResourceGroupNextOptionalParams,
20
- SqlMigrationServicesListByResourceGroupOptionalParams,
21
- DatabaseMigration,
22
- SqlMigrationServicesListMigrationsNextOptionalParams,
23
- SqlMigrationServicesListMigrationsOptionalParams,
24
- SqlMigrationServicesListBySubscriptionNextOptionalParams,
25
- SqlMigrationServicesListBySubscriptionOptionalParams,
26
- SqlMigrationServicesGetOptionalParams,
27
- SqlMigrationServicesGetResponse,
28
- SqlMigrationServicesCreateOrUpdateOptionalParams,
29
- SqlMigrationServicesCreateOrUpdateResponse,
30
- SqlMigrationServicesDeleteOptionalParams,
31
- SqlMigrationServiceUpdate,
32
- SqlMigrationServicesUpdateOptionalParams,
33
- SqlMigrationServicesUpdateResponse,
34
- SqlMigrationServicesListByResourceGroupResponse,
35
- SqlMigrationServicesListAuthKeysOptionalParams,
36
- SqlMigrationServicesListAuthKeysResponse,
37
- RegenAuthKeys,
38
- SqlMigrationServicesRegenerateAuthKeysOptionalParams,
39
- SqlMigrationServicesRegenerateAuthKeysResponse,
40
- DeleteNode,
41
- SqlMigrationServicesDeleteNodeOptionalParams,
42
- SqlMigrationServicesDeleteNodeResponse,
43
- SqlMigrationServicesListMigrationsResponse,
44
- SqlMigrationServicesListMonitoringDataOptionalParams,
45
- SqlMigrationServicesListMonitoringDataResponse,
46
- SqlMigrationServicesListBySubscriptionResponse,
47
- SqlMigrationServicesListByResourceGroupNextResponse,
48
- SqlMigrationServicesListMigrationsNextResponse,
49
- SqlMigrationServicesListBySubscriptionNextResponse
50
- } from "../models";
51
-
52
- /// <reference lib="esnext.asynciterable" />
53
- /** Class containing SqlMigrationServices operations. */
54
- export class SqlMigrationServicesImpl implements SqlMigrationServices {
55
- private readonly client: DataMigrationManagementClient;
56
-
57
- /**
58
- * Initialize a new instance of the class SqlMigrationServices class.
59
- * @param client Reference to the service client
60
- */
61
- constructor(client: DataMigrationManagementClient) {
62
- this.client = client;
63
- }
64
-
65
- /**
66
- * Retrieve all SQL migration services in the resource group.
67
- * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
68
- * value from the Azure Resource Manager API or the portal.
69
- * @param options The options parameters.
70
- */
71
- public listByResourceGroup(
72
- resourceGroupName: string,
73
- options?: SqlMigrationServicesListByResourceGroupOptionalParams
74
- ): PagedAsyncIterableIterator<SqlMigrationService> {
75
- const iter = this.listByResourceGroupPagingAll(resourceGroupName, options);
76
- return {
77
- next() {
78
- return iter.next();
79
- },
80
- [Symbol.asyncIterator]() {
81
- return this;
82
- },
83
- byPage: () => {
84
- return this.listByResourceGroupPagingPage(resourceGroupName, options);
85
- }
86
- };
87
- }
88
-
89
- private async *listByResourceGroupPagingPage(
90
- resourceGroupName: string,
91
- options?: SqlMigrationServicesListByResourceGroupOptionalParams
92
- ): AsyncIterableIterator<SqlMigrationService[]> {
93
- let result = await this._listByResourceGroup(resourceGroupName, options);
94
- yield result.value || [];
95
- let continuationToken = result.nextLink;
96
- while (continuationToken) {
97
- result = await this._listByResourceGroupNext(
98
- resourceGroupName,
99
- continuationToken,
100
- options
101
- );
102
- continuationToken = result.nextLink;
103
- yield result.value || [];
104
- }
105
- }
106
-
107
- private async *listByResourceGroupPagingAll(
108
- resourceGroupName: string,
109
- options?: SqlMigrationServicesListByResourceGroupOptionalParams
110
- ): AsyncIterableIterator<SqlMigrationService> {
111
- for await (const page of this.listByResourceGroupPagingPage(
112
- resourceGroupName,
113
- options
114
- )) {
115
- yield* page;
116
- }
117
- }
118
-
119
- /**
120
- * Retrieve the List of database migrations attached to the service.
121
- * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
122
- * value from the Azure Resource Manager API or the portal.
123
- * @param sqlMigrationServiceName Name of the SQL Migration Service.
124
- * @param options The options parameters.
125
- */
126
- public listMigrations(
127
- resourceGroupName: string,
128
- sqlMigrationServiceName: string,
129
- options?: SqlMigrationServicesListMigrationsOptionalParams
130
- ): PagedAsyncIterableIterator<DatabaseMigration> {
131
- const iter = this.listMigrationsPagingAll(
132
- resourceGroupName,
133
- sqlMigrationServiceName,
134
- options
135
- );
136
- return {
137
- next() {
138
- return iter.next();
139
- },
140
- [Symbol.asyncIterator]() {
141
- return this;
142
- },
143
- byPage: () => {
144
- return this.listMigrationsPagingPage(
145
- resourceGroupName,
146
- sqlMigrationServiceName,
147
- options
148
- );
149
- }
150
- };
151
- }
152
-
153
- private async *listMigrationsPagingPage(
154
- resourceGroupName: string,
155
- sqlMigrationServiceName: string,
156
- options?: SqlMigrationServicesListMigrationsOptionalParams
157
- ): AsyncIterableIterator<DatabaseMigration[]> {
158
- let result = await this._listMigrations(
159
- resourceGroupName,
160
- sqlMigrationServiceName,
161
- options
162
- );
163
- yield result.value || [];
164
- let continuationToken = result.nextLink;
165
- while (continuationToken) {
166
- result = await this._listMigrationsNext(
167
- resourceGroupName,
168
- sqlMigrationServiceName,
169
- continuationToken,
170
- options
171
- );
172
- continuationToken = result.nextLink;
173
- yield result.value || [];
174
- }
175
- }
176
-
177
- private async *listMigrationsPagingAll(
178
- resourceGroupName: string,
179
- sqlMigrationServiceName: string,
180
- options?: SqlMigrationServicesListMigrationsOptionalParams
181
- ): AsyncIterableIterator<DatabaseMigration> {
182
- for await (const page of this.listMigrationsPagingPage(
183
- resourceGroupName,
184
- sqlMigrationServiceName,
185
- options
186
- )) {
187
- yield* page;
188
- }
189
- }
190
-
191
- /**
192
- * Retrieve all SQL migration services in the subscriptions.
193
- * @param options The options parameters.
194
- */
195
- public listBySubscription(
196
- options?: SqlMigrationServicesListBySubscriptionOptionalParams
197
- ): PagedAsyncIterableIterator<SqlMigrationService> {
198
- const iter = this.listBySubscriptionPagingAll(options);
199
- return {
200
- next() {
201
- return iter.next();
202
- },
203
- [Symbol.asyncIterator]() {
204
- return this;
205
- },
206
- byPage: () => {
207
- return this.listBySubscriptionPagingPage(options);
208
- }
209
- };
210
- }
211
-
212
- private async *listBySubscriptionPagingPage(
213
- options?: SqlMigrationServicesListBySubscriptionOptionalParams
214
- ): AsyncIterableIterator<SqlMigrationService[]> {
215
- let result = await this._listBySubscription(options);
216
- yield result.value || [];
217
- let continuationToken = result.nextLink;
218
- while (continuationToken) {
219
- result = await this._listBySubscriptionNext(continuationToken, options);
220
- continuationToken = result.nextLink;
221
- yield result.value || [];
222
- }
223
- }
224
-
225
- private async *listBySubscriptionPagingAll(
226
- options?: SqlMigrationServicesListBySubscriptionOptionalParams
227
- ): AsyncIterableIterator<SqlMigrationService> {
228
- for await (const page of this.listBySubscriptionPagingPage(options)) {
229
- yield* page;
230
- }
231
- }
232
-
233
- /**
234
- * Retrieve the Migration Service.
235
- * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
236
- * value from the Azure Resource Manager API or the portal.
237
- * @param sqlMigrationServiceName Name of the SQL Migration Service.
238
- * @param options The options parameters.
239
- */
240
- get(
241
- resourceGroupName: string,
242
- sqlMigrationServiceName: string,
243
- options?: SqlMigrationServicesGetOptionalParams
244
- ): Promise<SqlMigrationServicesGetResponse> {
245
- return this.client.sendOperationRequest(
246
- { resourceGroupName, sqlMigrationServiceName, options },
247
- getOperationSpec
248
- );
249
- }
250
-
251
- /**
252
- * Create or Update SQL Migration Service.
253
- * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
254
- * value from the Azure Resource Manager API or the portal.
255
- * @param sqlMigrationServiceName Name of the SQL Migration Service.
256
- * @param parameters Details of SqlMigrationService resource.
257
- * @param options The options parameters.
258
- */
259
- async beginCreateOrUpdate(
260
- resourceGroupName: string,
261
- sqlMigrationServiceName: string,
262
- parameters: SqlMigrationService,
263
- options?: SqlMigrationServicesCreateOrUpdateOptionalParams
264
- ): Promise<
265
- PollerLike<
266
- PollOperationState<SqlMigrationServicesCreateOrUpdateResponse>,
267
- SqlMigrationServicesCreateOrUpdateResponse
268
- >
269
- > {
270
- const directSendOperation = async (
271
- args: coreClient.OperationArguments,
272
- spec: coreClient.OperationSpec
273
- ): Promise<SqlMigrationServicesCreateOrUpdateResponse> => {
274
- return this.client.sendOperationRequest(args, spec);
275
- };
276
- const sendOperation = async (
277
- args: coreClient.OperationArguments,
278
- spec: coreClient.OperationSpec
279
- ) => {
280
- let currentRawResponse:
281
- | coreClient.FullOperationResponse
282
- | undefined = undefined;
283
- const providedCallback = args.options?.onResponse;
284
- const callback: coreClient.RawResponseCallback = (
285
- rawResponse: coreClient.FullOperationResponse,
286
- flatResponse: unknown
287
- ) => {
288
- currentRawResponse = rawResponse;
289
- providedCallback?.(rawResponse, flatResponse);
290
- };
291
- const updatedArgs = {
292
- ...args,
293
- options: {
294
- ...args.options,
295
- onResponse: callback
296
- }
297
- };
298
- const flatResponse = await directSendOperation(updatedArgs, spec);
299
- return {
300
- flatResponse,
301
- rawResponse: {
302
- statusCode: currentRawResponse!.status,
303
- body: currentRawResponse!.parsedBody,
304
- headers: currentRawResponse!.headers.toJSON()
305
- }
306
- };
307
- };
308
-
309
- const lro = new LroImpl(
310
- sendOperation,
311
- { resourceGroupName, sqlMigrationServiceName, parameters, options },
312
- createOrUpdateOperationSpec
313
- );
314
- const poller = new LroEngine(lro, {
315
- resumeFrom: options?.resumeFrom,
316
- intervalInMs: options?.updateIntervalInMs
317
- });
318
- await poller.poll();
319
- return poller;
320
- }
321
-
322
- /**
323
- * Create or Update SQL Migration Service.
324
- * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
325
- * value from the Azure Resource Manager API or the portal.
326
- * @param sqlMigrationServiceName Name of the SQL Migration Service.
327
- * @param parameters Details of SqlMigrationService resource.
328
- * @param options The options parameters.
329
- */
330
- async beginCreateOrUpdateAndWait(
331
- resourceGroupName: string,
332
- sqlMigrationServiceName: string,
333
- parameters: SqlMigrationService,
334
- options?: SqlMigrationServicesCreateOrUpdateOptionalParams
335
- ): Promise<SqlMigrationServicesCreateOrUpdateResponse> {
336
- const poller = await this.beginCreateOrUpdate(
337
- resourceGroupName,
338
- sqlMigrationServiceName,
339
- parameters,
340
- options
341
- );
342
- return poller.pollUntilDone();
343
- }
344
-
345
- /**
346
- * Delete SQL Migration Service.
347
- * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
348
- * value from the Azure Resource Manager API or the portal.
349
- * @param sqlMigrationServiceName Name of the SQL Migration Service.
350
- * @param options The options parameters.
351
- */
352
- async beginDelete(
353
- resourceGroupName: string,
354
- sqlMigrationServiceName: string,
355
- options?: SqlMigrationServicesDeleteOptionalParams
356
- ): Promise<PollerLike<PollOperationState<void>, void>> {
357
- const directSendOperation = async (
358
- args: coreClient.OperationArguments,
359
- spec: coreClient.OperationSpec
360
- ): Promise<void> => {
361
- return this.client.sendOperationRequest(args, spec);
362
- };
363
- const sendOperation = async (
364
- args: coreClient.OperationArguments,
365
- spec: coreClient.OperationSpec
366
- ) => {
367
- let currentRawResponse:
368
- | coreClient.FullOperationResponse
369
- | undefined = undefined;
370
- const providedCallback = args.options?.onResponse;
371
- const callback: coreClient.RawResponseCallback = (
372
- rawResponse: coreClient.FullOperationResponse,
373
- flatResponse: unknown
374
- ) => {
375
- currentRawResponse = rawResponse;
376
- providedCallback?.(rawResponse, flatResponse);
377
- };
378
- const updatedArgs = {
379
- ...args,
380
- options: {
381
- ...args.options,
382
- onResponse: callback
383
- }
384
- };
385
- const flatResponse = await directSendOperation(updatedArgs, spec);
386
- return {
387
- flatResponse,
388
- rawResponse: {
389
- statusCode: currentRawResponse!.status,
390
- body: currentRawResponse!.parsedBody,
391
- headers: currentRawResponse!.headers.toJSON()
392
- }
393
- };
394
- };
395
-
396
- const lro = new LroImpl(
397
- sendOperation,
398
- { resourceGroupName, sqlMigrationServiceName, options },
399
- deleteOperationSpec
400
- );
401
- const poller = new LroEngine(lro, {
402
- resumeFrom: options?.resumeFrom,
403
- intervalInMs: options?.updateIntervalInMs
404
- });
405
- await poller.poll();
406
- return poller;
407
- }
408
-
409
- /**
410
- * Delete SQL Migration Service.
411
- * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
412
- * value from the Azure Resource Manager API or the portal.
413
- * @param sqlMigrationServiceName Name of the SQL Migration Service.
414
- * @param options The options parameters.
415
- */
416
- async beginDeleteAndWait(
417
- resourceGroupName: string,
418
- sqlMigrationServiceName: string,
419
- options?: SqlMigrationServicesDeleteOptionalParams
420
- ): Promise<void> {
421
- const poller = await this.beginDelete(
422
- resourceGroupName,
423
- sqlMigrationServiceName,
424
- options
425
- );
426
- return poller.pollUntilDone();
427
- }
428
-
429
- /**
430
- * Update SQL Migration Service.
431
- * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
432
- * value from the Azure Resource Manager API or the portal.
433
- * @param sqlMigrationServiceName Name of the SQL Migration Service.
434
- * @param parameters Details of SqlMigrationService resource.
435
- * @param options The options parameters.
436
- */
437
- async beginUpdate(
438
- resourceGroupName: string,
439
- sqlMigrationServiceName: string,
440
- parameters: SqlMigrationServiceUpdate,
441
- options?: SqlMigrationServicesUpdateOptionalParams
442
- ): Promise<
443
- PollerLike<
444
- PollOperationState<SqlMigrationServicesUpdateResponse>,
445
- SqlMigrationServicesUpdateResponse
446
- >
447
- > {
448
- const directSendOperation = async (
449
- args: coreClient.OperationArguments,
450
- spec: coreClient.OperationSpec
451
- ): Promise<SqlMigrationServicesUpdateResponse> => {
452
- return this.client.sendOperationRequest(args, spec);
453
- };
454
- const sendOperation = async (
455
- args: coreClient.OperationArguments,
456
- spec: coreClient.OperationSpec
457
- ) => {
458
- let currentRawResponse:
459
- | coreClient.FullOperationResponse
460
- | undefined = undefined;
461
- const providedCallback = args.options?.onResponse;
462
- const callback: coreClient.RawResponseCallback = (
463
- rawResponse: coreClient.FullOperationResponse,
464
- flatResponse: unknown
465
- ) => {
466
- currentRawResponse = rawResponse;
467
- providedCallback?.(rawResponse, flatResponse);
468
- };
469
- const updatedArgs = {
470
- ...args,
471
- options: {
472
- ...args.options,
473
- onResponse: callback
474
- }
475
- };
476
- const flatResponse = await directSendOperation(updatedArgs, spec);
477
- return {
478
- flatResponse,
479
- rawResponse: {
480
- statusCode: currentRawResponse!.status,
481
- body: currentRawResponse!.parsedBody,
482
- headers: currentRawResponse!.headers.toJSON()
483
- }
484
- };
485
- };
486
-
487
- const lro = new LroImpl(
488
- sendOperation,
489
- { resourceGroupName, sqlMigrationServiceName, parameters, options },
490
- updateOperationSpec
491
- );
492
- const poller = new LroEngine(lro, {
493
- resumeFrom: options?.resumeFrom,
494
- intervalInMs: options?.updateIntervalInMs
495
- });
496
- await poller.poll();
497
- return poller;
498
- }
499
-
500
- /**
501
- * Update SQL Migration Service.
502
- * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
503
- * value from the Azure Resource Manager API or the portal.
504
- * @param sqlMigrationServiceName Name of the SQL Migration Service.
505
- * @param parameters Details of SqlMigrationService resource.
506
- * @param options The options parameters.
507
- */
508
- async beginUpdateAndWait(
509
- resourceGroupName: string,
510
- sqlMigrationServiceName: string,
511
- parameters: SqlMigrationServiceUpdate,
512
- options?: SqlMigrationServicesUpdateOptionalParams
513
- ): Promise<SqlMigrationServicesUpdateResponse> {
514
- const poller = await this.beginUpdate(
515
- resourceGroupName,
516
- sqlMigrationServiceName,
517
- parameters,
518
- options
519
- );
520
- return poller.pollUntilDone();
521
- }
522
-
523
- /**
524
- * Retrieve all SQL migration services in the resource group.
525
- * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
526
- * value from the Azure Resource Manager API or the portal.
527
- * @param options The options parameters.
528
- */
529
- private _listByResourceGroup(
530
- resourceGroupName: string,
531
- options?: SqlMigrationServicesListByResourceGroupOptionalParams
532
- ): Promise<SqlMigrationServicesListByResourceGroupResponse> {
533
- return this.client.sendOperationRequest(
534
- { resourceGroupName, options },
535
- listByResourceGroupOperationSpec
536
- );
537
- }
538
-
539
- /**
540
- * Retrieve the List of Authentication Keys for Self Hosted Integration Runtime.
541
- * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
542
- * value from the Azure Resource Manager API or the portal.
543
- * @param sqlMigrationServiceName Name of the SQL Migration Service.
544
- * @param options The options parameters.
545
- */
546
- listAuthKeys(
547
- resourceGroupName: string,
548
- sqlMigrationServiceName: string,
549
- options?: SqlMigrationServicesListAuthKeysOptionalParams
550
- ): Promise<SqlMigrationServicesListAuthKeysResponse> {
551
- return this.client.sendOperationRequest(
552
- { resourceGroupName, sqlMigrationServiceName, options },
553
- listAuthKeysOperationSpec
554
- );
555
- }
556
-
557
- /**
558
- * Regenerate a new set of Authentication Keys for Self Hosted Integration Runtime.
559
- * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
560
- * value from the Azure Resource Manager API or the portal.
561
- * @param sqlMigrationServiceName Name of the SQL Migration Service.
562
- * @param parameters Details of SqlMigrationService resource.
563
- * @param options The options parameters.
564
- */
565
- regenerateAuthKeys(
566
- resourceGroupName: string,
567
- sqlMigrationServiceName: string,
568
- parameters: RegenAuthKeys,
569
- options?: SqlMigrationServicesRegenerateAuthKeysOptionalParams
570
- ): Promise<SqlMigrationServicesRegenerateAuthKeysResponse> {
571
- return this.client.sendOperationRequest(
572
- { resourceGroupName, sqlMigrationServiceName, parameters, options },
573
- regenerateAuthKeysOperationSpec
574
- );
575
- }
576
-
577
- /**
578
- * Delete the integration runtime node.
579
- * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
580
- * value from the Azure Resource Manager API or the portal.
581
- * @param sqlMigrationServiceName Name of the SQL Migration Service.
582
- * @param parameters Details of SqlMigrationService resource.
583
- * @param options The options parameters.
584
- */
585
- deleteNode(
586
- resourceGroupName: string,
587
- sqlMigrationServiceName: string,
588
- parameters: DeleteNode,
589
- options?: SqlMigrationServicesDeleteNodeOptionalParams
590
- ): Promise<SqlMigrationServicesDeleteNodeResponse> {
591
- return this.client.sendOperationRequest(
592
- { resourceGroupName, sqlMigrationServiceName, parameters, options },
593
- deleteNodeOperationSpec
594
- );
595
- }
596
-
597
- /**
598
- * Retrieve the List of database migrations attached to the service.
599
- * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
600
- * value from the Azure Resource Manager API or the portal.
601
- * @param sqlMigrationServiceName Name of the SQL Migration Service.
602
- * @param options The options parameters.
603
- */
604
- private _listMigrations(
605
- resourceGroupName: string,
606
- sqlMigrationServiceName: string,
607
- options?: SqlMigrationServicesListMigrationsOptionalParams
608
- ): Promise<SqlMigrationServicesListMigrationsResponse> {
609
- return this.client.sendOperationRequest(
610
- { resourceGroupName, sqlMigrationServiceName, options },
611
- listMigrationsOperationSpec
612
- );
613
- }
614
-
615
- /**
616
- * Retrieve the Monitoring Data.
617
- * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
618
- * value from the Azure Resource Manager API or the portal.
619
- * @param sqlMigrationServiceName Name of the SQL Migration Service.
620
- * @param options The options parameters.
621
- */
622
- listMonitoringData(
623
- resourceGroupName: string,
624
- sqlMigrationServiceName: string,
625
- options?: SqlMigrationServicesListMonitoringDataOptionalParams
626
- ): Promise<SqlMigrationServicesListMonitoringDataResponse> {
627
- return this.client.sendOperationRequest(
628
- { resourceGroupName, sqlMigrationServiceName, options },
629
- listMonitoringDataOperationSpec
630
- );
631
- }
632
-
633
- /**
634
- * Retrieve all SQL migration services in the subscriptions.
635
- * @param options The options parameters.
636
- */
637
- private _listBySubscription(
638
- options?: SqlMigrationServicesListBySubscriptionOptionalParams
639
- ): Promise<SqlMigrationServicesListBySubscriptionResponse> {
640
- return this.client.sendOperationRequest(
641
- { options },
642
- listBySubscriptionOperationSpec
643
- );
644
- }
645
-
646
- /**
647
- * ListByResourceGroupNext
648
- * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
649
- * value from the Azure Resource Manager API or the portal.
650
- * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.
651
- * @param options The options parameters.
652
- */
653
- private _listByResourceGroupNext(
654
- resourceGroupName: string,
655
- nextLink: string,
656
- options?: SqlMigrationServicesListByResourceGroupNextOptionalParams
657
- ): Promise<SqlMigrationServicesListByResourceGroupNextResponse> {
658
- return this.client.sendOperationRequest(
659
- { resourceGroupName, nextLink, options },
660
- listByResourceGroupNextOperationSpec
661
- );
662
- }
663
-
664
- /**
665
- * ListMigrationsNext
666
- * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
667
- * value from the Azure Resource Manager API or the portal.
668
- * @param sqlMigrationServiceName Name of the SQL Migration Service.
669
- * @param nextLink The nextLink from the previous successful call to the ListMigrations method.
670
- * @param options The options parameters.
671
- */
672
- private _listMigrationsNext(
673
- resourceGroupName: string,
674
- sqlMigrationServiceName: string,
675
- nextLink: string,
676
- options?: SqlMigrationServicesListMigrationsNextOptionalParams
677
- ): Promise<SqlMigrationServicesListMigrationsNextResponse> {
678
- return this.client.sendOperationRequest(
679
- { resourceGroupName, sqlMigrationServiceName, nextLink, options },
680
- listMigrationsNextOperationSpec
681
- );
682
- }
683
-
684
- /**
685
- * ListBySubscriptionNext
686
- * @param nextLink The nextLink from the previous successful call to the ListBySubscription method.
687
- * @param options The options parameters.
688
- */
689
- private _listBySubscriptionNext(
690
- nextLink: string,
691
- options?: SqlMigrationServicesListBySubscriptionNextOptionalParams
692
- ): Promise<SqlMigrationServicesListBySubscriptionNextResponse> {
693
- return this.client.sendOperationRequest(
694
- { nextLink, options },
695
- listBySubscriptionNextOperationSpec
696
- );
697
- }
698
- }
699
- // Operation Specifications
700
- const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
701
-
702
- const getOperationSpec: coreClient.OperationSpec = {
703
- path:
704
- "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/sqlMigrationServices/{sqlMigrationServiceName}",
705
- httpMethod: "GET",
706
- responses: {
707
- 200: {
708
- bodyMapper: Mappers.SqlMigrationService
709
- },
710
- default: {}
711
- },
712
- queryParameters: [Parameters.apiVersion],
713
- urlParameters: [
714
- Parameters.$host,
715
- Parameters.resourceGroupName,
716
- Parameters.subscriptionId,
717
- Parameters.sqlMigrationServiceName
718
- ],
719
- headerParameters: [Parameters.accept],
720
- serializer
721
- };
722
- const createOrUpdateOperationSpec: coreClient.OperationSpec = {
723
- path:
724
- "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/sqlMigrationServices/{sqlMigrationServiceName}",
725
- httpMethod: "PUT",
726
- responses: {
727
- 200: {
728
- bodyMapper: Mappers.SqlMigrationService
729
- },
730
- 201: {
731
- bodyMapper: Mappers.SqlMigrationService
732
- },
733
- 202: {
734
- bodyMapper: Mappers.SqlMigrationService
735
- },
736
- 204: {
737
- bodyMapper: Mappers.SqlMigrationService
738
- },
739
- default: {}
740
- },
741
- requestBody: Parameters.parameters3,
742
- queryParameters: [Parameters.apiVersion],
743
- urlParameters: [
744
- Parameters.$host,
745
- Parameters.resourceGroupName,
746
- Parameters.subscriptionId,
747
- Parameters.sqlMigrationServiceName
748
- ],
749
- headerParameters: [Parameters.accept, Parameters.contentType],
750
- mediaType: "json",
751
- serializer
752
- };
753
- const deleteOperationSpec: coreClient.OperationSpec = {
754
- path:
755
- "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/sqlMigrationServices/{sqlMigrationServiceName}",
756
- httpMethod: "DELETE",
757
- responses: { 200: {}, 201: {}, 202: {}, 204: {}, default: {} },
758
- queryParameters: [Parameters.apiVersion],
759
- urlParameters: [
760
- Parameters.$host,
761
- Parameters.resourceGroupName,
762
- Parameters.subscriptionId,
763
- Parameters.sqlMigrationServiceName
764
- ],
765
- serializer
766
- };
767
- const updateOperationSpec: coreClient.OperationSpec = {
768
- path:
769
- "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/sqlMigrationServices/{sqlMigrationServiceName}",
770
- httpMethod: "PATCH",
771
- responses: {
772
- 200: {
773
- bodyMapper: Mappers.SqlMigrationService
774
- },
775
- 201: {
776
- bodyMapper: Mappers.SqlMigrationService
777
- },
778
- 202: {
779
- bodyMapper: Mappers.SqlMigrationService
780
- },
781
- 204: {
782
- bodyMapper: Mappers.SqlMigrationService
783
- },
784
- default: {}
785
- },
786
- requestBody: Parameters.parameters4,
787
- queryParameters: [Parameters.apiVersion],
788
- urlParameters: [
789
- Parameters.$host,
790
- Parameters.resourceGroupName,
791
- Parameters.subscriptionId,
792
- Parameters.sqlMigrationServiceName
793
- ],
794
- headerParameters: [Parameters.accept, Parameters.contentType],
795
- mediaType: "json",
796
- serializer
797
- };
798
- const listByResourceGroupOperationSpec: coreClient.OperationSpec = {
799
- path:
800
- "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/sqlMigrationServices",
801
- httpMethod: "GET",
802
- responses: {
803
- 200: {
804
- bodyMapper: Mappers.SqlMigrationListResult
805
- },
806
- default: {}
807
- },
808
- queryParameters: [Parameters.apiVersion],
809
- urlParameters: [
810
- Parameters.$host,
811
- Parameters.resourceGroupName,
812
- Parameters.subscriptionId
813
- ],
814
- headerParameters: [Parameters.accept],
815
- serializer
816
- };
817
- const listAuthKeysOperationSpec: coreClient.OperationSpec = {
818
- path:
819
- "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/sqlMigrationServices/{sqlMigrationServiceName}/listAuthKeys",
820
- httpMethod: "POST",
821
- responses: {
822
- 200: {
823
- bodyMapper: Mappers.AuthenticationKeys
824
- },
825
- default: {}
826
- },
827
- queryParameters: [Parameters.apiVersion],
828
- urlParameters: [
829
- Parameters.$host,
830
- Parameters.resourceGroupName,
831
- Parameters.subscriptionId,
832
- Parameters.sqlMigrationServiceName
833
- ],
834
- headerParameters: [Parameters.accept],
835
- serializer
836
- };
837
- const regenerateAuthKeysOperationSpec: coreClient.OperationSpec = {
838
- path:
839
- "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/sqlMigrationServices/{sqlMigrationServiceName}/regenerateAuthKeys",
840
- httpMethod: "POST",
841
- responses: {
842
- 200: {
843
- bodyMapper: Mappers.RegenAuthKeys
844
- },
845
- default: {}
846
- },
847
- requestBody: Parameters.parameters5,
848
- queryParameters: [Parameters.apiVersion],
849
- urlParameters: [
850
- Parameters.$host,
851
- Parameters.resourceGroupName,
852
- Parameters.subscriptionId,
853
- Parameters.sqlMigrationServiceName
854
- ],
855
- headerParameters: [Parameters.accept, Parameters.contentType],
856
- mediaType: "json",
857
- serializer
858
- };
859
- const deleteNodeOperationSpec: coreClient.OperationSpec = {
860
- path:
861
- "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/sqlMigrationServices/{sqlMigrationServiceName}/deleteNode",
862
- httpMethod: "POST",
863
- responses: {
864
- 200: {
865
- bodyMapper: Mappers.DeleteNode
866
- },
867
- default: {}
868
- },
869
- requestBody: Parameters.parameters6,
870
- queryParameters: [Parameters.apiVersion],
871
- urlParameters: [
872
- Parameters.$host,
873
- Parameters.resourceGroupName,
874
- Parameters.subscriptionId,
875
- Parameters.sqlMigrationServiceName
876
- ],
877
- headerParameters: [Parameters.accept, Parameters.contentType],
878
- mediaType: "json",
879
- serializer
880
- };
881
- const listMigrationsOperationSpec: coreClient.OperationSpec = {
882
- path:
883
- "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/sqlMigrationServices/{sqlMigrationServiceName}/listMigrations",
884
- httpMethod: "GET",
885
- responses: {
886
- 200: {
887
- bodyMapper: Mappers.DatabaseMigrationListResult
888
- },
889
- default: {}
890
- },
891
- queryParameters: [Parameters.apiVersion],
892
- urlParameters: [
893
- Parameters.$host,
894
- Parameters.resourceGroupName,
895
- Parameters.subscriptionId,
896
- Parameters.sqlMigrationServiceName
897
- ],
898
- headerParameters: [Parameters.accept],
899
- serializer
900
- };
901
- const listMonitoringDataOperationSpec: coreClient.OperationSpec = {
902
- path:
903
- "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/sqlMigrationServices/{sqlMigrationServiceName}/listMonitoringData",
904
- httpMethod: "POST",
905
- responses: {
906
- 200: {
907
- bodyMapper: Mappers.IntegrationRuntimeMonitoringData
908
- },
909
- default: {}
910
- },
911
- queryParameters: [Parameters.apiVersion],
912
- urlParameters: [
913
- Parameters.$host,
914
- Parameters.resourceGroupName,
915
- Parameters.subscriptionId,
916
- Parameters.sqlMigrationServiceName
917
- ],
918
- headerParameters: [Parameters.accept],
919
- serializer
920
- };
921
- const listBySubscriptionOperationSpec: coreClient.OperationSpec = {
922
- path:
923
- "/subscriptions/{subscriptionId}/providers/Microsoft.DataMigration/sqlMigrationServices",
924
- httpMethod: "GET",
925
- responses: {
926
- 200: {
927
- bodyMapper: Mappers.SqlMigrationListResult
928
- },
929
- default: {}
930
- },
931
- queryParameters: [Parameters.apiVersion],
932
- urlParameters: [Parameters.$host, Parameters.subscriptionId],
933
- headerParameters: [Parameters.accept],
934
- serializer
935
- };
936
- const listByResourceGroupNextOperationSpec: coreClient.OperationSpec = {
937
- path: "{nextLink}",
938
- httpMethod: "GET",
939
- responses: {
940
- 200: {
941
- bodyMapper: Mappers.SqlMigrationListResult
942
- },
943
- default: {}
944
- },
945
- queryParameters: [Parameters.apiVersion],
946
- urlParameters: [
947
- Parameters.$host,
948
- Parameters.resourceGroupName,
949
- Parameters.subscriptionId,
950
- Parameters.nextLink
951
- ],
952
- headerParameters: [Parameters.accept],
953
- serializer
954
- };
955
- const listMigrationsNextOperationSpec: coreClient.OperationSpec = {
956
- path: "{nextLink}",
957
- httpMethod: "GET",
958
- responses: {
959
- 200: {
960
- bodyMapper: Mappers.DatabaseMigrationListResult
961
- },
962
- default: {}
963
- },
964
- queryParameters: [Parameters.apiVersion],
965
- urlParameters: [
966
- Parameters.$host,
967
- Parameters.resourceGroupName,
968
- Parameters.subscriptionId,
969
- Parameters.nextLink,
970
- Parameters.sqlMigrationServiceName
971
- ],
972
- headerParameters: [Parameters.accept],
973
- serializer
974
- };
975
- const listBySubscriptionNextOperationSpec: coreClient.OperationSpec = {
976
- path: "{nextLink}",
977
- httpMethod: "GET",
978
- responses: {
979
- 200: {
980
- bodyMapper: Mappers.SqlMigrationListResult
981
- },
982
- default: {}
983
- },
984
- queryParameters: [Parameters.apiVersion],
985
- urlParameters: [
986
- Parameters.$host,
987
- Parameters.subscriptionId,
988
- Parameters.nextLink
989
- ],
990
- headerParameters: [Parameters.accept],
991
- serializer
992
- };