@azure/arm-resourcemover 2.2.0-alpha.20250217.1 → 2.2.0-alpha.20250218.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (408) hide show
  1. package/README.md +21 -12
  2. package/dist/browser/index.d.ts +5 -0
  3. package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
  4. package/{dist-esm/src → dist/browser}/index.js +4 -4
  5. package/dist/browser/index.js.map +1 -0
  6. package/dist/browser/lroImpl.js.map +1 -0
  7. package/dist/browser/models/index.js.map +1 -0
  8. package/dist/browser/models/mappers.js.map +1 -0
  9. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  10. package/dist/browser/models/parameters.js.map +1 -0
  11. package/dist/browser/operations/index.d.ts +5 -0
  12. package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
  13. package/{dist-esm/src → dist/browser}/operations/index.js +4 -4
  14. package/dist/browser/operations/index.js.map +1 -0
  15. package/{dist-esm/src → dist/browser}/operations/moveCollections.d.ts +3 -3
  16. package/dist/browser/operations/moveCollections.d.ts.map +1 -0
  17. package/{dist-esm/src → dist/browser}/operations/moveCollections.js +264 -292
  18. package/dist/browser/operations/moveCollections.js.map +1 -0
  19. package/{dist-esm/src → dist/browser}/operations/moveResources.d.ts +3 -3
  20. package/dist/browser/operations/moveResources.d.ts.map +1 -0
  21. package/{dist-esm/src → dist/browser}/operations/moveResources.js +89 -97
  22. package/dist/browser/operations/moveResources.js.map +1 -0
  23. package/{dist-esm/src → dist/browser}/operations/operationsDiscoveryOperations.d.ts +3 -3
  24. package/dist/browser/operations/operationsDiscoveryOperations.d.ts.map +1 -0
  25. package/{dist-esm/src → dist/browser}/operations/operationsDiscoveryOperations.js +2 -2
  26. package/dist/browser/operations/operationsDiscoveryOperations.js.map +1 -0
  27. package/{dist-esm/src → dist/browser}/operations/unresolvedDependencies.d.ts +3 -3
  28. package/dist/browser/operations/unresolvedDependencies.d.ts.map +1 -0
  29. package/{dist-esm/src → dist/browser}/operations/unresolvedDependencies.js +3 -3
  30. package/dist/browser/operations/unresolvedDependencies.js.map +1 -0
  31. package/dist/browser/operationsInterfaces/index.d.ts +5 -0
  32. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
  33. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.js +4 -4
  34. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  35. package/{dist-esm/src → dist/browser}/operationsInterfaces/moveCollections.d.ts +1 -1
  36. package/dist/browser/operationsInterfaces/moveCollections.d.ts.map +1 -0
  37. package/dist/browser/operationsInterfaces/moveCollections.js.map +1 -0
  38. package/{dist-esm/src → dist/browser}/operationsInterfaces/moveResources.d.ts +1 -1
  39. package/dist/browser/operationsInterfaces/moveResources.d.ts.map +1 -0
  40. package/dist/browser/operationsInterfaces/moveResources.js.map +1 -0
  41. package/{dist-esm/src → dist/browser}/operationsInterfaces/operationsDiscoveryOperations.d.ts +1 -1
  42. package/{dist-esm/src → dist/browser}/operationsInterfaces/operationsDiscoveryOperations.d.ts.map +1 -1
  43. package/dist/browser/operationsInterfaces/operationsDiscoveryOperations.js.map +1 -0
  44. package/{dist-esm/src → dist/browser}/operationsInterfaces/unresolvedDependencies.d.ts +1 -1
  45. package/dist/browser/operationsInterfaces/unresolvedDependencies.d.ts.map +1 -0
  46. package/dist/browser/operationsInterfaces/unresolvedDependencies.js.map +1 -0
  47. package/dist/browser/package.json +3 -0
  48. package/dist/browser/pagingHelper.js.map +1 -0
  49. package/{dist-esm/src → dist/browser}/resourceMoverServiceAPI.d.ts +2 -2
  50. package/dist/browser/resourceMoverServiceAPI.d.ts.map +1 -0
  51. package/{dist-esm/src → dist/browser}/resourceMoverServiceAPI.js +15 -18
  52. package/dist/browser/resourceMoverServiceAPI.js.map +1 -0
  53. package/dist/commonjs/index.d.ts +5 -0
  54. package/dist/commonjs/index.d.ts.map +1 -0
  55. package/dist/commonjs/index.js +19 -0
  56. package/dist/commonjs/index.js.map +1 -0
  57. package/dist/commonjs/lroImpl.d.ts +11 -0
  58. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  59. package/dist/commonjs/lroImpl.js +17 -0
  60. package/dist/commonjs/lroImpl.js.map +1 -0
  61. package/{types/arm-resourcemover.d.ts → dist/commonjs/models/index.d.ts} +1338 -1752
  62. package/dist/commonjs/models/index.d.ts.map +1 -0
  63. package/dist/commonjs/models/index.js +145 -0
  64. package/dist/commonjs/models/index.js.map +1 -0
  65. package/dist/commonjs/models/mappers.d.ts +88 -0
  66. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  67. package/dist/commonjs/models/mappers.js +2024 -0
  68. package/dist/commonjs/models/mappers.js.map +1 -0
  69. package/dist/commonjs/models/parameters.d.ts +23 -0
  70. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  71. package/dist/commonjs/models/parameters.js +176 -0
  72. package/dist/commonjs/models/parameters.js.map +1 -0
  73. package/dist/commonjs/operations/index.d.ts +5 -0
  74. package/dist/commonjs/operations/index.d.ts.map +1 -0
  75. package/dist/commonjs/operations/index.js +15 -0
  76. package/dist/commonjs/operations/index.js.map +1 -0
  77. package/dist/commonjs/operations/moveCollections.d.ts +211 -0
  78. package/dist/commonjs/operations/moveCollections.d.ts.map +1 -0
  79. package/dist/commonjs/operations/moveCollections.js +1004 -0
  80. package/dist/commonjs/operations/moveCollections.js.map +1 -0
  81. package/dist/commonjs/operations/moveResources.d.ts +79 -0
  82. package/dist/commonjs/operations/moveResources.d.ts.map +1 -0
  83. package/dist/commonjs/operations/moveResources.js +370 -0
  84. package/dist/commonjs/operations/moveResources.js.map +1 -0
  85. package/dist/commonjs/operations/operationsDiscoveryOperations.d.ts +15 -0
  86. package/dist/commonjs/operations/operationsDiscoveryOperations.d.ts.map +1 -0
  87. package/dist/commonjs/operations/operationsDiscoveryOperations.js +48 -0
  88. package/dist/commonjs/operations/operationsDiscoveryOperations.js.map +1 -0
  89. package/dist/commonjs/operations/unresolvedDependencies.d.ts +38 -0
  90. package/dist/commonjs/operations/unresolvedDependencies.d.ts.map +1 -0
  91. package/dist/commonjs/operations/unresolvedDependencies.js +159 -0
  92. package/dist/commonjs/operations/unresolvedDependencies.js.map +1 -0
  93. package/dist/commonjs/operationsInterfaces/index.d.ts +5 -0
  94. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  95. package/dist/commonjs/operationsInterfaces/index.js +15 -0
  96. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  97. package/dist/commonjs/operationsInterfaces/moveCollections.d.ts +173 -0
  98. package/dist/commonjs/operationsInterfaces/moveCollections.d.ts.map +1 -0
  99. package/dist/commonjs/operationsInterfaces/moveCollections.js +10 -0
  100. package/dist/commonjs/operationsInterfaces/moveCollections.js.map +1 -0
  101. package/dist/commonjs/operationsInterfaces/moveResources.d.ts +54 -0
  102. package/dist/commonjs/operationsInterfaces/moveResources.d.ts.map +1 -0
  103. package/dist/commonjs/operationsInterfaces/moveResources.js +10 -0
  104. package/dist/commonjs/operationsInterfaces/moveResources.js.map +1 -0
  105. package/dist/commonjs/operationsInterfaces/operationsDiscoveryOperations.d.ts +7 -0
  106. package/dist/commonjs/operationsInterfaces/operationsDiscoveryOperations.d.ts.map +1 -0
  107. package/dist/commonjs/operationsInterfaces/operationsDiscoveryOperations.js +10 -0
  108. package/dist/commonjs/operationsInterfaces/operationsDiscoveryOperations.js.map +1 -0
  109. package/dist/commonjs/operationsInterfaces/unresolvedDependencies.d.ts +13 -0
  110. package/dist/commonjs/operationsInterfaces/unresolvedDependencies.d.ts.map +1 -0
  111. package/dist/commonjs/operationsInterfaces/unresolvedDependencies.js +10 -0
  112. package/dist/commonjs/operationsInterfaces/unresolvedDependencies.js.map +1 -0
  113. package/dist/commonjs/package.json +3 -0
  114. package/dist/commonjs/pagingHelper.d.ts +13 -0
  115. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  116. package/dist/commonjs/pagingHelper.js +36 -0
  117. package/dist/commonjs/pagingHelper.js.map +1 -0
  118. package/dist/commonjs/resourceMoverServiceAPI.d.ts +24 -0
  119. package/dist/commonjs/resourceMoverServiceAPI.d.ts.map +1 -0
  120. package/dist/commonjs/resourceMoverServiceAPI.js +103 -0
  121. package/dist/commonjs/resourceMoverServiceAPI.js.map +1 -0
  122. package/dist/esm/index.d.ts +5 -0
  123. package/dist/esm/index.d.ts.map +1 -0
  124. package/{src/index.ts → dist/esm/index.js} +5 -5
  125. package/dist/esm/index.js.map +1 -0
  126. package/dist/esm/lroImpl.d.ts +11 -0
  127. package/dist/esm/lroImpl.d.ts.map +1 -0
  128. package/dist/esm/lroImpl.js +14 -0
  129. package/dist/esm/lroImpl.js.map +1 -0
  130. package/dist/esm/models/index.d.ts +1338 -0
  131. package/dist/esm/models/index.d.ts.map +1 -0
  132. package/dist/esm/models/index.js +142 -0
  133. package/dist/esm/models/index.js.map +1 -0
  134. package/dist/esm/models/mappers.d.ts +88 -0
  135. package/dist/esm/models/mappers.d.ts.map +1 -0
  136. package/dist/esm/models/mappers.js +2020 -0
  137. package/dist/esm/models/mappers.js.map +1 -0
  138. package/dist/esm/models/parameters.d.ts +23 -0
  139. package/dist/esm/models/parameters.d.ts.map +1 -0
  140. package/dist/esm/models/parameters.js +173 -0
  141. package/dist/esm/models/parameters.js.map +1 -0
  142. package/dist/esm/operations/index.d.ts +5 -0
  143. package/dist/esm/operations/index.d.ts.map +1 -0
  144. package/dist/esm/operations/index.js +12 -0
  145. package/dist/esm/operations/index.js.map +1 -0
  146. package/dist/esm/operations/moveCollections.d.ts +211 -0
  147. package/dist/esm/operations/moveCollections.d.ts.map +1 -0
  148. package/dist/esm/operations/moveCollections.js +1000 -0
  149. package/dist/esm/operations/moveCollections.js.map +1 -0
  150. package/dist/esm/operations/moveResources.d.ts +79 -0
  151. package/dist/esm/operations/moveResources.d.ts.map +1 -0
  152. package/dist/esm/operations/moveResources.js +366 -0
  153. package/dist/esm/operations/moveResources.js.map +1 -0
  154. package/dist/esm/operations/operationsDiscoveryOperations.d.ts +15 -0
  155. package/dist/esm/operations/operationsDiscoveryOperations.d.ts.map +1 -0
  156. package/dist/esm/operations/operationsDiscoveryOperations.js +43 -0
  157. package/dist/esm/operations/operationsDiscoveryOperations.js.map +1 -0
  158. package/dist/esm/operations/unresolvedDependencies.d.ts +38 -0
  159. package/dist/esm/operations/unresolvedDependencies.d.ts.map +1 -0
  160. package/dist/esm/operations/unresolvedDependencies.js +155 -0
  161. package/dist/esm/operations/unresolvedDependencies.js.map +1 -0
  162. package/dist/esm/operationsInterfaces/index.d.ts +5 -0
  163. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  164. package/dist/esm/operationsInterfaces/index.js +12 -0
  165. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  166. package/dist/esm/operationsInterfaces/moveCollections.d.ts +173 -0
  167. package/dist/esm/operationsInterfaces/moveCollections.d.ts.map +1 -0
  168. package/dist/esm/operationsInterfaces/moveCollections.js +9 -0
  169. package/dist/esm/operationsInterfaces/moveCollections.js.map +1 -0
  170. package/dist/esm/operationsInterfaces/moveResources.d.ts +54 -0
  171. package/dist/esm/operationsInterfaces/moveResources.d.ts.map +1 -0
  172. package/dist/esm/operationsInterfaces/moveResources.js +9 -0
  173. package/dist/esm/operationsInterfaces/moveResources.js.map +1 -0
  174. package/dist/esm/operationsInterfaces/operationsDiscoveryOperations.d.ts +7 -0
  175. package/dist/esm/operationsInterfaces/operationsDiscoveryOperations.d.ts.map +1 -0
  176. package/dist/esm/operationsInterfaces/operationsDiscoveryOperations.js +9 -0
  177. package/dist/esm/operationsInterfaces/operationsDiscoveryOperations.js.map +1 -0
  178. package/dist/esm/operationsInterfaces/unresolvedDependencies.d.ts +13 -0
  179. package/dist/esm/operationsInterfaces/unresolvedDependencies.d.ts.map +1 -0
  180. package/dist/esm/operationsInterfaces/unresolvedDependencies.js +9 -0
  181. package/dist/esm/operationsInterfaces/unresolvedDependencies.js.map +1 -0
  182. package/dist/esm/package.json +3 -0
  183. package/dist/esm/pagingHelper.d.ts +13 -0
  184. package/dist/esm/pagingHelper.d.ts.map +1 -0
  185. package/dist/esm/pagingHelper.js +32 -0
  186. package/dist/esm/pagingHelper.js.map +1 -0
  187. package/dist/esm/resourceMoverServiceAPI.d.ts +24 -0
  188. package/dist/esm/resourceMoverServiceAPI.d.ts.map +1 -0
  189. package/dist/esm/resourceMoverServiceAPI.js +98 -0
  190. package/dist/esm/resourceMoverServiceAPI.js.map +1 -0
  191. package/dist/react-native/index.d.ts +5 -0
  192. package/dist/react-native/index.d.ts.map +1 -0
  193. package/dist/react-native/index.js +13 -0
  194. package/dist/react-native/index.js.map +1 -0
  195. package/dist/react-native/lroImpl.d.ts +11 -0
  196. package/dist/react-native/lroImpl.d.ts.map +1 -0
  197. package/dist/react-native/lroImpl.js +14 -0
  198. package/dist/react-native/lroImpl.js.map +1 -0
  199. package/dist/react-native/models/index.d.ts +1338 -0
  200. package/dist/react-native/models/index.d.ts.map +1 -0
  201. package/dist/react-native/models/index.js +142 -0
  202. package/dist/react-native/models/index.js.map +1 -0
  203. package/dist/react-native/models/mappers.d.ts +88 -0
  204. package/dist/react-native/models/mappers.d.ts.map +1 -0
  205. package/dist/react-native/models/mappers.js +2020 -0
  206. package/dist/react-native/models/mappers.js.map +1 -0
  207. package/dist/react-native/models/parameters.d.ts +23 -0
  208. package/dist/react-native/models/parameters.d.ts.map +1 -0
  209. package/dist/react-native/models/parameters.js +173 -0
  210. package/dist/react-native/models/parameters.js.map +1 -0
  211. package/dist/react-native/operations/index.d.ts +5 -0
  212. package/dist/react-native/operations/index.d.ts.map +1 -0
  213. package/dist/react-native/operations/index.js +12 -0
  214. package/dist/react-native/operations/index.js.map +1 -0
  215. package/dist/react-native/operations/moveCollections.d.ts +211 -0
  216. package/dist/react-native/operations/moveCollections.d.ts.map +1 -0
  217. package/dist/react-native/operations/moveCollections.js +1000 -0
  218. package/dist/react-native/operations/moveCollections.js.map +1 -0
  219. package/dist/react-native/operations/moveResources.d.ts +79 -0
  220. package/dist/react-native/operations/moveResources.d.ts.map +1 -0
  221. package/dist/react-native/operations/moveResources.js +366 -0
  222. package/dist/react-native/operations/moveResources.js.map +1 -0
  223. package/dist/react-native/operations/operationsDiscoveryOperations.d.ts +15 -0
  224. package/dist/react-native/operations/operationsDiscoveryOperations.d.ts.map +1 -0
  225. package/dist/react-native/operations/operationsDiscoveryOperations.js +43 -0
  226. package/dist/react-native/operations/operationsDiscoveryOperations.js.map +1 -0
  227. package/dist/react-native/operations/unresolvedDependencies.d.ts +38 -0
  228. package/dist/react-native/operations/unresolvedDependencies.d.ts.map +1 -0
  229. package/dist/react-native/operations/unresolvedDependencies.js +155 -0
  230. package/dist/react-native/operations/unresolvedDependencies.js.map +1 -0
  231. package/dist/react-native/operationsInterfaces/index.d.ts +5 -0
  232. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  233. package/dist/react-native/operationsInterfaces/index.js +12 -0
  234. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  235. package/dist/react-native/operationsInterfaces/moveCollections.d.ts +173 -0
  236. package/dist/react-native/operationsInterfaces/moveCollections.d.ts.map +1 -0
  237. package/dist/react-native/operationsInterfaces/moveCollections.js +9 -0
  238. package/dist/react-native/operationsInterfaces/moveCollections.js.map +1 -0
  239. package/dist/react-native/operationsInterfaces/moveResources.d.ts +54 -0
  240. package/dist/react-native/operationsInterfaces/moveResources.d.ts.map +1 -0
  241. package/dist/react-native/operationsInterfaces/moveResources.js +9 -0
  242. package/dist/react-native/operationsInterfaces/moveResources.js.map +1 -0
  243. package/dist/react-native/operationsInterfaces/operationsDiscoveryOperations.d.ts +7 -0
  244. package/dist/react-native/operationsInterfaces/operationsDiscoveryOperations.d.ts.map +1 -0
  245. package/dist/react-native/operationsInterfaces/operationsDiscoveryOperations.js +9 -0
  246. package/dist/react-native/operationsInterfaces/operationsDiscoveryOperations.js.map +1 -0
  247. package/dist/react-native/operationsInterfaces/unresolvedDependencies.d.ts +13 -0
  248. package/dist/react-native/operationsInterfaces/unresolvedDependencies.d.ts.map +1 -0
  249. package/dist/react-native/operationsInterfaces/unresolvedDependencies.js +9 -0
  250. package/dist/react-native/operationsInterfaces/unresolvedDependencies.js.map +1 -0
  251. package/dist/react-native/package.json +3 -0
  252. package/dist/react-native/pagingHelper.d.ts +13 -0
  253. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  254. package/dist/react-native/pagingHelper.js +32 -0
  255. package/dist/react-native/pagingHelper.js.map +1 -0
  256. package/dist/react-native/resourceMoverServiceAPI.d.ts +24 -0
  257. package/dist/react-native/resourceMoverServiceAPI.d.ts.map +1 -0
  258. package/dist/react-native/resourceMoverServiceAPI.js +98 -0
  259. package/dist/react-native/resourceMoverServiceAPI.js.map +1 -0
  260. package/package.json +67 -36
  261. package/dist/index.js +0 -4161
  262. package/dist/index.js.map +0 -1
  263. package/dist/index.min.js +0 -1
  264. package/dist/index.min.js.map +0 -1
  265. package/dist-esm/samples-dev/moveCollectionsBulkRemoveSample.d.ts +0 -2
  266. package/dist-esm/samples-dev/moveCollectionsBulkRemoveSample.d.ts.map +0 -1
  267. package/dist-esm/samples-dev/moveCollectionsBulkRemoveSample.js +0 -36
  268. package/dist-esm/samples-dev/moveCollectionsBulkRemoveSample.js.map +0 -1
  269. package/dist-esm/samples-dev/moveCollectionsCommitSample.d.ts +0 -2
  270. package/dist-esm/samples-dev/moveCollectionsCommitSample.d.ts.map +0 -1
  271. package/dist-esm/samples-dev/moveCollectionsCommitSample.js +0 -36
  272. package/dist-esm/samples-dev/moveCollectionsCommitSample.js.map +0 -1
  273. package/dist-esm/samples-dev/moveCollectionsCreateSample.d.ts +0 -2
  274. package/dist-esm/samples-dev/moveCollectionsCreateSample.d.ts.map +0 -1
  275. package/dist-esm/samples-dev/moveCollectionsCreateSample.js +0 -39
  276. package/dist-esm/samples-dev/moveCollectionsCreateSample.js.map +0 -1
  277. package/dist-esm/samples-dev/moveCollectionsDeleteSample.d.ts +0 -2
  278. package/dist-esm/samples-dev/moveCollectionsDeleteSample.d.ts.map +0 -1
  279. package/dist-esm/samples-dev/moveCollectionsDeleteSample.js +0 -36
  280. package/dist-esm/samples-dev/moveCollectionsDeleteSample.js.map +0 -1
  281. package/dist-esm/samples-dev/moveCollectionsDiscardSample.d.ts +0 -2
  282. package/dist-esm/samples-dev/moveCollectionsDiscardSample.d.ts.map +0 -1
  283. package/dist-esm/samples-dev/moveCollectionsDiscardSample.js +0 -36
  284. package/dist-esm/samples-dev/moveCollectionsDiscardSample.js.map +0 -1
  285. package/dist-esm/samples-dev/moveCollectionsGetSample.d.ts +0 -2
  286. package/dist-esm/samples-dev/moveCollectionsGetSample.d.ts.map +0 -1
  287. package/dist-esm/samples-dev/moveCollectionsGetSample.js +0 -36
  288. package/dist-esm/samples-dev/moveCollectionsGetSample.js.map +0 -1
  289. package/dist-esm/samples-dev/moveCollectionsInitiateMoveSample.d.ts +0 -2
  290. package/dist-esm/samples-dev/moveCollectionsInitiateMoveSample.d.ts.map +0 -1
  291. package/dist-esm/samples-dev/moveCollectionsInitiateMoveSample.js +0 -36
  292. package/dist-esm/samples-dev/moveCollectionsInitiateMoveSample.js.map +0 -1
  293. package/dist-esm/samples-dev/moveCollectionsListMoveCollectionsByResourceGroupSample.d.ts +0 -2
  294. package/dist-esm/samples-dev/moveCollectionsListMoveCollectionsByResourceGroupSample.d.ts.map +0 -1
  295. package/dist-esm/samples-dev/moveCollectionsListMoveCollectionsByResourceGroupSample.js +0 -51
  296. package/dist-esm/samples-dev/moveCollectionsListMoveCollectionsByResourceGroupSample.js.map +0 -1
  297. package/dist-esm/samples-dev/moveCollectionsListMoveCollectionsBySubscriptionSample.d.ts +0 -2
  298. package/dist-esm/samples-dev/moveCollectionsListMoveCollectionsBySubscriptionSample.d.ts.map +0 -1
  299. package/dist-esm/samples-dev/moveCollectionsListMoveCollectionsBySubscriptionSample.js +0 -50
  300. package/dist-esm/samples-dev/moveCollectionsListMoveCollectionsBySubscriptionSample.js.map +0 -1
  301. package/dist-esm/samples-dev/moveCollectionsListRequiredForSample.d.ts +0 -2
  302. package/dist-esm/samples-dev/moveCollectionsListRequiredForSample.d.ts.map +0 -1
  303. package/dist-esm/samples-dev/moveCollectionsListRequiredForSample.js +0 -37
  304. package/dist-esm/samples-dev/moveCollectionsListRequiredForSample.js.map +0 -1
  305. package/dist-esm/samples-dev/moveCollectionsPrepareSample.d.ts +0 -2
  306. package/dist-esm/samples-dev/moveCollectionsPrepareSample.d.ts.map +0 -1
  307. package/dist-esm/samples-dev/moveCollectionsPrepareSample.js +0 -36
  308. package/dist-esm/samples-dev/moveCollectionsPrepareSample.js.map +0 -1
  309. package/dist-esm/samples-dev/moveCollectionsResolveDependenciesSample.d.ts +0 -2
  310. package/dist-esm/samples-dev/moveCollectionsResolveDependenciesSample.d.ts.map +0 -1
  311. package/dist-esm/samples-dev/moveCollectionsResolveDependenciesSample.js +0 -36
  312. package/dist-esm/samples-dev/moveCollectionsResolveDependenciesSample.js.map +0 -1
  313. package/dist-esm/samples-dev/moveCollectionsUpdateSample.d.ts +0 -2
  314. package/dist-esm/samples-dev/moveCollectionsUpdateSample.d.ts.map +0 -1
  315. package/dist-esm/samples-dev/moveCollectionsUpdateSample.js +0 -34
  316. package/dist-esm/samples-dev/moveCollectionsUpdateSample.js.map +0 -1
  317. package/dist-esm/samples-dev/moveResourcesCreateSample.d.ts +0 -2
  318. package/dist-esm/samples-dev/moveResourcesCreateSample.d.ts.map +0 -1
  319. package/dist-esm/samples-dev/moveResourcesCreateSample.js +0 -52
  320. package/dist-esm/samples-dev/moveResourcesCreateSample.js.map +0 -1
  321. package/dist-esm/samples-dev/moveResourcesDeleteSample.d.ts +0 -2
  322. package/dist-esm/samples-dev/moveResourcesDeleteSample.d.ts.map +0 -1
  323. package/dist-esm/samples-dev/moveResourcesDeleteSample.js +0 -37
  324. package/dist-esm/samples-dev/moveResourcesDeleteSample.js.map +0 -1
  325. package/dist-esm/samples-dev/moveResourcesGetSample.d.ts +0 -2
  326. package/dist-esm/samples-dev/moveResourcesGetSample.d.ts.map +0 -1
  327. package/dist-esm/samples-dev/moveResourcesGetSample.js +0 -37
  328. package/dist-esm/samples-dev/moveResourcesGetSample.js.map +0 -1
  329. package/dist-esm/samples-dev/moveResourcesListSample.d.ts +0 -2
  330. package/dist-esm/samples-dev/moveResourcesListSample.d.ts.map +0 -1
  331. package/dist-esm/samples-dev/moveResourcesListSample.js +0 -52
  332. package/dist-esm/samples-dev/moveResourcesListSample.js.map +0 -1
  333. package/dist-esm/samples-dev/operationsDiscoveryGetSample.d.ts +0 -2
  334. package/dist-esm/samples-dev/operationsDiscoveryGetSample.d.ts.map +0 -1
  335. package/dist-esm/samples-dev/operationsDiscoveryGetSample.js +0 -33
  336. package/dist-esm/samples-dev/operationsDiscoveryGetSample.js.map +0 -1
  337. package/dist-esm/samples-dev/unresolvedDependenciesGetSample.d.ts +0 -2
  338. package/dist-esm/samples-dev/unresolvedDependenciesGetSample.d.ts.map +0 -1
  339. package/dist-esm/samples-dev/unresolvedDependenciesGetSample.js +0 -52
  340. package/dist-esm/samples-dev/unresolvedDependenciesGetSample.js.map +0 -1
  341. package/dist-esm/src/index.d.ts +0 -5
  342. package/dist-esm/src/index.js.map +0 -1
  343. package/dist-esm/src/lroImpl.js.map +0 -1
  344. package/dist-esm/src/models/index.js.map +0 -1
  345. package/dist-esm/src/models/mappers.js.map +0 -1
  346. package/dist-esm/src/models/parameters.js.map +0 -1
  347. package/dist-esm/src/operations/index.d.ts +0 -5
  348. package/dist-esm/src/operations/index.js.map +0 -1
  349. package/dist-esm/src/operations/moveCollections.d.ts.map +0 -1
  350. package/dist-esm/src/operations/moveCollections.js.map +0 -1
  351. package/dist-esm/src/operations/moveResources.d.ts.map +0 -1
  352. package/dist-esm/src/operations/moveResources.js.map +0 -1
  353. package/dist-esm/src/operations/operationsDiscoveryOperations.d.ts.map +0 -1
  354. package/dist-esm/src/operations/operationsDiscoveryOperations.js.map +0 -1
  355. package/dist-esm/src/operations/unresolvedDependencies.d.ts.map +0 -1
  356. package/dist-esm/src/operations/unresolvedDependencies.js.map +0 -1
  357. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -5
  358. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  359. package/dist-esm/src/operationsInterfaces/moveCollections.d.ts.map +0 -1
  360. package/dist-esm/src/operationsInterfaces/moveCollections.js.map +0 -1
  361. package/dist-esm/src/operationsInterfaces/moveResources.d.ts.map +0 -1
  362. package/dist-esm/src/operationsInterfaces/moveResources.js.map +0 -1
  363. package/dist-esm/src/operationsInterfaces/operationsDiscoveryOperations.js.map +0 -1
  364. package/dist-esm/src/operationsInterfaces/unresolvedDependencies.d.ts.map +0 -1
  365. package/dist-esm/src/operationsInterfaces/unresolvedDependencies.js.map +0 -1
  366. package/dist-esm/src/pagingHelper.js.map +0 -1
  367. package/dist-esm/src/resourceMoverServiceAPI.d.ts.map +0 -1
  368. package/dist-esm/src/resourceMoverServiceAPI.js.map +0 -1
  369. package/dist-esm/test/resourcemover_operations_test.spec.d.ts +0 -4
  370. package/dist-esm/test/resourcemover_operations_test.spec.d.ts.map +0 -1
  371. package/dist-esm/test/resourcemover_operations_test.spec.js +0 -122
  372. package/dist-esm/test/resourcemover_operations_test.spec.js.map +0 -1
  373. package/src/lroImpl.ts +0 -38
  374. package/src/models/index.ts +0 -1499
  375. package/src/models/mappers.ts +0 -2170
  376. package/src/models/parameters.ts +0 -208
  377. package/src/operations/index.ts +0 -12
  378. package/src/operations/moveCollections.ts +0 -1404
  379. package/src/operations/moveResources.ts +0 -520
  380. package/src/operations/operationsDiscoveryOperations.ts +0 -57
  381. package/src/operations/unresolvedDependencies.ts +0 -203
  382. package/src/operationsInterfaces/index.ts +0 -12
  383. package/src/operationsInterfaces/moveCollections.ts +0 -321
  384. package/src/operationsInterfaces/moveResources.ts +0 -111
  385. package/src/operationsInterfaces/operationsDiscoveryOperations.ts +0 -20
  386. package/src/operationsInterfaces/unresolvedDependencies.ts +0 -29
  387. package/src/pagingHelper.ts +0 -39
  388. package/src/resourceMoverServiceAPI.ts +0 -172
  389. package/tsconfig.json +0 -33
  390. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  391. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  392. /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
  393. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  394. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  395. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  396. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  397. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  398. /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
  399. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  400. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  401. /package/{dist-esm/src → dist/browser}/operationsInterfaces/moveCollections.js +0 -0
  402. /package/{dist-esm/src → dist/browser}/operationsInterfaces/moveResources.js +0 -0
  403. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operationsDiscoveryOperations.js +0 -0
  404. /package/{dist-esm/src → dist/browser}/operationsInterfaces/unresolvedDependencies.js +0 -0
  405. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  406. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  407. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
  408. /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport const MoveCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MoveCollection\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n etag: {\n serializedName: \"etag\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"Identity\"\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"MoveCollectionProperties\"\n }\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n }\n }\n }\n};\n\nexport const Identity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Identity\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n principalId: {\n serializedName: \"principalId\",\n type: {\n name: \"String\"\n }\n },\n tenantId: {\n serializedName: \"tenantId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MoveCollectionProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MoveCollectionProperties\",\n modelProperties: {\n sourceRegion: {\n serializedName: \"sourceRegion\",\n type: {\n name: \"String\"\n }\n },\n targetRegion: {\n serializedName: \"targetRegion\",\n type: {\n name: \"String\"\n }\n },\n moveRegion: {\n serializedName: \"moveRegion\",\n type: {\n name: \"String\"\n }\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n version: {\n serializedName: \"version\",\n type: {\n name: \"String\"\n }\n },\n moveType: {\n serializedName: \"moveType\",\n type: {\n name: \"String\"\n }\n },\n errors: {\n serializedName: \"errors\",\n type: {\n name: \"Composite\",\n className: \"MoveCollectionPropertiesErrors\"\n }\n }\n }\n }\n};\n\nexport const MoveResourceError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MoveResourceError\",\n modelProperties: {\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"MoveResourceErrorBody\"\n }\n }\n }\n }\n};\n\nexport const MoveResourceErrorBody: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MoveResourceErrorBody\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n target: {\n serializedName: \"target\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n details: {\n serializedName: \"details\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MoveResourceErrorBody\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const SystemData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"String\"\n }\n },\n createdByType: {\n serializedName: \"createdByType\",\n type: {\n name: \"String\"\n }\n },\n createdAt: {\n serializedName: \"createdAt\",\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedByType: {\n serializedName: \"lastModifiedByType\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const CloudError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CloudError\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"CloudErrorBody\"\n }\n }\n }\n }\n};\n\nexport const CloudErrorBody: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CloudErrorBody\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n },\n target: {\n serializedName: \"target\",\n type: {\n name: \"String\"\n }\n },\n details: {\n serializedName: \"details\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CloudErrorBody\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const UpdateMoveCollectionRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UpdateMoveCollectionRequest\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"Identity\"\n }\n }\n }\n }\n};\n\nexport const OperationStatus: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationStatus\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n startTime: {\n serializedName: \"startTime\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n endTime: {\n serializedName: \"endTime\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"OperationStatusError\"\n }\n },\n properties: {\n serializedName: \"properties\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } }\n }\n }\n }\n }\n};\n\nexport const OperationStatusError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationStatusError\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n details: {\n serializedName: \"details\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OperationStatusError\"\n }\n }\n }\n },\n additionalInfo: {\n serializedName: \"additionalInfo\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OperationErrorAdditionalInfo\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const OperationErrorAdditionalInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationErrorAdditionalInfo\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n info: {\n serializedName: \"info\",\n type: {\n name: \"Composite\",\n className: \"MoveErrorInfo\"\n }\n }\n }\n }\n};\n\nexport const MoveErrorInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MoveErrorInfo\",\n modelProperties: {\n moveResources: {\n serializedName: \"moveResources\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AffectedMoveResource\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const AffectedMoveResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AffectedMoveResource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n sourceId: {\n serializedName: \"sourceId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n moveResources: {\n serializedName: \"moveResources\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AffectedMoveResource\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const PrepareRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrepareRequest\",\n modelProperties: {\n validateOnly: {\n serializedName: \"validateOnly\",\n type: {\n name: \"Boolean\"\n }\n },\n moveResources: {\n serializedName: \"moveResources\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n moveResourceInputType: {\n serializedName: \"moveResourceInputType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ResourceMoveRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceMoveRequest\",\n modelProperties: {\n validateOnly: {\n serializedName: \"validateOnly\",\n type: {\n name: \"Boolean\"\n }\n },\n moveResources: {\n serializedName: \"moveResources\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n moveResourceInputType: {\n serializedName: \"moveResourceInputType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CommitRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CommitRequest\",\n modelProperties: {\n validateOnly: {\n serializedName: \"validateOnly\",\n type: {\n name: \"Boolean\"\n }\n },\n moveResources: {\n serializedName: \"moveResources\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n moveResourceInputType: {\n serializedName: \"moveResourceInputType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DiscardRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DiscardRequest\",\n modelProperties: {\n validateOnly: {\n serializedName: \"validateOnly\",\n type: {\n name: \"Boolean\"\n }\n },\n moveResources: {\n serializedName: \"moveResources\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n moveResourceInputType: {\n serializedName: \"moveResourceInputType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MoveResourceCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MoveResourceCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MoveResource\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n summaryCollection: {\n serializedName: \"summaryCollection\",\n type: {\n name: \"Composite\",\n className: \"SummaryCollection\"\n }\n },\n totalCount: {\n serializedName: \"totalCount\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const MoveResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MoveResource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"MoveResourceProperties\"\n }\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n }\n }\n }\n};\n\nexport const MoveResourceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MoveResourceProperties\",\n modelProperties: {\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n sourceId: {\n serializedName: \"sourceId\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n targetId: {\n serializedName: \"targetId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n existingTargetId: {\n serializedName: \"existingTargetId\",\n type: {\n name: \"String\"\n }\n },\n resourceSettings: {\n serializedName: \"resourceSettings\",\n type: {\n name: \"Composite\",\n className: \"ResourceSettings\"\n }\n },\n sourceResourceSettings: {\n serializedName: \"sourceResourceSettings\",\n type: {\n name: \"Composite\",\n className: \"ResourceSettings\"\n }\n },\n moveStatus: {\n serializedName: \"moveStatus\",\n type: {\n name: \"Composite\",\n className: \"MoveResourcePropertiesMoveStatus\"\n }\n },\n dependsOn: {\n serializedName: \"dependsOn\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MoveResourceDependency\"\n }\n }\n }\n },\n dependsOnOverrides: {\n serializedName: \"dependsOnOverrides\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MoveResourceDependencyOverride\"\n }\n }\n }\n },\n isResolveRequired: {\n serializedName: \"isResolveRequired\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n },\n errors: {\n serializedName: \"errors\",\n type: {\n name: \"Composite\",\n className: \"MoveResourcePropertiesErrors\"\n }\n }\n }\n }\n};\n\nexport const ResourceSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceSettings\",\n uberParent: \"ResourceSettings\",\n polymorphicDiscriminator: {\n serializedName: \"resourceType\",\n clientName: \"resourceType\"\n },\n modelProperties: {\n resourceType: {\n serializedName: \"resourceType\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n targetResourceName: {\n serializedName: \"targetResourceName\",\n type: {\n name: \"String\"\n }\n },\n targetResourceGroupName: {\n serializedName: \"targetResourceGroupName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MoveResourceStatus: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MoveResourceStatus\",\n modelProperties: {\n moveState: {\n serializedName: \"moveState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n jobStatus: {\n serializedName: \"jobStatus\",\n type: {\n name: \"Composite\",\n className: \"JobStatus\"\n }\n },\n errors: {\n serializedName: \"errors\",\n type: {\n name: \"Composite\",\n className: \"MoveResourceError\"\n }\n }\n }\n }\n};\n\nexport const JobStatus: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JobStatus\",\n modelProperties: {\n jobName: {\n serializedName: \"jobName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n jobProgress: {\n serializedName: \"jobProgress\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MoveResourceDependency: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MoveResourceDependency\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n resolutionStatus: {\n serializedName: \"resolutionStatus\",\n type: {\n name: \"String\"\n }\n },\n resolutionType: {\n serializedName: \"resolutionType\",\n type: {\n name: \"String\"\n }\n },\n dependencyType: {\n serializedName: \"dependencyType\",\n type: {\n name: \"String\"\n }\n },\n manualResolution: {\n serializedName: \"manualResolution\",\n type: {\n name: \"Composite\",\n className: \"ManualResolutionProperties\"\n }\n },\n automaticResolution: {\n serializedName: \"automaticResolution\",\n type: {\n name: \"Composite\",\n className: \"AutomaticResolutionProperties\"\n }\n },\n isOptional: {\n serializedName: \"isOptional\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ManualResolutionProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManualResolutionProperties\",\n modelProperties: {\n targetId: {\n serializedName: \"targetId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AutomaticResolutionProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutomaticResolutionProperties\",\n modelProperties: {\n moveResourceId: {\n serializedName: \"moveResourceId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MoveResourceDependencyOverride: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MoveResourceDependencyOverride\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n targetId: {\n serializedName: \"targetId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SummaryCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SummaryCollection\",\n modelProperties: {\n fieldName: {\n serializedName: \"fieldName\",\n type: {\n name: \"String\"\n }\n },\n summary: {\n serializedName: \"summary\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Summary\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Summary: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Summary\",\n modelProperties: {\n count: {\n serializedName: \"count\",\n type: {\n name: \"Number\"\n }\n },\n item: {\n serializedName: \"item\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const UnresolvedDependencyCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UnresolvedDependencyCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"UnresolvedDependency\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n summaryCollection: {\n serializedName: \"summaryCollection\",\n type: {\n name: \"Composite\",\n className: \"SummaryCollection\"\n }\n },\n totalCount: {\n serializedName: \"totalCount\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const UnresolvedDependency: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UnresolvedDependency\",\n modelProperties: {\n count: {\n serializedName: \"count\",\n type: {\n name: \"Number\"\n }\n },\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const BulkRemoveRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BulkRemoveRequest\",\n modelProperties: {\n validateOnly: {\n serializedName: \"validateOnly\",\n type: {\n name: \"Boolean\"\n }\n },\n moveResources: {\n serializedName: \"moveResources\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n moveResourceInputType: {\n serializedName: \"moveResourceInputType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationsDiscoveryCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationsDiscoveryCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OperationsDiscovery\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationsDiscovery: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationsDiscovery\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n isDataAction: {\n serializedName: \"isDataAction\",\n type: {\n name: \"Boolean\"\n }\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"Display\"\n }\n },\n origin: {\n serializedName: \"origin\",\n type: {\n name: \"String\"\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } }\n }\n }\n }\n }\n};\n\nexport const Display: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Display\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n type: {\n name: \"String\"\n }\n },\n resource: {\n serializedName: \"resource\",\n type: {\n name: \"String\"\n }\n },\n operation: {\n serializedName: \"operation\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MoveCollectionResultList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MoveCollectionResultList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MoveCollection\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RequiredForResourcesCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RequiredForResourcesCollection\",\n modelProperties: {\n sourceIds: {\n serializedName: \"sourceIds\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const MoveResourceFilter: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MoveResourceFilter\",\n modelProperties: {\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"MoveResourceFilterProperties\"\n }\n }\n }\n }\n};\n\nexport const MoveResourceFilterProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MoveResourceFilterProperties\",\n modelProperties: {\n provisioningState: {\n serializedName: \"provisioningState\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const UnresolvedDependenciesFilter: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UnresolvedDependenciesFilter\",\n modelProperties: {\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"UnresolvedDependenciesFilterProperties\"\n }\n }\n }\n }\n};\n\nexport const UnresolvedDependenciesFilterProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UnresolvedDependenciesFilterProperties\",\n modelProperties: {\n count: {\n serializedName: \"count\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const SubnetResourceSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SubnetResourceSettings\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n addressPrefix: {\n serializedName: \"addressPrefix\",\n type: {\n name: \"String\"\n }\n },\n networkSecurityGroup: {\n serializedName: \"networkSecurityGroup\",\n type: {\n name: \"Composite\",\n className: \"NsgReference\"\n }\n }\n }\n }\n};\n\nexport const AzureResourceReference: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureResourceReference\",\n modelProperties: {\n sourceArmResourceId: {\n serializedName: \"sourceArmResourceId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const NicIpConfigurationResourceSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NicIpConfigurationResourceSettings\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n privateIpAddress: {\n serializedName: \"privateIpAddress\",\n type: {\n name: \"String\"\n }\n },\n privateIpAllocationMethod: {\n serializedName: \"privateIpAllocationMethod\",\n type: {\n name: \"String\"\n }\n },\n subnet: {\n serializedName: \"subnet\",\n type: {\n name: \"Composite\",\n className: \"SubnetReference\"\n }\n },\n primary: {\n serializedName: \"primary\",\n type: {\n name: \"Boolean\"\n }\n },\n loadBalancerBackendAddressPools: {\n serializedName: \"loadBalancerBackendAddressPools\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LoadBalancerBackendAddressPoolReference\"\n }\n }\n }\n },\n loadBalancerNatRules: {\n serializedName: \"loadBalancerNatRules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LoadBalancerNatRuleReference\"\n }\n }\n }\n },\n publicIp: {\n serializedName: \"publicIp\",\n type: {\n name: \"Composite\",\n className: \"PublicIpReference\"\n }\n }\n }\n }\n};\n\nexport const NsgSecurityRule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NsgSecurityRule\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n access: {\n serializedName: \"access\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n },\n destinationAddressPrefix: {\n serializedName: \"destinationAddressPrefix\",\n type: {\n name: \"String\"\n }\n },\n destinationPortRange: {\n serializedName: \"destinationPortRange\",\n type: {\n name: \"String\"\n }\n },\n direction: {\n serializedName: \"direction\",\n type: {\n name: \"String\"\n }\n },\n priority: {\n serializedName: \"priority\",\n type: {\n name: \"Number\"\n }\n },\n protocol: {\n serializedName: \"protocol\",\n type: {\n name: \"String\"\n }\n },\n sourceAddressPrefix: {\n serializedName: \"sourceAddressPrefix\",\n type: {\n name: \"String\"\n }\n },\n sourcePortRange: {\n serializedName: \"sourcePortRange\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const LBFrontendIPConfigurationResourceSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LBFrontendIPConfigurationResourceSettings\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n privateIpAddress: {\n serializedName: \"privateIpAddress\",\n type: {\n name: \"String\"\n }\n },\n privateIpAllocationMethod: {\n serializedName: \"privateIpAllocationMethod\",\n type: {\n name: \"String\"\n }\n },\n subnet: {\n serializedName: \"subnet\",\n type: {\n name: \"Composite\",\n className: \"SubnetReference\"\n }\n },\n zones: {\n serializedName: \"zones\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const LBBackendAddressPoolResourceSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LBBackendAddressPoolResourceSettings\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MoveCollectionPropertiesErrors: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MoveCollectionPropertiesErrors\",\n modelProperties: {\n ...MoveResourceError.type.modelProperties\n }\n }\n};\n\nexport const MoveResourcePropertiesErrors: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MoveResourcePropertiesErrors\",\n modelProperties: {\n ...MoveResourceError.type.modelProperties\n }\n }\n};\n\nexport const VirtualMachineResourceSettings: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.Compute/virtualMachines\",\n type: {\n name: \"Composite\",\n className: \"VirtualMachineResourceSettings\",\n uberParent: \"ResourceSettings\",\n polymorphicDiscriminator: ResourceSettings.type.polymorphicDiscriminator,\n modelProperties: {\n ...ResourceSettings.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n userManagedIdentities: {\n serializedName: \"userManagedIdentities\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n targetAvailabilityZone: {\n serializedName: \"targetAvailabilityZone\",\n type: {\n name: \"String\"\n }\n },\n targetVmSize: {\n serializedName: \"targetVmSize\",\n type: {\n name: \"String\"\n }\n },\n targetAvailabilitySetId: {\n serializedName: \"targetAvailabilitySetId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AvailabilitySetResourceSettings: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.Compute/availabilitySets\",\n type: {\n name: \"Composite\",\n className: \"AvailabilitySetResourceSettings\",\n uberParent: \"ResourceSettings\",\n polymorphicDiscriminator: ResourceSettings.type.polymorphicDiscriminator,\n modelProperties: {\n ...ResourceSettings.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n faultDomain: {\n constraints: {\n InclusiveMinimum: 1\n },\n serializedName: \"faultDomain\",\n nullable: true,\n type: {\n name: \"Number\"\n }\n },\n updateDomain: {\n constraints: {\n InclusiveMaximum: 20,\n InclusiveMinimum: 1\n },\n serializedName: \"updateDomain\",\n nullable: true,\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const VirtualNetworkResourceSettings: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.Network/virtualNetworks\",\n type: {\n name: \"Composite\",\n className: \"VirtualNetworkResourceSettings\",\n uberParent: \"ResourceSettings\",\n polymorphicDiscriminator: ResourceSettings.type.polymorphicDiscriminator,\n modelProperties: {\n ...ResourceSettings.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n enableDdosProtection: {\n serializedName: \"enableDdosProtection\",\n nullable: true,\n type: {\n name: \"Boolean\"\n }\n },\n addressSpace: {\n serializedName: \"addressSpace\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n dnsServers: {\n serializedName: \"dnsServers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n subnets: {\n serializedName: \"subnets\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SubnetResourceSettings\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const NetworkInterfaceResourceSettings: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.Network/networkInterfaces\",\n type: {\n name: \"Composite\",\n className: \"NetworkInterfaceResourceSettings\",\n uberParent: \"ResourceSettings\",\n polymorphicDiscriminator: ResourceSettings.type.polymorphicDiscriminator,\n modelProperties: {\n ...ResourceSettings.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n ipConfigurations: {\n serializedName: \"ipConfigurations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"NicIpConfigurationResourceSettings\"\n }\n }\n }\n },\n enableAcceleratedNetworking: {\n serializedName: \"enableAcceleratedNetworking\",\n nullable: true,\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const NetworkSecurityGroupResourceSettings: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.Network/networkSecurityGroups\",\n type: {\n name: \"Composite\",\n className: \"NetworkSecurityGroupResourceSettings\",\n uberParent: \"ResourceSettings\",\n polymorphicDiscriminator: ResourceSettings.type.polymorphicDiscriminator,\n modelProperties: {\n ...ResourceSettings.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n securityRules: {\n serializedName: \"securityRules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"NsgSecurityRule\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const LoadBalancerResourceSettings: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.Network/loadBalancers\",\n type: {\n name: \"Composite\",\n className: \"LoadBalancerResourceSettings\",\n uberParent: \"ResourceSettings\",\n polymorphicDiscriminator: ResourceSettings.type.polymorphicDiscriminator,\n modelProperties: {\n ...ResourceSettings.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"String\"\n }\n },\n frontendIPConfigurations: {\n serializedName: \"frontendIPConfigurations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LBFrontendIPConfigurationResourceSettings\"\n }\n }\n }\n },\n backendAddressPools: {\n serializedName: \"backendAddressPools\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LBBackendAddressPoolResourceSettings\"\n }\n }\n }\n },\n zones: {\n serializedName: \"zones\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SqlServerResourceSettings: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.Sql/servers\",\n type: {\n name: \"Composite\",\n className: \"SqlServerResourceSettings\",\n uberParent: \"ResourceSettings\",\n polymorphicDiscriminator: ResourceSettings.type.polymorphicDiscriminator,\n modelProperties: {\n ...ResourceSettings.type.modelProperties\n }\n }\n};\n\nexport const SqlElasticPoolResourceSettings: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.Sql/servers/elasticPools\",\n type: {\n name: \"Composite\",\n className: \"SqlElasticPoolResourceSettings\",\n uberParent: \"ResourceSettings\",\n polymorphicDiscriminator: ResourceSettings.type.polymorphicDiscriminator,\n modelProperties: {\n ...ResourceSettings.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n zoneRedundant: {\n serializedName: \"zoneRedundant\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SqlDatabaseResourceSettings: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.Sql/servers/databases\",\n type: {\n name: \"Composite\",\n className: \"SqlDatabaseResourceSettings\",\n uberParent: \"ResourceSettings\",\n polymorphicDiscriminator: ResourceSettings.type.polymorphicDiscriminator,\n modelProperties: {\n ...ResourceSettings.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n zoneRedundant: {\n serializedName: \"zoneRedundant\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ResourceGroupResourceSettings: coreClient.CompositeMapper = {\n serializedName: \"resourceGroups\",\n type: {\n name: \"Composite\",\n className: \"ResourceGroupResourceSettings\",\n uberParent: \"ResourceSettings\",\n polymorphicDiscriminator: ResourceSettings.type.polymorphicDiscriminator,\n modelProperties: {\n ...ResourceSettings.type.modelProperties\n }\n }\n};\n\nexport const PublicIPAddressResourceSettings: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.Network/publicIPAddresses\",\n type: {\n name: \"Composite\",\n className: \"PublicIPAddressResourceSettings\",\n uberParent: \"ResourceSettings\",\n polymorphicDiscriminator: ResourceSettings.type.polymorphicDiscriminator,\n modelProperties: {\n ...ResourceSettings.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n domainNameLabel: {\n serializedName: \"domainNameLabel\",\n type: {\n name: \"String\"\n }\n },\n fqdn: {\n serializedName: \"fqdn\",\n type: {\n name: \"String\"\n }\n },\n publicIpAllocationMethod: {\n serializedName: \"publicIpAllocationMethod\",\n type: {\n name: \"String\"\n }\n },\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"String\"\n }\n },\n zones: {\n serializedName: \"zones\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const KeyVaultResourceSettings: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.KeyVault/vaults\",\n type: {\n name: \"Composite\",\n className: \"KeyVaultResourceSettings\",\n uberParent: \"ResourceSettings\",\n polymorphicDiscriminator: ResourceSettings.type.polymorphicDiscriminator,\n modelProperties: {\n ...ResourceSettings.type.modelProperties\n }\n }\n};\n\nexport const DiskEncryptionSetResourceSettings: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.Compute/diskEncryptionSets\",\n type: {\n name: \"Composite\",\n className: \"DiskEncryptionSetResourceSettings\",\n uberParent: \"ResourceSettings\",\n polymorphicDiscriminator: ResourceSettings.type.polymorphicDiscriminator,\n modelProperties: {\n ...ResourceSettings.type.modelProperties\n }\n }\n};\n\nexport const MoveResourcePropertiesMoveStatus: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MoveResourcePropertiesMoveStatus\",\n modelProperties: {\n ...MoveResourceStatus.type.modelProperties\n }\n }\n};\n\nexport const NsgReference: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NsgReference\",\n modelProperties: {\n ...AzureResourceReference.type.modelProperties\n }\n }\n};\n\nexport const ProxyResourceReference: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProxyResourceReference\",\n modelProperties: {\n ...AzureResourceReference.type.modelProperties,\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PublicIpReference: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PublicIpReference\",\n modelProperties: {\n ...AzureResourceReference.type.modelProperties\n }\n }\n};\n\nexport const SubnetReference: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SubnetReference\",\n modelProperties: {\n ...ProxyResourceReference.type.modelProperties\n }\n }\n};\n\nexport const LoadBalancerBackendAddressPoolReference: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LoadBalancerBackendAddressPoolReference\",\n modelProperties: {\n ...ProxyResourceReference.type.modelProperties\n }\n }\n};\n\nexport const LoadBalancerNatRuleReference: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LoadBalancerNatRuleReference\",\n modelProperties: {\n ...ProxyResourceReference.type.modelProperties\n }\n }\n};\n\nexport let discriminators = {\n ResourceSettings: ResourceSettings,\n \"ResourceSettings.Microsoft.Compute/virtualMachines\": VirtualMachineResourceSettings,\n \"ResourceSettings.Microsoft.Compute/availabilitySets\": AvailabilitySetResourceSettings,\n \"ResourceSettings.Microsoft.Network/virtualNetworks\": VirtualNetworkResourceSettings,\n \"ResourceSettings.Microsoft.Network/networkInterfaces\": NetworkInterfaceResourceSettings,\n \"ResourceSettings.Microsoft.Network/networkSecurityGroups\": NetworkSecurityGroupResourceSettings,\n \"ResourceSettings.Microsoft.Network/loadBalancers\": LoadBalancerResourceSettings,\n \"ResourceSettings.Microsoft.Sql/servers\": SqlServerResourceSettings,\n \"ResourceSettings.Microsoft.Sql/servers/elasticPools\": SqlElasticPoolResourceSettings,\n \"ResourceSettings.Microsoft.Sql/servers/databases\": SqlDatabaseResourceSettings,\n \"ResourceSettings.resourceGroups\": ResourceGroupResourceSettings,\n \"ResourceSettings.Microsoft.Network/publicIPAddresses\": PublicIPAddressResourceSettings,\n \"ResourceSettings.Microsoft.KeyVault/vaults\": KeyVaultResourceSettings,\n \"ResourceSettings.Microsoft.Compute/diskEncryptionSets\": DiskEncryptionSetResourceSettings\n};\n"]}
