@azure/arm-databox 5.0.1-alpha.20241230.1 → 5.0.1-alpha.20250109.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 (363) hide show
  1. package/{dist-esm/src → dist/browser}/dataBoxManagementClient.d.ts +2 -2
  2. package/dist/browser/dataBoxManagementClient.d.ts.map +1 -0
  3. package/{dist-esm/src → dist/browser}/dataBoxManagementClient.js +17 -20
  4. package/dist/browser/dataBoxManagementClient.js.map +1 -0
  5. package/dist/browser/index.d.ts +5 -0
  6. package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
  7. package/{dist-esm/src → dist/browser}/index.js +4 -4
  8. package/dist/browser/index.js.map +1 -0
  9. package/dist/browser/lroImpl.js.map +1 -0
  10. package/dist/browser/models/index.js.map +1 -0
  11. package/dist/browser/models/mappers.js.map +1 -0
  12. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  13. package/dist/browser/models/parameters.js.map +1 -0
  14. package/dist/browser/operations/index.d.ts +4 -0
  15. package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
  16. package/{dist-esm/src/operationsInterfaces → dist/browser/operations}/index.js +3 -3
  17. package/dist/browser/operations/index.js.map +1 -0
  18. package/{dist-esm/src → dist/browser}/operations/jobs.d.ts +3 -3
  19. package/dist/browser/operations/jobs.d.ts.map +1 -0
  20. package/{dist-esm/src → dist/browser}/operations/jobs.js +113 -125
  21. package/dist/browser/operations/jobs.js.map +1 -0
  22. package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
  23. package/dist/browser/operations/operations.d.ts.map +1 -0
  24. package/{dist-esm/src → dist/browser}/operations/operations.js +3 -3
  25. package/dist/browser/operations/operations.js.map +1 -0
  26. package/{dist-esm/src → dist/browser}/operations/service.d.ts +3 -3
  27. package/dist/browser/operations/service.d.ts.map +1 -0
  28. package/{dist-esm/src → dist/browser}/operations/service.js +3 -3
  29. package/dist/browser/operations/service.js.map +1 -0
  30. package/dist/browser/operationsInterfaces/index.d.ts +4 -0
  31. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
  32. package/dist/browser/operationsInterfaces/index.js +11 -0
  33. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  34. package/{dist-esm/src → dist/browser}/operationsInterfaces/jobs.d.ts +1 -1
  35. package/dist/browser/operationsInterfaces/jobs.d.ts.map +1 -0
  36. package/dist/browser/operationsInterfaces/jobs.js.map +1 -0
  37. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
  38. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
  39. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  40. package/{dist-esm/src → dist/browser}/operationsInterfaces/service.d.ts +1 -1
  41. package/dist/browser/operationsInterfaces/service.d.ts.map +1 -0
  42. package/dist/browser/operationsInterfaces/service.js.map +1 -0
  43. package/dist/browser/package.json +3 -0
  44. package/dist/browser/pagingHelper.js.map +1 -0
  45. package/dist/commonjs/dataBoxManagementClient.d.ts +31 -0
  46. package/dist/commonjs/dataBoxManagementClient.d.ts.map +1 -0
  47. package/dist/commonjs/dataBoxManagementClient.js +140 -0
  48. package/dist/commonjs/dataBoxManagementClient.js.map +1 -0
  49. package/dist/commonjs/index.d.ts +5 -0
  50. package/dist/commonjs/index.d.ts.map +1 -0
  51. package/dist/commonjs/index.js +19 -0
  52. package/dist/commonjs/index.js.map +1 -0
  53. package/dist/commonjs/lroImpl.d.ts +11 -0
  54. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  55. package/dist/commonjs/lroImpl.js +24 -0
  56. package/dist/commonjs/lroImpl.js.map +1 -0
  57. package/{types/arm-databox.d.ts → dist/commonjs/models/index.d.ts} +2491 -2916
  58. package/dist/commonjs/models/index.d.ts.map +1 -0
  59. package/dist/commonjs/models/index.js +239 -0
  60. package/dist/commonjs/models/index.js.map +1 -0
  61. package/dist/commonjs/models/mappers.d.ts +174 -0
  62. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  63. package/dist/commonjs/models/mappers.js +4484 -0
  64. package/dist/commonjs/models/mappers.js.map +1 -0
  65. package/dist/commonjs/models/parameters.d.ts +24 -0
  66. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  67. package/dist/commonjs/models/parameters.js +179 -0
  68. package/dist/commonjs/models/parameters.js.map +1 -0
  69. package/dist/commonjs/operations/index.d.ts +4 -0
  70. package/dist/commonjs/operations/index.d.ts.map +1 -0
  71. package/dist/commonjs/operations/index.js +14 -0
  72. package/dist/commonjs/operations/index.js.map +1 -0
  73. package/dist/commonjs/operations/jobs.d.ts +161 -0
  74. package/dist/commonjs/operations/jobs.d.ts.map +1 -0
  75. package/dist/commonjs/operations/jobs.js +728 -0
  76. package/dist/commonjs/operations/jobs.js.map +1 -0
  77. package/dist/commonjs/operations/operations.d.ts +32 -0
  78. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  79. package/dist/commonjs/operations/operations.js +137 -0
  80. package/dist/commonjs/operations/operations.js.map +1 -0
  81. package/dist/commonjs/operations/service.d.ts +83 -0
  82. package/dist/commonjs/operations/service.d.ts.map +1 -0
  83. package/dist/commonjs/operations/service.js +324 -0
  84. package/dist/commonjs/operations/service.js.map +1 -0
  85. package/dist/commonjs/operationsInterfaces/index.d.ts +4 -0
  86. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  87. package/dist/commonjs/operationsInterfaces/index.js +14 -0
  88. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  89. package/dist/commonjs/operationsInterfaces/jobs.d.ts +115 -0
  90. package/dist/commonjs/operationsInterfaces/jobs.d.ts.map +1 -0
  91. package/dist/commonjs/operationsInterfaces/jobs.js +10 -0
  92. package/dist/commonjs/operationsInterfaces/jobs.js.map +1 -0
  93. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  94. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  95. package/{dist-esm/src/operations/index.js → dist/commonjs/operationsInterfaces/operations.js} +3 -4
  96. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  97. package/dist/commonjs/operationsInterfaces/service.d.ts +54 -0
  98. package/dist/commonjs/operationsInterfaces/service.d.ts.map +1 -0
  99. package/dist/commonjs/operationsInterfaces/service.js +10 -0
  100. package/dist/commonjs/operationsInterfaces/service.js.map +1 -0
  101. package/dist/commonjs/package.json +3 -0
  102. package/dist/commonjs/pagingHelper.d.ts +13 -0
  103. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  104. package/dist/commonjs/pagingHelper.js +36 -0
  105. package/dist/commonjs/pagingHelper.js.map +1 -0
  106. package/dist/esm/dataBoxManagementClient.d.ts +31 -0
  107. package/dist/esm/dataBoxManagementClient.d.ts.map +1 -0
  108. package/dist/esm/dataBoxManagementClient.js +135 -0
  109. package/dist/esm/dataBoxManagementClient.js.map +1 -0
  110. package/dist/esm/index.d.ts +5 -0
  111. package/dist/esm/index.d.ts.map +1 -0
  112. package/{src/index.ts → dist/esm/index.js} +5 -5
  113. package/dist/esm/index.js.map +1 -0
  114. package/dist/esm/lroImpl.d.ts +11 -0
  115. package/dist/esm/lroImpl.d.ts.map +1 -0
  116. package/dist/esm/lroImpl.js +21 -0
  117. package/dist/esm/lroImpl.js.map +1 -0
  118. package/dist/esm/models/index.d.ts +2491 -0
  119. package/dist/esm/models/index.d.ts.map +1 -0
  120. package/dist/esm/models/index.js +236 -0
  121. package/dist/esm/models/index.js.map +1 -0
  122. package/dist/esm/models/mappers.d.ts +174 -0
  123. package/dist/esm/models/mappers.d.ts.map +1 -0
  124. package/dist/{index.js → esm/models/mappers.js} +129 -2060
  125. package/dist/esm/models/mappers.js.map +1 -0
  126. package/dist/esm/models/parameters.d.ts +24 -0
  127. package/dist/esm/models/parameters.d.ts.map +1 -0
  128. package/dist/esm/models/parameters.js +176 -0
  129. package/dist/esm/models/parameters.js.map +1 -0
  130. package/dist/esm/operations/index.d.ts +4 -0
  131. package/dist/esm/operations/index.d.ts.map +1 -0
  132. package/dist/esm/operations/index.js +11 -0
  133. package/dist/esm/operations/index.js.map +1 -0
  134. package/dist/esm/operations/jobs.d.ts +161 -0
  135. package/dist/esm/operations/jobs.d.ts.map +1 -0
  136. package/dist/esm/operations/jobs.js +724 -0
  137. package/dist/esm/operations/jobs.js.map +1 -0
  138. package/dist/esm/operations/operations.d.ts +32 -0
  139. package/dist/esm/operations/operations.d.ts.map +1 -0
  140. package/dist/esm/operations/operations.js +133 -0
  141. package/dist/esm/operations/operations.js.map +1 -0
  142. package/dist/esm/operations/service.d.ts +83 -0
  143. package/dist/esm/operations/service.d.ts.map +1 -0
  144. package/dist/esm/operations/service.js +320 -0
  145. package/dist/esm/operations/service.js.map +1 -0
  146. package/dist/esm/operationsInterfaces/index.d.ts +4 -0
  147. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  148. package/dist/esm/operationsInterfaces/index.js +11 -0
  149. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  150. package/dist/esm/operationsInterfaces/jobs.d.ts +115 -0
  151. package/dist/esm/operationsInterfaces/jobs.d.ts.map +1 -0
  152. package/{src/operations/index.ts → dist/esm/operationsInterfaces/jobs.js} +2 -4
  153. package/dist/esm/operationsInterfaces/jobs.js.map +1 -0
  154. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  155. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  156. package/dist/esm/operationsInterfaces/operations.js +9 -0
  157. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  158. package/dist/esm/operationsInterfaces/service.d.ts +54 -0
  159. package/dist/esm/operationsInterfaces/service.d.ts.map +1 -0
  160. package/dist/esm/operationsInterfaces/service.js +9 -0
  161. package/dist/esm/operationsInterfaces/service.js.map +1 -0
  162. package/dist/esm/package.json +3 -0
  163. package/dist/esm/pagingHelper.d.ts +13 -0
  164. package/dist/esm/pagingHelper.d.ts.map +1 -0
  165. package/dist/esm/pagingHelper.js +32 -0
  166. package/dist/esm/pagingHelper.js.map +1 -0
  167. package/dist/react-native/dataBoxManagementClient.d.ts +31 -0
  168. package/dist/react-native/dataBoxManagementClient.d.ts.map +1 -0
  169. package/dist/react-native/dataBoxManagementClient.js +135 -0
  170. package/dist/react-native/dataBoxManagementClient.js.map +1 -0
  171. package/dist/react-native/index.d.ts +5 -0
  172. package/dist/react-native/index.d.ts.map +1 -0
  173. package/dist/react-native/index.js +13 -0
  174. package/dist/react-native/index.js.map +1 -0
  175. package/dist/react-native/lroImpl.d.ts +11 -0
  176. package/dist/react-native/lroImpl.d.ts.map +1 -0
  177. package/dist/react-native/lroImpl.js +21 -0
  178. package/dist/react-native/lroImpl.js.map +1 -0
  179. package/dist/react-native/models/index.d.ts +2491 -0
  180. package/dist/react-native/models/index.d.ts.map +1 -0
  181. package/dist/react-native/models/index.js +236 -0
  182. package/dist/react-native/models/index.js.map +1 -0
  183. package/dist/react-native/models/mappers.d.ts +174 -0
  184. package/dist/react-native/models/mappers.d.ts.map +1 -0
  185. package/dist/react-native/models/mappers.js +4479 -0
  186. package/dist/react-native/models/mappers.js.map +1 -0
  187. package/dist/react-native/models/parameters.d.ts +24 -0
  188. package/dist/react-native/models/parameters.d.ts.map +1 -0
  189. package/dist/react-native/models/parameters.js +176 -0
  190. package/dist/react-native/models/parameters.js.map +1 -0
  191. package/dist/react-native/operations/index.d.ts +4 -0
  192. package/dist/react-native/operations/index.d.ts.map +1 -0
  193. package/dist/react-native/operations/index.js +11 -0
  194. package/dist/react-native/operations/index.js.map +1 -0
  195. package/dist/react-native/operations/jobs.d.ts +161 -0
  196. package/dist/react-native/operations/jobs.d.ts.map +1 -0
  197. package/dist/react-native/operations/jobs.js +724 -0
  198. package/dist/react-native/operations/jobs.js.map +1 -0
  199. package/dist/react-native/operations/operations.d.ts +32 -0
  200. package/dist/react-native/operations/operations.d.ts.map +1 -0
  201. package/dist/react-native/operations/operations.js +133 -0
  202. package/dist/react-native/operations/operations.js.map +1 -0
  203. package/dist/react-native/operations/service.d.ts +83 -0
  204. package/dist/react-native/operations/service.d.ts.map +1 -0
  205. package/dist/react-native/operations/service.js +320 -0
  206. package/dist/react-native/operations/service.js.map +1 -0
  207. package/dist/react-native/operationsInterfaces/index.d.ts +4 -0
  208. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  209. package/dist/react-native/operationsInterfaces/index.js +11 -0
  210. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  211. package/dist/react-native/operationsInterfaces/jobs.d.ts +115 -0
  212. package/dist/react-native/operationsInterfaces/jobs.d.ts.map +1 -0
  213. package/dist/react-native/operationsInterfaces/jobs.js +9 -0
  214. package/dist/react-native/operationsInterfaces/jobs.js.map +1 -0
  215. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  216. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  217. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  218. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  219. package/dist/react-native/operationsInterfaces/service.d.ts +54 -0
  220. package/dist/react-native/operationsInterfaces/service.d.ts.map +1 -0
  221. package/dist/react-native/operationsInterfaces/service.js +9 -0
  222. package/dist/react-native/operationsInterfaces/service.js.map +1 -0
  223. package/dist/react-native/package.json +3 -0
  224. package/dist/react-native/pagingHelper.d.ts +13 -0
  225. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  226. package/dist/react-native/pagingHelper.js +32 -0
  227. package/dist/react-native/pagingHelper.js.map +1 -0
  228. package/package.json +58 -28
  229. package/dist/index.js.map +0 -1
  230. package/dist/index.min.js +0 -1
  231. package/dist/index.min.js.map +0 -1
  232. package/dist-esm/samples-dev/jobsBookShipmentPickUpSample.d.ts +0 -2
  233. package/dist-esm/samples-dev/jobsBookShipmentPickUpSample.d.ts.map +0 -1
  234. package/dist-esm/samples-dev/jobsBookShipmentPickUpSample.js +0 -43
  235. package/dist-esm/samples-dev/jobsBookShipmentPickUpSample.js.map +0 -1
  236. package/dist-esm/samples-dev/jobsCancelSample.d.ts +0 -2
  237. package/dist-esm/samples-dev/jobsCancelSample.d.ts.map +0 -1
  238. package/dist-esm/samples-dev/jobsCancelSample.js +0 -39
  239. package/dist-esm/samples-dev/jobsCancelSample.js.map +0 -1
  240. package/dist-esm/samples-dev/jobsCreateSample.d.ts +0 -2
  241. package/dist-esm/samples-dev/jobsCreateSample.d.ts.map +0 -1
  242. package/dist-esm/samples-dev/jobsCreateSample.js +0 -289
  243. package/dist-esm/samples-dev/jobsCreateSample.js.map +0 -1
  244. package/dist-esm/samples-dev/jobsDeleteSample.d.ts +0 -2
  245. package/dist-esm/samples-dev/jobsDeleteSample.d.ts.map +0 -1
  246. package/dist-esm/samples-dev/jobsDeleteSample.js +0 -38
  247. package/dist-esm/samples-dev/jobsDeleteSample.js.map +0 -1
  248. package/dist-esm/samples-dev/jobsGetSample.d.ts +0 -2
  249. package/dist-esm/samples-dev/jobsGetSample.d.ts.map +0 -1
  250. package/dist-esm/samples-dev/jobsGetSample.js +0 -120
  251. package/dist-esm/samples-dev/jobsGetSample.js.map +0 -1
  252. package/dist-esm/samples-dev/jobsListByResourceGroupSample.d.ts +0 -2
  253. package/dist-esm/samples-dev/jobsListByResourceGroupSample.d.ts.map +0 -1
  254. package/dist-esm/samples-dev/jobsListByResourceGroupSample.js +0 -53
  255. package/dist-esm/samples-dev/jobsListByResourceGroupSample.js.map +0 -1
  256. package/dist-esm/samples-dev/jobsListCredentialsSample.d.ts +0 -2
  257. package/dist-esm/samples-dev/jobsListCredentialsSample.d.ts.map +0 -1
  258. package/dist-esm/samples-dev/jobsListCredentialsSample.js +0 -54
  259. package/dist-esm/samples-dev/jobsListCredentialsSample.js.map +0 -1
  260. package/dist-esm/samples-dev/jobsListSample.d.ts +0 -2
  261. package/dist-esm/samples-dev/jobsListSample.d.ts.map +0 -1
  262. package/dist-esm/samples-dev/jobsListSample.js +0 -52
  263. package/dist-esm/samples-dev/jobsListSample.js.map +0 -1
  264. package/dist-esm/samples-dev/jobsMarkDevicesShippedSample.d.ts +0 -2
  265. package/dist-esm/samples-dev/jobsMarkDevicesShippedSample.d.ts.map +0 -1
  266. package/dist-esm/samples-dev/jobsMarkDevicesShippedSample.js +0 -44
  267. package/dist-esm/samples-dev/jobsMarkDevicesShippedSample.js.map +0 -1
  268. package/dist-esm/samples-dev/jobsUpdateSample.d.ts +0 -2
  269. package/dist-esm/samples-dev/jobsUpdateSample.d.ts.map +0 -1
  270. package/dist-esm/samples-dev/jobsUpdateSample.js +0 -124
  271. package/dist-esm/samples-dev/jobsUpdateSample.js.map +0 -1
  272. package/dist-esm/samples-dev/mitigateSample.d.ts +0 -2
  273. package/dist-esm/samples-dev/mitigateSample.d.ts.map +0 -1
  274. package/dist-esm/samples-dev/mitigateSample.js +0 -44
  275. package/dist-esm/samples-dev/mitigateSample.js.map +0 -1
  276. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  277. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  278. package/dist-esm/samples-dev/operationsListSample.js +0 -53
  279. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  280. package/dist-esm/samples-dev/serviceListAvailableSkusByResourceGroupSample.d.ts +0 -2
  281. package/dist-esm/samples-dev/serviceListAvailableSkusByResourceGroupSample.d.ts.map +0 -1
  282. package/dist-esm/samples-dev/serviceListAvailableSkusByResourceGroupSample.js +0 -59
  283. package/dist-esm/samples-dev/serviceListAvailableSkusByResourceGroupSample.js.map +0 -1
  284. package/dist-esm/samples-dev/serviceRegionConfigurationByResourceGroupSample.d.ts +0 -2
  285. package/dist-esm/samples-dev/serviceRegionConfigurationByResourceGroupSample.d.ts.map +0 -1
  286. package/dist-esm/samples-dev/serviceRegionConfigurationByResourceGroupSample.js +0 -44
  287. package/dist-esm/samples-dev/serviceRegionConfigurationByResourceGroupSample.js.map +0 -1
  288. package/dist-esm/samples-dev/serviceRegionConfigurationSample.d.ts +0 -2
  289. package/dist-esm/samples-dev/serviceRegionConfigurationSample.d.ts.map +0 -1
  290. package/dist-esm/samples-dev/serviceRegionConfigurationSample.js +0 -43
  291. package/dist-esm/samples-dev/serviceRegionConfigurationSample.js.map +0 -1
  292. package/dist-esm/samples-dev/serviceValidateAddressSample.d.ts +0 -2
  293. package/dist-esm/samples-dev/serviceValidateAddressSample.d.ts.map +0 -1
  294. package/dist-esm/samples-dev/serviceValidateAddressSample.js +0 -51
  295. package/dist-esm/samples-dev/serviceValidateAddressSample.js.map +0 -1
  296. package/dist-esm/samples-dev/serviceValidateInputsByResourceGroupSample.d.ts +0 -2
  297. package/dist-esm/samples-dev/serviceValidateInputsByResourceGroupSample.d.ts.map +0 -1
  298. package/dist-esm/samples-dev/serviceValidateInputsByResourceGroupSample.js +0 -87
  299. package/dist-esm/samples-dev/serviceValidateInputsByResourceGroupSample.js.map +0 -1
  300. package/dist-esm/samples-dev/serviceValidateInputsSample.d.ts +0 -2
  301. package/dist-esm/samples-dev/serviceValidateInputsSample.d.ts.map +0 -1
  302. package/dist-esm/samples-dev/serviceValidateInputsSample.js +0 -86
  303. package/dist-esm/samples-dev/serviceValidateInputsSample.js.map +0 -1
  304. package/dist-esm/src/dataBoxManagementClient.d.ts.map +0 -1
  305. package/dist-esm/src/dataBoxManagementClient.js.map +0 -1
  306. package/dist-esm/src/index.d.ts +0 -5
  307. package/dist-esm/src/index.js.map +0 -1
  308. package/dist-esm/src/lroImpl.js.map +0 -1
  309. package/dist-esm/src/models/index.js.map +0 -1
  310. package/dist-esm/src/models/mappers.js.map +0 -1
  311. package/dist-esm/src/models/parameters.js.map +0 -1
  312. package/dist-esm/src/operations/index.d.ts +0 -4
  313. package/dist-esm/src/operations/index.js.map +0 -1
  314. package/dist-esm/src/operations/jobs.d.ts.map +0 -1
  315. package/dist-esm/src/operations/jobs.js.map +0 -1
  316. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  317. package/dist-esm/src/operations/operations.js.map +0 -1
  318. package/dist-esm/src/operations/service.d.ts.map +0 -1
  319. package/dist-esm/src/operations/service.js.map +0 -1
  320. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -4
  321. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  322. package/dist-esm/src/operationsInterfaces/jobs.d.ts.map +0 -1
  323. package/dist-esm/src/operationsInterfaces/jobs.js.map +0 -1
  324. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  325. package/dist-esm/src/operationsInterfaces/service.d.ts.map +0 -1
  326. package/dist-esm/src/operationsInterfaces/service.js.map +0 -1
  327. package/dist-esm/src/pagingHelper.js.map +0 -1
  328. package/dist-esm/test/databox_operations_test.spec.d.ts +0 -4
  329. package/dist-esm/test/databox_operations_test.spec.d.ts.map +0 -1
  330. package/dist-esm/test/databox_operations_test.spec.js +0 -77
  331. package/dist-esm/test/databox_operations_test.spec.js.map +0 -1
  332. package/src/dataBoxManagementClient.ts +0 -195
  333. package/src/lroImpl.ts +0 -42
  334. package/src/models/index.ts +0 -2800
  335. package/src/models/mappers.ts +0 -4799
  336. package/src/models/parameters.ts +0 -214
  337. package/src/operations/jobs.ts +0 -955
  338. package/src/operations/operations.ts +0 -149
  339. package/src/operations/service.ts +0 -443
  340. package/src/operationsInterfaces/index.ts +0 -11
  341. package/src/operationsInterfaces/jobs.ts +0 -205
  342. package/src/operationsInterfaces/operations.ts +0 -22
  343. package/src/operationsInterfaces/service.ts +0 -107
  344. package/src/pagingHelper.ts +0 -39
  345. package/tsconfig.json +0 -33
  346. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  347. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  348. /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
  349. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  350. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  351. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  352. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  353. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  354. /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
  355. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  356. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  357. /package/{dist-esm/src → dist/browser}/operationsInterfaces/jobs.js +0 -0
  358. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  359. /package/{dist-esm/src → dist/browser}/operationsInterfaces/service.js +0 -0
  360. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  361. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  362. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
  363. /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
