@azure/arm-datalake-analytics 2.0.0-beta.4 → 2.0.0-beta.5

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 (580) hide show
  1. package/CHANGELOG.md +12 -2
  2. package/LICENSE +4 -4
  3. package/README.md +30 -18
  4. package/{dist-esm/src → dist/browser}/dataLakeAnalyticsAccountManagementClient.d.ts +2 -2
  5. package/dist/browser/dataLakeAnalyticsAccountManagementClient.d.ts.map +1 -0
  6. package/{dist-esm/src → dist/browser}/dataLakeAnalyticsAccountManagementClient.js +36 -24
  7. package/dist/browser/dataLakeAnalyticsAccountManagementClient.js.map +1 -0
  8. package/dist/browser/index.d.ts +5 -0
  9. package/dist/browser/index.d.ts.map +1 -0
  10. package/{dist-esm/src → dist/browser}/index.js +4 -4
  11. package/dist/browser/index.js.map +1 -0
  12. package/{dist-esm/src → dist/browser}/lroImpl.js +13 -9
  13. package/dist/browser/lroImpl.js.map +1 -0
  14. package/{dist-esm/src → dist/browser}/models/index.d.ts +42 -42
  15. package/{dist-esm/src → dist/browser}/models/index.d.ts.map +1 -1
  16. package/dist/browser/models/index.js.map +1 -0
  17. package/{dist-esm/src → dist/browser}/models/mappers.js +184 -87
  18. package/dist/browser/models/mappers.js.map +1 -0
  19. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  20. package/dist/browser/models/parameters.js.map +1 -0
  21. package/{dist-esm/src → dist/browser}/operations/accounts.d.ts +3 -3
  22. package/dist/browser/operations/accounts.d.ts.map +1 -0
  23. package/{dist-esm/src → dist/browser}/operations/accounts.js +160 -187
  24. package/dist/browser/operations/accounts.js.map +1 -0
  25. package/{dist-esm/src → dist/browser}/operations/computePolicies.d.ts +3 -3
  26. package/dist/browser/operations/computePolicies.d.ts.map +1 -0
  27. package/{dist-esm/src → dist/browser}/operations/computePolicies.js +26 -41
  28. package/dist/browser/operations/computePolicies.js.map +1 -0
  29. package/{dist-esm/src → dist/browser}/operations/dataLakeStoreAccounts.d.ts +3 -3
  30. package/dist/browser/operations/dataLakeStoreAccounts.d.ts.map +1 -0
  31. package/{dist-esm/src → dist/browser}/operations/dataLakeStoreAccounts.js +26 -41
  32. package/dist/browser/operations/dataLakeStoreAccounts.js.map +1 -0
  33. package/{dist-esm/src → dist/browser}/operations/firewallRules.d.ts +3 -3
  34. package/dist/browser/operations/firewallRules.d.ts.map +1 -0
  35. package/{dist-esm/src → dist/browser}/operations/firewallRules.js +26 -41
  36. package/dist/browser/operations/firewallRules.js.map +1 -0
  37. package/dist/browser/operations/index.d.ts +8 -0
  38. package/dist/browser/operations/index.d.ts.map +1 -0
  39. package/dist/browser/operations/index.js +15 -0
  40. package/dist/browser/operations/index.js.map +1 -0
  41. package/{dist-esm/src → dist/browser}/operations/locations.d.ts +3 -3
  42. package/dist/browser/operations/locations.d.ts.map +1 -0
  43. package/{dist-esm/src → dist/browser}/operations/locations.js +3 -2
  44. package/dist/browser/operations/locations.js.map +1 -0
  45. package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
  46. package/dist/browser/operations/operations.d.ts.map +1 -0
  47. package/{dist-esm/src → dist/browser}/operations/operations.js +3 -2
  48. package/dist/browser/operations/operations.js.map +1 -0
  49. package/{dist-esm/src → dist/browser}/operations/storageAccounts.d.ts +3 -3
  50. package/dist/browser/operations/storageAccounts.d.ts.map +1 -0
  51. package/{dist-esm/src → dist/browser}/operations/storageAccounts.js +70 -115
  52. package/dist/browser/operations/storageAccounts.js.map +1 -0
  53. package/{dist-esm/src → dist/browser}/operationsInterfaces/accounts.d.ts +1 -1
  54. package/dist/browser/operationsInterfaces/accounts.d.ts.map +1 -0
  55. package/dist/browser/operationsInterfaces/accounts.js.map +1 -0
  56. package/{dist-esm/src → dist/browser}/operationsInterfaces/computePolicies.d.ts +1 -1
  57. package/dist/browser/operationsInterfaces/computePolicies.d.ts.map +1 -0
  58. package/dist/browser/operationsInterfaces/computePolicies.js.map +1 -0
  59. package/{dist-esm/src → dist/browser}/operationsInterfaces/dataLakeStoreAccounts.d.ts +1 -1
  60. package/dist/browser/operationsInterfaces/dataLakeStoreAccounts.d.ts.map +1 -0
  61. package/dist/browser/operationsInterfaces/dataLakeStoreAccounts.js.map +1 -0
  62. package/{dist-esm/src → dist/browser}/operationsInterfaces/firewallRules.d.ts +1 -1
  63. package/dist/browser/operationsInterfaces/firewallRules.d.ts.map +1 -0
  64. package/dist/browser/operationsInterfaces/firewallRules.js.map +1 -0
  65. package/dist/browser/operationsInterfaces/index.d.ts +8 -0
  66. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  67. package/dist/browser/operationsInterfaces/index.js +15 -0
  68. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  69. package/{dist-esm/src → dist/browser}/operationsInterfaces/locations.d.ts +1 -1
  70. package/dist/browser/operationsInterfaces/locations.d.ts.map +1 -0
  71. package/dist/browser/operationsInterfaces/locations.js.map +1 -0
  72. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
  73. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
  74. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  75. package/{dist-esm/src → dist/browser}/operationsInterfaces/storageAccounts.d.ts +1 -1
  76. package/dist/browser/operationsInterfaces/storageAccounts.d.ts.map +1 -0
  77. package/dist/browser/operationsInterfaces/storageAccounts.js.map +1 -0
  78. package/dist/browser/package.json +3 -0
  79. package/{dist-esm/src → dist/browser}/pagingHelper.js +2 -4
  80. package/dist/browser/pagingHelper.js.map +1 -0
  81. package/dist/commonjs/dataLakeAnalyticsAccountManagementClient.d.ts +27 -0
  82. package/dist/commonjs/dataLakeAnalyticsAccountManagementClient.d.ts.map +1 -0
  83. package/dist/commonjs/dataLakeAnalyticsAccountManagementClient.js +124 -0
  84. package/dist/commonjs/dataLakeAnalyticsAccountManagementClient.js.map +1 -0
  85. package/dist/commonjs/index.d.ts +5 -0
  86. package/dist/commonjs/index.d.ts.map +1 -0
  87. package/dist/commonjs/index.js +19 -0
  88. package/dist/commonjs/index.js.map +1 -0
  89. package/dist/commonjs/lroImpl.d.ts +16 -0
  90. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  91. package/dist/commonjs/lroImpl.js +37 -0
  92. package/dist/commonjs/lroImpl.js.map +1 -0
  93. package/{types/arm-datalake-analytics.d.ts → dist/commonjs/models/index.d.ts} +1357 -1840
  94. package/dist/commonjs/models/index.d.ts.map +1 -0
  95. package/dist/commonjs/models/index.js +45 -0
  96. package/dist/commonjs/models/index.js.map +1 -0
  97. package/dist/commonjs/models/mappers.d.ts +56 -0
  98. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  99. package/dist/commonjs/models/mappers.js +2396 -0
  100. package/dist/commonjs/models/mappers.js.map +1 -0
  101. package/dist/commonjs/models/parameters.d.ts +32 -0
  102. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  103. package/dist/commonjs/models/parameters.js +257 -0
  104. package/dist/commonjs/models/parameters.js.map +1 -0
  105. package/dist/commonjs/operations/accounts.d.ts +120 -0
  106. package/dist/commonjs/operations/accounts.d.ts.map +1 -0
  107. package/dist/commonjs/operations/accounts.js +576 -0
  108. package/dist/commonjs/operations/accounts.js.map +1 -0
  109. package/dist/commonjs/operations/computePolicies.d.ts +76 -0
  110. package/dist/commonjs/operations/computePolicies.d.ts.map +1 -0
  111. package/dist/commonjs/operations/computePolicies.js +282 -0
  112. package/dist/commonjs/operations/computePolicies.js.map +1 -0
  113. package/dist/commonjs/operations/dataLakeStoreAccounts.d.ts +64 -0
  114. package/dist/commonjs/operations/dataLakeStoreAccounts.d.ts.map +1 -0
  115. package/dist/commonjs/operations/dataLakeStoreAccounts.js +252 -0
  116. package/dist/commonjs/operations/dataLakeStoreAccounts.js.map +1 -0
  117. package/dist/commonjs/operations/firewallRules.d.ts +72 -0
  118. package/dist/commonjs/operations/firewallRules.d.ts.map +1 -0
  119. package/dist/commonjs/operations/firewallRules.js +272 -0
  120. package/dist/commonjs/operations/firewallRules.js.map +1 -0
  121. package/dist/commonjs/operations/index.d.ts +8 -0
  122. package/dist/commonjs/operations/index.d.ts.map +1 -0
  123. package/dist/commonjs/operations/index.js +18 -0
  124. package/dist/commonjs/operations/index.js.map +1 -0
  125. package/dist/commonjs/operations/locations.d.ts +20 -0
  126. package/dist/commonjs/operations/locations.d.ts.map +1 -0
  127. package/dist/commonjs/operations/locations.js +59 -0
  128. package/dist/commonjs/operations/locations.js.map +1 -0
  129. package/dist/commonjs/operations/operations.d.ts +18 -0
  130. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  131. package/dist/commonjs/operations/operations.js +52 -0
  132. package/dist/commonjs/operations/operations.js.map +1 -0
  133. package/dist/commonjs/operations/storageAccounts.d.ts +153 -0
  134. package/dist/commonjs/operations/storageAccounts.d.ts.map +1 -0
  135. package/dist/commonjs/operations/storageAccounts.js +588 -0
  136. package/dist/commonjs/operations/storageAccounts.js.map +1 -0
  137. package/dist/commonjs/operationsInterfaces/accounts.d.ts +82 -0
  138. package/dist/commonjs/operationsInterfaces/accounts.d.ts.map +1 -0
  139. package/dist/commonjs/operationsInterfaces/accounts.js +10 -0
  140. package/dist/commonjs/operationsInterfaces/accounts.js.map +1 -0
  141. package/dist/commonjs/operationsInterfaces/computePolicies.d.ts +50 -0
  142. package/dist/commonjs/operationsInterfaces/computePolicies.d.ts.map +1 -0
  143. package/dist/commonjs/operationsInterfaces/computePolicies.js +10 -0
  144. package/dist/commonjs/operationsInterfaces/computePolicies.js.map +1 -0
  145. package/dist/commonjs/operationsInterfaces/dataLakeStoreAccounts.d.ts +38 -0
  146. package/dist/commonjs/operationsInterfaces/dataLakeStoreAccounts.d.ts.map +1 -0
  147. package/dist/commonjs/operationsInterfaces/dataLakeStoreAccounts.js +10 -0
  148. package/dist/commonjs/operationsInterfaces/dataLakeStoreAccounts.js.map +1 -0
  149. package/dist/commonjs/operationsInterfaces/firewallRules.d.ts +47 -0
  150. package/dist/commonjs/operationsInterfaces/firewallRules.d.ts.map +1 -0
  151. package/dist/commonjs/operationsInterfaces/firewallRules.js +10 -0
  152. package/dist/commonjs/operationsInterfaces/firewallRules.js.map +1 -0
  153. package/dist/commonjs/operationsInterfaces/index.d.ts +8 -0
  154. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  155. package/dist/commonjs/operationsInterfaces/index.js +18 -0
  156. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  157. package/dist/commonjs/operationsInterfaces/locations.d.ts +12 -0
  158. package/dist/commonjs/operationsInterfaces/locations.d.ts.map +1 -0
  159. package/dist/commonjs/operationsInterfaces/locations.js +10 -0
  160. package/dist/commonjs/operationsInterfaces/locations.js.map +1 -0
  161. package/dist/commonjs/operationsInterfaces/operations.d.ts +10 -0
  162. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  163. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  164. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  165. package/dist/commonjs/operationsInterfaces/storageAccounts.d.ts +81 -0
  166. package/dist/commonjs/operationsInterfaces/storageAccounts.d.ts.map +1 -0
  167. package/dist/commonjs/operationsInterfaces/storageAccounts.js +10 -0
  168. package/dist/commonjs/operationsInterfaces/storageAccounts.js.map +1 -0
  169. package/dist/commonjs/package.json +3 -0
  170. package/dist/commonjs/pagingHelper.d.ts +13 -0
  171. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  172. package/dist/commonjs/pagingHelper.js +34 -0
  173. package/dist/commonjs/pagingHelper.js.map +1 -0
  174. package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
  175. package/dist/esm/dataLakeAnalyticsAccountManagementClient.d.ts +27 -0
  176. package/dist/esm/dataLakeAnalyticsAccountManagementClient.d.ts.map +1 -0
  177. package/dist/esm/dataLakeAnalyticsAccountManagementClient.js +119 -0
  178. package/dist/esm/dataLakeAnalyticsAccountManagementClient.js.map +1 -0
  179. package/dist/esm/index.d.ts +5 -0
  180. package/dist/esm/index.d.ts.map +1 -0
  181. package/{src/index.ts → dist/esm/index.js} +5 -5
  182. package/dist/esm/index.js.map +1 -0
  183. package/dist/esm/lroImpl.d.ts +16 -0
  184. package/dist/esm/lroImpl.d.ts.map +1 -0
  185. package/dist/esm/lroImpl.js +33 -0
  186. package/dist/esm/lroImpl.js.map +1 -0
  187. package/dist/esm/models/index.d.ts +1357 -0
  188. package/dist/esm/models/index.d.ts.map +1 -0
  189. package/dist/esm/models/index.js +42 -0
  190. package/dist/esm/models/index.js.map +1 -0
  191. package/dist/esm/models/mappers.d.ts +56 -0
  192. package/dist/esm/models/mappers.d.ts.map +1 -0
  193. package/dist/esm/models/mappers.js +2392 -0
  194. package/dist/esm/models/mappers.js.map +1 -0
  195. package/dist/esm/models/parameters.d.ts +32 -0
  196. package/dist/esm/models/parameters.d.ts.map +1 -0
  197. package/dist/esm/models/parameters.js +254 -0
  198. package/dist/esm/models/parameters.js.map +1 -0
  199. package/dist/esm/operations/accounts.d.ts +120 -0
  200. package/dist/esm/operations/accounts.d.ts.map +1 -0
  201. package/dist/esm/operations/accounts.js +571 -0
  202. package/dist/esm/operations/accounts.js.map +1 -0
  203. package/dist/esm/operations/computePolicies.d.ts +76 -0
  204. package/dist/esm/operations/computePolicies.d.ts.map +1 -0
  205. package/dist/esm/operations/computePolicies.js +277 -0
  206. package/dist/esm/operations/computePolicies.js.map +1 -0
  207. package/dist/esm/operations/dataLakeStoreAccounts.d.ts +64 -0
  208. package/dist/esm/operations/dataLakeStoreAccounts.d.ts.map +1 -0
  209. package/dist/esm/operations/dataLakeStoreAccounts.js +247 -0
  210. package/dist/esm/operations/dataLakeStoreAccounts.js.map +1 -0
  211. package/dist/esm/operations/firewallRules.d.ts +72 -0
  212. package/dist/esm/operations/firewallRules.d.ts.map +1 -0
  213. package/dist/esm/operations/firewallRules.js +267 -0
  214. package/dist/esm/operations/firewallRules.js.map +1 -0
  215. package/dist/esm/operations/index.d.ts +8 -0
  216. package/dist/esm/operations/index.d.ts.map +1 -0
  217. package/dist/esm/operations/index.js +15 -0
  218. package/dist/esm/operations/index.js.map +1 -0
  219. package/dist/esm/operations/locations.d.ts +20 -0
  220. package/dist/esm/operations/locations.d.ts.map +1 -0
  221. package/dist/esm/operations/locations.js +54 -0
  222. package/dist/esm/operations/locations.js.map +1 -0
  223. package/dist/esm/operations/operations.d.ts +18 -0
  224. package/dist/esm/operations/operations.d.ts.map +1 -0
  225. package/dist/esm/operations/operations.js +47 -0
  226. package/dist/esm/operations/operations.js.map +1 -0
  227. package/dist/esm/operations/storageAccounts.d.ts +153 -0
  228. package/dist/esm/operations/storageAccounts.d.ts.map +1 -0
  229. package/dist/esm/operations/storageAccounts.js +583 -0
  230. package/dist/esm/operations/storageAccounts.js.map +1 -0
  231. package/dist/esm/operationsInterfaces/accounts.d.ts +82 -0
  232. package/dist/esm/operationsInterfaces/accounts.d.ts.map +1 -0
  233. package/dist/esm/operationsInterfaces/accounts.js +9 -0
  234. package/dist/esm/operationsInterfaces/accounts.js.map +1 -0
  235. package/dist/esm/operationsInterfaces/computePolicies.d.ts +50 -0
  236. package/dist/esm/operationsInterfaces/computePolicies.d.ts.map +1 -0
  237. package/dist/esm/operationsInterfaces/computePolicies.js +9 -0
  238. package/dist/esm/operationsInterfaces/computePolicies.js.map +1 -0
  239. package/dist/esm/operationsInterfaces/dataLakeStoreAccounts.d.ts +38 -0
  240. package/dist/esm/operationsInterfaces/dataLakeStoreAccounts.d.ts.map +1 -0
  241. package/dist/esm/operationsInterfaces/dataLakeStoreAccounts.js +9 -0
  242. package/dist/esm/operationsInterfaces/dataLakeStoreAccounts.js.map +1 -0
  243. package/dist/esm/operationsInterfaces/firewallRules.d.ts +47 -0
  244. package/dist/esm/operationsInterfaces/firewallRules.d.ts.map +1 -0
  245. package/dist/esm/operationsInterfaces/firewallRules.js +9 -0
  246. package/dist/esm/operationsInterfaces/firewallRules.js.map +1 -0
  247. package/dist/esm/operationsInterfaces/index.d.ts +8 -0
  248. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  249. package/dist/esm/operationsInterfaces/index.js +15 -0
  250. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  251. package/dist/esm/operationsInterfaces/locations.d.ts +12 -0
  252. package/dist/esm/operationsInterfaces/locations.d.ts.map +1 -0
  253. package/dist/esm/operationsInterfaces/locations.js +9 -0
  254. package/dist/esm/operationsInterfaces/locations.js.map +1 -0
  255. package/dist/esm/operationsInterfaces/operations.d.ts +10 -0
  256. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  257. package/dist/esm/operationsInterfaces/operations.js +9 -0
  258. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  259. package/dist/esm/operationsInterfaces/storageAccounts.d.ts +81 -0
  260. package/dist/esm/operationsInterfaces/storageAccounts.d.ts.map +1 -0
  261. package/dist/esm/operationsInterfaces/storageAccounts.js +9 -0
  262. package/dist/esm/operationsInterfaces/storageAccounts.js.map +1 -0
  263. package/dist/esm/package.json +3 -0
  264. package/dist/esm/pagingHelper.d.ts +13 -0
  265. package/dist/esm/pagingHelper.d.ts.map +1 -0
  266. package/dist/esm/pagingHelper.js +30 -0
  267. package/dist/esm/pagingHelper.js.map +1 -0
  268. package/dist/react-native/dataLakeAnalyticsAccountManagementClient.d.ts +27 -0
  269. package/dist/react-native/dataLakeAnalyticsAccountManagementClient.d.ts.map +1 -0
  270. package/dist/react-native/dataLakeAnalyticsAccountManagementClient.js +119 -0
  271. package/dist/react-native/dataLakeAnalyticsAccountManagementClient.js.map +1 -0
  272. package/dist/react-native/index.d.ts +5 -0
  273. package/dist/react-native/index.d.ts.map +1 -0
  274. package/dist/react-native/index.js +13 -0
  275. package/dist/react-native/index.js.map +1 -0
  276. package/dist/react-native/lroImpl.d.ts +16 -0
  277. package/dist/react-native/lroImpl.d.ts.map +1 -0
  278. package/dist/react-native/lroImpl.js +33 -0
  279. package/dist/react-native/lroImpl.js.map +1 -0
  280. package/dist/react-native/models/index.d.ts +1357 -0
  281. package/dist/react-native/models/index.d.ts.map +1 -0
  282. package/dist/react-native/models/index.js +42 -0
  283. package/dist/react-native/models/index.js.map +1 -0
  284. package/dist/react-native/models/mappers.d.ts +56 -0
  285. package/dist/react-native/models/mappers.d.ts.map +1 -0
  286. package/dist/react-native/models/mappers.js +2392 -0
  287. package/dist/react-native/models/mappers.js.map +1 -0
  288. package/dist/react-native/models/parameters.d.ts +32 -0
  289. package/dist/react-native/models/parameters.d.ts.map +1 -0
  290. package/dist/react-native/models/parameters.js +254 -0
  291. package/dist/react-native/models/parameters.js.map +1 -0
  292. package/dist/react-native/operations/accounts.d.ts +120 -0
  293. package/dist/react-native/operations/accounts.d.ts.map +1 -0
  294. package/dist/react-native/operations/accounts.js +571 -0
  295. package/dist/react-native/operations/accounts.js.map +1 -0
  296. package/dist/react-native/operations/computePolicies.d.ts +76 -0
  297. package/dist/react-native/operations/computePolicies.d.ts.map +1 -0
  298. package/dist/react-native/operations/computePolicies.js +277 -0
  299. package/dist/react-native/operations/computePolicies.js.map +1 -0
  300. package/dist/react-native/operations/dataLakeStoreAccounts.d.ts +64 -0
  301. package/dist/react-native/operations/dataLakeStoreAccounts.d.ts.map +1 -0
  302. package/dist/react-native/operations/dataLakeStoreAccounts.js +247 -0
  303. package/dist/react-native/operations/dataLakeStoreAccounts.js.map +1 -0
  304. package/dist/react-native/operations/firewallRules.d.ts +72 -0
  305. package/dist/react-native/operations/firewallRules.d.ts.map +1 -0
  306. package/dist/react-native/operations/firewallRules.js +267 -0
  307. package/dist/react-native/operations/firewallRules.js.map +1 -0
  308. package/dist/react-native/operations/index.d.ts +8 -0
  309. package/dist/react-native/operations/index.d.ts.map +1 -0
  310. package/dist/react-native/operations/index.js +15 -0
  311. package/dist/react-native/operations/index.js.map +1 -0
  312. package/dist/react-native/operations/locations.d.ts +20 -0
  313. package/dist/react-native/operations/locations.d.ts.map +1 -0
  314. package/dist/react-native/operations/locations.js +54 -0
  315. package/dist/react-native/operations/locations.js.map +1 -0
  316. package/dist/react-native/operations/operations.d.ts +18 -0
  317. package/dist/react-native/operations/operations.d.ts.map +1 -0
  318. package/dist/react-native/operations/operations.js +47 -0
  319. package/dist/react-native/operations/operations.js.map +1 -0
  320. package/dist/react-native/operations/storageAccounts.d.ts +153 -0
  321. package/dist/react-native/operations/storageAccounts.d.ts.map +1 -0
  322. package/dist/react-native/operations/storageAccounts.js +583 -0
  323. package/dist/react-native/operations/storageAccounts.js.map +1 -0
  324. package/dist/react-native/operationsInterfaces/accounts.d.ts +82 -0
  325. package/dist/react-native/operationsInterfaces/accounts.d.ts.map +1 -0
  326. package/dist/react-native/operationsInterfaces/accounts.js +9 -0
  327. package/dist/react-native/operationsInterfaces/accounts.js.map +1 -0
  328. package/dist/react-native/operationsInterfaces/computePolicies.d.ts +50 -0
  329. package/dist/react-native/operationsInterfaces/computePolicies.d.ts.map +1 -0
  330. package/dist/react-native/operationsInterfaces/computePolicies.js +9 -0
  331. package/dist/react-native/operationsInterfaces/computePolicies.js.map +1 -0
  332. package/dist/react-native/operationsInterfaces/dataLakeStoreAccounts.d.ts +38 -0
  333. package/dist/react-native/operationsInterfaces/dataLakeStoreAccounts.d.ts.map +1 -0
  334. package/dist/react-native/operationsInterfaces/dataLakeStoreAccounts.js +9 -0
  335. package/dist/react-native/operationsInterfaces/dataLakeStoreAccounts.js.map +1 -0
  336. package/dist/react-native/operationsInterfaces/firewallRules.d.ts +47 -0
  337. package/dist/react-native/operationsInterfaces/firewallRules.d.ts.map +1 -0
  338. package/dist/react-native/operationsInterfaces/firewallRules.js +9 -0
  339. package/dist/react-native/operationsInterfaces/firewallRules.js.map +1 -0
  340. package/dist/react-native/operationsInterfaces/index.d.ts +8 -0
  341. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  342. package/dist/react-native/operationsInterfaces/index.js +15 -0
  343. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  344. package/dist/react-native/operationsInterfaces/locations.d.ts +12 -0
  345. package/dist/react-native/operationsInterfaces/locations.d.ts.map +1 -0
  346. package/dist/react-native/operationsInterfaces/locations.js +9 -0
  347. package/dist/react-native/operationsInterfaces/locations.js.map +1 -0
  348. package/dist/react-native/operationsInterfaces/operations.d.ts +10 -0
  349. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  350. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  351. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  352. package/dist/react-native/operationsInterfaces/storageAccounts.d.ts +81 -0
  353. package/dist/react-native/operationsInterfaces/storageAccounts.d.ts.map +1 -0
  354. package/dist/react-native/operationsInterfaces/storageAccounts.js +9 -0
  355. package/dist/react-native/operationsInterfaces/storageAccounts.js.map +1 -0
  356. package/dist/react-native/package.json +3 -0
  357. package/dist/react-native/pagingHelper.d.ts +13 -0
  358. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  359. package/dist/react-native/pagingHelper.js +30 -0
  360. package/dist/react-native/pagingHelper.js.map +1 -0
  361. package/package.json +85 -76
  362. package/dist/index.js +0 -4972
  363. package/dist/index.js.map +0 -1
  364. package/dist/index.min.js +0 -1
  365. package/dist/index.min.js.map +0 -1
  366. package/dist-esm/samples-dev/accountsCheckNameAvailabilitySample.d.ts +0 -2
  367. package/dist-esm/samples-dev/accountsCheckNameAvailabilitySample.d.ts.map +0 -1
  368. package/dist-esm/samples-dev/accountsCheckNameAvailabilitySample.js +0 -34
  369. package/dist-esm/samples-dev/accountsCheckNameAvailabilitySample.js.map +0 -1
  370. package/dist-esm/samples-dev/accountsCreateSample.d.ts +0 -2
  371. package/dist-esm/samples-dev/accountsCreateSample.d.ts.map +0 -1
  372. package/dist-esm/samples-dev/accountsCreateSample.js +0 -64
  373. package/dist-esm/samples-dev/accountsCreateSample.js.map +0 -1
  374. package/dist-esm/samples-dev/accountsDeleteSample.d.ts +0 -2
  375. package/dist-esm/samples-dev/accountsDeleteSample.d.ts.map +0 -1
  376. package/dist-esm/samples-dev/accountsDeleteSample.js +0 -31
  377. package/dist-esm/samples-dev/accountsDeleteSample.js.map +0 -1
  378. package/dist-esm/samples-dev/accountsGetSample.d.ts +0 -2
  379. package/dist-esm/samples-dev/accountsGetSample.d.ts.map +0 -1
  380. package/dist-esm/samples-dev/accountsGetSample.js +0 -31
  381. package/dist-esm/samples-dev/accountsGetSample.js.map +0 -1
  382. package/dist-esm/samples-dev/accountsListByResourceGroupSample.d.ts +0 -2
  383. package/dist-esm/samples-dev/accountsListByResourceGroupSample.d.ts.map +0 -1
  384. package/dist-esm/samples-dev/accountsListByResourceGroupSample.js +0 -58
  385. package/dist-esm/samples-dev/accountsListByResourceGroupSample.js.map +0 -1
  386. package/dist-esm/samples-dev/accountsListSample.d.ts +0 -2
  387. package/dist-esm/samples-dev/accountsListSample.d.ts.map +0 -1
  388. package/dist-esm/samples-dev/accountsListSample.js +0 -57
  389. package/dist-esm/samples-dev/accountsListSample.js.map +0 -1
  390. package/dist-esm/samples-dev/accountsUpdateSample.d.ts +0 -2
  391. package/dist-esm/samples-dev/accountsUpdateSample.d.ts.map +0 -1
  392. package/dist-esm/samples-dev/accountsUpdateSample.js +0 -55
  393. package/dist-esm/samples-dev/accountsUpdateSample.js.map +0 -1
  394. package/dist-esm/samples-dev/computePoliciesCreateOrUpdateSample.d.ts +0 -2
  395. package/dist-esm/samples-dev/computePoliciesCreateOrUpdateSample.d.ts.map +0 -1
  396. package/dist-esm/samples-dev/computePoliciesCreateOrUpdateSample.js +0 -38
  397. package/dist-esm/samples-dev/computePoliciesCreateOrUpdateSample.js.map +0 -1
  398. package/dist-esm/samples-dev/computePoliciesDeleteSample.d.ts +0 -2
  399. package/dist-esm/samples-dev/computePoliciesDeleteSample.d.ts.map +0 -1
  400. package/dist-esm/samples-dev/computePoliciesDeleteSample.js +0 -32
  401. package/dist-esm/samples-dev/computePoliciesDeleteSample.js.map +0 -1
  402. package/dist-esm/samples-dev/computePoliciesGetSample.d.ts +0 -2
  403. package/dist-esm/samples-dev/computePoliciesGetSample.d.ts.map +0 -1
  404. package/dist-esm/samples-dev/computePoliciesGetSample.js +0 -32
  405. package/dist-esm/samples-dev/computePoliciesGetSample.js.map +0 -1
  406. package/dist-esm/samples-dev/computePoliciesListByAccountSample.d.ts +0 -2
  407. package/dist-esm/samples-dev/computePoliciesListByAccountSample.d.ts.map +0 -1
  408. package/dist-esm/samples-dev/computePoliciesListByAccountSample.js +0 -45
  409. package/dist-esm/samples-dev/computePoliciesListByAccountSample.js.map +0 -1
  410. package/dist-esm/samples-dev/computePoliciesUpdateSample.d.ts +0 -2
  411. package/dist-esm/samples-dev/computePoliciesUpdateSample.d.ts.map +0 -1
  412. package/dist-esm/samples-dev/computePoliciesUpdateSample.js +0 -37
  413. package/dist-esm/samples-dev/computePoliciesUpdateSample.js.map +0 -1
  414. package/dist-esm/samples-dev/dataLakeStoreAccountsAddSample.d.ts +0 -2
  415. package/dist-esm/samples-dev/dataLakeStoreAccountsAddSample.d.ts.map +0 -1
  416. package/dist-esm/samples-dev/dataLakeStoreAccountsAddSample.js +0 -34
  417. package/dist-esm/samples-dev/dataLakeStoreAccountsAddSample.js.map +0 -1
  418. package/dist-esm/samples-dev/dataLakeStoreAccountsDeleteSample.d.ts +0 -2
  419. package/dist-esm/samples-dev/dataLakeStoreAccountsDeleteSample.d.ts.map +0 -1
  420. package/dist-esm/samples-dev/dataLakeStoreAccountsDeleteSample.js +0 -32
  421. package/dist-esm/samples-dev/dataLakeStoreAccountsDeleteSample.js.map +0 -1
  422. package/dist-esm/samples-dev/dataLakeStoreAccountsGetSample.d.ts +0 -2
  423. package/dist-esm/samples-dev/dataLakeStoreAccountsGetSample.d.ts.map +0 -1
  424. package/dist-esm/samples-dev/dataLakeStoreAccountsGetSample.js +0 -32
  425. package/dist-esm/samples-dev/dataLakeStoreAccountsGetSample.js.map +0 -1
  426. package/dist-esm/samples-dev/dataLakeStoreAccountsListByAccountSample.d.ts +0 -2
  427. package/dist-esm/samples-dev/dataLakeStoreAccountsListByAccountSample.d.ts.map +0 -1
  428. package/dist-esm/samples-dev/dataLakeStoreAccountsListByAccountSample.js +0 -59
  429. package/dist-esm/samples-dev/dataLakeStoreAccountsListByAccountSample.js.map +0 -1
  430. package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.d.ts +0 -2
  431. package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.d.ts.map +0 -1
  432. package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.js +0 -36
  433. package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.js.map +0 -1
  434. package/dist-esm/samples-dev/firewallRulesDeleteSample.d.ts +0 -2
  435. package/dist-esm/samples-dev/firewallRulesDeleteSample.d.ts.map +0 -1
  436. package/dist-esm/samples-dev/firewallRulesDeleteSample.js +0 -32
  437. package/dist-esm/samples-dev/firewallRulesDeleteSample.js.map +0 -1
  438. package/dist-esm/samples-dev/firewallRulesGetSample.d.ts +0 -2
  439. package/dist-esm/samples-dev/firewallRulesGetSample.d.ts.map +0 -1
  440. package/dist-esm/samples-dev/firewallRulesGetSample.js +0 -32
  441. package/dist-esm/samples-dev/firewallRulesGetSample.js.map +0 -1
  442. package/dist-esm/samples-dev/firewallRulesListByAccountSample.d.ts +0 -2
  443. package/dist-esm/samples-dev/firewallRulesListByAccountSample.d.ts.map +0 -1
  444. package/dist-esm/samples-dev/firewallRulesListByAccountSample.js +0 -45
  445. package/dist-esm/samples-dev/firewallRulesListByAccountSample.js.map +0 -1
  446. package/dist-esm/samples-dev/firewallRulesUpdateSample.d.ts +0 -2
  447. package/dist-esm/samples-dev/firewallRulesUpdateSample.d.ts.map +0 -1
  448. package/dist-esm/samples-dev/firewallRulesUpdateSample.js +0 -37
  449. package/dist-esm/samples-dev/firewallRulesUpdateSample.js.map +0 -1
  450. package/dist-esm/samples-dev/locationsGetCapabilitySample.d.ts +0 -2
  451. package/dist-esm/samples-dev/locationsGetCapabilitySample.d.ts.map +0 -1
  452. package/dist-esm/samples-dev/locationsGetCapabilitySample.js +0 -30
  453. package/dist-esm/samples-dev/locationsGetCapabilitySample.js.map +0 -1
  454. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  455. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  456. package/dist-esm/samples-dev/operationsListSample.js +0 -29
  457. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  458. package/dist-esm/samples-dev/storageAccountsAddSample.d.ts +0 -2
  459. package/dist-esm/samples-dev/storageAccountsAddSample.d.ts.map +0 -1
  460. package/dist-esm/samples-dev/storageAccountsAddSample.js +0 -36
  461. package/dist-esm/samples-dev/storageAccountsAddSample.js.map +0 -1
  462. package/dist-esm/samples-dev/storageAccountsDeleteSample.d.ts +0 -2
  463. package/dist-esm/samples-dev/storageAccountsDeleteSample.d.ts.map +0 -1
  464. package/dist-esm/samples-dev/storageAccountsDeleteSample.js +0 -32
  465. package/dist-esm/samples-dev/storageAccountsDeleteSample.js.map +0 -1
  466. package/dist-esm/samples-dev/storageAccountsGetSample.d.ts +0 -2
  467. package/dist-esm/samples-dev/storageAccountsGetSample.d.ts.map +0 -1
  468. package/dist-esm/samples-dev/storageAccountsGetSample.js +0 -32
  469. package/dist-esm/samples-dev/storageAccountsGetSample.js.map +0 -1
  470. package/dist-esm/samples-dev/storageAccountsGetStorageContainerSample.d.ts +0 -2
  471. package/dist-esm/samples-dev/storageAccountsGetStorageContainerSample.d.ts.map +0 -1
  472. package/dist-esm/samples-dev/storageAccountsGetStorageContainerSample.js +0 -33
  473. package/dist-esm/samples-dev/storageAccountsGetStorageContainerSample.js.map +0 -1
  474. package/dist-esm/samples-dev/storageAccountsListByAccountSample.d.ts +0 -2
  475. package/dist-esm/samples-dev/storageAccountsListByAccountSample.d.ts.map +0 -1
  476. package/dist-esm/samples-dev/storageAccountsListByAccountSample.js +0 -59
  477. package/dist-esm/samples-dev/storageAccountsListByAccountSample.js.map +0 -1
  478. package/dist-esm/samples-dev/storageAccountsListSasTokensSample.d.ts +0 -2
  479. package/dist-esm/samples-dev/storageAccountsListSasTokensSample.d.ts.map +0 -1
  480. package/dist-esm/samples-dev/storageAccountsListSasTokensSample.js +0 -47
  481. package/dist-esm/samples-dev/storageAccountsListSasTokensSample.js.map +0 -1
  482. package/dist-esm/samples-dev/storageAccountsListStorageContainersSample.d.ts +0 -2
  483. package/dist-esm/samples-dev/storageAccountsListStorageContainersSample.d.ts.map +0 -1
  484. package/dist-esm/samples-dev/storageAccountsListStorageContainersSample.js +0 -46
  485. package/dist-esm/samples-dev/storageAccountsListStorageContainersSample.js.map +0 -1
  486. package/dist-esm/samples-dev/storageAccountsUpdateSample.d.ts +0 -2
  487. package/dist-esm/samples-dev/storageAccountsUpdateSample.d.ts.map +0 -1
  488. package/dist-esm/samples-dev/storageAccountsUpdateSample.js +0 -37
  489. package/dist-esm/samples-dev/storageAccountsUpdateSample.js.map +0 -1
  490. package/dist-esm/src/dataLakeAnalyticsAccountManagementClient.d.ts.map +0 -1
  491. package/dist-esm/src/dataLakeAnalyticsAccountManagementClient.js.map +0 -1
  492. package/dist-esm/src/index.d.ts +0 -6
  493. package/dist-esm/src/index.d.ts.map +0 -1
  494. package/dist-esm/src/index.js.map +0 -1
  495. package/dist-esm/src/lroImpl.js.map +0 -1
  496. package/dist-esm/src/models/index.js.map +0 -1
  497. package/dist-esm/src/models/mappers.js.map +0 -1
  498. package/dist-esm/src/models/parameters.js.map +0 -1
  499. package/dist-esm/src/operations/accounts.d.ts.map +0 -1
  500. package/dist-esm/src/operations/accounts.js.map +0 -1
  501. package/dist-esm/src/operations/computePolicies.d.ts.map +0 -1
  502. package/dist-esm/src/operations/computePolicies.js.map +0 -1
  503. package/dist-esm/src/operations/dataLakeStoreAccounts.d.ts.map +0 -1
  504. package/dist-esm/src/operations/dataLakeStoreAccounts.js.map +0 -1
  505. package/dist-esm/src/operations/firewallRules.d.ts.map +0 -1
  506. package/dist-esm/src/operations/firewallRules.js.map +0 -1
  507. package/dist-esm/src/operations/index.d.ts +0 -8
  508. package/dist-esm/src/operations/index.d.ts.map +0 -1
  509. package/dist-esm/src/operations/index.js +0 -15
  510. package/dist-esm/src/operations/index.js.map +0 -1
  511. package/dist-esm/src/operations/locations.d.ts.map +0 -1
  512. package/dist-esm/src/operations/locations.js.map +0 -1
  513. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  514. package/dist-esm/src/operations/operations.js.map +0 -1
  515. package/dist-esm/src/operations/storageAccounts.d.ts.map +0 -1
  516. package/dist-esm/src/operations/storageAccounts.js.map +0 -1
  517. package/dist-esm/src/operationsInterfaces/accounts.d.ts.map +0 -1
  518. package/dist-esm/src/operationsInterfaces/accounts.js.map +0 -1
  519. package/dist-esm/src/operationsInterfaces/computePolicies.d.ts.map +0 -1
  520. package/dist-esm/src/operationsInterfaces/computePolicies.js.map +0 -1
  521. package/dist-esm/src/operationsInterfaces/dataLakeStoreAccounts.d.ts.map +0 -1
  522. package/dist-esm/src/operationsInterfaces/dataLakeStoreAccounts.js.map +0 -1
  523. package/dist-esm/src/operationsInterfaces/firewallRules.d.ts.map +0 -1
  524. package/dist-esm/src/operationsInterfaces/firewallRules.js.map +0 -1
  525. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -8
  526. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  527. package/dist-esm/src/operationsInterfaces/index.js +0 -15
  528. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  529. package/dist-esm/src/operationsInterfaces/locations.d.ts.map +0 -1
  530. package/dist-esm/src/operationsInterfaces/locations.js.map +0 -1
  531. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  532. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  533. package/dist-esm/src/operationsInterfaces/storageAccounts.d.ts.map +0 -1
  534. package/dist-esm/src/operationsInterfaces/storageAccounts.js.map +0 -1
  535. package/dist-esm/src/pagingHelper.js.map +0 -1
  536. package/dist-esm/test/datalake-analytics_examples.spec.d.ts +0 -4
  537. package/dist-esm/test/datalake-analytics_examples.spec.d.ts.map +0 -1
  538. package/dist-esm/test/datalake-analytics_examples.spec.js +0 -55
  539. package/dist-esm/test/datalake-analytics_examples.spec.js.map +0 -1
  540. package/rollup.config.js +0 -122
  541. package/src/dataLakeAnalyticsAccountManagementClient.ts +0 -169
  542. package/src/lroImpl.ts +0 -34
  543. package/src/models/index.ts +0 -1532
  544. package/src/models/mappers.ts +0 -2447
  545. package/src/models/parameters.ts +0 -300
  546. package/src/operations/accounts.ts +0 -784
  547. package/src/operations/computePolicies.ts +0 -395
  548. package/src/operations/dataLakeStoreAccounts.ts +0 -350
  549. package/src/operations/firewallRules.ts +0 -385
  550. package/src/operations/index.ts +0 -15
  551. package/src/operations/locations.ts +0 -71
  552. package/src/operations/operations.ts +0 -59
  553. package/src/operations/storageAccounts.ts +0 -864
  554. package/src/operationsInterfaces/accounts.ts +0 -155
  555. package/src/operationsInterfaces/computePolicies.ts +0 -95
  556. package/src/operationsInterfaces/dataLakeStoreAccounts.ts +0 -73
  557. package/src/operationsInterfaces/firewallRules.ts +0 -92
  558. package/src/operationsInterfaces/index.ts +0 -15
  559. package/src/operationsInterfaces/locations.ts +0 -26
  560. package/src/operationsInterfaces/operations.ts +0 -21
  561. package/src/operationsInterfaces/storageAccounts.ts +0 -147
  562. package/src/pagingHelper.ts +0 -39
  563. package/tsconfig.json +0 -33
  564. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  565. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  566. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  567. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  568. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  569. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  570. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  571. /package/{dist-esm/src → dist/browser}/operationsInterfaces/accounts.js +0 -0
  572. /package/{dist-esm/src → dist/browser}/operationsInterfaces/computePolicies.js +0 -0
  573. /package/{dist-esm/src → dist/browser}/operationsInterfaces/dataLakeStoreAccounts.js +0 -0
  574. /package/{dist-esm/src → dist/browser}/operationsInterfaces/firewallRules.js +0 -0
  575. /package/{dist-esm/src → dist/browser}/operationsInterfaces/locations.js +0 -0
  576. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  577. /package/{dist-esm/src → dist/browser}/operationsInterfaces/storageAccounts.js +0 -0
  578. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  579. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  580. /package/review/{arm-datalake-analytics.api.md → arm-datalake-analytics-node.api.md} +0 -0