@@ -0,0 +1,23 @@
1
+ import { OperationParameter, OperationURLParameter, OperationQueryParameter } from "@azure/core-client";
2
+ export declare const contentType: OperationParameter;
3
+ export declare const body: OperationParameter;
4
+ export declare const accept: OperationParameter;
5
+ export declare const $host: OperationURLParameter;
6
+ export declare const subscriptionId: OperationURLParameter;
7
+ export declare const resourceGroupName: OperationURLParameter;
8
+ export declare const moveCollectionName: OperationURLParameter;
9
+ export declare const apiVersion: OperationQueryParameter;
10
+ export declare const body1: OperationParameter;
11
+ export declare const body2: OperationParameter;
12
+ export declare const body3: OperationParameter;
13
+ export declare const body4: OperationParameter;
14
+ export declare const body5: OperationParameter;
15
+ export declare const body6: OperationParameter;
16
+ export declare const sourceId: OperationQueryParameter;
17
+ export declare const nextLink: OperationURLParameter;
18
+ export declare const filter: OperationQueryParameter;
19
+ export declare const body7: OperationParameter;
20
+ export declare const moveResourceName: OperationURLParameter;
21
+ export declare const dependencyLevel: OperationQueryParameter;
22
+ export declare const orderby: OperationQueryParameter;
23
+ //# sourceMappingURL=parameters.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACxB,MAAM,oBAAoB,CAAC;AAY5B,eAAO,MAAM,WAAW,EAAE,kBAUzB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,kBAGlB,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,kBAUpB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,qBAUnB,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,qBAS5B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,qBAS/B,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,qBAShC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,uBAUxB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,kBAGnB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,kBAGnB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,kBAGnB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,kBAGnB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,kBAGnB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,kBAGnB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,uBAStB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAUtB,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,uBAQpB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,kBAGnB,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,qBAS9B,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,uBAQ7B,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,uBAQrB,CAAC"}
@@ -0,0 +1,173 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ import { MoveCollection as MoveCollectionMapper, UpdateMoveCollectionRequest as UpdateMoveCollectionRequestMapper, PrepareRequest as PrepareRequestMapper, ResourceMoveRequest as ResourceMoveRequestMapper, CommitRequest as CommitRequestMapper, DiscardRequest as DiscardRequestMapper, BulkRemoveRequest as BulkRemoveRequestMapper, MoveResource as MoveResourceMapper } from "../models/mappers.js";
9
+ export const contentType = {
10
+ parameterPath: ["options", "contentType"],
11
+ mapper: {
12
+ defaultValue: "application/json",
13
+ isConstant: true,
14
+ serializedName: "Content-Type",
15
+ type: {
16
+ name: "String"
17
+ }
18
+ }
19
+ };
20
+ export const body = {
21
+ parameterPath: ["options", "body"],
22
+ mapper: MoveCollectionMapper
23
+ };
24
+ export const accept = {
25
+ parameterPath: "accept",
26
+ mapper: {
27
+ defaultValue: "application/json",
28
+ isConstant: true,
29
+ serializedName: "Accept",
30
+ type: {
31
+ name: "String"
32
+ }
33
+ }
34
+ };
35
+ export const $host = {
36
+ parameterPath: "$host",
37
+ mapper: {
38
+ serializedName: "$host",
39
+ required: true,
40
+ type: {
41
+ name: "String"
42
+ }
43
+ },
44
+ skipEncoding: true
45
+ };
46
+ export const subscriptionId = {
47
+ parameterPath: "subscriptionId",
48
+ mapper: {
49
+ serializedName: "subscriptionId",
50
+ required: true,
51
+ type: {
52
+ name: "String"
53
+ }
54
+ }
55
+ };
56
+ export const resourceGroupName = {
57
+ parameterPath: "resourceGroupName",
58
+ mapper: {
59
+ serializedName: "resourceGroupName",
60
+ required: true,
61
+ type: {
62
+ name: "String"
63
+ }
64
+ }
65
+ };
66
+ export const moveCollectionName = {
67
+ parameterPath: "moveCollectionName",
68
+ mapper: {
69
+ serializedName: "moveCollectionName",
70
+ required: true,
71
+ type: {
72
+ name: "String"
73
+ }
74
+ }
75
+ };
76
+ export const apiVersion = {
77
+ parameterPath: "apiVersion",
78
+ mapper: {
79
+ defaultValue: "2023-08-01",
80
+ isConstant: true,
81
+ serializedName: "api-version",
82
+ type: {
83
+ name: "String"
84
+ }
85
+ }
86
+ };
87
+ export const body1 = {
88
+ parameterPath: ["options", "body"],
89
+ mapper: UpdateMoveCollectionRequestMapper
90
+ };
91
+ export const body2 = {
92
+ parameterPath: ["options", "body"],
93
+ mapper: PrepareRequestMapper
94
+ };
95
+ export const body3 = {
96
+ parameterPath: ["options", "body"],
97
+ mapper: ResourceMoveRequestMapper
98
+ };
99
+ export const body4 = {
100
+ parameterPath: ["options", "body"],
101
+ mapper: CommitRequestMapper
102
+ };
103
+ export const body5 = {
104
+ parameterPath: ["options", "body"],
105
+ mapper: DiscardRequestMapper
106
+ };
107
+ export const body6 = {
108
+ parameterPath: ["options", "body"],
109
+ mapper: BulkRemoveRequestMapper
110
+ };
111
+ export const sourceId = {
112
+ parameterPath: "sourceId",
113
+ mapper: {
114
+ serializedName: "sourceId",
115
+ required: true,
116
+ type: {
117
+ name: "String"
118
+ }
119
+ }
120
+ };
121
+ export const nextLink = {
122
+ parameterPath: "nextLink",
123
+ mapper: {
124
+ serializedName: "nextLink",
125
+ required: true,
126
+ type: {
127
+ name: "String"
128
+ }
129
+ },
130
+ skipEncoding: true
131
+ };
132
+ export const filter = {
133
+ parameterPath: ["options", "filter"],
134
+ mapper: {
135
+ serializedName: "$filter",
136
+ type: {
137
+ name: "String"
138
+ }
139
+ }
140
+ };
141
+ export const body7 = {
142
+ parameterPath: ["options", "body"],
143
+ mapper: MoveResourceMapper
144
+ };
145
+ export const moveResourceName = {
146
+ parameterPath: "moveResourceName",
147
+ mapper: {
148
+ serializedName: "moveResourceName",
149
+ required: true,
150
+ type: {
151
+ name: "String"
152
+ }
153
+ }
154
+ };
155
+ export const dependencyLevel = {
156
+ parameterPath: ["options", "dependencyLevel"],
157
+ mapper: {
158
+ serializedName: "dependencyLevel",
159
+ type: {
160
+ name: "String"
161
+ }
162
+ }
163
+ };
164
+ export const orderby = {
165
+ parameterPath: ["options", "orderby"],
166
+ mapper: {
167
+ serializedName: "$orderby",
168
+ type: {
169
+ name: "String"
170
+ }
171
+ }
172
+ };
173
+ //# sourceMappingURL=parameters.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter\n} from \"@azure/core-client\";\nimport {\n MoveCollection as MoveCollectionMapper,\n UpdateMoveCollectionRequest as UpdateMoveCollectionRequestMapper,\n PrepareRequest as PrepareRequestMapper,\n ResourceMoveRequest as ResourceMoveRequestMapper,\n CommitRequest as CommitRequestMapper,\n DiscardRequest as DiscardRequestMapper,\n BulkRemoveRequest as BulkRemoveRequestMapper,\n MoveResource as MoveResourceMapper\n} from \"../models/mappers.js\";\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const body: OperationParameter = {\n parameterPath: [\"options\", \"body\"],\n mapper: MoveCollectionMapper\n};\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const $host: OperationURLParameter = {\n parameterPath: \"$host\",\n mapper: {\n serializedName: \"$host\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const resourceGroupName: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const moveCollectionName: OperationURLParameter = {\n parameterPath: \"moveCollectionName\",\n mapper: {\n serializedName: \"moveCollectionName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2023-08-01\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const body1: OperationParameter = {\n parameterPath: [\"options\", \"body\"],\n mapper: UpdateMoveCollectionRequestMapper\n};\n\nexport const body2: OperationParameter = {\n parameterPath: [\"options\", \"body\"],\n mapper: PrepareRequestMapper\n};\n\nexport const body3: OperationParameter = {\n parameterPath: [\"options\", \"body\"],\n mapper: ResourceMoveRequestMapper\n};\n\nexport const body4: OperationParameter = {\n parameterPath: [\"options\", \"body\"],\n mapper: CommitRequestMapper\n};\n\nexport const body5: OperationParameter = {\n parameterPath: [\"options\", \"body\"],\n mapper: DiscardRequestMapper\n};\n\nexport const body6: OperationParameter = {\n parameterPath: [\"options\", \"body\"],\n mapper: BulkRemoveRequestMapper\n};\n\nexport const sourceId: OperationQueryParameter = {\n parameterPath: \"sourceId\",\n mapper: {\n serializedName: \"sourceId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const nextLink: OperationURLParameter = {\n parameterPath: \"nextLink\",\n mapper: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const filter: OperationQueryParameter = {\n parameterPath: [\"options\", \"filter\"],\n mapper: {\n serializedName: \"$filter\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const body7: OperationParameter = {\n parameterPath: [\"options\", \"body\"],\n mapper: MoveResourceMapper\n};\n\nexport const moveResourceName: OperationURLParameter = {\n parameterPath: \"moveResourceName\",\n mapper: {\n serializedName: \"moveResourceName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const dependencyLevel: OperationQueryParameter = {\n parameterPath: [\"options\", \"dependencyLevel\"],\n mapper: {\n serializedName: \"dependencyLevel\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const orderby: OperationQueryParameter = {\n parameterPath: [\"options\", \"orderby\"],\n mapper: {\n serializedName: \"$orderby\",\n type: {\n name: \"String\"\n }\n }\n};\n"]}
@@ -0,0 +1,5 @@
1
+ export * from "./moveCollections.js";
2
+ export * from "./moveResources.js";
3
+ export * from "./unresolvedDependencies.js";
4
+ export * from "./operationsDiscoveryOperations.js";
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAQA,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC;AACnC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,oCAAoC,CAAC"}
@@ -0,0 +1,12 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ export * from "./moveCollections.js";
9
+ export * from "./moveResources.js";
10
+ export * from "./unresolvedDependencies.js";
11
+ export * from "./operationsDiscoveryOperations.js";
12
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC;AACnC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,oCAAoC,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport * from \"./moveCollections.js\";\nexport * from \"./moveResources.js\";\nexport * from \"./unresolvedDependencies.js\";\nexport * from \"./operationsDiscoveryOperations.js\";\n"]}