@@ -1,149 +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, PageSettings } from "@azure/core-paging";
10
- import { setContinuationToken } from "../pagingHelper";
11
- import { Operations } from "../operationsInterfaces";
12
- import * as coreClient from "@azure/core-client";
13
- import * as Mappers from "../models/mappers";
14
- import * as Parameters from "../models/parameters";
15
- import { DataBoxManagementClient } from "../dataBoxManagementClient";
16
- import {
17
- Operation,
18
- OperationsListNextOptionalParams,
19
- OperationsListOptionalParams,
20
- OperationsListResponse,
21
- OperationsListNextResponse
22
- } from "../models";
23
-
24
- /// <reference lib="esnext.asynciterable" />
25
- /** Class containing Operations operations. */
26
- export class OperationsImpl implements Operations {
27
- private readonly client: DataBoxManagementClient;
28
-
29
- /**
30
- * Initialize a new instance of the class Operations class.
31
- * @param client Reference to the service client
32
- */
33
- constructor(client: DataBoxManagementClient) {
34
- this.client = client;
35
- }
36
-
37
- /**
38
- * This method gets all the operations.
39
- * @param options The options parameters.
40
- */
41
- public list(
42
- options?: OperationsListOptionalParams
43
- ): PagedAsyncIterableIterator<Operation> {
44
- const iter = this.listPagingAll(options);
45
- return {
46
- next() {
47
- return iter.next();
48
- },
49
- [Symbol.asyncIterator]() {
50
- return this;
51
- },
52
- byPage: (settings?: PageSettings) => {
53
- if (settings?.maxPageSize) {
54
- throw new Error("maxPageSize is not supported by this operation.");
55
- }
56
- return this.listPagingPage(options, settings);
57
- }
58
- };
59
- }
60
-
61
- private async *listPagingPage(
62
- options?: OperationsListOptionalParams,
63
- settings?: PageSettings
64
- ): AsyncIterableIterator<Operation[]> {
65
- let result: OperationsListResponse;
66
- let continuationToken = settings?.continuationToken;
67
- if (!continuationToken) {
68
- result = await this._list(options);
69
- let page = result.value || [];
70
- continuationToken = result.nextLink;
71
- setContinuationToken(page, continuationToken);
72
- yield page;
73
- }
74
- while (continuationToken) {
75
- result = await this._listNext(continuationToken, options);
76
- continuationToken = result.nextLink;
77
- let page = result.value || [];
78
- setContinuationToken(page, continuationToken);
79
- yield page;
80
- }
81
- }
82
-
83
- private async *listPagingAll(
84
- options?: OperationsListOptionalParams
85
- ): AsyncIterableIterator<Operation> {
86
- for await (const page of this.listPagingPage(options)) {
87
- yield* page;
88
- }
89
- }
90
-
91
- /**
92
- * This method gets all the operations.
93
- * @param options The options parameters.
94
- */
95
- private _list(
96
- options?: OperationsListOptionalParams
97
- ): Promise<OperationsListResponse> {
98
- return this.client.sendOperationRequest({ options }, listOperationSpec);
99
- }
100
-
101
- /**
102
- * ListNext
103
- * @param nextLink The nextLink from the previous successful call to the List method.
104
- * @param options The options parameters.
105
- */
106
- private _listNext(
107
- nextLink: string,
108
- options?: OperationsListNextOptionalParams
109
- ): Promise<OperationsListNextResponse> {
110
- return this.client.sendOperationRequest(
111
- { nextLink, options },
112
- listNextOperationSpec
113
- );
114
- }
115
- }
116
- // Operation Specifications
117
- const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
118
-
119
- const listOperationSpec: coreClient.OperationSpec = {
120
- path: "/providers/Microsoft.DataBox/operations",
121
- httpMethod: "GET",
122
- responses: {
123
- 200: {
124
- bodyMapper: Mappers.OperationList
125
- },
126
- default: {
127
- bodyMapper: Mappers.ApiError
128
- }
129
- },
130
- queryParameters: [Parameters.apiVersion],
131
- urlParameters: [Parameters.$host],
132
- headerParameters: [Parameters.accept],
133
- serializer
134
- };
135
- const listNextOperationSpec: coreClient.OperationSpec = {
136
- path: "{nextLink}",
137
- httpMethod: "GET",
138
- responses: {
139
- 200: {
140
- bodyMapper: Mappers.OperationList
141
- },
142
- default: {
143
- bodyMapper: Mappers.ApiError
144
- }
145
- },
146
- urlParameters: [Parameters.$host, Parameters.nextLink],
147
- headerParameters: [Parameters.accept],
148
- serializer
149
- };
@@ -1,443 +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, PageSettings } from "@azure/core-paging";
10
- import { setContinuationToken } from "../pagingHelper";
11
- import { Service } from "../operationsInterfaces";
12
- import * as coreClient from "@azure/core-client";
13
- import * as Mappers from "../models/mappers";
14
- import * as Parameters from "../models/parameters";
15
- import { DataBoxManagementClient } from "../dataBoxManagementClient";
16
- import {
17
- SkuInformation,
18
- AvailableSkuRequest,
19
- ServiceListAvailableSkusByResourceGroupNextOptionalParams,
20
- ServiceListAvailableSkusByResourceGroupOptionalParams,
21
- ServiceListAvailableSkusByResourceGroupResponse,
22
- ValidateAddress,
23
- ServiceValidateAddressOptionalParams,
24
- ServiceValidateAddressResponse,
25
- ValidationRequestUnion,
26
- ServiceValidateInputsByResourceGroupOptionalParams,
27
- ServiceValidateInputsByResourceGroupResponse,
28
- ServiceValidateInputsOptionalParams,
29
- ServiceValidateInputsResponse,
30
- RegionConfigurationRequest,
31
- ServiceRegionConfigurationOptionalParams,
32
- ServiceRegionConfigurationResponse,
33
- ServiceRegionConfigurationByResourceGroupOptionalParams,
34
- ServiceRegionConfigurationByResourceGroupResponse,
35
- ServiceListAvailableSkusByResourceGroupNextResponse
36
- } from "../models";
37
-
38
- /// <reference lib="esnext.asynciterable" />
39
- /** Class containing Service operations. */
40
- export class ServiceImpl implements Service {
41
- private readonly client: DataBoxManagementClient;
42
-
43
- /**
44
- * Initialize a new instance of the class Service class.
45
- * @param client Reference to the service client
46
- */
47
- constructor(client: DataBoxManagementClient) {
48
- this.client = client;
49
- }
50
-
51
- /**
52
- * This method provides the list of available skus for the given subscription, resource group and
53
- * location.
54
- * @param resourceGroupName The Resource Group Name
55
- * @param location The location of the resource
56
- * @param availableSkuRequest Filters for showing the available skus.
57
- * @param options The options parameters.
58
- */
59
- public listAvailableSkusByResourceGroup(
60
- resourceGroupName: string,
61
- location: string,
62
- availableSkuRequest: AvailableSkuRequest,
63
- options?: ServiceListAvailableSkusByResourceGroupOptionalParams
64
- ): PagedAsyncIterableIterator<SkuInformation> {
65
- const iter = this.listAvailableSkusByResourceGroupPagingAll(
66
- resourceGroupName,
67
- location,
68
- availableSkuRequest,
69
- options
70
- );
71
- return {
72
- next() {
73
- return iter.next();
74
- },
75
- [Symbol.asyncIterator]() {
76
- return this;
77
- },
78
- byPage: (settings?: PageSettings) => {
79
- if (settings?.maxPageSize) {
80
- throw new Error("maxPageSize is not supported by this operation.");
81
- }
82
- return this.listAvailableSkusByResourceGroupPagingPage(
83
- resourceGroupName,
84
- location,
85
- availableSkuRequest,
86
- options,
87
- settings
88
- );
89
- }
90
- };
91
- }
92
-
93
- private async *listAvailableSkusByResourceGroupPagingPage(
94
- resourceGroupName: string,
95
- location: string,
96
- availableSkuRequest: AvailableSkuRequest,
97
- options?: ServiceListAvailableSkusByResourceGroupOptionalParams,
98
- settings?: PageSettings
99
- ): AsyncIterableIterator<SkuInformation[]> {
100
- let result: ServiceListAvailableSkusByResourceGroupResponse;
101
- let continuationToken = settings?.continuationToken;
102
- if (!continuationToken) {
103
- result = await this._listAvailableSkusByResourceGroup(
104
- resourceGroupName,
105
- location,
106
- availableSkuRequest,
107
- options
108
- );
109
- let page = result.value || [];
110
- continuationToken = result.nextLink;
111
- setContinuationToken(page, continuationToken);
112
- yield page;
113
- }
114
- while (continuationToken) {
115
- result = await this._listAvailableSkusByResourceGroupNext(
116
- resourceGroupName,
117
- location,
118
- availableSkuRequest,
119
- continuationToken,
120
- options
121
- );
122
- continuationToken = result.nextLink;
123
- let page = result.value || [];
124
- setContinuationToken(page, continuationToken);
125
- yield page;
126
- }
127
- }
128
-
129
- private async *listAvailableSkusByResourceGroupPagingAll(
130
- resourceGroupName: string,
131
- location: string,
132
- availableSkuRequest: AvailableSkuRequest,
133
- options?: ServiceListAvailableSkusByResourceGroupOptionalParams
134
- ): AsyncIterableIterator<SkuInformation> {
135
- for await (const page of this.listAvailableSkusByResourceGroupPagingPage(
136
- resourceGroupName,
137
- location,
138
- availableSkuRequest,
139
- options
140
- )) {
141
- yield* page;
142
- }
143
- }
144
-
145
- /**
146
- * This method provides the list of available skus for the given subscription, resource group and
147
- * location.
148
- * @param resourceGroupName The Resource Group Name
149
- * @param location The location of the resource
150
- * @param availableSkuRequest Filters for showing the available skus.
151
- * @param options The options parameters.
152
- */
153
- private _listAvailableSkusByResourceGroup(
154
- resourceGroupName: string,
155
- location: string,
156
- availableSkuRequest: AvailableSkuRequest,
157
- options?: ServiceListAvailableSkusByResourceGroupOptionalParams
158
- ): Promise<ServiceListAvailableSkusByResourceGroupResponse> {
159
- return this.client.sendOperationRequest(
160
- { resourceGroupName, location, availableSkuRequest, options },
161
- listAvailableSkusByResourceGroupOperationSpec
162
- );
163
- }
164
-
165
- /**
166
- * [DEPRECATED NOTICE: This operation will soon be removed]. This method validates the customer
167
- * shipping address and provide alternate addresses if any.
168
- * @param location The location of the resource
169
- * @param validateAddress Shipping address of the customer.
170
- * @param options The options parameters.
171
- */
172
- validateAddress(
173
- location: string,
174
- validateAddress: ValidateAddress,
175
- options?: ServiceValidateAddressOptionalParams
176
- ): Promise<ServiceValidateAddressResponse> {
177
- return this.client.sendOperationRequest(
178
- { location, validateAddress, options },
179
- validateAddressOperationSpec
180
- );
181
- }
182
-
183
- /**
184
- * This method does all necessary pre-job creation validation under resource group.
185
- * @param resourceGroupName The Resource Group Name
186
- * @param location The location of the resource
187
- * @param validationRequest Inputs of the customer.
188
- * @param options The options parameters.
189
- */
190
- validateInputsByResourceGroup(
191
- resourceGroupName: string,
192
- location: string,
193
- validationRequest: ValidationRequestUnion,
194
- options?: ServiceValidateInputsByResourceGroupOptionalParams
195
- ): Promise<ServiceValidateInputsByResourceGroupResponse> {
196
- return this.client.sendOperationRequest(
197
- { resourceGroupName, location, validationRequest, options },
198
- validateInputsByResourceGroupOperationSpec
199
- );
200
- }
201
-
202
- /**
203
- * This method does all necessary pre-job creation validation under subscription.
204
- * @param location The location of the resource
205
- * @param validationRequest Inputs of the customer.
206
- * @param options The options parameters.
207
- */
208
- validateInputs(
209
- location: string,
210
- validationRequest: ValidationRequestUnion,
211
- options?: ServiceValidateInputsOptionalParams
212
- ): Promise<ServiceValidateInputsResponse> {
213
- return this.client.sendOperationRequest(
214
- { location, validationRequest, options },
215
- validateInputsOperationSpec
216
- );
217
- }
218
-
219
- /**
220
- * This API provides configuration details specific to given region/location at Subscription level.
221
- * @param location The location of the resource
222
- * @param regionConfigurationRequest Request body to get the configuration for the region.
223
- * @param options The options parameters.
224
- */
225
- regionConfiguration(
226
- location: string,
227
- regionConfigurationRequest: RegionConfigurationRequest,
228
- options?: ServiceRegionConfigurationOptionalParams
229
- ): Promise<ServiceRegionConfigurationResponse> {
230
- return this.client.sendOperationRequest(
231
- { location, regionConfigurationRequest, options },
232
- regionConfigurationOperationSpec
233
- );
234
- }
235
-
236
- /**
237
- * This API provides configuration details specific to given region/location at Resource group level.
238
- * @param resourceGroupName The Resource Group Name
239
- * @param location The location of the resource
240
- * @param regionConfigurationRequest Request body to get the configuration for the region at resource
241
- * group level.
242
- * @param options The options parameters.
243
- */
244
- regionConfigurationByResourceGroup(
245
- resourceGroupName: string,
246
- location: string,
247
- regionConfigurationRequest: RegionConfigurationRequest,
248
- options?: ServiceRegionConfigurationByResourceGroupOptionalParams
249
- ): Promise<ServiceRegionConfigurationByResourceGroupResponse> {
250
- return this.client.sendOperationRequest(
251
- { resourceGroupName, location, regionConfigurationRequest, options },
252
- regionConfigurationByResourceGroupOperationSpec
253
- );
254
- }
255
-
256
- /**
257
- * ListAvailableSkusByResourceGroupNext
258
- * @param resourceGroupName The Resource Group Name
259
- * @param location The location of the resource
260
- * @param availableSkuRequest Filters for showing the available skus.
261
- * @param nextLink The nextLink from the previous successful call to the
262
- * ListAvailableSkusByResourceGroup method.
263
- * @param options The options parameters.
264
- */
265
- private _listAvailableSkusByResourceGroupNext(
266
- resourceGroupName: string,
267
- location: string,
268
- availableSkuRequest: AvailableSkuRequest,
269
- nextLink: string,
270
- options?: ServiceListAvailableSkusByResourceGroupNextOptionalParams
271
- ): Promise<ServiceListAvailableSkusByResourceGroupNextResponse> {
272
- return this.client.sendOperationRequest(
273
- { resourceGroupName, location, availableSkuRequest, nextLink, options },
274
- listAvailableSkusByResourceGroupNextOperationSpec
275
- );
276
- }
277
- }
278
- // Operation Specifications
279
- const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
280
-
281
- const listAvailableSkusByResourceGroupOperationSpec: coreClient.OperationSpec = {
282
- path:
283
- "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBox/locations/{location}/availableSkus",
284
- httpMethod: "POST",
285
- responses: {
286
- 200: {
287
- bodyMapper: Mappers.AvailableSkusResult
288
- },
289
- default: {
290
- bodyMapper: Mappers.ApiError
291
- }
292
- },
293
- requestBody: Parameters.availableSkuRequest,
294
- queryParameters: [Parameters.apiVersion],
295
- urlParameters: [
296
- Parameters.$host,
297
- Parameters.subscriptionId,
298
- Parameters.resourceGroupName,
299
- Parameters.location
300
- ],
301
- headerParameters: [Parameters.accept, Parameters.contentType],
302
- mediaType: "json",
303
- serializer
304
- };
305
- const validateAddressOperationSpec: coreClient.OperationSpec = {
306
- path:
307
- "/subscriptions/{subscriptionId}/providers/Microsoft.DataBox/locations/{location}/validateAddress",
308
- httpMethod: "POST",
309
- responses: {
310
- 200: {
311
- bodyMapper: Mappers.AddressValidationOutput
312
- },
313
- default: {
314
- bodyMapper: Mappers.ApiError
315
- }
316
- },
317
- requestBody: Parameters.validateAddress,
318
- queryParameters: [Parameters.apiVersion],
319
- urlParameters: [
320
- Parameters.$host,
321
- Parameters.subscriptionId,
322
- Parameters.location
323
- ],
324
- headerParameters: [Parameters.accept, Parameters.contentType],
325
- mediaType: "json",
326
- serializer
327
- };
328
- const validateInputsByResourceGroupOperationSpec: coreClient.OperationSpec = {
329
- path:
330
- "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBox/locations/{location}/validateInputs",
331
- httpMethod: "POST",
332
- responses: {
333
- 200: {
334
- bodyMapper: Mappers.ValidationResponse
335
- },
336
- default: {
337
- bodyMapper: Mappers.ApiError
338
- }
339
- },
340
- requestBody: Parameters.validationRequest,
341
- queryParameters: [Parameters.apiVersion],
342
- urlParameters: [
343
- Parameters.$host,
344
- Parameters.subscriptionId,
345
- Parameters.resourceGroupName,
346
- Parameters.location
347
- ],
348
- headerParameters: [Parameters.accept, Parameters.contentType],
349
- mediaType: "json",
350
- serializer
351
- };
352
- const validateInputsOperationSpec: coreClient.OperationSpec = {
353
- path:
354
- "/subscriptions/{subscriptionId}/providers/Microsoft.DataBox/locations/{location}/validateInputs",
355
- httpMethod: "POST",
356
- responses: {
357
- 200: {
358
- bodyMapper: Mappers.ValidationResponse
359
- },
360
- default: {
361
- bodyMapper: Mappers.ApiError
362
- }
363
- },
364
- requestBody: Parameters.validationRequest,
365
- queryParameters: [Parameters.apiVersion],
366
- urlParameters: [
367
- Parameters.$host,
368
- Parameters.subscriptionId,
369
- Parameters.location
370
- ],
371
- headerParameters: [Parameters.accept, Parameters.contentType],
372
- mediaType: "json",
373
- serializer
374
- };
375
- const regionConfigurationOperationSpec: coreClient.OperationSpec = {
376
- path:
377
- "/subscriptions/{subscriptionId}/providers/Microsoft.DataBox/locations/{location}/regionConfiguration",
378
- httpMethod: "POST",
379
- responses: {
380
- 200: {
381
- bodyMapper: Mappers.RegionConfigurationResponse
382
- },
383
- default: {
384
- bodyMapper: Mappers.ApiError
385
- }
386
- },
387
- requestBody: Parameters.regionConfigurationRequest,
388
- queryParameters: [Parameters.apiVersion],
389
- urlParameters: [
390
- Parameters.$host,
391
- Parameters.subscriptionId,
392
- Parameters.location
393
- ],
394
- headerParameters: [Parameters.accept, Parameters.contentType],
395
- mediaType: "json",
396
- serializer
397
- };
398
- const regionConfigurationByResourceGroupOperationSpec: coreClient.OperationSpec = {
399
- path:
400
- "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBox/locations/{location}/regionConfiguration",
401
- httpMethod: "POST",
402
- responses: {
403
- 200: {
404
- bodyMapper: Mappers.RegionConfigurationResponse
405
- },
406
- default: {
407
- bodyMapper: Mappers.ApiError
408
- }
409
- },
410
- requestBody: Parameters.regionConfigurationRequest,
411
- queryParameters: [Parameters.apiVersion],
412
- urlParameters: [
413
- Parameters.$host,
414
- Parameters.subscriptionId,
415
- Parameters.resourceGroupName,
416
- Parameters.location
417
- ],
418
- headerParameters: [Parameters.accept, Parameters.contentType],
419
- mediaType: "json",
420
- serializer
421
- };
422
- const listAvailableSkusByResourceGroupNextOperationSpec: coreClient.OperationSpec = {
423
- path: "{nextLink}",
424
- httpMethod: "GET",
425
- responses: {
426
- 200: {
427
- bodyMapper: Mappers.AvailableSkusResult
428
- },
429
- default: {
430
- bodyMapper: Mappers.ApiError
431
- }
432
- },
433
- urlParameters: [
434
- Parameters.$host,
435
- Parameters.nextLink,
436
- Parameters.subscriptionId,
437
- Parameters.resourceGroupName,
438
- Parameters.location
439
- ],
440
- headerParameters: [Parameters.accept, Parameters.contentType],
441
- mediaType: "json",
442
- serializer
443
- };
@@ -1,11 +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
- export * from "./operations";
10
- export * from "./jobs";
11
- export * from "./service";