package/dist/index.min.js DELETED
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib=require("tslib"),coreClient=require("@azure/core-client"),coreRestPipeline=require("@azure/core-rest-pipeline"),coreLro=require("@azure/core-lro");function _interopNamespace(a){var r;return a&&a.__esModule?a:(r=Object.create(null),a&&Object.keys(a).forEach(function(e){var t;"default"!==e&&(t=Object.getOwnPropertyDescriptor(a,e),Object.defineProperty(r,e,t.get?t:{enumerable:!0,get:function(){return a[e]}}))}),r.default=a,Object.freeze(r))}var coreClient__namespace=_interopNamespace(coreClient),coreRestPipeline__namespace=_interopNamespace(coreRestPipeline);const pageMap=new WeakMap;function getContinuationToken(e){return"object"!=typeof e||null===e||null==(e=pageMap.get(e))?void 0:e.continuationToken}function setContinuationToken(e,t){var a;"object"==typeof e&&null!==e&&t&&((a=null!=(a=pageMap.get(e))?a:{}).continuationToken=t,pageMap.set(e,a))}exports.KnownAADObjectType=void 0,function(e){e.User="User",e.Group="Group",e.ServicePrincipal="ServicePrincipal"}(exports.KnownAADObjectType||(exports.KnownAADObjectType={})),exports.KnownOperationOrigin=void 0,function(e){e.User="user",e.System="system",e.UserSystem="user,system"}(exports.KnownOperationOrigin||(exports.KnownOperationOrigin={})),exports.KnownSubscriptionState=void 0,function(e){e.Registered="Registered",e.Suspended="Suspended",e.Deleted="Deleted",e.Unregistered="Unregistered",e.Warned="Warned"}(exports.KnownSubscriptionState||(exports.KnownSubscriptionState={}));const DataLakeAnalyticsAccountListResult={type:{name:"Composite",className:"DataLakeAnalyticsAccountListResult",modelProperties:{value:{serializedName:"value",readOnly:!0,type:{name:"Sequence",element:{type:{name:"Composite",className:"DataLakeAnalyticsAccountBasic"}}}},count:{serializedName:"count",readOnly:!0,type:{name:"Number"}},nextLink:{serializedName:"nextLink",readOnly:!0,type:{name:"String"}}}}},DataLakeAnalyticsAccountPropertiesBasic={type:{name:"Composite",className:"DataLakeAnalyticsAccountPropertiesBasic",modelProperties:{accountId:{serializedName:"accountId",readOnly:!0,type:{name:"Uuid"}},provisioningState:{serializedName:"provisioningState",readOnly:!0,type:{name:"Enum",allowedValues:["Failed","Creating","Running","Succeeded","Patching","Suspending","Resuming","Deleting","Deleted","Undeleting","Canceled"]}},state:{serializedName:"state",readOnly:!0,type:{name:"Enum",allowedValues:["Active","Suspended"]}},creationTime:{serializedName:"creationTime",readOnly:!0,type:{name:"DateTime"}},lastModifiedTime:{serializedName:"lastModifiedTime",readOnly:!0,type:{name:"DateTime"}},endpoint:{serializedName:"endpoint",readOnly:!0,type:{name:"String"}}}}},Resource={type:{name:"Composite",className:"Resource",modelProperties:{id:{serializedName:"id",readOnly:!0,type:{name:"String"}},name:{serializedName:"name",readOnly:!0,type:{name:"String"}},type:{serializedName:"type",readOnly:!0,type:{name:"String"}},location:{serializedName:"location",readOnly:!0,type:{name:"String"}},tags:{serializedName:"tags",readOnly:!0,type:{name:"Dictionary",value:{type:{name:"String"}}}}}}},ErrorResponse={type:{name:"Composite",className:"ErrorResponse",modelProperties:{error:{serializedName:"error",type:{name:"Composite",className:"ErrorDetail"}}}}},ErrorDetail={type:{name:"Composite",className:"ErrorDetail",modelProperties:{code:{serializedName:"code",readOnly:!0,type:{name:"String"}},message:{serializedName:"message",readOnly:!0,type:{name:"String"}},target:{serializedName:"target",readOnly:!0,type:{name:"String"}},details:{serializedName:"details",readOnly:!0,type:{name:"Sequence",element:{type:{name:"Composite",className:"ErrorDetail"}}}},additionalInfo:{serializedName:"additionalInfo",readOnly:!0,type:{name:"Sequence",element:{type:{name:"Composite",className:"ErrorAdditionalInfo"}}}}}}},ErrorAdditionalInfo={type:{name:"Composite",className:"ErrorAdditionalInfo",modelProperties:{type:{serializedName:"type",readOnly:!0,type:{name:"String"}},info:{serializedName:"info",readOnly:!0,type:{name:"Dictionary",value:{type:{name:"any"}}}}}}},CreateDataLakeAnalyticsAccountParameters={type:{name:"Composite",className:"CreateDataLakeAnalyticsAccountParameters",modelProperties:{location:{serializedName:"location",required:!0,type:{name:"String"}},tags:{serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}},defaultDataLakeStoreAccount:{serializedName:"properties.defaultDataLakeStoreAccount",required:!0,type:{name:"String"}},dataLakeStoreAccounts:{serializedName:"properties.dataLakeStoreAccounts",required:!0,type:{name:"Sequence",element:{type:{name:"Composite",className:"AddDataLakeStoreWithAccountParameters"}}}},storageAccounts:{serializedName:"properties.storageAccounts",type:{name:"Sequence",element:{type:{name:"Composite",className:"AddStorageAccountWithAccountParameters"}}}},computePolicies:{serializedName:"properties.computePolicies",type:{name:"Sequence",element:{type:{name:"Composite",className:"CreateComputePolicyWithAccountParameters"}}}},firewallRules:{serializedName:"properties.firewallRules",type:{name:"Sequence",element:{type:{name:"Composite",className:"CreateFirewallRuleWithAccountParameters"}}}},firewallState:{serializedName:"properties.firewallState",type:{name:"Enum",allowedValues:["Enabled","Disabled"]}},firewallAllowAzureIps:{serializedName:"properties.firewallAllowAzureIps",type:{name:"Enum",allowedValues:["Enabled","Disabled"]}},newTier:{serializedName:"properties.newTier",type:{name:"Enum",allowedValues:["Consumption","Commitment_100AUHours","Commitment_500AUHours","Commitment_1000AUHours","Commitment_5000AUHours","Commitment_10000AUHours","Commitment_50000AUHours","Commitment_100000AUHours","Commitment_500000AUHours"]}},maxJobCount:{defaultValue:3,constraints:{InclusiveMinimum:1},serializedName:"properties.maxJobCount",type:{name:"Number"}},maxDegreeOfParallelism:{defaultValue:30,constraints:{InclusiveMinimum:1},serializedName:"properties.maxDegreeOfParallelism",type:{name:"Number"}},maxDegreeOfParallelismPerJob:{defaultValue:32,constraints:{InclusiveMinimum:1},serializedName:"properties.maxDegreeOfParallelismPerJob",type:{name:"Number"}},minPriorityPerJob:{constraints:{InclusiveMinimum:1},serializedName:"properties.minPriorityPerJob",type:{name:"Number"}},queryStoreRetention:{defaultValue:30,constraints:{InclusiveMaximum:180,InclusiveMinimum:1},serializedName:"properties.queryStoreRetention",type:{name:"Number"}}}}},AddDataLakeStoreWithAccountParameters={type:{name:"Composite",className:"AddDataLakeStoreWithAccountParameters",modelProperties:{name:{serializedName:"name",required:!0,type:{name:"String"}},suffix:{serializedName:"properties.suffix",type:{name:"String"}}}}},AddStorageAccountWithAccountParameters={type:{name:"Composite",className:"AddStorageAccountWithAccountParameters",modelProperties:{name:{serializedName:"name",required:!0,type:{name:"String"}},accessKey:{serializedName:"properties.accessKey",required:!0,type:{name:"String"}},suffix:{defaultValue:"azuredatalakestore.net",serializedName:"properties.suffix",type:{name:"String"}}}}},CreateComputePolicyWithAccountParameters={type:{name:"Composite",className:"CreateComputePolicyWithAccountParameters",modelProperties:{name:{serializedName:"name",required:!0,type:{name:"String"}},objectId:{serializedName:"properties.objectId",required:!0,type:{name:"Uuid"}},objectType:{serializedName:"properties.objectType",required:!0,type:{name:"String"}},maxDegreeOfParallelismPerJob:{constraints:{InclusiveMinimum:1},serializedName:"properties.maxDegreeOfParallelismPerJob",type:{name:"Number"}},minPriorityPerJob:{constraints:{InclusiveMinimum:1},serializedName:"properties.minPriorityPerJob",type:{name:"Number"}}}}},CreateFirewallRuleWithAccountParameters={type:{name:"Composite",className:"CreateFirewallRuleWithAccountParameters",modelProperties:{name:{serializedName:"name",required:!0,type:{name:"String"}},startIpAddress:{serializedName:"properties.startIpAddress",required:!0,type:{name:"String"}},endIpAddress:{serializedName:"properties.endIpAddress",required:!0,type:{name:"String"}}}}},SubResource={type:{name:"Composite",className:"SubResource",modelProperties:{id:{serializedName:"id",readOnly:!0,type:{name:"String"}},name:{serializedName:"name",readOnly:!0,type:{name:"String"}},type:{serializedName:"type",readOnly:!0,type:{name:"String"}}}}},UpdateDataLakeAnalyticsAccountParameters={type:{name:"Composite",className:"UpdateDataLakeAnalyticsAccountParameters",modelProperties:{tags:{serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}},dataLakeStoreAccounts:{serializedName:"properties.dataLakeStoreAccounts",type:{name:"Sequence",element:{type:{name:"Composite",className:"UpdateDataLakeStoreWithAccountParameters"}}}},storageAccounts:{serializedName:"properties.storageAccounts",type:{name:"Sequence",element:{type:{name:"Composite",className:"UpdateStorageAccountWithAccountParameters"}}}},computePolicies:{serializedName:"properties.computePolicies",type:{name:"Sequence",element:{type:{name:"Composite",className:"UpdateComputePolicyWithAccountParameters"}}}},firewallRules:{serializedName:"properties.firewallRules",type:{name:"Sequence",element:{type:{name:"Composite",className:"UpdateFirewallRuleWithAccountParameters"}}}},firewallState:{serializedName:"properties.firewallState",type:{name:"Enum",allowedValues:["Enabled","Disabled"]}},firewallAllowAzureIps:{serializedName:"properties.firewallAllowAzureIps",type:{name:"Enum",allowedValues:["Enabled","Disabled"]}},newTier:{serializedName:"properties.newTier",type:{name:"Enum",allowedValues:["Consumption","Commitment_100AUHours","Commitment_500AUHours","Commitment_1000AUHours","Commitment_5000AUHours","Commitment_10000AUHours","Commitment_50000AUHours","Commitment_100000AUHours","Commitment_500000AUHours"]}},maxJobCount:{constraints:{InclusiveMinimum:1},serializedName:"properties.maxJobCount",type:{name:"Number"}},maxDegreeOfParallelism:{constraints:{InclusiveMinimum:1},serializedName:"properties.maxDegreeOfParallelism",type:{name:"Number"}},maxDegreeOfParallelismPerJob:{constraints:{InclusiveMinimum:1},serializedName:"properties.maxDegreeOfParallelismPerJob",type:{name:"Number"}},minPriorityPerJob:{constraints:{InclusiveMinimum:1},serializedName:"properties.minPriorityPerJob",type:{name:"Number"}},queryStoreRetention:{constraints:{InclusiveMaximum:180,InclusiveMinimum:1},serializedName:"properties.queryStoreRetention",type:{name:"Number"}}}}},UpdateDataLakeStoreWithAccountParameters={type:{name:"Composite",className:"UpdateDataLakeStoreWithAccountParameters",modelProperties:{name:{serializedName:"name",required:!0,type:{name:"String"}},suffix:{serializedName:"properties.suffix",type:{name:"String"}}}}},UpdateStorageAccountWithAccountParameters={type:{name:"Composite",className:"UpdateStorageAccountWithAccountParameters",modelProperties:{name:{serializedName:"name",required:!0,type:{name:"String"}},accessKey:{serializedName:"properties.accessKey",type:{name:"String"}},suffix:{serializedName:"properties.suffix",type:{name:"String"}}}}},UpdateComputePolicyWithAccountParameters={type:{name:"Composite",className:"UpdateComputePolicyWithAccountParameters",modelProperties:{name:{serializedName:"name",required:!0,type:{name:"String"}},objectId:{serializedName:"properties.objectId",type:{name:"Uuid"}},objectType:{serializedName:"properties.objectType",type:{name:"String"}},maxDegreeOfParallelismPerJob:{constraints:{InclusiveMinimum:1},serializedName:"properties.maxDegreeOfParallelismPerJob",type:{name:"Number"}},minPriorityPerJob:{constraints:{InclusiveMinimum:1},serializedName:"properties.minPriorityPerJob",type:{name:"Number"}}}}},UpdateFirewallRuleWithAccountParameters={type:{name:"Composite",className:"UpdateFirewallRuleWithAccountParameters",modelProperties:{name:{serializedName:"name",required:!0,type:{name:"String"}},startIpAddress:{serializedName:"properties.startIpAddress",type:{name:"String"}},endIpAddress:{serializedName:"properties.endIpAddress",type:{name:"String"}}}}},DataLakeStoreAccountInformationListResult={type:{name:"Composite",className:"DataLakeStoreAccountInformationListResult",modelProperties:{value:{serializedName:"value",readOnly:!0,type:{name:"Sequence",element:{type:{name:"Composite",className:"DataLakeStoreAccountInformation"}}}},nextLink:{serializedName:"nextLink",readOnly:!0,type:{name:"String"}}}}},AddDataLakeStoreParameters={type:{name:"Composite",className:"AddDataLakeStoreParameters",modelProperties:{suffix:{serializedName:"properties.suffix",type:{name:"String"}}}}},StorageAccountInformationListResult={type:{name:"Composite",className:"StorageAccountInformationListResult",modelProperties:{value:{serializedName:"value",readOnly:!0,type:{name:"Sequence",element:{type:{name:"Composite",className:"StorageAccountInformation"}}}},nextLink:{serializedName:"nextLink",readOnly:!0,type:{name:"String"}}}}},AddStorageAccountParameters={type:{name:"Composite",className:"AddStorageAccountParameters",modelProperties:{accessKey:{serializedName:"properties.accessKey",required:!0,type:{name:"String"}},suffix:{defaultValue:"azuredatalakestore.net",serializedName:"properties.suffix",type:{name:"String"}}}}},UpdateStorageAccountParameters={type:{name:"Composite",className:"UpdateStorageAccountParameters",modelProperties:{accessKey:{serializedName:"properties.accessKey",type:{name:"String"}},suffix:{serializedName:"properties.suffix",type:{name:"String"}}}}},StorageContainerListResult={type:{name:"Composite",className:"StorageContainerListResult",modelProperties:{value:{serializedName:"value",readOnly:!0,type:{name:"Sequence",element:{type:{name:"Composite",className:"StorageContainer"}}}},nextLink:{serializedName:"nextLink",readOnly:!0,type:{name:"String"}}}}},SasTokenInformationListResult={type:{name:"Composite",className:"SasTokenInformationListResult",modelProperties:{value:{serializedName:"value",readOnly:!0,type:{name:"Sequence",element:{type:{name:"Composite",className:"SasTokenInformation"}}}},nextLink:{serializedName:"nextLink",readOnly:!0,type:{name:"String"}}}}},SasTokenInformation={type:{name:"Composite",className:"SasTokenInformation",modelProperties:{accessToken:{serializedName:"accessToken",readOnly:!0,type:{name:"String"}}}}},ComputePolicyListResult={type:{name:"Composite",className:"ComputePolicyListResult",modelProperties:{value:{serializedName:"value",readOnly:!0,type:{name:"Sequence",element:{type:{name:"Composite",className:"ComputePolicy"}}}},nextLink:{serializedName:"nextLink",readOnly:!0,type:{name:"String"}}}}},CreateOrUpdateComputePolicyParameters={type:{name:"Composite",className:"CreateOrUpdateComputePolicyParameters",modelProperties:{objectId:{serializedName:"properties.objectId",required:!0,type:{name:"Uuid"}},objectType:{serializedName:"properties.objectType",required:!0,type:{name:"String"}},maxDegreeOfParallelismPerJob:{constraints:{InclusiveMinimum:1},serializedName:"properties.maxDegreeOfParallelismPerJob",type:{name:"Number"}},minPriorityPerJob:{constraints:{InclusiveMinimum:1},serializedName:"properties.minPriorityPerJob",type:{name:"Number"}}}}},UpdateComputePolicyParameters={type:{name:"Composite",className:"UpdateComputePolicyParameters",modelProperties:{objectId:{serializedName:"properties.objectId",type:{name:"Uuid"}},objectType:{serializedName:"properties.objectType",type:{name:"String"}},maxDegreeOfParallelismPerJob:{constraints:{InclusiveMinimum:1},serializedName:"properties.maxDegreeOfParallelismPerJob",type:{name:"Number"}},minPriorityPerJob:{constraints:{InclusiveMinimum:1},serializedName:"properties.minPriorityPerJob",type:{name:"Number"}}}}},FirewallRuleListResult={type:{name:"Composite",className:"FirewallRuleListResult",modelProperties:{value:{serializedName:"value",readOnly:!0,type:{name:"Sequence",element:{type:{name:"Composite",className:"FirewallRule"}}}},nextLink:{serializedName:"nextLink",readOnly:!0,type:{name:"String"}}}}},CreateOrUpdateFirewallRuleParameters={type:{name:"Composite",className:"CreateOrUpdateFirewallRuleParameters",modelProperties:{startIpAddress:{serializedName:"properties.startIpAddress",required:!0,type:{name:"String"}},endIpAddress:{serializedName:"properties.endIpAddress",required:!0,type:{name:"String"}}}}},UpdateFirewallRuleParameters={type:{name:"Composite",className:"UpdateFirewallRuleParameters",modelProperties:{startIpAddress:{serializedName:"properties.startIpAddress",type:{name:"String"}},endIpAddress:{serializedName:"properties.endIpAddress",type:{name:"String"}}}}},OperationListResult={type:{name:"Composite",className:"OperationListResult",modelProperties:{value:{serializedName:"value",readOnly:!0,type:{name:"Sequence",element:{type:{name:"Composite",className:"Operation"}}}},nextLink:{serializedName:"nextLink",readOnly:!0,type:{name:"String"}}}}},Operation={type:{name:"Composite",className:"Operation",modelProperties:{name:{serializedName:"name",readOnly:!0,type:{name:"String"}},display:{serializedName:"display",type:{name:"Composite",className:"OperationDisplay"}},properties:{serializedName:"properties",type:{name:"Composite",className:"OperationMetaPropertyInfo"}},origin:{serializedName:"origin",readOnly:!0,type:{name:"String"}}}}},OperationDisplay={type:{name:"Composite",className:"OperationDisplay",modelProperties:{provider:{serializedName:"provider",readOnly:!0,type:{name:"String"}},resource:{serializedName:"resource",readOnly:!0,type:{name:"String"}},operation:{serializedName:"operation",readOnly:!0,type:{name:"String"}},description:{serializedName:"description",readOnly:!0,type:{name:"String"}}}}},OperationMetaPropertyInfo={type:{name:"Composite",className:"OperationMetaPropertyInfo",modelProperties:{serviceSpecification:{serializedName:"serviceSpecification",type:{name:"Composite",className:"OperationMetaServiceSpecification"}}}}},OperationMetaServiceSpecification={type:{name:"Composite",className:"OperationMetaServiceSpecification",modelProperties:{metricSpecifications:{serializedName:"metricSpecifications",type:{name:"Sequence",element:{type:{name:"Composite",className:"OperationMetaMetricSpecification"}}}},logSpecifications:{serializedName:"logSpecifications",type:{name:"Sequence",element:{type:{name:"Composite",className:"OperationMetaLogSpecification"}}}}}}},OperationMetaMetricSpecification={type:{name:"Composite",className:"OperationMetaMetricSpecification",modelProperties:{name:{serializedName:"name",type:{name:"String"}},displayDescription:{serializedName:"displayDescription",type:{name:"String"}},displayName:{serializedName:"displayName",type:{name:"String"}},unit:{serializedName:"unit",type:{name:"String"}},aggregationType:{serializedName:"aggregationType",type:{name:"String"}},availabilities:{serializedName:"availabilities",type:{name:"Sequence",element:{type:{name:"Composite",className:"OperationMetaMetricAvailabilitiesSpecification"}}}}}}},OperationMetaMetricAvailabilitiesSpecification={type:{name:"Composite",className:"OperationMetaMetricAvailabilitiesSpecification",modelProperties:{timeGrain:{serializedName:"timeGrain",type:{name:"String"}},blobDuration:{serializedName:"blobDuration",type:{name:"String"}}}}},OperationMetaLogSpecification={type:{name:"Composite",className:"OperationMetaLogSpecification",modelProperties:{name:{serializedName:"name",type:{name:"String"}},displayName:{serializedName:"displayName",type:{name:"String"}},blobDuration:{serializedName:"blobDuration",type:{name:"String"}}}}},CapabilityInformation={type:{name:"Composite",className:"CapabilityInformation",modelProperties:{subscriptionId:{serializedName:"subscriptionId",readOnly:!0,type:{name:"Uuid"}},state:{serializedName:"state",readOnly:!0,type:{name:"String"}},maxAccountCount:{serializedName:"maxAccountCount",readOnly:!0,type:{name:"Number"}},accountCount:{serializedName:"accountCount",readOnly:!0,type:{name:"Number"}},migrationState:{serializedName:"migrationState",readOnly:!0,type:{name:"Boolean"}}}}},CheckNameAvailabilityParameters={type:{name:"Composite",className:"CheckNameAvailabilityParameters",modelProperties:{name:{serializedName:"name",required:!0,type:{name:"String"}},type:{defaultValue:"Microsoft.DataLakeAnalytics/accounts",isConstant:!0,serializedName:"type",type:{name:"String"}}}}},NameAvailabilityInformation={type:{name:"Composite",className:"NameAvailabilityInformation",modelProperties:{nameAvailable:{serializedName:"nameAvailable",readOnly:!0,type:{name:"Boolean"}},reason:{serializedName:"reason",readOnly:!0,type:{name:"String"}},message:{serializedName:"message",readOnly:!0,type:{name:"String"}}}}},VirtualNetworkRuleListResult={type:{name:"Composite",className:"VirtualNetworkRuleListResult",modelProperties:{value:{serializedName:"value",readOnly:!0,type:{name:"Sequence",element:{type:{name:"Composite",className:"VirtualNetworkRule"}}}},nextLink:{serializedName:"nextLink",readOnly:!0,type:{name:"String"}}}}},HiveMetastoreListResult={type:{name:"Composite",className:"HiveMetastoreListResult",modelProperties:{value:{serializedName:"value",readOnly:!0,type:{name:"Sequence",element:{type:{name:"Composite",className:"HiveMetastore"}}}},nextLink:{serializedName:"nextLink",readOnly:!0,type:{name:"String"}}}}},DataLakeAnalyticsAccountProperties={type:{name:"Composite",className:"DataLakeAnalyticsAccountProperties",modelProperties:Object.assign(Object.assign({},DataLakeAnalyticsAccountPropertiesBasic.type.modelProperties),{defaultDataLakeStoreAccountType:{serializedName:"defaultDataLakeStoreAccountType",readOnly:!0,type:{name:"String"}},defaultDataLakeStoreAccount:{serializedName:"defaultDataLakeStoreAccount",readOnly:!0,type:{name:"String"}},dataLakeStoreAccounts:{serializedName:"dataLakeStoreAccounts",readOnly:!0,type:{name:"Sequence",element:{type:{name:"Composite",className:"DataLakeStoreAccountInformation"}}}},publicDataLakeStoreAccounts:{serializedName:"publicDataLakeStoreAccounts",type:{name:"Sequence",element:{type:{name:"Composite",className:"DataLakeStoreAccountInformation"}}}},storageAccounts:{serializedName:"storageAccounts",readOnly:!0,type:{name:"Sequence",element:{type:{name:"Composite",className:"StorageAccountInformation"}}}},computePolicies:{serializedName:"computePolicies",readOnly:!0,type:{name:"Sequence",element:{type:{name:"Composite",className:"ComputePolicy"}}}},hiveMetastores:{serializedName:"hiveMetastores",readOnly:!0,type:{name:"Sequence",element:{type:{name:"Composite",className:"HiveMetastore"}}}},virtualNetworkRules:{serializedName:"virtualNetworkRules",readOnly:!0,type:{name:"Sequence",element:{type:{name:"Composite",className:"VirtualNetworkRule"}}}},firewallRules:{serializedName:"firewallRules",readOnly:!0,type:{name:"Sequence",element:{type:{name:"Composite",className:"FirewallRule"}}}},firewallState:{serializedName:"firewallState",type:{name:"Enum",allowedValues:["Enabled","Disabled"]}},firewallAllowAzureIps:{serializedName:"firewallAllowAzureIps",type:{name:"Enum",allowedValues:["Enabled","Disabled"]}},newTier:{serializedName:"newTier",type:{name:"Enum",allowedValues:["Consumption","Commitment_100AUHours","Commitment_500AUHours","Commitment_1000AUHours","Commitment_5000AUHours","Commitment_10000AUHours","Commitment_50000AUHours","Commitment_100000AUHours","Commitment_500000AUHours"]}},currentTier:{serializedName:"currentTier",readOnly:!0,type:{name:"Enum",allowedValues:["Consumption","Commitment_100AUHours","Commitment_500AUHours","Commitment_1000AUHours","Commitment_5000AUHours","Commitment_10000AUHours","Commitment_50000AUHours","Commitment_100000AUHours","Commitment_500000AUHours"]}},maxJobCount:{defaultValue:3,constraints:{InclusiveMinimum:1},serializedName:"maxJobCount",type:{name:"Number"}},maxActiveJobCountPerUser:{serializedName:"maxActiveJobCountPerUser",readOnly:!0,type:{name:"Number"}},maxQueuedJobCountPerUser:{serializedName:"maxQueuedJobCountPerUser",readOnly:!0,type:{name:"Number"}},maxJobRunningTimeInMin:{serializedName:"maxJobRunningTimeInMin",readOnly:!0,type:{name:"Number"}},systemMaxJobCount:{serializedName:"systemMaxJobCount",readOnly:!0,type:{name:"Number"}},maxDegreeOfParallelism:{defaultValue:30,constraints:{InclusiveMinimum:1},serializedName:"maxDegreeOfParallelism",type:{name:"Number"}},systemMaxDegreeOfParallelism:{serializedName:"systemMaxDegreeOfParallelism",readOnly:!0,type:{name:"Number"}},maxDegreeOfParallelismPerJob:{constraints:{InclusiveMinimum:1},serializedName:"maxDegreeOfParallelismPerJob",type:{name:"Number"}},minPriorityPerJob:{constraints:{InclusiveMinimum:1},serializedName:"minPriorityPerJob",readOnly:!0,type:{name:"Number"}},queryStoreRetention:{defaultValue:30,constraints:{InclusiveMaximum:180,InclusiveMinimum:1},serializedName:"queryStoreRetention",type:{name:"Number"}},debugDataAccessLevel:{serializedName:"debugDataAccessLevel",readOnly:!0,type:{name:"Enum",allowedValues:["All","Customer","None"]}}})}},DataLakeAnalyticsAccountBasic={type:{name:"Composite",className:"DataLakeAnalyticsAccountBasic",modelProperties:Object.assign(Object.assign({},Resource.type.modelProperties),{accountId:{serializedName:"properties.accountId",readOnly:!0,type:{name:"Uuid"}},provisioningState:{serializedName:"properties.provisioningState",readOnly:!0,type:{name:"Enum",allowedValues:["Failed","Creating","Running","Succeeded","Patching","Suspending","Resuming","Deleting","Deleted","Undeleting","Canceled"]}},state:{serializedName:"properties.state",readOnly:!0,type:{name:"Enum",allowedValues:["Active","Suspended"]}},creationTime:{serializedName:"properties.creationTime",readOnly:!0,type:{name:"DateTime"}},lastModifiedTime:{serializedName:"properties.lastModifiedTime",readOnly:!0,type:{name:"DateTime"}},endpoint:{serializedName:"properties.endpoint",readOnly:!0,type:{name:"String"}}})}},DataLakeAnalyticsAccount={type:{name:"Composite",className:"DataLakeAnalyticsAccount",modelProperties:Object.assign(Object.assign({},Resource.type.modelProperties),{accountId:{serializedName:"properties.accountId",readOnly:!0,type:{name:"Uuid"}},provisioningState:{serializedName:"properties.provisioningState",readOnly:!0,type:{name:"Enum",allowedValues:["Failed","Creating","Running","Succeeded","Patching","Suspending","Resuming","Deleting","Deleted","Undeleting","Canceled"]}},state:{serializedName:"properties.state",readOnly:!0,type:{name:"Enum",allowedValues:["Active","Suspended"]}},creationTime:{serializedName:"properties.creationTime",readOnly:!0,type:{name:"DateTime"}},lastModifiedTime:{serializedName:"properties.lastModifiedTime",readOnly:!0,type:{name:"DateTime"}},endpoint:{serializedName:"properties.endpoint",readOnly:!0,type:{name:"String"}},defaultDataLakeStoreAccountType:{serializedName:"properties.defaultDataLakeStoreAccountType",readOnly:!0,type:{name:"String"}},defaultDataLakeStoreAccount:{serializedName:"properties.defaultDataLakeStoreAccount",readOnly:!0,type:{name:"String"}},dataLakeStoreAccounts:{serializedName:"properties.dataLakeStoreAccounts",readOnly:!0,type:{name:"Sequence",element:{type:{name:"Composite",className:"DataLakeStoreAccountInformation"}}}},publicDataLakeStoreAccounts:{serializedName:"properties.publicDataLakeStoreAccounts",type:{name:"Sequence",element:{type:{name:"Composite",className:"DataLakeStoreAccountInformation"}}}},storageAccounts:{serializedName:"properties.storageAccounts",readOnly:!0,type:{name:"Sequence",element:{type:{name:"Composite",className:"StorageAccountInformation"}}}},computePolicies:{serializedName:"properties.computePolicies",readOnly:!0,type:{name:"Sequence",element:{type:{name:"Composite",className:"ComputePolicy"}}}},hiveMetastores:{serializedName:"properties.hiveMetastores",readOnly:!0,type:{name:"Sequence",element:{type:{name:"Composite",className:"HiveMetastore"}}}},virtualNetworkRules:{serializedName:"properties.virtualNetworkRules",readOnly:!0,type:{name:"Sequence",element:{type:{name:"Composite",className:"VirtualNetworkRule"}}}},firewallRules:{serializedName:"properties.firewallRules",readOnly:!0,type:{name:"Sequence",element:{type:{name:"Composite",className:"FirewallRule"}}}},firewallState:{serializedName:"properties.firewallState",type:{name:"Enum",allowedValues:["Enabled","Disabled"]}},firewallAllowAzureIps:{serializedName:"properties.firewallAllowAzureIps",type:{name:"Enum",allowedValues:["Enabled","Disabled"]}},newTier:{serializedName:"properties.newTier",type:{name:"Enum",allowedValues:["Consumption","Commitment_100AUHours","Commitment_500AUHours","Commitment_1000AUHours","Commitment_5000AUHours","Commitment_10000AUHours","Commitment_50000AUHours","Commitment_100000AUHours","Commitment_500000AUHours"]}},currentTier:{serializedName:"properties.currentTier",readOnly:!0,type:{name:"Enum",allowedValues:["Consumption","Commitment_100AUHours","Commitment_500AUHours","Commitment_1000AUHours","Commitment_5000AUHours","Commitment_10000AUHours","Commitment_50000AUHours","Commitment_100000AUHours","Commitment_500000AUHours"]}},maxJobCount:{defaultValue:3,constraints:{InclusiveMinimum:1},serializedName:"properties.maxJobCount",type:{name:"Number"}},maxActiveJobCountPerUser:{serializedName:"properties.maxActiveJobCountPerUser",readOnly:!0,type:{name:"Number"}},maxQueuedJobCountPerUser:{serializedName:"properties.maxQueuedJobCountPerUser",readOnly:!0,type:{name:"Number"}},maxJobRunningTimeInMin:{serializedName:"properties.maxJobRunningTimeInMin",readOnly:!0,type:{name:"Number"}},systemMaxJobCount:{serializedName:"properties.systemMaxJobCount",readOnly:!0,type:{name:"Number"}},maxDegreeOfParallelism:{defaultValue:30,constraints:{InclusiveMinimum:1},serializedName:"properties.maxDegreeOfParallelism",type:{name:"Number"}},systemMaxDegreeOfParallelism:{serializedName:"properties.systemMaxDegreeOfParallelism",readOnly:!0,type:{name:"Number"}},maxDegreeOfParallelismPerJob:{constraints:{InclusiveMinimum:1},serializedName:"properties.maxDegreeOfParallelismPerJob",type:{name:"Number"}},minPriorityPerJob:{constraints:{InclusiveMinimum:1},serializedName:"properties.minPriorityPerJob",readOnly:!0,type:{name:"Number"}},queryStoreRetention:{defaultValue:30,constraints:{InclusiveMaximum:180,InclusiveMinimum:1},serializedName:"properties.queryStoreRetention",type:{name:"Number"}},debugDataAccessLevel:{serializedName:"properties.debugDataAccessLevel",readOnly:!0,type:{name:"Enum",allowedValues:["All","Customer","None"]}}})}},DataLakeStoreAccountInformation={type:{name:"Composite",className:"DataLakeStoreAccountInformation",modelProperties:Object.assign(Object.assign({},SubResource.type.modelProperties),{suffix:{serializedName:"properties.suffix",readOnly:!0,type:{name:"String"}}})}},StorageAccountInformation={type:{name:"Composite",className:"StorageAccountInformation",modelProperties:Object.assign(Object.assign({},SubResource.type.modelProperties),{suffix:{serializedName:"properties.suffix",readOnly:!0,type:{name:"String"}}})}},ComputePolicy={type:{name:"Composite",className:"ComputePolicy",modelProperties:Object.assign(Object.assign({},SubResource.type.modelProperties),{objectId:{serializedName:"properties.objectId",readOnly:!0,type:{name:"Uuid"}},objectType:{serializedName:"properties.objectType",readOnly:!0,type:{name:"String"}},maxDegreeOfParallelismPerJob:{constraints:{InclusiveMinimum:1},serializedName:"properties.maxDegreeOfParallelismPerJob",readOnly:!0,type:{name:"Number"}},minPriorityPerJob:{constraints:{InclusiveMinimum:1},serializedName:"properties.minPriorityPerJob",readOnly:!0,type:{name:"Number"}}})}},HiveMetastore={type:{name:"Composite",className:"HiveMetastore",modelProperties:Object.assign(Object.assign({},SubResource.type.modelProperties),{serverUri:{serializedName:"properties.serverUri",readOnly:!0,type:{name:"String"}},databaseName:{serializedName:"properties.databaseName",readOnly:!0,type:{name:"String"}},runtimeVersion:{serializedName:"properties.runtimeVersion",readOnly:!0,type:{name:"String"}},userName:{serializedName:"properties.userName",readOnly:!0,type:{name:"String"}},password:{serializedName:"properties.password",readOnly:!0,type:{name:"String"}},nestedResourceProvisioningState:{serializedName:"properties.nestedResourceProvisioningState",readOnly:!0,type:{name:"Enum",allowedValues:["Succeeded","Canceled","Failed"]}}})}},VirtualNetworkRule={type:{name:"Composite",className:"VirtualNetworkRule",modelProperties:Object.assign(Object.assign({},SubResource.type.modelProperties),{subnetId:{serializedName:"properties.subnetId",readOnly:!0,type:{name:"String"}},virtualNetworkRuleState:{serializedName:"properties.virtualNetworkRuleState",readOnly:!0,type:{name:"Enum",allowedValues:["Active","NetworkSourceDeleted","Failed"]}}})}},FirewallRule={type:{name:"Composite",className:"FirewallRule",modelProperties:Object.assign(Object.assign({},SubResource.type.modelProperties),{startIpAddress:{serializedName:"properties.startIpAddress",readOnly:!0,type:{name:"String"}},endIpAddress:{serializedName:"properties.endIpAddress",readOnly:!0,type:{name:"String"}}})}},StorageContainer={type:{name:"Composite",className:"StorageContainer",modelProperties:Object.assign(Object.assign({},SubResource.type.modelProperties),{lastModifiedTime:{serializedName:"properties.lastModifiedTime",readOnly:!0,type:{name:"DateTime"}}})}};var Mappers=Object.freeze({__proto__:null,DataLakeAnalyticsAccountListResult:DataLakeAnalyticsAccountListResult,DataLakeAnalyticsAccountPropertiesBasic:DataLakeAnalyticsAccountPropertiesBasic,Resource:Resource,ErrorResponse:ErrorResponse,ErrorDetail:ErrorDetail,ErrorAdditionalInfo:ErrorAdditionalInfo,CreateDataLakeAnalyticsAccountParameters:CreateDataLakeAnalyticsAccountParameters,AddDataLakeStoreWithAccountParameters:AddDataLakeStoreWithAccountParameters,AddStorageAccountWithAccountParameters:AddStorageAccountWithAccountParameters,CreateComputePolicyWithAccountParameters:CreateComputePolicyWithAccountParameters,CreateFirewallRuleWithAccountParameters:CreateFirewallRuleWithAccountParameters,SubResource:SubResource,UpdateDataLakeAnalyticsAccountParameters:UpdateDataLakeAnalyticsAccountParameters,UpdateDataLakeStoreWithAccountParameters:UpdateDataLakeStoreWithAccountParameters,UpdateStorageAccountWithAccountParameters:UpdateStorageAccountWithAccountParameters,UpdateComputePolicyWithAccountParameters:UpdateComputePolicyWithAccountParameters,UpdateFirewallRuleWithAccountParameters:UpdateFirewallRuleWithAccountParameters,DataLakeStoreAccountInformationListResult:DataLakeStoreAccountInformationListResult,AddDataLakeStoreParameters:AddDataLakeStoreParameters,StorageAccountInformationListResult:StorageAccountInformationListResult,AddStorageAccountParameters:AddStorageAccountParameters,UpdateStorageAccountParameters:UpdateStorageAccountParameters,StorageContainerListResult:StorageContainerListResult,SasTokenInformationListResult:SasTokenInformationListResult,SasTokenInformation:SasTokenInformation,ComputePolicyListResult:ComputePolicyListResult,CreateOrUpdateComputePolicyParameters:CreateOrUpdateComputePolicyParameters,UpdateComputePolicyParameters:UpdateComputePolicyParameters,FirewallRuleListResult:FirewallRuleListResult,CreateOrUpdateFirewallRuleParameters:CreateOrUpdateFirewallRuleParameters,UpdateFirewallRuleParameters:UpdateFirewallRuleParameters,OperationListResult:OperationListResult,Operation:Operation,OperationDisplay:OperationDisplay,OperationMetaPropertyInfo:OperationMetaPropertyInfo,OperationMetaServiceSpecification:OperationMetaServiceSpecification,OperationMetaMetricSpecification:OperationMetaMetricSpecification,OperationMetaMetricAvailabilitiesSpecification:OperationMetaMetricAvailabilitiesSpecification,OperationMetaLogSpecification:OperationMetaLogSpecification,CapabilityInformation:CapabilityInformation,CheckNameAvailabilityParameters:CheckNameAvailabilityParameters,NameAvailabilityInformation:NameAvailabilityInformation,VirtualNetworkRuleListResult:VirtualNetworkRuleListResult,HiveMetastoreListResult:HiveMetastoreListResult,DataLakeAnalyticsAccountProperties:DataLakeAnalyticsAccountProperties,DataLakeAnalyticsAccountBasic:DataLakeAnalyticsAccountBasic,DataLakeAnalyticsAccount:DataLakeAnalyticsAccount,DataLakeStoreAccountInformation:DataLakeStoreAccountInformation,StorageAccountInformation:StorageAccountInformation,ComputePolicy:ComputePolicy,HiveMetastore:HiveMetastore,VirtualNetworkRule:VirtualNetworkRule,FirewallRule:FirewallRule,StorageContainer:StorageContainer});const accept={parameterPath:"accept",mapper:{defaultValue:"application/json",isConstant:!0,serializedName:"Accept",type:{name:"String"}}},$host={parameterPath:"$host",mapper:{serializedName:"$host",required:!0,type:{name:"String"}},skipEncoding:!0},subscriptionId={parameterPath:"subscriptionId",mapper:{serializedName:"subscriptionId",required:!0,type:{name:"String"}}},filter={parameterPath:["options","filter"],mapper:{serializedName:"$filter",type:{name:"String"}}},top={parameterPath:["options","top"],mapper:{constraints:{InclusiveMinimum:1},serializedName:"$top",type:{name:"Number"}}},skip={parameterPath:["options","skip"],mapper:{constraints:{InclusiveMinimum:1},serializedName:"$skip",type:{name:"Number"}}},select={parameterPath:["options","select"],mapper:{serializedName:"$select",type:{name:"String"}}},orderby={parameterPath:["options","orderby"],mapper:{serializedName:"$orderby",type:{name:"String"}}},count={parameterPath:["options","count"],mapper:{serializedName:"$count",type:{name:"Boolean"}}},apiVersion={parameterPath:"apiVersion",mapper:{defaultValue:"2019-11-01-preview",isConstant:!0,serializedName:"api-version",type:{name:"String"}}},resourceGroupName={parameterPath:"resourceGroupName",mapper:{serializedName:"resourceGroupName",required:!0,type:{name:"String"}}},contentType={parameterPath:["options","contentType"],mapper:{defaultValue:"application/json",isConstant:!0,serializedName:"Content-Type",type:{name:"String"}}},parameters={parameterPath:"parameters",mapper:CreateDataLakeAnalyticsAccountParameters},accountName={parameterPath:"accountName",mapper:{serializedName:"accountName",required:!0,type:{name:"String"}}},parameters1={parameterPath:["options","parameters"],mapper:UpdateDataLakeAnalyticsAccountParameters},parameters2={parameterPath:"parameters",mapper:CheckNameAvailabilityParameters},location={parameterPath:"location",mapper:{serializedName:"location",required:!0,type:{name:"String"}}},nextLink={parameterPath:"nextLink",mapper:{serializedName:"nextLink",required:!0,type:{name:"String"}},skipEncoding:!0},parameters3={parameterPath:["options","parameters"],mapper:AddDataLakeStoreParameters},dataLakeStoreAccountName={parameterPath:"dataLakeStoreAccountName",mapper:{serializedName:"dataLakeStoreAccountName",required:!0,type:{name:"String"}}},parameters4={parameterPath:"parameters",mapper:AddStorageAccountParameters},storageAccountName={parameterPath:"storageAccountName",mapper:{serializedName:"storageAccountName",required:!0,type:{name:"String"}}},parameters5={parameterPath:["options","parameters"],mapper:UpdateStorageAccountParameters},containerName={parameterPath:"containerName",mapper:{serializedName:"containerName",required:!0,type:{name:"String"}}},parameters6={parameterPath:"parameters",mapper:CreateOrUpdateComputePolicyParameters},computePolicyName={parameterPath:"computePolicyName",mapper:{serializedName:"computePolicyName",required:!0,type:{name:"String"}}},parameters7={parameterPath:["options","parameters"],mapper:UpdateComputePolicyParameters},parameters8={parameterPath:"parameters",mapper:CreateOrUpdateFirewallRuleParameters},firewallRuleName={parameterPath:"firewallRuleName",mapper:{serializedName:"firewallRuleName",required:!0,type:{name:"String"}}},parameters9={parameterPath:["options","parameters"],mapper:UpdateFirewallRuleParameters};class LroImpl{constructor(e,t,a,r=a.path,i=a.httpMethod){this.sendOperationFn=e,this.args=t,this.spec=a,this.requestPath=r,this.requestMethod=i}sendInitialRequest(){return tslib.__awaiter(this,void 0,void 0,function*(){return this.sendOperationFn(this.args,this.spec)})}sendPollRequest(t){return tslib.__awaiter(this,void 0,void 0,function*(){var e=this.spec,e=tslib.__rest(e,["requestBody"]);return this.sendOperationFn(this.args,Object.assign(Object.assign({},e),{path:t,httpMethod:"GET"}))})}}class AccountsImpl{constructor(e){this.client=e}list(t){const e=this.listPagingAll(t);return{next(){return e.next()},[Symbol.asyncIterator](){return this},byPage:e=>{if(null!=e&&e.maxPageSize)throw new Error("maxPageSize is not supported by this operation.");return this.listPagingPage(t,e)}}}listPagingPage(i,s){return tslib.__asyncGenerator(this,arguments,function*(){let e,t=null==s?void 0:s.continuationToken;var a;for(t||(setContinuationToken(a=(e=yield tslib.__await(this._list(i))).value||[],t=e.nextLink),yield yield tslib.__await(a));t;){e=yield tslib.__await(this._listNext(t,i)),t=e.nextLink;var r=e.value||[];setContinuationToken(r,t),yield yield tslib.__await(r)}})}listPagingAll(s){return tslib.__asyncGenerator(this,arguments,function*(){var t,e;try{for(var a,r=tslib.__asyncValues(this.listPagingPage(s));!(a=yield tslib.__await(r.next())).done;){var i=a.value;yield tslib.__await(yield*tslib.__asyncDelegator(tslib.__asyncValues(i)))}}catch(e){t={error:e}}finally{try{a&&!a.done&&(e=r.return)&&(yield tslib.__await(e.call(r)))}finally{if(t)throw t.error}}})}listByResourceGroup(t,a){const e=this.listByResourceGroupPagingAll(t,a);return{next(){return e.next()},[Symbol.asyncIterator](){return this},byPage:e=>{if(null!=e&&e.maxPageSize)throw new Error("maxPageSize is not supported by this operation.");return this.listByResourceGroupPagingPage(t,a,e)}}}listByResourceGroupPagingPage(i,s,o){return tslib.__asyncGenerator(this,arguments,function*(){let e,t=null==o?void 0:o.continuationToken;var a;for(t||(setContinuationToken(a=(e=yield tslib.__await(this._listByResourceGroup(i,s))).value||[],t=e.nextLink),yield yield tslib.__await(a));t;){e=yield tslib.__await(this._listByResourceGroupNext(i,t,s)),t=e.nextLink;var r=e.value||[];setContinuationToken(r,t),yield yield tslib.__await(r)}})}listByResourceGroupPagingAll(s,o){return tslib.__asyncGenerator(this,arguments,function*(){var t,e;try{for(var a,r=tslib.__asyncValues(this.listByResourceGroupPagingPage(s,o));!(a=yield tslib.__await(r.next())).done;){var i=a.value;yield tslib.__await(yield*tslib.__asyncDelegator(tslib.__asyncValues(i)))}}catch(e){t={error:e}}finally{try{a&&!a.done&&(e=r.return)&&(yield tslib.__await(e.call(r)))}finally{if(t)throw t.error}}})}_list(e){return this.client.sendOperationRequest({options:e},listOperationSpec$1)}_listByResourceGroup(e,t){return this.client.sendOperationRequest({resourceGroupName:e,options:t},listByResourceGroupOperationSpec)}beginCreate(t,a,r,i){return tslib.__awaiter(this,void 0,void 0,function*(){const s=(e,t)=>tslib.__awaiter(this,void 0,void 0,function*(){return this.client.sendOperationRequest(e,t)});var e=new LroImpl((t,i)=>tslib.__awaiter(this,void 0,void 0,function*(){let a=void 0;const r=null==(e=t.options)?void 0:e.onResponse;var e=Object.assign(Object.assign({},t),{options:Object.assign(Object.assign({},t.options),{onResponse:(e,t)=>{a=e,null!==r&&void 0!==r&&r(e,t)}})});return{flatResponse:yield s(e,i),rawResponse:{statusCode:a.status,body:a.parsedBody,headers:a.headers.toJSON()}}}),{resourceGroupName:t,accountName:a,parameters:r,options:i},createOperationSpec),e=new coreLro.LroEngine(e,{resumeFrom:null==i?void 0:i.resumeFrom,intervalInMs:null==i?void 0:i.updateIntervalInMs});return yield e.poll(),e})}beginCreateAndWait(e,t,a,r){return tslib.__awaiter(this,void 0,void 0,function*(){return(yield this.beginCreate(e,t,a,r)).pollUntilDone()})}get(e,t,a){return this.client.sendOperationRequest({resourceGroupName:e,accountName:t,options:a},getOperationSpec$4)}beginUpdate(t,a,r){return tslib.__awaiter(this,void 0,void 0,function*(){const s=(e,t)=>tslib.__awaiter(this,void 0,void 0,function*(){return this.client.sendOperationRequest(e,t)});var e=new LroImpl((t,i)=>tslib.__awaiter(this,void 0,void 0,function*(){let a=void 0;const r=null==(e=t.options)?void 0:e.onResponse;var e=Object.assign(Object.assign({},t),{options:Object.assign(Object.assign({},t.options),{onResponse:(e,t)=>{a=e,null!==r&&void 0!==r&&r(e,t)}})});return{flatResponse:yield s(e,i),rawResponse:{statusCode:a.status,body:a.parsedBody,headers:a.headers.toJSON()}}}),{resourceGroupName:t,accountName:a,options:r},updateOperationSpec$3),e=new coreLro.LroEngine(e,{resumeFrom:null==r?void 0:r.resumeFrom,intervalInMs:null==r?void 0:r.updateIntervalInMs});return yield e.poll(),e})}beginUpdateAndWait(e,t,a){return tslib.__awaiter(this,void 0,void 0,function*(){return(yield this.beginUpdate(e,t,a)).pollUntilDone()})}beginDelete(t,a,r){return tslib.__awaiter(this,void 0,void 0,function*(){const s=(e,t)=>tslib.__awaiter(this,void 0,void 0,function*(){return this.client.sendOperationRequest(e,t)});var e=new LroImpl((t,i)=>tslib.__awaiter(this,void 0,void 0,function*(){let a=void 0;const r=null==(e=t.options)?void 0:e.onResponse;var e=Object.assign(Object.assign({},t),{options:Object.assign(Object.assign({},t.options),{onResponse:(e,t)=>{a=e,null!==r&&void 0!==r&&r(e,t)}})});return{flatResponse:yield s(e,i),rawResponse:{statusCode:a.status,body:a.parsedBody,headers:a.headers.toJSON()}}}),{resourceGroupName:t,accountName:a,options:r},deleteOperationSpec$4),e=new coreLro.LroEngine(e,{resumeFrom:null==r?void 0:r.resumeFrom,intervalInMs:null==r?void 0:r.updateIntervalInMs});return yield e.poll(),e})}beginDeleteAndWait(e,t,a){return tslib.__awaiter(this,void 0,void 0,function*(){return(yield this.beginDelete(e,t,a)).pollUntilDone()})}checkNameAvailability(e,t,a){return this.client.sendOperationRequest({location:e,parameters:t,options:a},checkNameAvailabilityOperationSpec)}_listNext(e,t){return this.client.sendOperationRequest({nextLink:e,options:t},listNextOperationSpec)}_listByResourceGroupNext(e,t,a){return this.client.sendOperationRequest({resourceGroupName:e,nextLink:t,options:a},listByResourceGroupNextOperationSpec)}}const serializer$6=coreClient__namespace.createSerializer(Mappers,!1),listOperationSpec$1={path:"/subscriptions/{subscriptionId}/providers/Microsoft.DataLakeAnalytics/accounts",httpMethod:"GET",responses:{200:{bodyMapper:DataLakeAnalyticsAccountListResult},default:{bodyMapper:ErrorResponse}},queryParameters:[filter,top,skip,select,orderby,count,apiVersion],urlParameters:[$host,subscriptionId],headerParameters:[accept],serializer:serializer$6},listByResourceGroupOperationSpec={path:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts",httpMethod:"GET",responses:{200:{bodyMapper:DataLakeAnalyticsAccountListResult},default:{bodyMapper:ErrorResponse}},queryParameters:[filter,top,skip,select,orderby,count,apiVersion],urlParameters:[$host,subscriptionId,resourceGroupName],headerParameters:[accept],serializer:serializer$6},createOperationSpec={path:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}",httpMethod:"PUT",responses:{200:{bodyMapper:DataLakeAnalyticsAccount},201:{bodyMapper:DataLakeAnalyticsAccount},202:{bodyMapper:DataLakeAnalyticsAccount},204:{bodyMapper:DataLakeAnalyticsAccount},default:{bodyMapper:ErrorResponse}},requestBody:parameters,queryParameters:[apiVersion],urlParameters:[$host,subscriptionId,resourceGroupName,accountName],headerParameters:[accept,contentType],mediaType:"json",serializer:serializer$6},getOperationSpec$4={path:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}",httpMethod:"GET",responses:{200:{bodyMapper:DataLakeAnalyticsAccount},default:{bodyMapper:ErrorResponse}},queryParameters:[apiVersion],urlParameters:[$host,subscriptionId,resourceGroupName,accountName],headerParameters:[accept],serializer:serializer$6},updateOperationSpec$3={path:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}",httpMethod:"PATCH",responses:{200:{bodyMapper:DataLakeAnalyticsAccount},201:{bodyMapper:DataLakeAnalyticsAccount},202:{bodyMapper:DataLakeAnalyticsAccount},204:{bodyMapper:DataLakeAnalyticsAccount},default:{bodyMapper:ErrorResponse}},requestBody:parameters1,queryParameters:[apiVersion],urlParameters:[$host,subscriptionId,resourceGroupName,accountName],headerParameters:[accept,contentType],mediaType:"json",serializer:serializer$6},deleteOperationSpec$4={path:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}",httpMethod:"DELETE",responses:{200:{},201:{},202:{},204:{},default:{bodyMapper:ErrorResponse}},queryParameters:[apiVersion],urlParameters:[$host,subscriptionId,resourceGroupName,accountName],headerParameters:[accept],serializer:serializer$6},checkNameAvailabilityOperationSpec={path:"/subscriptions/{subscriptionId}/providers/Microsoft.DataLakeAnalytics/locations/{location}/checkNameAvailability",httpMethod:"POST",responses:{200:{bodyMapper:NameAvailabilityInformation},default:{bodyMapper:ErrorResponse}},requestBody:parameters2,queryParameters:[apiVersion],urlParameters:[$host,subscriptionId,location],headerParameters:[accept,contentType],mediaType:"json",serializer:serializer$6},listNextOperationSpec={path:"{nextLink}",httpMethod:"GET",responses:{200:{bodyMapper:DataLakeAnalyticsAccountListResult},default:{bodyMapper:ErrorResponse}},queryParameters:[filter,top,skip,select,orderby,count,apiVersion],urlParameters:[$host,subscriptionId,nextLink],headerParameters:[accept],serializer:serializer$6},listByResourceGroupNextOperationSpec={path:"{nextLink}",httpMethod:"GET",responses:{200:{bodyMapper:DataLakeAnalyticsAccountListResult},default:{bodyMapper:ErrorResponse}},queryParameters:[filter,top,skip,select,orderby,count,apiVersion],urlParameters:[$host,subscriptionId,resourceGroupName,nextLink],headerParameters:[accept],serializer:serializer$6};class DataLakeStoreAccountsImpl{constructor(e){this.client=e}listByAccount(t,a,r){const e=this.listByAccountPagingAll(t,a,r);return{next(){return e.next()},[Symbol.asyncIterator](){return this},byPage:e=>{if(null!=e&&e.maxPageSize)throw new Error("maxPageSize is not supported by this operation.");return this.listByAccountPagingPage(t,a,r,e)}}}listByAccountPagingPage(i,s,o,n){return tslib.__asyncGenerator(this,arguments,function*(){let e,t=null==n?void 0:n.continuationToken;var a;for(t||(setContinuationToken(a=(e=yield tslib.__await(this._listByAccount(i,s,o))).value||[],t=e.nextLink),yield yield tslib.__await(a));t;){e=yield tslib.__await(this._listByAccountNext(i,s,t,o)),t=e.nextLink;var r=e.value||[];setContinuationToken(r,t),yield yield tslib.__await(r)}})}listByAccountPagingAll(s,o,n){return tslib.__asyncGenerator(this,arguments,function*(){var t,e;try{for(var a,r=tslib.__asyncValues(this.listByAccountPagingPage(s,o,n));!(a=yield tslib.__await(r.next())).done;){var i=a.value;yield tslib.__await(yield*tslib.__asyncDelegator(tslib.__asyncValues(i)))}}catch(e){t={error:e}}finally{try{a&&!a.done&&(e=r.return)&&(yield tslib.__await(e.call(r)))}finally{if(t)throw t.error}}})}_listByAccount(e,t,a){return this.client.sendOperationRequest({resourceGroupName:e,accountName:t,options:a},listByAccountOperationSpec$3)}add(e,t,a,r){return this.client.sendOperationRequest({resourceGroupName:e,accountName:t,dataLakeStoreAccountName:a,options:r},addOperationSpec$1)}get(e,t,a,r){return this.client.sendOperationRequest({resourceGroupName:e,accountName:t,dataLakeStoreAccountName:a,options:r},getOperationSpec$3)}delete(e,t,a,r){return this.client.sendOperationRequest({resourceGroupName:e,accountName:t,dataLakeStoreAccountName:a,options:r},deleteOperationSpec$3)}_listByAccountNext(e,t,a,r){return this.client.sendOperationRequest({resourceGroupName:e,accountName:t,nextLink:a,options:r},listByAccountNextOperationSpec$3)}}const serializer$5=coreClient__namespace.createSerializer(Mappers,!1),listByAccountOperationSpec$3={path:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/dataLakeStoreAccounts",httpMethod:"GET",responses:{200:{bodyMapper:DataLakeStoreAccountInformationListResult},default:{bodyMapper:ErrorResponse}},queryParameters:[filter,top,skip,select,orderby,count,apiVersion],urlParameters:[$host,subscriptionId,resourceGroupName,accountName],headerParameters:[accept],serializer:serializer$5},addOperationSpec$1={path:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/dataLakeStoreAccounts/{dataLakeStoreAccountName}",httpMethod:"PUT",responses:{200:{},default:{bodyMapper:ErrorResponse}},requestBody:parameters3,queryParameters:[apiVersion],urlParameters:[$host,subscriptionId,resourceGroupName,accountName,dataLakeStoreAccountName],headerParameters:[accept,contentType],mediaType:"json",serializer:serializer$5},getOperationSpec$3={path:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/dataLakeStoreAccounts/{dataLakeStoreAccountName}",httpMethod:"GET",responses:{200:{bodyMapper:DataLakeStoreAccountInformation},default:{bodyMapper:ErrorResponse}},queryParameters:[apiVersion],urlParameters:[$host,subscriptionId,resourceGroupName,accountName,dataLakeStoreAccountName],headerParameters:[accept],serializer:serializer$5},deleteOperationSpec$3={path:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/dataLakeStoreAccounts/{dataLakeStoreAccountName}",httpMethod:"DELETE",responses:{200:{},204:{},default:{bodyMapper:ErrorResponse}},queryParameters:[apiVersion],urlParameters:[$host,subscriptionId,resourceGroupName,accountName,dataLakeStoreAccountName],headerParameters:[accept],serializer:serializer$5},listByAccountNextOperationSpec$3={path:"{nextLink}",httpMethod:"GET",responses:{200:{bodyMapper:DataLakeStoreAccountInformationListResult},default:{bodyMapper:ErrorResponse}},queryParameters:[filter,top,skip,select,orderby,count,apiVersion],urlParameters:[$host,subscriptionId,resourceGroupName,accountName,nextLink],headerParameters:[accept],serializer:serializer$5};class StorageAccountsImpl{constructor(e){this.client=e}listByAccount(t,a,r){const e=this.listByAccountPagingAll(t,a,r);return{next(){return e.next()},[Symbol.asyncIterator](){return this},byPage:e=>{if(null!=e&&e.maxPageSize)throw new Error("maxPageSize is not supported by this operation.");return this.listByAccountPagingPage(t,a,r,e)}}}listByAccountPagingPage(i,s,o,n){return tslib.__asyncGenerator(this,arguments,function*(){let e,t=null==n?void 0:n.continuationToken;var a;for(t||(setContinuationToken(a=(e=yield tslib.__await(this._listByAccount(i,s,o))).value||[],t=e.nextLink),yield yield tslib.__await(a));t;){e=yield tslib.__await(this._listByAccountNext(i,s,t,o)),t=e.nextLink;var r=e.value||[];setContinuationToken(r,t),yield yield tslib.__await(r)}})}listByAccountPagingAll(s,o,n){return tslib.__asyncGenerator(this,arguments,function*(){var t,e;try{for(var a,r=tslib.__asyncValues(this.listByAccountPagingPage(s,o,n));!(a=yield tslib.__await(r.next())).done;){var i=a.value;yield tslib.__await(yield*tslib.__asyncDelegator(tslib.__asyncValues(i)))}}catch(e){t={error:e}}finally{try{a&&!a.done&&(e=r.return)&&(yield tslib.__await(e.call(r)))}finally{if(t)throw t.error}}})}listStorageContainers(t,a,r,i){const e=this.listStorageContainersPagingAll(t,a,r,i);return{next(){return e.next()},[Symbol.asyncIterator](){return this},byPage:e=>{if(null!=e&&e.maxPageSize)throw new Error("maxPageSize is not supported by this operation.");return this.listStorageContainersPagingPage(t,a,r,i,e)}}}listStorageContainersPagingPage(i,s,o,n,l){return tslib.__asyncGenerator(this,arguments,function*(){let e,t=null==l?void 0:l.continuationToken;var a;for(t||(setContinuationToken(a=(e=yield tslib.__await(this._listStorageContainers(i,s,o,n))).value||[],t=e.nextLink),yield yield tslib.__await(a));t;){e=yield tslib.__await(this._listStorageContainersNext(i,s,o,t,n)),t=e.nextLink;var r=e.value||[];setContinuationToken(r,t),yield yield tslib.__await(r)}})}listStorageContainersPagingAll(s,o,n,l){return tslib.__asyncGenerator(this,arguments,function*(){var t,e;try{for(var a,r=tslib.__asyncValues(this.listStorageContainersPagingPage(s,o,n,l));!(a=yield tslib.__await(r.next())).done;){var i=a.value;yield tslib.__await(yield*tslib.__asyncDelegator(tslib.__asyncValues(i)))}}catch(e){t={error:e}}finally{try{a&&!a.done&&(e=r.return)&&(yield tslib.__await(e.call(r)))}finally{if(t)throw t.error}}})}listSasTokens(t,a,r,i,s){const e=this.listSasTokensPagingAll(t,a,r,i,s);return{next(){return e.next()},[Symbol.asyncIterator](){return this},byPage:e=>{if(null!=e&&e.maxPageSize)throw new Error("maxPageSize is not supported by this operation.");return this.listSasTokensPagingPage(t,a,r,i,s,e)}}}listSasTokensPagingPage(i,s,o,n,l,p){return tslib.__asyncGenerator(this,arguments,function*(){let e,t=null==p?void 0:p.continuationToken;var a;for(t||(setContinuationToken(a=(e=yield tslib.__await(this._listSasTokens(i,s,o,n,l))).value||[],t=e.nextLink),yield yield tslib.__await(a));t;){e=yield tslib.__await(this._listSasTokensNext(i,s,o,n,t,l)),t=e.nextLink;var r=e.value||[];setContinuationToken(r,t),yield yield tslib.__await(r)}})}listSasTokensPagingAll(s,o,n,l,p){return tslib.__asyncGenerator(this,arguments,function*(){var t,e;try{for(var a,r=tslib.__asyncValues(this.listSasTokensPagingPage(s,o,n,l,p));!(a=yield tslib.__await(r.next())).done;){var i=a.value;yield tslib.__await(yield*tslib.__asyncDelegator(tslib.__asyncValues(i)))}}catch(e){t={error:e}}finally{try{a&&!a.done&&(e=r.return)&&(yield tslib.__await(e.call(r)))}finally{if(t)throw t.error}}})}_listByAccount(e,t,a){return this.client.sendOperationRequest({resourceGroupName:e,accountName:t,options:a},listByAccountOperationSpec$2)}add(e,t,a,r,i){return this.client.sendOperationRequest({resourceGroupName:e,accountName:t,storageAccountName:a,parameters:r,options:i},addOperationSpec)}get(e,t,a,r){return this.client.sendOperationRequest({resourceGroupName:e,accountName:t,storageAccountName:a,options:r},getOperationSpec$2)}update(e,t,a,r){return this.client.sendOperationRequest({resourceGroupName:e,accountName:t,storageAccountName:a,options:r},updateOperationSpec$2)}delete(e,t,a,r){return this.client.sendOperationRequest({resourceGroupName:e,accountName:t,storageAccountName:a,options:r},deleteOperationSpec$2)}_listStorageContainers(e,t,a,r){return this.client.sendOperationRequest({resourceGroupName:e,accountName:t,storageAccountName:a,options:r},listStorageContainersOperationSpec)}getStorageContainer(e,t,a,r,i){return this.client.sendOperationRequest({resourceGroupName:e,accountName:t,storageAccountName:a,containerName:r,options:i},getStorageContainerOperationSpec)}_listSasTokens(e,t,a,r,i){return this.client.sendOperationRequest({resourceGroupName:e,accountName:t,storageAccountName:a,containerName:r,options:i},listSasTokensOperationSpec)}_listByAccountNext(e,t,a,r){return this.client.sendOperationRequest({resourceGroupName:e,accountName:t,nextLink:a,options:r},listByAccountNextOperationSpec$2)}_listStorageContainersNext(e,t,a,r,i){return this.client.sendOperationRequest({resourceGroupName:e,accountName:t,storageAccountName:a,nextLink:r,options:i},listStorageContainersNextOperationSpec)}_listSasTokensNext(e,t,a,r,i,s){return this.client.sendOperationRequest({resourceGroupName:e,accountName:t,storageAccountName:a,containerName:r,nextLink:i,options:s},listSasTokensNextOperationSpec)}}const serializer$4=coreClient__namespace.createSerializer(Mappers,!1),listByAccountOperationSpec$2={path:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/storageAccounts",httpMethod:"GET",responses:{200:{bodyMapper:StorageAccountInformationListResult},default:{bodyMapper:ErrorResponse}},queryParameters:[filter,top,skip,select,orderby,count,apiVersion],urlParameters:[$host,subscriptionId,resourceGroupName,accountName],headerParameters:[accept],serializer:serializer$4},addOperationSpec={path:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/storageAccounts/{storageAccountName}",httpMethod:"PUT",responses:{200:{},default:{bodyMapper:ErrorResponse}},requestBody:parameters4,queryParameters:[apiVersion],urlParameters:[$host,subscriptionId,resourceGroupName,accountName,storageAccountName],headerParameters:[accept,contentType],mediaType:"json",serializer:serializer$4},getOperationSpec$2={path:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/storageAccounts/{storageAccountName}",httpMethod:"GET",responses:{200:{bodyMapper:StorageAccountInformation},default:{bodyMapper:ErrorResponse}},queryParameters:[apiVersion],urlParameters:[$host,subscriptionId,resourceGroupName,accountName,storageAccountName],headerParameters:[accept],serializer:serializer$4},updateOperationSpec$2={path:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/storageAccounts/{storageAccountName}",httpMethod:"PATCH",responses:{200:{},default:{bodyMapper:ErrorResponse}},requestBody:parameters5,queryParameters:[apiVersion],urlParameters:[$host,subscriptionId,resourceGroupName,accountName,storageAccountName],headerParameters:[accept,contentType],mediaType:"json",serializer:serializer$4},deleteOperationSpec$2={path:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/storageAccounts/{storageAccountName}",httpMethod:"DELETE",responses:{200:{},default:{bodyMapper:ErrorResponse}},queryParameters:[apiVersion],urlParameters:[$host,subscriptionId,resourceGroupName,accountName,storageAccountName],headerParameters:[accept],serializer:serializer$4},listStorageContainersOperationSpec={path:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/storageAccounts/{storageAccountName}/containers",httpMethod:"GET",responses:{200:{bodyMapper:StorageContainerListResult},default:{bodyMapper:ErrorResponse}},queryParameters:[apiVersion],urlParameters:[$host,subscriptionId,resourceGroupName,accountName,storageAccountName],headerParameters:[accept],serializer:serializer$4},getStorageContainerOperationSpec={path:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/storageAccounts/{storageAccountName}/containers/{containerName}",httpMethod:"GET",responses:{200:{bodyMapper:StorageContainer},default:{bodyMapper:ErrorResponse}},queryParameters:[apiVersion],urlParameters:[$host,subscriptionId,resourceGroupName,accountName,storageAccountName,containerName],headerParameters:[accept],serializer:serializer$4},listSasTokensOperationSpec={path:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/storageAccounts/{storageAccountName}/containers/{containerName}/listSasTokens",httpMethod:"POST",responses:{200:{bodyMapper:SasTokenInformationListResult},default:{bodyMapper:ErrorResponse}},queryParameters:[apiVersion],urlParameters:[$host,subscriptionId,resourceGroupName,accountName,storageAccountName,containerName],headerParameters:[accept],serializer:serializer$4},listByAccountNextOperationSpec$2={path:"{nextLink}",httpMethod:"GET",responses:{200:{bodyMapper:StorageAccountInformationListResult},default:{bodyMapper:ErrorResponse}},queryParameters:[filter,top,skip,select,orderby,count,apiVersion],urlParameters:[$host,subscriptionId,resourceGroupName,accountName,nextLink],headerParameters:[accept],serializer:serializer$4},listStorageContainersNextOperationSpec={path:"{nextLink}",httpMethod:"GET",responses:{200:{bodyMapper:StorageContainerListResult},default:{bodyMapper:ErrorResponse}},queryParameters:[apiVersion],urlParameters:[$host,subscriptionId,resourceGroupName,accountName,nextLink,storageAccountName],headerParameters:[accept],serializer:serializer$4},listSasTokensNextOperationSpec={path:"{nextLink}",httpMethod:"GET",responses:{200:{bodyMapper:SasTokenInformationListResult},default:{bodyMapper:ErrorResponse}},queryParameters:[apiVersion],urlParameters:[$host,subscriptionId,resourceGroupName,accountName,nextLink,storageAccountName,containerName],headerParameters:[accept],serializer:serializer$4};class ComputePoliciesImpl{constructor(e){this.client=e}listByAccount(t,a,r){const e=this.listByAccountPagingAll(t,a,r);return{next(){return e.next()},[Symbol.asyncIterator](){return this},byPage:e=>{if(null!=e&&e.maxPageSize)throw new Error("maxPageSize is not supported by this operation.");return this.listByAccountPagingPage(t,a,r,e)}}}listByAccountPagingPage(i,s,o,n){return tslib.__asyncGenerator(this,arguments,function*(){let e,t=null==n?void 0:n.continuationToken;var a;for(t||(setContinuationToken(a=(e=yield tslib.__await(this._listByAccount(i,s,o))).value||[],t=e.nextLink),yield yield tslib.__await(a));t;){e=yield tslib.__await(this._listByAccountNext(i,s,t,o)),t=e.nextLink;var r=e.value||[];setContinuationToken(r,t),yield yield tslib.__await(r)}})}listByAccountPagingAll(s,o,n){return tslib.__asyncGenerator(this,arguments,function*(){var t,e;try{for(var a,r=tslib.__asyncValues(this.listByAccountPagingPage(s,o,n));!(a=yield tslib.__await(r.next())).done;){var i=a.value;yield tslib.__await(yield*tslib.__asyncDelegator(tslib.__asyncValues(i)))}}catch(e){t={error:e}}finally{try{a&&!a.done&&(e=r.return)&&(yield tslib.__await(e.call(r)))}finally{if(t)throw t.error}}})}_listByAccount(e,t,a){return this.client.sendOperationRequest({resourceGroupName:e,accountName:t,options:a},listByAccountOperationSpec$1)}createOrUpdate(e,t,a,r,i){return this.client.sendOperationRequest({resourceGroupName:e,accountName:t,computePolicyName:a,parameters:r,options:i},createOrUpdateOperationSpec$1)}get(e,t,a,r){return this.client.sendOperationRequest({resourceGroupName:e,accountName:t,computePolicyName:a,options:r},getOperationSpec$1)}update(e,t,a,r){return this.client.sendOperationRequest({resourceGroupName:e,accountName:t,computePolicyName:a,options:r},updateOperationSpec$1)}delete(e,t,a,r){return this.client.sendOperationRequest({resourceGroupName:e,accountName:t,computePolicyName:a,options:r},deleteOperationSpec$1)}_listByAccountNext(e,t,a,r){return this.client.sendOperationRequest({resourceGroupName:e,accountName:t,nextLink:a,options:r},listByAccountNextOperationSpec$1)}}const serializer$3=coreClient__namespace.createSerializer(Mappers,!1),listByAccountOperationSpec$1={path:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/computePolicies",httpMethod:"GET",responses:{200:{bodyMapper:ComputePolicyListResult},default:{bodyMapper:ErrorResponse}},queryParameters:[apiVersion],urlParameters:[$host,subscriptionId,resourceGroupName,accountName],headerParameters:[accept],serializer:serializer$3},createOrUpdateOperationSpec$1={path:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/computePolicies/{computePolicyName}",httpMethod:"PUT",responses:{200:{bodyMapper:ComputePolicy},default:{bodyMapper:ErrorResponse}},requestBody:parameters6,queryParameters:[apiVersion],urlParameters:[$host,subscriptionId,resourceGroupName,accountName,computePolicyName],headerParameters:[accept,contentType],mediaType:"json",serializer:serializer$3},getOperationSpec$1={path:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/computePolicies/{computePolicyName}",httpMethod:"GET",responses:{200:{bodyMapper:ComputePolicy},default:{bodyMapper:ErrorResponse}},queryParameters:[apiVersion],urlParameters:[$host,subscriptionId,resourceGroupName,accountName,computePolicyName],headerParameters:[accept],serializer:serializer$3},updateOperationSpec$1={path:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/computePolicies/{computePolicyName}",httpMethod:"PATCH",responses:{200:{bodyMapper:ComputePolicy},default:{bodyMapper:ErrorResponse}},requestBody:parameters7,queryParameters:[apiVersion],urlParameters:[$host,subscriptionId,resourceGroupName,accountName,computePolicyName],headerParameters:[accept,contentType],mediaType:"json",serializer:serializer$3},deleteOperationSpec$1={path:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/computePolicies/{computePolicyName}",httpMethod:"DELETE",responses:{200:{},204:{},default:{bodyMapper:ErrorResponse}},queryParameters:[apiVersion],urlParameters:[$host,subscriptionId,resourceGroupName,accountName,computePolicyName],headerParameters:[accept],serializer:serializer$3},listByAccountNextOperationSpec$1={path:"{nextLink}",httpMethod:"GET",responses:{200:{bodyMapper:ComputePolicyListResult},default:{bodyMapper:ErrorResponse}},queryParameters:[apiVersion],urlParameters:[$host,subscriptionId,resourceGroupName,accountName,nextLink],headerParameters:[accept],serializer:serializer$3};class FirewallRulesImpl{constructor(e){this.client=e}listByAccount(t,a,r){const e=this.listByAccountPagingAll(t,a,r);return{next(){return e.next()},[Symbol.asyncIterator](){return this},byPage:e=>{if(null!=e&&e.maxPageSize)throw new Error("maxPageSize is not supported by this operation.");return this.listByAccountPagingPage(t,a,r,e)}}}listByAccountPagingPage(i,s,o,n){return tslib.__asyncGenerator(this,arguments,function*(){let e,t=null==n?void 0:n.continuationToken;var a;for(t||(setContinuationToken(a=(e=yield tslib.__await(this._listByAccount(i,s,o))).value||[],t=e.nextLink),yield yield tslib.__await(a));t;){e=yield tslib.__await(this._listByAccountNext(i,s,t,o)),t=e.nextLink;var r=e.value||[];setContinuationToken(r,t),yield yield tslib.__await(r)}})}listByAccountPagingAll(s,o,n){return tslib.__asyncGenerator(this,arguments,function*(){var t,e;try{for(var a,r=tslib.__asyncValues(this.listByAccountPagingPage(s,o,n));!(a=yield tslib.__await(r.next())).done;){var i=a.value;yield tslib.__await(yield*tslib.__asyncDelegator(tslib.__asyncValues(i)))}}catch(e){t={error:e}}finally{try{a&&!a.done&&(e=r.return)&&(yield tslib.__await(e.call(r)))}finally{if(t)throw t.error}}})}_listByAccount(e,t,a){return this.client.sendOperationRequest({resourceGroupName:e,accountName:t,options:a},listByAccountOperationSpec)}createOrUpdate(e,t,a,r,i){return this.client.sendOperationRequest({resourceGroupName:e,accountName:t,firewallRuleName:a,parameters:r,options:i},createOrUpdateOperationSpec)}get(e,t,a,r){return this.client.sendOperationRequest({resourceGroupName:e,accountName:t,firewallRuleName:a,options:r},getOperationSpec)}update(e,t,a,r){return this.client.sendOperationRequest({resourceGroupName:e,accountName:t,firewallRuleName:a,options:r},updateOperationSpec)}delete(e,t,a,r){return this.client.sendOperationRequest({resourceGroupName:e,accountName:t,firewallRuleName:a,options:r},deleteOperationSpec)}_listByAccountNext(e,t,a,r){return this.client.sendOperationRequest({resourceGroupName:e,accountName:t,nextLink:a,options:r},listByAccountNextOperationSpec)}}const serializer$2=coreClient__namespace.createSerializer(Mappers,!1),listByAccountOperationSpec={path:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/firewallRules",httpMethod:"GET",responses:{200:{bodyMapper:FirewallRuleListResult},default:{bodyMapper:ErrorResponse}},queryParameters:[apiVersion],urlParameters:[$host,subscriptionId,resourceGroupName,accountName],headerParameters:[accept],serializer:serializer$2},createOrUpdateOperationSpec={path:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/firewallRules/{firewallRuleName}",httpMethod:"PUT",responses:{200:{bodyMapper:FirewallRule},default:{bodyMapper:ErrorResponse}},requestBody:parameters8,queryParameters:[apiVersion],urlParameters:[$host,subscriptionId,resourceGroupName,accountName,firewallRuleName],headerParameters:[accept,contentType],mediaType:"json",serializer:serializer$2},getOperationSpec={path:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/firewallRules/{firewallRuleName}",httpMethod:"GET",responses:{200:{bodyMapper:FirewallRule},default:{bodyMapper:ErrorResponse}},queryParameters:[apiVersion],urlParameters:[$host,subscriptionId,resourceGroupName,accountName,firewallRuleName],headerParameters:[accept],serializer:serializer$2},updateOperationSpec={path:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/firewallRules/{firewallRuleName}",httpMethod:"PATCH",responses:{200:{bodyMapper:FirewallRule},default:{bodyMapper:ErrorResponse}},requestBody:parameters9,queryParameters:[apiVersion],urlParameters:[$host,subscriptionId,resourceGroupName,accountName,firewallRuleName],headerParameters:[accept,contentType],mediaType:"json",serializer:serializer$2},deleteOperationSpec={path:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/firewallRules/{firewallRuleName}",httpMethod:"DELETE",responses:{200:{},204:{},default:{bodyMapper:ErrorResponse}},queryParameters:[apiVersion],urlParameters:[$host,subscriptionId,resourceGroupName,accountName,firewallRuleName],headerParameters:[accept],serializer:serializer$2},listByAccountNextOperationSpec={path:"{nextLink}",httpMethod:"GET",responses:{200:{bodyMapper:FirewallRuleListResult},default:{bodyMapper:ErrorResponse}},queryParameters:[apiVersion],urlParameters:[$host,subscriptionId,resourceGroupName,accountName,nextLink],headerParameters:[accept],serializer:serializer$2};class OperationsImpl{constructor(e){this.client=e}list(e){return this.client.sendOperationRequest({options:e},listOperationSpec)}}const serializer$1=coreClient__namespace.createSerializer(Mappers,!1),listOperationSpec={path:"/providers/Microsoft.DataLakeAnalytics/operations",httpMethod:"GET",responses:{200:{bodyMapper:OperationListResult},default:{bodyMapper:ErrorResponse}},queryParameters:[apiVersion],urlParameters:[$host],headerParameters:[accept],serializer:serializer$1};class LocationsImpl{constructor(e){this.client=e}getCapability(e,t){return this.client.sendOperationRequest({location:e,options:t},getCapabilityOperationSpec)}}const serializer=coreClient__namespace.createSerializer(Mappers,!1),getCapabilityOperationSpec={path:"/subscriptions/{subscriptionId}/providers/Microsoft.DataLakeAnalytics/locations/{location}/capability",httpMethod:"GET",responses:{200:{bodyMapper:CapabilityInformation},404:{},default:{bodyMapper:ErrorResponse}},queryParameters:[apiVersion],urlParameters:[$host,subscriptionId,location],headerParameters:[accept],serializer:serializer};class DataLakeAnalyticsAccountManagementClient extends coreClient__namespace.ServiceClient{constructor(e,t,a){if(void 0===e)throw new Error("'credentials' cannot be null");if(void 0===t)throw new Error("'subscriptionId' cannot be null");var r,i="azsdk-js-arm-datalake-analytics/2.0.0-beta.4",i=(a=a||{}).userAgentOptions&&a.userAgentOptions.userAgentPrefix?a.userAgentOptions.userAgentPrefix+" "+i:i,i=Object.assign(Object.assign(Object.assign({},{requestContentType:"application/json; charset=utf-8",credential:e}),a),{userAgentOptions:{userAgentPrefix:i},endpoint:null!=(i=null!=(i=a.endpoint)?i:a.baseUri)?i:"https://management.azure.com"});super(i);let s=!1;null!=a&&a.pipeline&&0<a.pipeline.getOrderedPolicies().length&&(r=a.pipeline.getOrderedPolicies(),s=r.some(e=>e.name===coreRestPipeline__namespace.bearerTokenAuthenticationPolicyName)),a&&a.pipeline&&0!=a.pipeline.getOrderedPolicies().length&&s||(this.pipeline.removePolicy({name:coreRestPipeline__namespace.bearerTokenAuthenticationPolicyName}),this.pipeline.addPolicy(coreRestPipeline__namespace.bearerTokenAuthenticationPolicy({credential:e,scopes:null!=(r=i.credentialScopes)?r:i.endpoint+"/.default",challengeCallbacks:{authorizeRequestOnChallenge:coreClient__namespace.authorizeRequestOnClaimChallenge}}))),this.subscriptionId=t,this.$host=a.$host||"https://management.azure.com",this.apiVersion=a.apiVersion||"2019-11-01-preview",this.accounts=new AccountsImpl(this),this.dataLakeStoreAccounts=new DataLakeStoreAccountsImpl(this),this.storageAccounts=new StorageAccountsImpl(this),this.computePolicies=new ComputePoliciesImpl(this),this.firewallRules=new FirewallRulesImpl(this),this.operations=new OperationsImpl(this),this.locations=new LocationsImpl(this),this.addCustomApiVersionPolicy(a.apiVersion)}addCustomApiVersionPolicy(i){i&&this.pipeline.addPolicy({name:"CustomApiVersionPolicy",sendRequest(a,r){return tslib.__awaiter(this,void 0,void 0,function*(){var e,t=a.url.split("?");return 1<t.length&&(e=t[1].split("&").map(e=>-1<e.indexOf("api-version")?"api-version="+i:e),a.url=t[0]+"?"+e.join("&")),r(a)})}})}}exports.DataLakeAnalyticsAccountManagementClient=DataLakeAnalyticsAccountManagementClient,exports.getContinuationToken=getContinuationToken;
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/pagingHelper.ts","../src/models/index.ts","../src/models/mappers.ts","../src/models/parameters.ts","../src/lroImpl.ts","../src/operations/accounts.ts","../src/operations/dataLakeStoreAccounts.ts","../src/operations/storageAccounts.ts","../src/operations/computePolicies.ts","../src/operations/firewallRules.ts","../src/operations/operations.ts","../src/operations/locations.ts","../src/dataLakeAnalyticsAccountManagementClient.ts"],"names":["pageMap","WeakMap","getContinuationToken","page","_a","get","continuationToken","setContinuationToken","pageInfo","set","KnownAADObjectType","KnownOperationOrigin","KnownSubscriptionState","DataLakeAnalyticsAccountListResult","type","name","className","modelProperties","value","serializedName","readOnly","element","count","nextLink","DataLakeAnalyticsAccountPropertiesBasic","accountId","provisioningState","allowedValues","state","creationTime","lastModifiedTime","endpoint","Resource","id","location","tags","ErrorResponse","error","ErrorDetail","code","message","target","details","additionalInfo","ErrorAdditionalInfo","info","CreateDataLakeAnalyticsAccountParameters","required","defaultDataLakeStoreAccount","dataLakeStoreAccounts","storageAccounts","computePolicies","firewallRules","firewallState","firewallAllowAzureIps","newTier","maxJobCount","defaultValue","constraints","InclusiveMinimum","maxDegreeOfParallelism","maxDegreeOfParallelismPerJob","minPriorityPerJob","queryStoreRetention","InclusiveMaximum","AddDataLakeStoreWithAccountParameters","suffix","AddStorageAccountWithAccountParameters","accessKey","CreateComputePolicyWithAccountParameters","objectId","objectType","CreateFirewallRuleWithAccountParameters","startIpAddress","endIpAddress","SubResource","UpdateDataLakeAnalyticsAccountParameters","UpdateDataLakeStoreWithAccountParameters","UpdateStorageAccountWithAccountParameters","UpdateComputePolicyWithAccountParameters","UpdateFirewallRuleWithAccountParameters","DataLakeStoreAccountInformationListResult","AddDataLakeStoreParameters","StorageAccountInformationListResult","AddStorageAccountParameters","UpdateStorageAccountParameters","StorageContainerListResult","SasTokenInformationListResult","SasTokenInformation","accessToken","ComputePolicyListResult","CreateOrUpdateComputePolicyParameters","UpdateComputePolicyParameters","FirewallRuleListResult","CreateOrUpdateFirewallRuleParameters","UpdateFirewallRuleParameters","OperationListResult","Operation","display","properties","origin","OperationDisplay","provider","resource","operation","description","OperationMetaPropertyInfo","serviceSpecification","OperationMetaServiceSpecification","metricSpecifications","logSpecifications","OperationMetaMetricSpecification","displayDescription","displayName","unit","aggregationType","availabilities","OperationMetaMetricAvailabilitiesSpecification","timeGrain","blobDuration","OperationMetaLogSpecification","CapabilityInformation","subscriptionId","maxAccountCount","accountCount","migrationState","CheckNameAvailabilityParameters","isConstant","NameAvailabilityInformation","nameAvailable","reason","VirtualNetworkRuleListResult","HiveMetastoreListResult","DataLakeAnalyticsAccountProperties","Object","assign","defaultDataLakeStoreAccountType","publicDataLakeStoreAccounts","hiveMetastores","virtualNetworkRules","currentTier","maxActiveJobCountPerUser","maxQueuedJobCountPerUser","maxJobRunningTimeInMin","systemMaxJobCount","systemMaxDegreeOfParallelism","debugDataAccessLevel","DataLakeAnalyticsAccountBasic","DataLakeAnalyticsAccount","DataLakeStoreAccountInformation","StorageAccountInformation","ComputePolicy","HiveMetastore","serverUri","databaseName","runtimeVersion","userName","password","nestedResourceProvisioningState","VirtualNetworkRule","subnetId","virtualNetworkRuleState","FirewallRule","StorageContainer","accept","parameterPath","mapper","$host","skipEncoding","filter","top","skip","select","orderby","apiVersion","resourceGroupName","contentType","parameters","CreateDataLakeAnalyticsAccountParametersMapper","accountName","parameters1","UpdateDataLakeAnalyticsAccountParametersMapper","parameters2","CheckNameAvailabilityParametersMapper","parameters3","AddDataLakeStoreParametersMapper","dataLakeStoreAccountName","parameters4","AddStorageAccountParametersMapper","storageAccountName","parameters5","UpdateStorageAccountParametersMapper","containerName","parameters6","CreateOrUpdateComputePolicyParametersMapper","computePolicyName","parameters7","UpdateComputePolicyParametersMapper","parameters8","CreateOrUpdateFirewallRuleParametersMapper","firewallRuleName","parameters9","UpdateFirewallRuleParametersMapper","LroImpl","constructor","sendOperationFn","args","spec","requestPath","path","requestMethod","httpMethod","this","sendInitialRequest","sendPollRequest","restSpec","__rest","AccountsImpl","client","list","options","iter","listPagingAll","next","Symbol","asyncIterator","byPage","settings","maxPageSize","Error","listPagingPage","let","result","yield","tslib","__await","_list","_listNext","_c","_b","__asyncValues","done","__asyncDelegator","listByResourceGroup","listByResourceGroupPagingAll","listByResourceGroupPagingPage","_listByResourceGroup","_listByResourceGroupNext","sendOperationRequest","listOperationSpec","listByResourceGroupOperationSpec","beginCreate","directSendOperation","__awaiter","lro","currentRawResponse","undefined","providedCallback","onResponse","updatedArgs","rawResponse","flatResponse","statusCode","status","body","parsedBody","headers","toJSON","createOperationSpec","poller","LroEngine","resumeFrom","intervalInMs","updateIntervalInMs","poll","beginCreateAndWait","pollUntilDone","getOperationSpec","beginUpdate","updateOperationSpec","beginUpdateAndWait","beginDelete","deleteOperationSpec","beginDeleteAndWait","checkNameAvailability","checkNameAvailabilityOperationSpec","listNextOperationSpec","listByResourceGroupNextOperationSpec","serializer","coreClient","createSerializer","Mappers","responses","200","bodyMapper","Mappers.DataLakeAnalyticsAccountListResult","default","Mappers.ErrorResponse","queryParameters","Parameters.filter","Parameters.top","Parameters.skip","Parameters.select","Parameters.orderby","Parameters.count","Parameters.apiVersion","urlParameters","Parameters.$host","Parameters.subscriptionId","headerParameters","Parameters.accept","Parameters.resourceGroupName","Mappers.DataLakeAnalyticsAccount","201","202","204","requestBody","Parameters.parameters","Parameters.accountName","Parameters.contentType","mediaType","Parameters.parameters1","Mappers.NameAvailabilityInformation","Parameters.parameters2","Parameters.location","Parameters.nextLink","DataLakeStoreAccountsImpl","listByAccount","listByAccountPagingAll","listByAccountPagingPage","_listByAccount","_listByAccountNext","listByAccountOperationSpec","add","addOperationSpec","delete","listByAccountNextOperationSpec","Mappers.DataLakeStoreAccountInformationListResult","Parameters.parameters3","Parameters.dataLakeStoreAccountName","Mappers.DataLakeStoreAccountInformation","StorageAccountsImpl","listStorageContainers","listStorageContainersPagingAll","listStorageContainersPagingPage","_listStorageContainers","_listStorageContainersNext","listSasTokens","listSasTokensPagingAll","listSasTokensPagingPage","_listSasTokens","_listSasTokensNext","update","listStorageContainersOperationSpec","getStorageContainer","getStorageContainerOperationSpec","listSasTokensOperationSpec","listStorageContainersNextOperationSpec","listSasTokensNextOperationSpec","Mappers.StorageAccountInformationListResult","Parameters.parameters4","Parameters.storageAccountName","Mappers.StorageAccountInformation","Parameters.parameters5","Mappers.StorageContainerListResult","Mappers.StorageContainer","Parameters.containerName","Mappers.SasTokenInformationListResult","ComputePoliciesImpl","createOrUpdate","createOrUpdateOperationSpec","Mappers.ComputePolicyListResult","Mappers.ComputePolicy","Parameters.parameters6","Parameters.computePolicyName","Parameters.parameters7","FirewallRulesImpl","Mappers.FirewallRuleListResult","Mappers.FirewallRule","Parameters.parameters8","Parameters.firewallRuleName","Parameters.parameters9","OperationsImpl","Mappers.OperationListResult","LocationsImpl","getCapability","getCapabilityOperationSpec","Mappers.CapabilityInformation","404","DataLakeAnalyticsAccountManagementClient","ServiceClient","credentials","pipelinePolicies","packageDetails","userAgentPrefix","userAgentOptions","optionsWithDefaults","requestContentType","credential","baseUri","super","bearerTokenAuthenticationPolicyFound","pipeline","getOrderedPolicies","length","some","pipelinePolicy","coreRestPipeline","bearerTokenAuthenticationPolicyName","removePolicy","addPolicy","bearerTokenAuthenticationPolicy","scopes","credentialScopes","challengeCallbacks","authorizeRequestOnChallenge","authorizeRequestOnClaimChallenge","accounts","operations","locations","addCustomApiVersionPolicy","sendRequest","request","newParams","param","url","split","map","item","indexOf","join"],"mappings":"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eAAgB,6BAChBL,KAAM,CACJC,KAAM,WACNM,QAAS,CACPP,KAAM,CACJC,KAAM,YACNC,UAAW,wCACZ,CACF,CACF,CACF,EACDmC,gBAAiB,CACfhC,eAAgB,6BAChBL,KAAM,CACJC,KAAM,WACNM,QAAS,CACPP,KAAM,CACJC,KAAM,YACNC,UAAW,0CACZ,CACF,CACF,CACF,EACDoC,cAAe,CACbjC,eAAgB,2BAChBL,KAAM,CACJC,KAAM,WACNM,QAAS,CACPP,KAAM,CACJC,KAAM,YACNC,UAAW,yCACZ,CACF,CACF,CACF,EACDqC,cAAe,CACblC,eAAgB,2BAChBL,KAAM,CACJC,KAAM,OACNY,cAAe,CAAC,UAAW,WAC5B,CACF,EACD2B,sBAAuB,CACrBnC,eAAgB,mCAChBL,KAAM,CACJC,KAAM,OACNY,cAAe,CAAC,UAAW,WAC5B,CACF,EACD4B,QAAS,CACPpC,eAAgB,qBAChBL,KAAM,CACJC,KAAM,OACNY,cAAe,CACb,cACA,wBACA,wBACA,yBACA,yBACA,0BACA,0BACA,2BACA,2BAEH,CACF,EACD6B,YAAa,CACXC,aAAc,EACdC,YAAa,CACXC,iBAAkB,CACnB,EACDxC,eAAgB,yBAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACD6C,uBAAwB,CACtBH,aAAc,GACdC,YAAa,CACXC,iBAAkB,CACnB,EACDxC,eAAgB,oCAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACD8C,6BAA8B,CAC5BJ,aAAc,GACdC,YAAa,CACXC,iBAAkB,CACnB,EACDxC,eAAgB,0CAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACD+C,kBAAmB,CACjBJ,YAAa,CACXC,iBAAkB,CACnB,EACDxC,eAAgB,+BAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACDgD,oBAAqB,CACnBN,aAAc,GACdC,YAAa,CACXM,iBAAkB,IAClBL,iBAAkB,CACnB,EACDxC,eAAgB,iCAChBL,KAAM,CACJC,KAAM,QACP,CACF,CACF,CACF,C,EAGUkD,sCAAoE,CAC/EnD,KAAM,CACJC,KAAM,YACNC,UAAW,wCACXC,gBAA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,yBACA,yBACA,0BACA,0BACA,2BACA,2BAEH,CACF,EACD6B,YAAa,CACXE,YAAa,CACXC,iBAAkB,CACnB,EACDxC,eAAgB,yBAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACD6C,uBAAwB,CACtBF,YAAa,CACXC,iBAAkB,CACnB,EACDxC,eAAgB,oCAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACD8C,6BAA8B,CAC5BH,YAAa,CACXC,iBAAkB,CACnB,EACDxC,eAAgB,0CAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACD+C,kBAAmB,CACjBJ,YAAa,CACXC,iBAAkB,CACnB,EACDxC,eAAgB,+BAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACDgD,oBAAqB,CACnBL,YAAa,CACXM,iBAAkB,IAClBL,iBAAkB,CACnB,EACDxC,eAAgB,iCAChBL,KAAM,CACJC,KAAM,QACP,CACF,CACF,CACF,C,EAGU8D,yCAAuE,CAClF/D,KAAM,CACJC,KAAM,YACNC,UAAW,2CACXC,gBAAiB,CACfF,KAAM,CACJI,eAAgB,OAChB4B,SAAU,CAAA,EACVjC,KAAM,CACJC,KAAM,QACP,CACF,EACDmD,OAAQ,CACN/C,eAAgB,oBAChBL,KAAM,CACJC,KAAM,QACP,CACF,CACF,CACF,C,EAGU+D,0CAAwE,CACnFhE,KAAM,CACJC,KAAM,YACNC,UAAW,4CACXC,gBAAiB,CACfF,KAAM,CACJI,eAAgB,OAChB4B,SAAU,CAAA,EACVjC,KAAM,CACJC,KAAM,QACP,CACF,EACDqD,UAAW,CACTjD,eAAgB,uBAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACDmD,OAAQ,CACN/C,eAAgB,oBAChBL,KAAM,CACJC,KAAM,QACP,CACF,CACF,CACF,C,EAGUgE,yCAAuE,CAClFjE,KAAM,CACJC,KAAM,YACNC,UAAW,2CACXC,gBAAiB,CACfF,KAAM,CACJI,eAAgB,OAChB4B,SAAU,CAAA,EACVjC,KAAM,CACJC,KAAM,QACP,CACF,EACDuD,SAAU,CACRnD,eAAgB,sBAChBL,KAAM,CACJC,KAAM,MACP,CACF,EACD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DyH,4BAA6B,CAC3BtH,eAAgB,8BAChBL,KAAM,CACJC,KAAM,WACNM,QAAS,CACPP,KAAM,CACJC,KAAM,YACNC,UAAW,iCACZ,CACF,CACF,CACF,EACDkC,gBAAiB,CACf/B,eAAgB,kBAChBC,SAAU,CAAA,EACVN,KAAM,CACJC,KAAM,WACNM,QAAS,CACPP,KAAM,CACJC,KAAM,YACNC,UAAW,2BACZ,CACF,CACF,CACF,EACDmC,gBAAiB,CACfhC,eAAgB,kBAChBC,SAAU,CAAA,EACVN,KAAM,CACJC,KAAM,WACNM,QAAS,CACPP,KAAM,CACJC,KAAM,YACNC,UAAW,eACZ,CACF,CACF,CACF,EACD0H,eAAgB,CACdvH,eAAgB,iBAChBC,SAAU,CAAA,EACVN,KAAM,CACJC,KAAM,WACNM,QAAS,CACPP,KAAM,CACJC,KAAM,YACNC,UAAW,eACZ,CACF,CACF,CACF,EACD2H,oBAAqB,CACnBxH,eAAgB,sBAChBC,SAAU,CAAA,EACVN,KAAM,CACJC,KAAM,WACNM,QAAS,CACPP,KAAM,CACJC,KAAM,YACNC,UAAW,oBACZ,CACF,CACF,CACF,EACDoC,cAAe,CACbjC,eAAgB,gBAChBC,SAAU,CAAA,EACVN,KAAM,CACJC,KAAM,WACNM,QAAS,CACPP,KAAM,CACJC,KAAM,YACNC,UAAW,cACZ,CACF,CACF,CACF,EACDqC,cAAe,CACblC,eAAgB,gBAChBL,KAAM,CACJC,KAAM,OACNY,cAAe,CAAC,UAAW,WAC5B,CACF,EACD2B,sBAAuB,CACrBnC,eAAgB,wBAChBL,KAAM,CACJC,KAAM,OACNY,cAAe,CAAC,UAAW,WAC5B,CACF,EACD4B,QAAS,CACPpC,eAAgB,UAChBL,KAAM,CACJC,KAAM,OACNY,cAAe,CACb,cACA,wBACA,wBACA,yBACA,yBACA,0BACA,0BACA,2BACA,2BAEH,CACF,EACDiH,YAAa,CACXzH,eAAgB,cAChBC,SAAU,CAAA,EACVN,KAAM,CACJC,KAAM,OACNY,cAAe,CACb,cACA,wBACA,wBACA,yBACA,yBACA,0BACA,0BACA,2BACA,2BAEH,CACF,EACD6B,YAAa,CACXC,aAAc,EACdC,YAAa,CACXC,iBAAkB,CACnB,EACDxC,eAAgB,cAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACD8H,yBAA0B,CACxB1H,eAAgB,2BAChBC,SAAU,CAAA,EACVN,KAAM,CACJC,KAAM,QACP,CACF,EACD+H,yBAA0B,CACxB3H,eAAgB,2BAChBC,SAAU,CAAA,EACVN,KAAM,CACJC,KAAM,QACP,CACF,EACDgI,uBAAwB,CACtB5H,eAAgB,yBAChBC,SAAU,CAAA,EACVN,KAAM,CACJC,KAAM,QACP,CACF,EACDiI,kBAAmB,CACjB7H,eAAgB,oBAChBC,SAAU,CAAA,EACVN,KAAM,CACJC,KAAM,QACP,CACF,EACD6C,uBAAwB,CACtBH,aAAc,GACdC,YAAa,CACXC,iBAAkB,CACnB,EACDxC,eAAgB,yBAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACDkI,6BAA8B,CAC5B9H,eAAgB,+BAChBC,SAAU,CAAA,EACVN,KAAM,CACJC,KAAM,QACP,CACF,EACD8C,6BAA8B,CAC5BH,YAAa,CACXC,iBAAkB,CACnB,EACDxC,eAAgB,+BAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACD+C,kBAAmB,CACjBJ,YAAa,CACXC,iBAAkB,CACnB,EACDxC,eAAgB,oBAChBC,SAAU,CAAA,EACVN,KAAM,CACJC,KAAM,QACP,CACF,EACDgD,oBAAqB,CACnBN,aAAc,GACdC,YAAa,CACXM,iBAAkB,IAClBL,iBAAkB,CACnB,EACDxC,eAAgB,sBAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACDmI,qBAAsB,CACpB/H,eAAgB,uBAChBC,SAAU,CAAA,EACVN,KAAM,CACJC,KAAM,OACNY,cAAe,CAAC,MAAO,WAAY,OACpC,C,CACF,CACF,CACF,C,EAGUwH,8BAA4D,CACvErI,KAAM,CACJC,KAAM,YACNC,UAAW,gCACXC,gBAAeqH,OAAAC,OAAAD,OAAAC,OAAA,GACVvG,SAASlB,KAAKG,eAAe,EAAA,CAChCQ,UAAW,CACTN,eAAgB,uBAChBC,SAAU,CAAA,EACVN,KAAM,CACJC,KAAM,MACP,CACF,EACDW,kBAAmB,CACjBP,eAAgB,+BAChBC,SAAU,CAAA,EACVN,KAAM,CACJC,KAAM,OACNY,cAAe,CACb,SACA,WACA,UACA,YACA,WACA,aACA,WACA,WACA,UACA,aACA,WAEH,CACF,EACDC,MAAO,CACLT,eAAgB,mBAChBC,SAAU,CAAA,EACVN,KAAM,CACJC,KAAM,OACNY,cAAe,CAAC,SAAU,YAC3B,CACF,EACDE,aAAc,CACZV,eAAgB,0BAChBC,SAAU,CAAA,EACVN,KAAM,CACJC,KAAM,UACP,CACF,EACDe,iBAAkB,CAChBX,eAAgB,8BAChBC,SAAU,CAAA,EACVN,KAAM,CACJC,KAAM,UACP,CACF,EACDgB,SAAU,CACRZ,eAAgB,sBAChBC,SAAU,CAAA,EACVN,KAAM,CACJC,KAAM,QACP,C,CACF,CACF,CACF,C,EAGUqI,yBAAuD,CAClEtI,KAAM,CACJC,KAAM,YACNC,UAAW,2BACXC,gBAAeqH,OAAAC,OAAAD,OAAAC,OAAA,GACVvG,SAASlB,KAAKG,eAAe,EAAA,CAChCQ,UAAW,CACTN,eAAgB,uBAChBC,SAAU,CAAA,EACVN,KAAM,CACJC,KAAM,MACP,CACF,EACDW,kBAAmB,CACjBP,eAAgB,+BAChBC,SAAU,CAAA,EACVN,KAAM,CACJC,KAAM,OACNY,cAAe,CACb,SACA,WACA,UACA,YACA,WACA,aACA,WACA,WACA,UACA,aACA,WAEH,CACF,EACDC,MAAO,CACLT,eAAgB,mBAChBC,SAAU,CAAA,EACVN,KAAM,CACJC,KAAM,OACNY,cAAe,CAAC,SAAU,YAC3B,CACF,EACDE,aAAc,CACZV,eAAgB,0BAChBC,SAAU,CAAA,EACVN,KAAM,CACJC,KAAM,UACP,CACF,EACDe,iBAAkB,CAChBX,eAAgB,8BAChBC,SAAU,CAAA,EACVN,KAAM,CACJC,KAAM,UACP,CACF,EACDgB,SAAU,CACRZ,eAAgB,sBAChBC,SAAU,CAAA,EACVN,KAAM,CACJC,KAAM,QACP,CACF,EACDyH,gCAAiC,CAC/BrH,eAAgB,6CAChBC,SAAU,CAAA,EACVN,KAAM,CACJC,KAAM,QACP,CACF,EACDiC,4BAA6B,CAC3B7B,eAAgB,yCAChBC,SAAU,CAAA,EACVN,KAAM,CACJC,KAAM,QACP,CACF,EACDkC,sBAAuB,CACrB9B,eAAgB,mCAChBC,SAAU,CAAA,EACVN,KAAM,CACJC,KAAM,WACNM,QAAS,CACPP,KAAM,CACJC,KAAM,YACNC,UAAW,iCACZ,CACF,CACF,CACF,EACDyH,4BAA6B,CAC3BtH,eAAgB,yCAChBL,KAAM,CACJC,KAAM,WACNM,QAAS,CACPP,KAAM,CACJC,KAAM,YACNC,UAAW,iCACZ,CACF,CACF,CACF,EACDkC,gBAAiB,CACf/B,eAAgB,6BAChBC,SAAU,CAAA,EACVN,KAAM,CACJC,KAAM,WACNM,QAAS,CACPP,KAAM,CACJC,KAAM,YACNC,UAAW,2BACZ,CACF,CACF,CACF,EACDmC,gBAAiB,CACfhC,eAAgB,6BAChBC,SAAU,CAAA,EACVN,KAAM,CACJC,KAAM,WACNM,QAAS,CACPP,KAAM,CACJC,KAAM,YACNC,UAAW,eACZ,CACF,CACF,CACF,EACD0H,eAAgB,CACdvH,eAAgB,4BAChBC,SAAU,CAAA,EACVN,KAAM,CACJC,KAAM,WACNM,QAAS,CACPP,KAAM,CACJC,KAAM,YACNC,UAAW,eACZ,CACF,CACF,CACF,EACD2H,oBAAqB,CACnBxH,eAAgB,iCAChBC,SAAU,CAAA,EACVN,KAAM,CACJC,KAAM,WACNM,QAAS,CACPP,KAAM,CACJC,KAAM,YACNC,UAAW,oBACZ,CACF,CACF,CACF,EACDoC,cAAe,CACbjC,eAAgB,2BAChBC,SAAU,CAAA,EACVN,KAAM,CACJC,KAAM,WACNM,QAAS,CACPP,KAAM,CACJC,KAAM,YACNC,UAAW,cACZ,CACF,CACF,CACF,EACDqC,cAAe,CACblC,eAAgB,2BAChBL,KAAM,CACJC,KAAM,OACNY,cAAe,CAAC,UAAW,WAC5B,CACF,EACD2B,sBAAuB,CACrBnC,eAAgB,mCAChBL,KAAM,CACJC,KAAM,OACNY,cAAe,CAAC,UAAW,WAC5B,CACF,EACD4B,QAAS,CACPpC,eAAgB,qBAChBL,KAAM,CACJC,KAAM,OACNY,cAAe,CACb,cACA,wBACA,wBACA,yBACA,yBACA,0BACA,0BACA,2BACA,2BAEH,CACF,EACDiH,YAAa,CACXzH,eAAgB,yBAChBC,SAAU,CAAA,EACVN,KAAM,CACJC,KAAM,OACNY,cAAe,CACb,cACA,wBACA,wBACA,yBACA,yBACA,0BACA,0BACA,2BACA,2BAEH,CACF,EACD6B,YAAa,CACXC,aAAc,EACdC,YAAa,CACXC,iBAAkB,CACnB,EACDxC,eAAgB,yBAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACD8H,yBAA0B,CACxB1H,eAAgB,sCAChBC,SAAU,CAAA,EACVN,KAAM,CACJC,KAAM,QACP,CACF,EACD+H,yBAA0B,CACxB3H,eAAgB,sCAChBC,SAAU,CAAA,EACVN,KAAM,CACJC,KAAM,QACP,CACF,EACDgI,uBAAwB,CACtB5H,eAAgB,oCAChBC,SAAU,CAAA,EACVN,KAAM,CACJC,KAAM,QACP,CACF,EACDiI,kBAAmB,CACjB7H,eAAgB,+BAChBC,SAAU,CAAA,EACVN,KAAM,CACJC,KAAM,QACP,CACF,EACD6C,uBAAwB,CACtBH,aAAc,GACdC,YAAa,CACXC,iBAAkB,CACnB,EACDxC,eAAgB,oCAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACDkI,6BAA8B,CAC5B9H,eAAgB,0CAChBC,SAAU,CAAA,EACVN,KAAM,CACJC,KAAM,QACP,CACF,EACD8C,6BAA8B,CAC5BH,YAAa,CACXC,iBAAkB,CACnB,EACDxC,eAAgB,0CAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACD+C,kBAAmB,CACjBJ,YAAa,CACXC,iBAAkB,CACnB,EACDxC,eAAgB,+BAChBC,SAAU,CAAA,EACVN,KAAM,CACJC,KAAM,QACP,CACF,EACDgD,oBAAqB,CACnBN,aAAc,GACdC,YAAa,CACXM,iBAAkB,IAClBL,iBAAkB,CACnB,EACDxC,eAAgB,iCAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACDmI,qBAAsB,CACpB/H,eAAgB,kCAChBC,SAAU,CAAA,EACVN,KAAM,CACJC,K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AYkB,wBACb,EACDC,IAAK,CACHnB,WAAYkB,wBACb,EACDE,IAAK,CACHpB,WAAYkB,wBACb,EACDG,IAAK,CACHrB,WAAYkB,wBACb,EACDhB,QAAS,CACPF,WAAYG,aACb,CACF,EACDmB,YAAaC,WACbnB,gBAAiB,CAACO,YAClBC,cAAe,CACbC,MACAC,eACAG,kBACAO,aAEFT,iBAAkB,CAACC,OAAmBS,aACtCC,UAAW,O,WACXhC,Y,EAEIX,mBAA6C,CACjDpE,KACE,kIACFE,WAAY,MACZiF,UAAW,CACTC,IAAK,CACHC,WAAYkB,wBACb,EACDhB,QAAS,CACPF,WAAYG,aACb,CACF,EACDC,gBAAiB,CAACO,YAClBC,cAAe,CACbC,MACAC,eACAG,kBACAO,aAEFT,iBAAkB,CAACC,Q,WACnBtB,Y,EAEIT,sBAAgD,CACpDtE,KACE,kIACFE,WAAY,QACZiF,UAAW,CACTC,IAAK,CACHC,WAAYkB,wBACb,EACDC,IAAK,CACHnB,WAAYkB,wBACb,EACDE,IAAK,CACHpB,WAAYkB,wBACb,EACDG,IAAK,CACHrB,WAAYkB,wBACb,EACDhB,QAAS,CACPF,WAAYG,aACb,CACF,EACDmB,YAAaK,YACbvB,gBAAiB,CAACO,YAClBC,cAAe,CACbC,MACAC,eACAG,kBACAO,aAEFT,iBAAkB,CAACC,OAAmBS,aACtCC,UAAW,O,WACXhC,Y,EAEIN,sBAAgD,CACpDzE,KACE,kIACFE,WAAY,SACZiF,UAAW,CACTC,IAAK,GACLoB,IAAK,GACLC,IAAK,GACLC,IAAK,GACLnB,QAAS,CACPF,WAAYG,aACb,CACF,EACDC,gBAAiB,CAACO,YAClBC,cAAe,CACbC,MACAC,eACAG,kBACAO,aAEFT,iBAAkB,CAACC,Q,WACnBtB,Y,EAEIH,mCAA+D,CACnE5E,KACE,mHACFE,WAAY,OACZiF,UAAW,CACTC,IAAK,CACHC,WAAY4B,2BACb,EACD1B,QAAS,CACPF,WAAYG,aACb,CACF,EACDmB,YAAaO,YACbzB,gBAAiB,CAACO,YAClBC,cAAe,CACbC,MACAC,eACAgB,UAEFf,iBAAkB,CAACC,OAAmBS,aACtCC,UAAW,O,WACXhC,Y,EAEIF,sBAAkD,CACtD7E,KAAM,aACNE,WAAY,MACZiF,UAAW,CACTC,IAAK,CACHC,WAAYC,kCACb,EACDC,QAAS,CACPF,WAAYG,aACb,CACF,EACDC,gBAAiB,CACfC,OACAC,IACAC,KACAC,OACAC,QACAC,MACAC,YAEFC,cAAe,CACbC,MACAC,eACAiB,UAEFhB,iBAAkB,CAACC,Q,WACnBtB,Y,EAEID,qCAAiE,CACrE9E,KAAM,aACNE,WAAY,MACZiF,UAAW,CACTC,IAAK,CACHC,WAAYC,kCACb,EACDC,QAAS,CACPF,WAAYG,aACb,CACF,EACDC,gBAAiB,CACfC,OACAC,IACAC,KACAC,OACAC,QACAC,MACAC,YAEFC,cAAe,CACbC,MACAC,eACAG,kBACAc,UAEFhB,iBAAkB,CAACC,Q,WACnBtB,Y,QCjvBWsC,0BAOX1H,YAAYc,GACVN,KAAKM,OAASA,C,CAUT6G,cACLxJ,EACAI,EACAyC,GAEA,MAAMC,EAAOT,KAAKoH,uBAChBzJ,EACAI,EACAyC,CAAO,EAET,MAAO,CACLG,OACE,OAAOF,EAAKE,KAAI,C,GAEjBC,OAAOC,iBACN,OAAOb,I,EAETc,OAAQ,IACN,GAAIC,MAAAA,GAAAA,EAAUC,YACZ,MAAM,IAAIC,MAAM,iDAAiD,EAEnE,OAAOjB,KAAKqH,wBACV1J,EACAI,EACAyC,EACAO,CAAQ,C,GAMDsG,wBACb1J,EACAI,EACAyC,EACAO,G,yDAEAI,IAAIC,EACAlO,EAAoB6N,MAAAA,EAAA,KAAA,EAAAA,EAAU7N,kBAClC,IAMMH,EAKN,IAXKG,IAQHC,qBAFIJ,GALJqO,EAASC,MAAAE,MAAAA,QAAMvB,KAAKsH,eAClB3J,EACAI,EACAyC,CAAO,CACR,GACiB1M,OAAS,GAC3BZ,EAAoBkO,EAAOjN,QACiB,EAC5CkN,MAAMA,MAAAE,MAAAA,QAAAxO,CAAI,GAELG,GAAmB,CACxBkO,EAASC,MAAAE,MAAAA,QAAMvB,KAAKuH,mBAClB5J,EACAI,EACA7K,EACAsN,CAAO,CACR,EACDtN,EAAoBkO,EAAOjN,SAC3BgN,IAAIpO,EAAOqO,EAAOtN,OAAS,GAC3BX,qBAAqBJ,EAAMG,CAAiB,EAC5CmO,MAAMA,MAAAE,MAAAA,QAAAxO,CAAI,CACX,C,CACF,CAAA,CAEcqU,uBACbzJ,EACAI,EACAyC,G,qEAEA,IAAyB,IAIxBkB,EAJwBC,EAAAC,MAAAA,cAAA5B,KAAKqH,wBAC5B1J,EACAI,EACAyC,CAAO,CACR,EAAA,EAAAkB,EAAAL,MAAAE,MAAAA,QAAAI,EAAAhB,KAAA,CAAA,GAAAkB,MAAA,CAJU,IAAM9O,EAAI2O,EAAA5N,MAKnBuN,MAAAE,MAAAA,QAAAF,MAAOS,MAAAA,iBAAAF,MAAAA,cAAA7O,CAAI,CAAA,CAAA,CACZ,C,0HACF,CAAA,CASOuU,eACN3J,EACAI,EACAyC,GAEA,OAAOR,KAAKM,OAAO8B,qBACjB,CAAEzE,kBAAAA,EAAmBI,YAAAA,EAAayC,QAAAA,CAAO,EACzCgH,4BAA0B,C,CAW9BC,IACE9J,EACAI,EACAO,EACAkC,GAEA,OAAOR,KAAKM,OAAO8B,qBACjB,CAAEzE,kBAAAA,EAAmBI,YAAAA,EAAaO,yBAAAA,EAA0BkC,QAAAA,CAAO,EACnEkH,kBAAgB,C,CAWpBzU,IACE0K,EACAI,EACAO,EACAkC,GAEA,OAAOR,KAAKM,OAAO8B,qBACjB,CAAEzE,kBAAAA,EAAmBI,YAAAA,EAAaO,yBAAAA,EAA0BkC,QAAAA,CAAO,EACnEyD,kBAAgB,C,CAWpB0D,OACEhK,EACAI,EACAO,EACAkC,GAEA,OAAOR,KAAKM,OAAO8B,qBACjB,CAAEzE,kBAAAA,EAAmBI,YAAAA,EAAaO,yBAAAA,EAA0BkC,QAAAA,CAAO,EACnE8D,qBAAmB,C,CAWfiD,mBACN5J,EACAI,EACA5J,EACAqM,GAEA,OAAOR,KAAKM,OAAO8B,qBACjB,CAAEzE,kBAAAA,EAAmBI,YAAAA,EAAa5J,SAAAA,EAAUqM,QAAAA,CAAO,EACnDoH,gCAA8B,C,CAGnC,CAED,MAAMhD,aAAaC,sBAAWC,iBAAiBC,QAAqB,CAAA,CAAK,EAEnEyC,6BAAuD,CAC3D3H,KACE,wJACFE,WAAY,MACZiF,UAAW,CACTC,IAAK,CACHC,WAAY2C,yCACb,EACDzC,QAAS,CACPF,WAAYG,aACb,CACF,EACDC,gBAAiB,CACfC,OACAC,IACAC,KACAC,OACAC,QACAC,MACAC,YAEFC,cAAe,CACbC,MACAC,eACAG,kBACAO,aAEFT,iBAAkB,CAACC,Q,WACnBtB,Y,EAEI8C,mBAA6C,CACjD7H,KACE,mLACFE,WAAY,MACZiF,UAAW,CACTC,IAAK,GACLG,QAAS,CACPF,WAAYG,aACb,CACF,EACDmB,YAAasB,YACbxC,gBAAiB,CAACO,YAClBC,cAAe,CACbC,MACAC,eACAG,kBACAO,YACAqB,0BAEF9B,iBAAkB,CAACC,OAAmBS,aACtCC,UAAW,O,WACXhC,Y,EAEIX,mBAA6C,CACjDpE,KACE,mLACFE,WAAY,MACZiF,UAAW,CACTC,IAAK,CACHC,WAAY8C,+BACb,EACD5C,QAAS,CACPF,WAAYG,aACb,CACF,EACDC,gBAAiB,CAACO,YAClBC,cAAe,CACbC,MACAC,eACAG,kBACAO,YACAqB,0BAEF9B,iBAAkB,CAACC,Q,WACnBtB,Y,EAEIN,sBAAgD,CACpDzE,KACE,mLACFE,WAAY,SACZiF,UAAW,CACTC,IAAK,GACLsB,IAAK,GACLnB,QAAS,CACPF,WAAYG,aACb,CACF,EACDC,gBAAiB,CAACO,YAClBC,cAAe,CACbC,MACAC,eACAG,kBACAO,YACAqB,0BAEF9B,iBAAkB,CAACC,Q,WACnBtB,Y,EAEIgD,iCAA2D,CAC/D/H,KAAM,aACNE,WAAY,MACZiF,UAAW,CACTC,IAAK,CACHC,WAAY2C,yCACb,EACDzC,QAAS,CACPF,WAAYG,aACb,CACF,EACDC,gBAAiB,CACfC,OACAC,IACAC,KACAC,OACAC,QACAC,MACAC,YAEFC,cAAe,CACbC,MACAC,eACAG,kBACAO,YACAO,UAEFhB,iBAAkB,CAACC,Q,WACnBtB,Y,QCjTWqD,oBAOXzI,YAAYc,GACVN,KAAKM,OAASA,C,CAUT6G,cACLxJ,EACAI,EACAyC,GAEA,MAAMC,EAAOT,KAAKoH,uBAChBzJ,EACAI,EACAyC,CAAO,EAET,MAAO,CACLG,OACE,OAAOF,EAAKE,KAAI,C,GAEjBC,OAAOC,iBACN,OAAOb,I,EAETc,OAAQ,IACN,GAAIC,MAAAA,GAAAA,EAAUC,YACZ,MAAM,IAAIC,MAAM,iDAAiD,EAEnE,OAAOjB,KAAKqH,wBACV1J,EACAI,EACAyC,EACAO,CAAQ,C,GAMDsG,wBACb1J,EACAI,EACAyC,EACAO,G,yDAEAI,IAAIC,EACAlO,EAAoB6N,MAAAA,EAAA,KAAA,EAAAA,EAAU7N,kBAClC,IAMMH,EAKN,IAXKG,IAQHC,qBAFIJ,GALJqO,EAASC,MAAAE,MAAAA,QAAMvB,KAAKsH,eAClB3J,EACAI,EACAyC,CAAO,CACR,GACiB1M,OAAS,GAC3BZ,EAAoBkO,EAAOjN,QACiB,EAC5CkN,MAAMA,MAAAE,MAAAA,QAAAxO,CAAI,GAELG,GAAmB,CACxBkO,EAASC,MAAAE,MAAAA,QAAMvB,KAAKuH,mBAClB5J,EACAI,EACA7K,EACAsN,CAAO,CACR,EACDtN,EAAoBkO,EAAOjN,SAC3BgN,IAAIpO,EAAOqO,EAAOtN,OAAS,GAC3BX,qBAAqBJ,EAAMG,CAAiB,EAC5CmO,MAAMA,MAAAE,MAAAA,QAAAxO,CAAI,CACX,C,CACF,CAAA,CAEcqU,uBACbzJ,EACAI,EACAyC,G,qEAEA,IAAyB,IAIxBkB,EAJwBC,EAAAC,MAAAA,cAAA5B,KAAKqH,wBAC5B1J,EACAI,EACAyC,CAAO,CACR,EAAA,EAAAkB,EAAAL,MAAAE,MAAAA,QAAAI,EAAAhB,KAAA,CAAA,GAAAkB,MAAA,CAJU,IAAM9O,EAAI2O,EAAA5N,MAKnBuN,MAAAE,MAAAA,QAAAF,MAAOS,MAAAA,iBAAAF,MAAAA,cAAA7O,CAAI,CAAA,CAAA,CACZ,C,0HACF,CAAA,CAUMmV,sBACLvK,EACAI,EACAU,EACA+B,GAEA,MAAMC,EAAOT,KAAKmI,+BAChBxK,EACAI,EACAU,EACA+B,CAAO,EAET,MAAO,CACLG,OACE,OAAOF,EAAKE,KAAI,C,GAEjBC,OAAOC,iBACN,OAAOb,I,EAETc,OAAQ,IACN,GAAIC,MAAAA,GAAAA,EAAUC,YACZ,MAAM,IAAIC,MAAM,iDAAiD,EAEnE,OAAOjB,KAAKoI,gCACVzK,EACAI,EACAU,EACA+B,EACAO,CAAQ,C,GAMDqH,gCACbzK,EACAI,EACAU,EACA+B,EACAO,G,yDAEAI,IAAIC,EACAlO,EAAoB6N,MAAAA,EAAA,KAAA,EAAAA,EAAU7N,kBAClC,IAOMH,EAKN,IAZKG,IASHC,qBAFIJ,GANJqO,EAASC,MAAAE,MAAAA,QAAMvB,KAAKqI,uBAClB1K,EACAI,EACAU,EACA+B,CAAO,CACR,GACiB1M,OAAS,GAC3BZ,EAAoBkO,EAAOjN,QACiB,EAC5CkN,MAAMA,MAAAE,MAAAA,QAAAxO,CAAI,GAELG,GAAmB,CACxBkO,EAASC,MAAME,MAAAA,QAAAvB,KAAKsI,2BAClB3K,EACAI,EACAU,EACAvL,EACAsN,CAAO,CACR,EACDtN,EAAoBkO,EAAOjN,SAC3BgN,IAAIpO,EAAOqO,EAAOtN,OAAS,GAC3BX,qBAAqBJ,EAAMG,CAAiB,EAC5CmO,MAAMA,MAAAE,MAAAA,QAAAxO,CAAI,CACX,C,CACF,CAAA,CAEcoV,+BACbxK,EACAI,EACAU,EACA+B,G,qEAEA,IAAyB,IAKxBkB,EALwBC,EAAAC,MAAAA,cAAA5B,KAAKoI,gCAC5BzK,EACAI,EACAU,EACA+B,CAAO,CACR,EAAA,EAAAkB,EAAAL,MAAAE,MAAAA,QAAAI,EAAAhB,KAAA,CAAA,GAAAkB,MAAA,CALU,IAAM9O,EAAI2O,EAAA5N,MAMnBuN,MAAAE,MAAAA,QAAAF,MAAOS,MAAAA,iBAAAF,MAAAA,cAAA7O,CAAI,CAAA,CAAA,CACZ,C,0HACF,CAAA,CAaMwV,cACL5K,EACAI,EACAU,EACAG,EACA4B,GAEA,MAAMC,EAAOT,KAAKwI,uBAChB7K,EACAI,EACAU,EACAG,EACA4B,CAAO,EAET,MAAO,CACLG,OACE,OAAOF,EAAKE,KAAI,C,GAEjBC,OAAOC,iBACN,OAAOb,I,EAETc,OAAQ,IACN,GAAIC,MAAAA,GAAAA,EAAUC,YACZ,MAAM,IAAIC,MAAM,iDAAiD,EAEnE,OAAOjB,KAAKyI,wBACV9K,EACAI,EACAU,EACAG,EACA4B,EACAO,CAAQ,C,GAMD0H,wBACb9K,EACAI,EACAU,EACAG,EACA4B,EACAO,G,yDAEAI,IAAIC,EACAlO,EAAoB6N,MAAAA,EAAA,KAAA,EAAAA,EAAU7N,kBAClC,IAQMH,EAKN,IAbKG,IAUHC,qBAFIJ,GAPJqO,EAASC,MAAME,MAAAA,QAAAvB,KAAK0I,eAClB/K,EACAI,EACAU,EACAG,EACA4B,CAAO,CACR,GACiB1M,OAAS,GAC3BZ,EAAoBkO,EAAOjN,QACiB,EAC5CkN,MAAMA,MAAAE,MAAAA,QAAAxO,CAAI,GAELG,GAAmB,CACxBkO,EAASC,MAAME,MAAAA,QAAAvB,KAAK2I,mBAClBhL,EACAI,EACAU,EACAG,EACA1L,EACAsN,CAAO,CACR,EACDtN,EAAoBkO,EAAOjN,SAC3BgN,IAAIpO,EAAOqO,EAAOtN,OAAS,GAC3BX,qBAAqBJ,EAAMG,CAAiB,EAC5CmO,MAAMA,MAAAE,MAAAA,QAAAxO,CAAI,CACX,C,CACF,CAAA,CAEcyV,uBACb7K,EACAI,EACAU,EACAG,EACA4B,G,qEAEA,IAAyB,IAMxBkB,EANwBC,EAAAC,MAAAA,cAAA5B,KAAKyI,wBAC5B9K,EACAI,EACAU,EACAG,EACA4B,CAAO,CACR,EAAA,EAAAkB,EAAAL,MAAAE,MAAAA,QAAAI,EAAAhB,KAAA,CAAA,GAAAkB,MAAA,CANU,IAAM9O,EAAI2O,EAAA5N,MAOnBuN,MAAAE,MAAAA,QAAAF,MAAOS,MAAAA,iBAAAF,MAAAA,cAAA7O,CAAI,CAAA,CAAA,CACZ,C,0HACF,CAAA,CASOuU,eACN3J,EACAI,EACAyC,GAEA,OAAOR,KAAKM,OAAO8B,qBACjB,CAAEzE,kBAAAA,EAAmBI,YAAAA,EAAayC,QAAAA,CAAO,EACzCgH,4BAA0B,C,CAa9BC,IACE9J,EACAI,EACAU,EACAZ,EACA2C,GAEA,OAAOR,KAAKM,OAAO8B,qBACjB,CACEzE,kBAAAA,EACAI,YAAAA,EACAU,mBAAAA,EACAZ,WAAAA,EACA2C,QAAAA,C,EAEFkH,gBAAgB,C,CAWpBzU,IACE0K,EACAI,EACAU,EACA+B,GAEA,OAAOR,KAAKM,OAAO8B,qBACjB,CAAEzE,kBAAAA,EAAmBI,YAAAA,EAAaU,mBAAAA,EAAoB+B,QAAAA,CAAO,EAC7DyD,kBAAgB,C,CAYpB2E,OACEjL,EACAI,EACAU,EACA+B,GAEA,OAAOR,KAAKM,OAAO8B,qBACjB,CAAEzE,kBAAAA,EAAmBI,YAAAA,EAAaU,mBAAAA,EAAoB+B,QAAAA,CAAO,EAC7D2D,qBAAmB,C,CAWvBwD,OACEhK,EACAI,EACAU,EACA+B,GAEA,OAAOR,KAAKM,OAAO8B,qBACjB,CAAEzE,kBAAAA,EAAmBI,YAAAA,EAAaU,mBAAAA,EAAoB+B,QAAAA,CAAO,EAC7D8D,qBAAmB,C,CAYf+D,uBACN1K,EACAI,EACAU,EACA+B,GAEA,OAAOR,KAAKM,OAAO8B,qBACjB,CAAEzE,kBAAAA,EAAmBI,YAAAA,EAAaU,mBAAAA,EAAoB+B,QAAAA,CAAO,EAC7DqI,kCAAkC,C,CActCC,oBACEnL,EACAI,EACAU,EACAG,EACA4B,GAEA,OAAOR,KAAKM,OAAO8B,qBACjB,CACEzE,kBAAAA,EACAI,YAAAA,EACAU,mBAAAA,EACAG,cAAAA,EACA4B,QAAAA,C,EAEFuI,gCAAgC,C,CAe5BL,eACN/K,EACAI,EACAU,EACAG,EACA4B,GAEA,OAAOR,KAAKM,OAAO8B,qBACjB,CACEzE,kBAAAA,EACAI,YAAAA,EACAU,mBAAAA,EACAG,cAAAA,EACA4B,QAAAA,C,EAEFwI,0BAA0B,C,CAWtBzB,mBACN5J,EACAI,EACA5J,EACAqM,GAEA,OAAOR,KAAKM,OAAO8B,qBACjB,CAAEzE,kBAAAA,EAAmBI,YAAAA,EAAa5J,SAAAA,EAAUqM,QAAAA,CAAO,EACnDoH,gCAA8B,C,CAY1BU,2BACN3K,EACAI,EACAU,EACAtK,EACAqM,GAEA,OAAOR,KAAKM,OAAO8B,qBACjB,CAAEzE,kBAAAA,EAAmBI,YAAAA,EAAaU,mBAAAA,EAAoBtK,SAAAA,EAAUqM,QAAAA,CAAO,EACvEyI,sCAAsC,C,CAelCN,mBACNhL,EACAI,EACAU,EACAG,EACAzK,EACAqM,GAEA,OAAOR,KAAKM,OAAO8B,qBACjB,CACEzE,kBAAAA,EACAI,YAAAA,EACAU,mBAAAA,EACAG,cAAAA,EACAzK,SAAAA,EACAqM,QAAAA,C,EAEF0I,8BAA8B,C,CAGnC,CAED,MAAMtE,aAAaC,sBAAWC,iBAAiBC,QAAqB,CAAA,CAAK,EAEnEyC,6BAAuD,CAC3D3H,KACE,kJACFE,WAAY,MACZiF,UAAW,CACTC,IAAK,CACHC,WAAYiE,mCACb,EACD/D,QAAS,CACPF,WAAYG,aACb,CACF,EACDC,gBAAiB,CACfC,OACAC,IACAC,KACAC,OACAC,QACAC,MACAC,YAEFC,cAAe,CACbC,MACAC,eACAG,kBACAO,aAEFT,iBAAkB,CAACC,Q,WACnBtB,Y,EAEI8C,iBAA6C,CACjD7H,KACE,uKACFE,WAAY,MACZiF,UAAW,CACTC,IAAK,GACLG,QAAS,CACPF,WAAYG,aACb,CACF,EACDmB,YAAa4C,YACb9D,gBAAiB,CAACO,YAClBC,cAAe,CACbC,MACAC,eACAG,kBACAO,YACA2C,oBAEFpD,iBAAkB,CAACC,OAAmBS,aACtCC,UAAW,O,WACXhC,Y,EAEIX,mBAA6C,CACjDpE,KACE,uKACFE,WAAY,MACZiF,UAAW,CACTC,IAAK,CACHC,WAAYoE,yBACb,EACDlE,QAAS,CACPF,WAAYG,aACb,CACF,EACDC,gBAAiB,CAACO,YAClBC,cAAe,CACbC,MACAC,eACAG,kBACAO,YACA2C,oBAEFpD,iBAAkB,CAACC,Q,WACnBtB,Y,EAEIT,sBAAgD,CACpDtE,KACE,uKACFE,WAAY,QACZiF,UAAW,CACTC,IAAK,GACLG,QAAS,CACPF,WAAYG,aACb,CACF,EACDmB,YAAa+C,YACbjE,gBAAiB,CAACO,YAClBC,cAAe,CACbC,MACAC,eACAG,kBACAO,YACA2C,oBAEFpD,iBAAkB,CAACC,OAAmBS,aACtCC,UAAW,O,WACXhC,Y,EAEIN,sBAAgD,CACpDzE,KACE,uKACFE,WAAY,SACZiF,UAAW,CACTC,IAAK,GACLG,QAAS,CACPF,WAAYG,aACb,CACF,EACDC,gBAAiB,CAACO,YAClBC,cAAe,CACbC,MACAC,eACAG,kBACAO,YACA2C,oBAEFpD,iBAAkB,CAACC,Q,WACnBtB,Y,EAEIiE,mCAA+D,CACnEhJ,KACE,kLACFE,WAAY,MACZiF,UAAW,CACTC,IAAK,CACHC,WAAYsE,0BACb,EACDpE,QAAS,CACPF,WAAYG,aACb,CACF,EACDC,gBAAiB,CAACO,YAClBC,cAAe,CACbC,MACAC,eACAG,kBACAO,YACA2C,oBAEFpD,iBAAkB,CAACC,Q,WACnBtB,Y,EAEImE,iCAA6D,CACjElJ,KACE,kMACFE,WAAY,MACZiF,UAAW,CACTC,IAAK,CACHC,WAAYuE,gBACb,EACDrE,QAAS,CACPF,WAAYG,aACb,CACF,EACDC,gBAAiB,CAACO,YAClBC,cAAe,CACbC,MACAC,eACAG,kBACAO,YACA2C,mBACAK,eAEFzD,iBAAkB,CAACC,Q,WACnBtB,Y,EAEIoE,2BAAuD,CAC3DnJ,KACE,gNACFE,WAAY,OACZiF,UAAW,CACTC,IAAK,CACHC,WAAYyE,6BACb,EACDvE,QAAS,CACPF,WAAYG,aACb,CACF,EACDC,gBAAiB,CAACO,YAClBC,cAAe,CACbC,MACAC,eACAG,kBACAO,YACA2C,mBACAK,eAEFzD,iBAAkB,CAACC,Q,WACnBtB,Y,EAEIgD,iCAA2D,CAC/D/H,KAAM,aACNE,WAAY,MACZiF,UAAW,CACTC,IAAK,CACHC,WAAYiE,mCACb,EACD/D,QAAS,CACPF,WAAYG,aACb,CACF,EACDC,gBAAiB,CACfC,OACAC,IACAC,KACAC,OACAC,QACAC,MACAC,YAEFC,cAAe,CACbC,MACAC,eACAG,kBACAO,YACAO,UAEFhB,iBAAkB,CAACC,Q,WACnBtB,Y,EAEIqE,uCAAmE,CACvEpJ,KAAM,aACNE,WAAY,MACZiF,UAAW,CACTC,IAAK,CACHC,WAAYsE,0BACb,EACDpE,QAAS,CACPF,WAAYG,aACb,CACF,EACDC,gBAAiB,CAACO,YAClBC,cAAe,CACbC,MACAC,eACAG,kBACAO,YACAO,SACAoC,oBAEFpD,iBAAkB,CAACC,Q,WACnBtB,Y,EAEIsE,+BAA2D,CAC/DrJ,KAAM,aACNE,WAAY,MACZiF,UAAW,CACTC,IAAK,CACHC,WAAYyE,6BACb,EACDvE,QAAS,CACPF,WAAYG,aACb,CACF,EACDC,gBAAiB,CAACO,YAClBC,cAAe,CACbC,MACAC,eACAG,kBACAO,YACAO,SACAoC,mBACAK,eAEFzD,iBAAkB,CAACC,Q,WACnBtB,Y,QC7zBWgF,oBAOXpK,YAAYc,GACVN,KAAKM,OAASA,C,CAUT6G,cACLxJ,EACAI,EACAyC,GAEA,MAAMC,EAAOT,KAAKoH,uBAChBzJ,EACAI,EACAyC,CAAO,EAET,MAAO,CACLG,OACE,OAAOF,EAAKE,KAAI,C,GAEjBC,OAAOC,iBACN,OAAOb,I,EAETc,OAAQ,IACN,GAAIC,MAAAA,GAAAA,EAAUC,YACZ,MAAM,IAAIC,MAAM,iDAAiD,EAEnE,OAAOjB,KAAKqH,wBACV1J,EACAI,EACAyC,EACAO,CAAQ,C,GAMDsG,wBACb1J,EACAI,EACAyC,EACAO,G,yDAEAI,IAAIC,EACAlO,EAAoB6N,MAAAA,EAAA,KAAA,EAAAA,EAAU7N,kBAClC,IAMMH,EAKN,IAXKG,IAQHC,qBAFIJ,GALJqO,EAASC,MAAAE,MAAAA,QAAMvB,KAAKsH,eAClB3J,EACAI,EACAyC,CAAO,CACR,GACiB1M,OAAS,GAC3BZ,EAAoBkO,EAAOjN,QACiB,EAC5CkN,MAAMA,MAAAE,MAAAA,QAAAxO,CAAI,GAELG,GAAmB,CACxBkO,EAASC,MAAAE,MAAAA,QAAMvB,KAAKuH,mBAClB5J,EACAI,EACA7K,EACAsN,CAAO,CACR,EACDtN,EAAoBkO,EAAOjN,SAC3BgN,IAAIpO,EAAOqO,EAAOtN,OAAS,GAC3BX,qBAAqBJ,EAAMG,CAAiB,EAC5CmO,MAAMA,MAAAE,MAAAA,QAAAxO,CAAI,CACX,C,CACF,CAAA,CAEcqU,uBACbzJ,EACAI,EACAyC,G,qEAEA,IAAyB,IAIxBkB,EAJwBC,EAAAC,MAAAA,cAAA5B,KAAKqH,wBAC5B1J,EACAI,EACAyC,CAAO,CACR,EAAA,EAAAkB,EAAAL,MAAAE,MAAAA,QAAAI,EAAAhB,KAAA,CAAA,GAAAkB,MAAA,CAJU,IAAM9O,EAAI2O,EAAA5N,MAKnBuN,MAAAE,MAAAA,QAAAF,MAAOS,MAAAA,iBAAAF,MAAAA,cAAA7O,CAAI,CAAA,CAAA,CACZ,C,0HACF,CAAA,CASOuU,eACN3J,EACAI,EACAyC,GAEA,OAAOR,KAAKM,OAAO8B,qBACjB,CAAEzE,kBAAAA,EAAmBI,YAAAA,EAAayC,QAAAA,CAAO,EACzCgH,4BAA0B,C,CAe9BqC,eACElM,EACAI,EACAgB,EACAlB,EACA2C,GAEA,OAAOR,KAAKM,OAAO8B,qBACjB,CACEzE,kBAAAA,EACAI,YAAAA,EACAgB,kBAAAA,EACAlB,WAAAA,EACA2C,QAAAA,C,EAEFsJ,6BAA2B,C,CAW/B7W,IACE0K,EACAI,EACAgB,EACAyB,GAEA,OAAOR,KAAKM,OAAO8B,qBACjB,CAAEzE,kBAAAA,EAAmBI,YAAAA,EAAagB,kBAAAA,EAAmByB,QAAAA,CAAO,EAC5DyD,kBAAgB,C,CAWpB2E,OACEjL,EACAI,EACAgB,EACAyB,GAEA,OAAOR,KAAKM,OAAO8B,qBACjB,CAAEzE,kBAAAA,EAAmBI,YAAAA,EAAagB,kBAAAA,EAAmByB,QAAAA,CAAO,EAC5D2D,qBAAmB,C,CAWvBwD,OACEhK,EACAI,EACAgB,EACAyB,GAEA,OAAOR,KAAKM,OAAO8B,qBACjB,CAAEzE,kBAAAA,EAAmBI,YAAAA,EAAagB,kBAAAA,EAAmByB,QAAAA,CAAO,EAC5D8D,qBAAmB,C,CAWfiD,mBACN5J,EACAI,EACA5J,EACAqM,GAEA,OAAOR,KAAKM,OAAO8B,qBACjB,CAAEzE,kBAAAA,EAAmBI,YAAAA,EAAa5J,SAAAA,EAAUqM,QAAAA,CAAO,EACnDoH,gCAA8B,C,CAGnC,CAED,MAAMhD,aAAaC,sBAAWC,iBAAiBC,QAAqB,CAAA,CAAK,EAEnEyC,6BAAuD,CAC3D3H,KACE,kJACFE,WAAY,MACZiF,UAAW,CACTC,IAAK,CACHC,WAAY6E,uBACb,EACD3E,QAAS,CACPF,WAAYG,aACb,CACF,EACDC,gBAAiB,CAACO,YAClBC,cAAe,CACbC,MACAC,eACAG,kBACAO,aAEFT,iBAAkB,CAACC,Q,WACnBtB,Y,EAEIkF,8BAAwD,CAC5DjK,KACE,sKACFE,WAAY,MACZiF,UAAW,CACTC,IAAK,CACHC,WAAY8E,aACb,EACD5E,QAAS,CACPF,WAAYG,aACb,CACF,EACDmB,YAAayD,YACb3E,gBAAiB,CAACO,YAClBC,cAAe,CACbC,MACAC,eACAG,kBACAO,YACAwD,mBAEFjE,iBAAkB,CAACC,OAAmBS,aACtCC,UAAW,O,WACXhC,Y,EAEIX,mBAA6C,CACjDpE,KACE,sKACFE,WAAY,MACZiF,UAAW,CACTC,IAAK,CACHC,WAAY8E,aACb,EACD5E,QAAS,CACPF,WAAYG,aACb,CACF,EACDC,gBAAiB,CAACO,YAClBC,cAAe,CACbC,MACAC,eACAG,kBACAO,YACAwD,mBAEFjE,iBAAkB,CAACC,Q,WACnBtB,Y,EAEIT,sBAAgD,CACpDtE,KACE,sKACFE,WAAY,QACZiF,UAAW,CACTC,IAAK,CACHC,WAAY8E,aACb,EACD5E,QAAS,CACPF,WAAYG,aACb,CACF,EACDmB,YAAa2D,YACb7E,gBAAiB,CAACO,YAClBC,cAAe,CACbC,MACAC,eACAG,kBACAO,YACAwD,mBAEFjE,iBAAkB,CAACC,OAAmBS,aACtCC,UAAW,O,WACXhC,Y,EAEIN,sBAAgD,CACpDzE,KACE,sKACFE,WAAY,SACZiF,UAAW,CACTC,IAAK,GACLsB,IAAK,GACLnB,QAAS,CACPF,WAAYG,aACb,CACF,EACDC,gBAAiB,CAACO,YAClBC,cAAe,CACbC,MACAC,eACAG,kBACAO,YACAwD,mBAEFjE,iBAAkB,CAACC,Q,WACnBtB,Y,EAEIgD,iCAA2D,CAC/D/H,KAAM,aACNE,WAAY,MACZiF,UAAW,CACTC,IAAK,CACHC,WAAY6E,uBACb,EACD3E,QAAS,CACPF,WAAYG,aACb,CACF,EACDC,gBAAiB,CAACO,YAClBC,cAAe,CACbC,MACAC,eACAG,kBACAO,YACAO,UAEFhB,iBAAkB,CAACC,Q,WACnBtB,Y,QCxWWwF,kBAOX5K,YAAYc,GACVN,KAAKM,OAASA,C,CAST6G,cACLxJ,EACAI,EACAyC,GAEA,MAAMC,EAAOT,KAAKoH,uBAChBzJ,EACAI,EACAyC,CAAO,EAET,MAAO,CACLG,OACE,OAAOF,EAAKE,KAAI,C,GAEjBC,OAAOC,iBACN,OAAOb,I,EAETc,OAAQ,IACN,GAAIC,MAAAA,GAAAA,EAAUC,YACZ,MAAM,IAAIC,MAAM,iDAAiD,EAEnE,OAAOjB,KAAKqH,wBACV1J,EACAI,EACAyC,EACAO,CAAQ,C,GAMDsG,wBACb1J,EACAI,EACAyC,EACAO,G,yDAEAI,IAAIC,EACAlO,EAAoB6N,MAAAA,EAAA,KAAA,EAAAA,EAAU7N,kBAClC,IAMMH,EAKN,IAXKG,IAQHC,qBAFIJ,GALJqO,EAASC,MAAAE,MAAAA,QAAMvB,KAAKsH,eAClB3J,EACAI,EACAyC,CAAO,CACR,GACiB1M,OAAS,GAC3BZ,EAAoBkO,EAAOjN,QACiB,EAC5CkN,MAAMA,MAAAE,MAAAA,QAAAxO,CAAI,GAELG,GAAmB,CACxBkO,EAASC,MAAAE,MAAAA,QAAMvB,KAAKuH,mBAClB5J,EACAI,EACA7K,EACAsN,CAAO,CACR,EACDtN,EAAoBkO,EAAOjN,SAC3BgN,IAAIpO,EAAOqO,EAAOtN,OAAS,GAC3BX,qBAAqBJ,EAAMG,CAAiB,EAC5CmO,MAAMA,MAAAE,MAAAA,QAAAxO,CAAI,CACX,C,CACF,CAAA,CAEcqU,uBACbzJ,EACAI,EACAyC,G,qEAEA,IAAyB,IAIxBkB,EAJwBC,EAAAC,MAAAA,cAAA5B,KAAKqH,wBAC5B1J,EACAI,EACAyC,CAAO,CACR,EAAA,EAAAkB,EAAAL,MAAAE,MAAAA,QAAAI,EAAAhB,KAAA,CAAA,GAAAkB,MAAA,CAJU,IAAM9O,EAAI2O,EAAA5N,MAKnBuN,MAAAE,MAAAA,QAAAF,MAAOS,MAAAA,iBAAAF,MAAAA,cAAA7O,CAAI,CAAA,CAAA,CACZ,C,0HACF,CAAA,CAQOuU,eACN3J,EACAI,EACAyC,GAEA,OAAOR,KAAKM,OAAO8B,qBACjB,CAAEzE,kBAAAA,EAAmBI,YAAAA,EAAayC,QAAAA,CAAO,EACzCgH,0BAA0B,C,CAa9BqC,eACElM,EACAI,EACAqB,EACAvB,EACA2C,GAEA,OAAOR,KAAKM,OAAO8B,qBACjB,CAAEzE,kBAAAA,EAAmBI,YAAAA,EAAaqB,iBAAAA,EAAkBvB,WAAAA,EAAY2C,QAAAA,CAAO,EACvEsJ,2BAA2B,C,CAW/B7W,IACE0K,EACAI,EACAqB,EACAoB,GAEA,OAAOR,KAAKM,OAAO8B,qBACjB,CAAEzE,kBAAAA,EAAmBI,YAAAA,EAAaqB,iBAAAA,EAAkBoB,QAAAA,CAAO,EAC3DyD,gBAAgB,C,CAWpB2E,OACEjL,EACAI,EACAqB,EACAoB,GAEA,OAAOR,KAAKM,OAAO8B,qBACjB,CAAEzE,kBAAAA,EAAmBI,YAAAA,EAAaqB,iBAAAA,EAAkBoB,QAAAA,CAAO,EAC3D2D,mBAAmB,C,CAWvBwD,OACEhK,EACAI,EACAqB,EACAoB,GAEA,OAAOR,KAAKM,OAAO8B,qBACjB,CAAEzE,kBAAAA,EAAmBI,YAAAA,EAAaqB,iBAAAA,EAAkBoB,QAAAA,CAAO,EAC3D8D,mBAAmB,C,CAWfiD,mBACN5J,EACAI,EACA5J,EACAqM,GAEA,OAAOR,KAAKM,OAAO8B,qBACjB,CAAEzE,kBAAAA,EAAmBI,YAAAA,EAAa5J,SAAAA,EAAUqM,QAAAA,CAAO,EACnDoH,8BAA8B,C,CAGnC,CAED,MAAMhD,aAAaC,sBAAWC,iBAAiBC,QAAqB,CAAA,CAAK,EAEnEyC,2BAAuD,CAC3D3H,KACE,gJACFE,WAAY,MACZiF,UAAW,CACTC,IAAK,CACHC,WAAYmF,sBACb,EACDjF,QAAS,CACPF,WAAYG,aACb,CACF,EACDC,gBAAiB,CAACO,YAClBC,cAAe,CACbC,MACAC,eACAG,kBACAO,aAEFT,iBAAkB,CAACC,Q,WACnBtB,Y,EAEIkF,4BAAwD,CAC5DjK,KACE,mKACFE,WAAY,MACZiF,UAAW,CACTC,IAAK,CACHC,WAAYoF,YACb,EACDlF,QAAS,CACPF,WAAYG,aACb,CACF,EACDmB,YAAa+D,YACbjF,gBAAiB,CAACO,YAClBC,cAAe,CACbC,MACAC,eACAG,kBACAO,YACA8D,kBAEFvE,iBAAkB,CAACC,OAAmBS,aACtCC,UAAW,O,WACXhC,Y,EAEIX,iBAA6C,CACjDpE,KACE,mKACFE,WAAY,MACZiF,UAAW,CACTC,IAAK,CACHC,WAAYoF,YACb,EACDlF,QAAS,CACPF,WAAYG,aACb,CACF,EACDC,gBAAiB,CAACO,YAClBC,cAAe,CACbC,MACAC,eACAG,kBACAO,YACA8D,kBAEFvE,iBAAkB,CAACC,Q,WACnBtB,Y,EAEIT,oBAAgD,CACpDtE,KACE,mKACFE,WAAY,QACZiF,UAAW,CACTC,IAAK,CACHC,WAAYoF,YACb,EACDlF,QAAS,CACPF,WAAYG,aACb,CACF,EACDmB,YAAaiE,YACbnF,gBAAiB,CAACO,YAClBC,cAAe,CACbC,MACAC,eACAG,kBACAO,YACA8D,kBAEFvE,iBAAkB,CAACC,OAAmBS,aACtCC,UAAW,O,WACXhC,Y,EAEIN,oBAAgD,CACpDzE,KACE,mKACFE,WAAY,SACZiF,UAAW,CACTC,IAAK,GACLsB,IAAK,GACLnB,QAAS,CACPF,WAAYG,aACb,CACF,EACDC,gBAAiB,CAACO,YAClBC,cAAe,CACbC,MACAC,eACAG,kBACAO,YACA8D,kBAEFvE,iBAAkB,CAACC,Q,WACnBtB,Y,EAEIgD,+BAA2D,CAC/D/H,KAAM,aACNE,WAAY,MACZiF,UAAW,CACTC,IAAK,CACHC,WAAYmF,sBACb,EACDjF,QAAS,CACPF,WAAYG,aACb,CACF,EACDC,gBAAiB,CAACO,YAClBC,cAAe,CACbC,MACAC,eACAG,kBACAO,YACAO,UAEFhB,iBAAkB,CAACC,Q,WACnBtB,Y,QC5WW8F,eAOXlL,YAAYc,GACVN,KAAKM,OAASA,C,CAOhBC,KACEC,GAEA,OAAOR,KAAKM,OAAO8B,qBAAqB,CAAE5B,QAAAA,CAAO,EAAI6B,iBAAiB,C,CAEzE,CAED,MAAMuC,aAAaC,sBAAWC,iBAAiBC,QAAqB,CAAA,CAAK,EAEnE1C,kBAA8C,CAClDxC,KAAM,oDACNE,WAAY,MACZiF,UAAW,CACTC,IAAK,CACHC,WAAYyF,mBACb,EACDvF,QAAS,CACPF,WAAYG,aACb,CACF,EACDC,gBAAiB,CAACO,YAClBC,cAAe,CAACC,OAChBE,iBAAkB,CAACC,Q,WACnBtB,Y,QCtCWgG,cAOXpL,YAAYc,GACVN,KAAKM,OAASA,C,CAShBuK,cACE/V,EACA0L,GAEA,OAAOR,KAAKM,OAAO8B,qBACjB,CAAEtN,SAAAA,EAAU0L,QAAAA,CAAO,EACnBsK,0BAA0B,C,CAG/B,CAED,MAAMlG,WAAaC,sBAAWC,iBAAiBC,QAAqB,CAAA,CAAK,EAEnE+F,2BAAuD,CAC3DjL,KACE,wGACFE,WAAY,MACZiF,UAAW,CACTC,IAAK,CACHC,WAAY6F,qBACb,EACDC,IAAK,GACL5F,QAAS,CACPF,WAAYG,aACb,CACF,EACDC,gBAAiB,CAACO,YAClBC,cAAe,CACbC,MACAC,eACAgB,UAEFf,iBAAkB,CAACC,QACnBtB,WAAAA,U,QCjCWqG,iDAAiDpG,sBAAWqG,cAYvE1L,YACE2L,EACA7Q,EACAkG,GAEA,GAAoBoC,KAAAA,IAAhBuI,EACF,MAAM,IAAIlK,MAAM,8BAA8B,EAEhD,GAAuB2B,KAAAA,IAAnBtI,EACF,MAAM,IAAI2G,MAAM,iCAAiC,EAOnD,IAwBQmK,EAnBFC,EAAiB,+CACjBC,GATD9K,EAAAA,GACO,IASF+K,kBAAoB/K,EAAQ+K,iBAAiBD,gBAC9C9K,EAAQ+K,iBAAiBD,gBAA5B,IAA+CD,EAC5CA,EAEHG,EACDtQ,OAAAC,OAAAD,OAAAC,OAAAD,OAAAC,OAAA,GAZoE,CACvEsQ,mBAAoB,kCACpBC,WAAYP,C,CAUD,EACR3K,CAAO,EAAA,CACV+K,iBAAkB,CAChBD,gBAAAA,CACD,EACD3W,SACE,OAAAgN,EAAA,OAAA3O,EAAAwN,EAAQ7L,UAAY3B,EAAAwN,EAAQmL,SAAWhK,EAAA,8BAA8B,CAAA,EAEzEiK,MAAMJ,CAAmB,EAEzBrK,IAAI0K,EAAgD,CAAA,EAChDrL,MAAAA,GAAAA,EAASsL,UAA2D,EAA/CtL,EAAQsL,SAASC,mBAAkB,EAAGC,SACvDZ,EAAsD5K,EAAQsL,SAASC,mBAAkB,EAC/FF,EAAuCT,EAAiBa,KACtD,GACEC,EAAevY,OACfwY,4BAAiBC,mCAAmC,GAIvD5L,GACAA,EAAQsL,UACuC,GAAhDtL,EAAQsL,SAASC,mBAAkB,EAAGC,QACrCH,IAED7L,KAAK8L,SAASO,aAAa,CACzB1Y,KAAMwY,4BAAiBC,mCACxB,CAAA,EACDpM,KAAK8L,SAASQ,UACZH,4BAAiBI,gCAAgC,CAC/Cb,WAAYP,EACZqB,OACE,OAAA9K,EAAA8J,EAAoBiB,kBAAgB/K,EACjC8J,EAAoB7W,SAAvB,YACF+X,mBAAoB,CAClBC,4BACE9H,sBAAW+H,gCACd,CACF,CAAA,CAAC,GAIN5M,KAAK1F,eAAiBA,EAGtB0F,KAAK7C,MAAQqD,EAAQrD,OAAS,+BAC9B6C,KAAKtC,WAAa8C,EAAQ9C,YAAc,qBACxCsC,KAAK6M,SAAW,IAAIxM,aAAaL,IAAI,EACrCA,KAAKnK,sBAAwB,IAAIqR,0BAA0BlH,IAAI,EAC/DA,KAAKlK,gBAAkB,IAAImS,oBAAoBjI,IAAI,EACnDA,KAAKjK,gBAAkB,IAAI6T,oBAAoB5J,IAAI,EACnDA,KAAKhK,cAAgB,IAAIoU,kBAAkBpK,IAAI,EAC/CA,KAAK8M,WAAa,IAAIpC,eAAe1K,IAAI,EACzCA,KAAK+M,UAAY,IAAInC,cAAc5K,IAAI,EACvCA,KAAKgN,0BAA0BxM,EAAQ9C,UAAU,C,CAI3CsP,0BAA0BtP,GAC3BA,GAuBLsC,KAAK8L,SAASQ,UApBW,CACvB3Y,KAAM,yBACAsZ,YACJC,EACAvM,G,sDAEA,IAEQwM,EAFFC,EAAQF,EAAQG,IAAIC,MAAM,GAAG,EAWnC,OAVmB,EAAfF,EAAMpB,SACFmB,EAAYC,EAAM,GAAGE,MAAM,GAAG,EAAEC,IAAI,GACN,CAAC,EAA/BC,EAAKC,QAAQ,aAAa,EACrB,eAAiB/P,EAEjB8P,CAEV,EACDN,EAAQG,IAAMD,EAAM,GAAK,IAAMD,EAAUO,KAAK,GAAG,GAE5C/M,EAAKuM,CAAO,C,CACpB,CAAA,C,CAEqC,C,CAU3C,C"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=accountsCheckNameAvailabilitySample.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"accountsCheckNameAvailabilitySample.d.ts","sourceRoot":"","sources":["../../samples-dev/accountsCheckNameAvailabilitySample.ts"],"names":[],"mappings":""}
@@ -1,34 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
- import { __awaiter } from "tslib";
9
- // Copyright (c) Microsoft Corporation.
10
- // Licensed under the MIT License.
11
- import { DataLakeAnalyticsAccountManagementClient } from "@azure/arm-datalake-analytics";
12
- import { DefaultAzureCredential } from "@azure/identity";
13
- /**
14
- * This sample demonstrates how to Checks whether the specified account name is available or taken.
15
- *
16
- * @summary Checks whether the specified account name is available or taken.
17
- * x-ms-original-file: specification/datalake-analytics/resource-manager/Microsoft.DataLakeAnalytics/preview/2019-11-01-preview/examples/Accounts_CheckNameAvailability.json
18
- */
19
- function checksWhetherTheSpecifiedAccountNameIsAvailableOrTaken() {
20
- return __awaiter(this, void 0, void 0, function* () {
21
- const subscriptionId = "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345";
22
- const location = "EastUS2";
23
- const parameters = {
24
- name: "contosoadla",
25
- type: "Microsoft.DataLakeAnalytics/accounts"
26
- };
27
- const credential = new DefaultAzureCredential();
28
- const client = new DataLakeAnalyticsAccountManagementClient(credential, subscriptionId);
29
- const result = yield client.accounts.checkNameAvailability(location, parameters);
30
- console.log(result);
31
- });
32
- }
33
- checksWhetherTheSpecifiedAccountNameIsAvailableOrTaken().catch(console.error);
34
- //# sourceMappingURL=accountsCheckNameAvailabilitySample.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"accountsCheckNameAvailabilitySample.js","sourceRoot":"","sources":["../../samples-dev/accountsCheckNameAvailabilitySample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAEL,wCAAwC,EACzC,MAAM,+BAA+B,CAAC;AACvC,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;;;;GAKG;AACH,SAAe,sDAAsD;;QACnE,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,QAAQ,GAAG,SAAS,CAAC;QAC3B,MAAM,UAAU,GAAoC;YAClD,IAAI,EAAE,aAAa;YACnB,IAAI,EAAE,sCAAsC;SAC7C,CAAC;QACF,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,wCAAwC,CACzD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,QAAQ,CAAC,qBAAqB,CACxD,QAAQ,EACR,UAAU,CACX,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,sDAAsD,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=accountsCreateSample.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"accountsCreateSample.d.ts","sourceRoot":"","sources":["../../samples-dev/accountsCreateSample.ts"],"names":[],"mappings":""}
@@ -1,64 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
- import { __awaiter } from "tslib";
9
- // Copyright (c) Microsoft Corporation.
10
- // Licensed under the MIT License.
11
- import { DataLakeAnalyticsAccountManagementClient } from "@azure/arm-datalake-analytics";
12
- import { DefaultAzureCredential } from "@azure/identity";
13
- /**
14
- * This sample demonstrates how to Creates the specified Data Lake Analytics account. This supplies the user with computation services for Data Lake Analytics workloads.
15
- *
16
- * @summary Creates the specified Data Lake Analytics account. This supplies the user with computation services for Data Lake Analytics workloads.
17
- * x-ms-original-file: specification/datalake-analytics/resource-manager/Microsoft.DataLakeAnalytics/preview/2019-11-01-preview/examples/Accounts_Create.json
18
- */
19
- function createsTheSpecifiedDataLakeAnalyticsAccountThisSuppliesTheUserWithComputationServicesForDataLakeAnalyticsWorkloads() {
20
- return __awaiter(this, void 0, void 0, function* () {
21
- const subscriptionId = "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345";
22
- const resourceGroupName = "contosorg";
23
- const accountName = "contosoadla";
24
- const parameters = {
25
- computePolicies: [
26
- {
27
- name: "test_policy",
28
- maxDegreeOfParallelismPerJob: 1,
29
- minPriorityPerJob: 1,
30
- objectId: "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345",
31
- objectType: "User"
32
- }
33
- ],
34
- dataLakeStoreAccounts: [{ name: "test_adls", suffix: "test_suffix" }],
35
- defaultDataLakeStoreAccount: "test_adls",
36
- firewallAllowAzureIps: "Enabled",
37
- firewallRules: [
38
- { name: "test_rule", endIpAddress: "2.2.2.2", startIpAddress: "1.1.1.1" }
39
- ],
40
- firewallState: "Enabled",
41
- location: "eastus2",
42
- maxDegreeOfParallelism: 30,
43
- maxDegreeOfParallelismPerJob: 1,
44
- maxJobCount: 3,
45
- minPriorityPerJob: 1,
46
- newTier: "Consumption",
47
- queryStoreRetention: 30,
48
- storageAccounts: [
49
- {
50
- name: "test_storage",
51
- accessKey: "34adfa4f-cedf-4dc0-ba29-b6d1a69ab346",
52
- suffix: "test_suffix"
53
- }
54
- ],
55
- tags: { testKey: "test_value" }
56
- };
57
- const credential = new DefaultAzureCredential();
58
- const client = new DataLakeAnalyticsAccountManagementClient(credential, subscriptionId);
59
- const result = yield client.accounts.beginCreateAndWait(resourceGroupName, accountName, parameters);
60
- console.log(result);
61
- });
62
- }
63
- createsTheSpecifiedDataLakeAnalyticsAccountThisSuppliesTheUserWithComputationServicesForDataLakeAnalyticsWorkloads().catch(console.error);
64
- //# sourceMappingURL=accountsCreateSample.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"accountsCreateSample.js","sourceRoot":"","sources":["../../samples-dev/accountsCreateSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAEL,wCAAwC,EACzC,MAAM,+BAA+B,CAAC;AACvC,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;;;;GAKG;AACH,SAAe,kHAAkH;;QAC/H,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,WAAW,CAAC;QACtC,MAAM,WAAW,GAAG,aAAa,CAAC;QAClC,MAAM,UAAU,GAA6C;YAC3D,eAAe,EAAE;gBACf;oBACE,IAAI,EAAE,aAAa;oBACnB,4BAA4B,EAAE,CAAC;oBAC/B,iBAAiB,EAAE,CAAC;oBACpB,QAAQ,EAAE,sCAAsC;oBAChD,UAAU,EAAE,MAAM;iBACnB;aACF;YACD,qBAAqB,EAAE,CAAC,EAAE,IAAI,EAAE,WAAW,EAAE,MAAM,EAAE,aAAa,EAAE,CAAC;YACrE,2BAA2B,EAAE,WAAW;YACxC,qBAAqB,EAAE,SAAS;YAChC,aAAa,EAAE;gBACb,EAAE,IAAI,EAAE,WAAW,EAAE,YAAY,EAAE,SAAS,EAAE,cAAc,EAAE,SAAS,EAAE;aAC1E;YACD,aAAa,EAAE,SAAS;YACxB,QAAQ,EAAE,SAAS;YACnB,sBAAsB,EAAE,EAAE;YAC1B,4BAA4B,EAAE,CAAC;YAC/B,WAAW,EAAE,CAAC;YACd,iBAAiB,EAAE,CAAC;YACpB,OAAO,EAAE,aAAa;YACtB,mBAAmB,EAAE,EAAE;YACvB,eAAe,EAAE;gBACf;oBACE,IAAI,EAAE,cAAc;oBACpB,SAAS,EAAE,sCAAsC;oBACjD,MAAM,EAAE,aAAa;iBACtB;aACF;YACD,IAAI,EAAE,EAAE,OAAO,EAAE,YAAY,EAAE;SAChC,CAAC;QACF,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,wCAAwC,CACzD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,QAAQ,CAAC,kBAAkB,CACrD,iBAAiB,EACjB,WAAW,EACX,UAAU,CACX,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,kHAAkH,EAAE,CAAC,KAAK,CACxH,OAAO,CAAC,KAAK,CACd,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=accountsDeleteSample.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"accountsDeleteSample.d.ts","sourceRoot":"","sources":["../../samples-dev/accountsDeleteSample.ts"],"names":[],"mappings":""}
@@ -1,31 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
- import { __awaiter } from "tslib";
9
- // Copyright (c) Microsoft Corporation.
10
- // Licensed under the MIT License.
11
- import { DataLakeAnalyticsAccountManagementClient } from "@azure/arm-datalake-analytics";
12
- import { DefaultAzureCredential } from "@azure/identity";
13
- /**
14
- * This sample demonstrates how to Begins the delete process for the Data Lake Analytics account object specified by the account name.
15
- *
16
- * @summary Begins the delete process for the Data Lake Analytics account object specified by the account name.
17
- * x-ms-original-file: specification/datalake-analytics/resource-manager/Microsoft.DataLakeAnalytics/preview/2019-11-01-preview/examples/Accounts_Delete.json
18
- */
19
- function beginsTheDeleteProcessForTheDataLakeAnalyticsAccountObjectSpecifiedByTheAccountName() {
20
- return __awaiter(this, void 0, void 0, function* () {
21
- const subscriptionId = "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345";
22
- const resourceGroupName = "contosorg";
23
- const accountName = "contosoadla";
24
- const credential = new DefaultAzureCredential();
25
- const client = new DataLakeAnalyticsAccountManagementClient(credential, subscriptionId);
26
- const result = yield client.accounts.beginDeleteAndWait(resourceGroupName, accountName);
27
- console.log(result);
28
- });
29
- }
30
- beginsTheDeleteProcessForTheDataLakeAnalyticsAccountObjectSpecifiedByTheAccountName().catch(console.error);
31
- //# sourceMappingURL=accountsDeleteSample.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"accountsDeleteSample.js","sourceRoot":"","sources":["../../samples-dev/accountsDeleteSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,wCAAwC,EAAE,MAAM,+BAA+B,CAAC;AACzF,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;;;;GAKG;AACH,SAAe,mFAAmF;;QAChG,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,WAAW,CAAC;QACtC,MAAM,WAAW,GAAG,aAAa,CAAC;QAClC,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,wCAAwC,CACzD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,QAAQ,CAAC,kBAAkB,CACrD,iBAAiB,EACjB,WAAW,CACZ,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,mFAAmF,EAAE,CAAC,KAAK,CACzF,OAAO,CAAC,KAAK,CACd,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=accountsGetSample.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"accountsGetSample.d.ts","sourceRoot":"","sources":["../../samples-dev/accountsGetSample.ts"],"names":[],"mappings":""}
@@ -1,31 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
- import { __awaiter } from "tslib";
9
- // Copyright (c) Microsoft Corporation.
10
- // Licensed under the MIT License.
11
- import { DataLakeAnalyticsAccountManagementClient } from "@azure/arm-datalake-analytics";
12
- import { DefaultAzureCredential } from "@azure/identity";
13
- /**
14
- * This sample demonstrates how to Gets details of the specified Data Lake Analytics account.
15
- *
16
- * @summary Gets details of the specified Data Lake Analytics account.
17
- * x-ms-original-file: specification/datalake-analytics/resource-manager/Microsoft.DataLakeAnalytics/preview/2019-11-01-preview/examples/Accounts_Get.json
18
- */
19
- function getsDetailsOfTheSpecifiedDataLakeAnalyticsAccount() {
20
- return __awaiter(this, void 0, void 0, function* () {
21
- const subscriptionId = "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345";
22
- const resourceGroupName = "contosorg";
23
- const accountName = "contosoadla";
24
- const credential = new DefaultAzureCredential();
25
- const client = new DataLakeAnalyticsAccountManagementClient(credential, subscriptionId);
26
- const result = yield client.accounts.get(resourceGroupName, accountName);
27
- console.log(result);
28
- });
29
- }
30
- getsDetailsOfTheSpecifiedDataLakeAnalyticsAccount().catch(console.error);
31
- //# sourceMappingURL=accountsGetSample.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"accountsGetSample.js","sourceRoot":"","sources":["../../samples-dev/accountsGetSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,wCAAwC,EAAE,MAAM,+BAA+B,CAAC;AACzF,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;;;;GAKG;AACH,SAAe,iDAAiD;;QAC9D,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,WAAW,CAAC;QACtC,MAAM,WAAW,GAAG,aAAa,CAAC;QAClC,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,wCAAwC,CACzD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,QAAQ,CAAC,GAAG,CAAC,iBAAiB,EAAE,WAAW,CAAC,CAAC;QACzE,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,iDAAiD,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=accountsListByResourceGroupSample.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"accountsListByResourceGroupSample.d.ts","sourceRoot":"","sources":["../../samples-dev/accountsListByResourceGroupSample.ts"],"names":[],"mappings":""}