@azure/arm-datalake-analytics 2.0.0-beta.3 → 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 (579) hide show
  1. package/CHANGELOG.md +14 -4
  2. package/LICENSE +4 -4
  3. package/README.md +31 -19
  4. package/{dist-esm/src → dist/browser}/dataLakeAnalyticsAccountManagementClient.d.ts +4 -2
  5. package/dist/browser/dataLakeAnalyticsAccountManagementClient.d.ts.map +1 -0
  6. package/{dist-esm/src → dist/browser}/dataLakeAnalyticsAccountManagementClient.js +64 -21
  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 -3
  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 +73 -62
  15. package/dist/browser/models/index.d.ts.map +1 -0
  16. package/{dist-esm/src → dist/browser}/models/index.js +11 -0
  17. package/dist/browser/models/index.js.map +1 -0
  18. package/{dist-esm/src → dist/browser}/models/mappers.js +184 -87
  19. package/dist/browser/models/mappers.js.map +1 -0
  20. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  21. package/dist/browser/models/parameters.js.map +1 -0
  22. package/{dist-esm/src → dist/browser}/operations/accounts.d.ts +3 -3
  23. package/dist/browser/operations/accounts.d.ts.map +1 -0
  24. package/{dist-esm/src → dist/browser}/operations/accounts.js +168 -172
  25. package/dist/browser/operations/accounts.js.map +1 -0
  26. package/{dist-esm/src → dist/browser}/operations/computePolicies.d.ts +3 -3
  27. package/dist/browser/operations/computePolicies.d.ts.map +1 -0
  28. package/{dist-esm/src → dist/browser}/operations/computePolicies.js +30 -33
  29. package/dist/browser/operations/computePolicies.js.map +1 -0
  30. package/{dist-esm/src → dist/browser}/operations/dataLakeStoreAccounts.d.ts +3 -3
  31. package/dist/browser/operations/dataLakeStoreAccounts.d.ts.map +1 -0
  32. package/{dist-esm/src → dist/browser}/operations/dataLakeStoreAccounts.js +30 -33
  33. package/dist/browser/operations/dataLakeStoreAccounts.js.map +1 -0
  34. package/{dist-esm/src → dist/browser}/operations/firewallRules.d.ts +3 -3
  35. package/dist/browser/operations/firewallRules.d.ts.map +1 -0
  36. package/{dist-esm/src → dist/browser}/operations/firewallRules.js +30 -33
  37. package/dist/browser/operations/firewallRules.js.map +1 -0
  38. package/dist/browser/operations/index.d.ts +8 -0
  39. package/dist/browser/operations/index.d.ts.map +1 -0
  40. package/dist/browser/operations/index.js +15 -0
  41. package/dist/browser/operations/index.js.map +1 -0
  42. package/{dist-esm/src → dist/browser}/operations/locations.d.ts +3 -3
  43. package/dist/browser/operations/locations.d.ts.map +1 -0
  44. package/{dist-esm/src → dist/browser}/operations/locations.js +3 -2
  45. package/dist/browser/operations/locations.js.map +1 -0
  46. package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
  47. package/dist/browser/operations/operations.d.ts.map +1 -0
  48. package/{dist-esm/src → dist/browser}/operations/operations.js +3 -2
  49. package/dist/browser/operations/operations.js.map +1 -0
  50. package/{dist-esm/src → dist/browser}/operations/storageAccounts.d.ts +3 -3
  51. package/dist/browser/operations/storageAccounts.d.ts.map +1 -0
  52. package/{dist-esm/src → dist/browser}/operations/storageAccounts.js +82 -93
  53. package/dist/browser/operations/storageAccounts.js.map +1 -0
  54. package/{dist-esm/src → dist/browser}/operationsInterfaces/accounts.d.ts +1 -1
  55. package/dist/browser/operationsInterfaces/accounts.d.ts.map +1 -0
  56. package/dist/browser/operationsInterfaces/accounts.js.map +1 -0
  57. package/{dist-esm/src → dist/browser}/operationsInterfaces/computePolicies.d.ts +1 -1
  58. package/dist/browser/operationsInterfaces/computePolicies.d.ts.map +1 -0
  59. package/dist/browser/operationsInterfaces/computePolicies.js.map +1 -0
  60. package/{dist-esm/src → dist/browser}/operationsInterfaces/dataLakeStoreAccounts.d.ts +1 -1
  61. package/dist/browser/operationsInterfaces/dataLakeStoreAccounts.d.ts.map +1 -0
  62. package/dist/browser/operationsInterfaces/dataLakeStoreAccounts.js.map +1 -0
  63. package/{dist-esm/src → dist/browser}/operationsInterfaces/firewallRules.d.ts +1 -1
  64. package/dist/browser/operationsInterfaces/firewallRules.d.ts.map +1 -0
  65. package/dist/browser/operationsInterfaces/firewallRules.js.map +1 -0
  66. package/dist/browser/operationsInterfaces/index.d.ts +8 -0
  67. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  68. package/dist/browser/operationsInterfaces/index.js +15 -0
  69. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  70. package/{dist-esm/src → dist/browser}/operationsInterfaces/locations.d.ts +1 -1
  71. package/dist/browser/operationsInterfaces/locations.d.ts.map +1 -0
  72. package/dist/browser/operationsInterfaces/locations.js.map +1 -0
  73. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
  74. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
  75. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  76. package/{dist-esm/src → dist/browser}/operationsInterfaces/storageAccounts.d.ts +1 -1
  77. package/dist/browser/operationsInterfaces/storageAccounts.d.ts.map +1 -0
  78. package/dist/browser/operationsInterfaces/storageAccounts.js.map +1 -0
  79. package/dist/browser/package.json +3 -0
  80. package/dist/browser/pagingHelper.d.ts +13 -0
  81. package/dist/browser/pagingHelper.d.ts.map +1 -0
  82. package/dist/browser/pagingHelper.js +30 -0
  83. package/dist/browser/pagingHelper.js.map +1 -0
  84. package/dist/commonjs/dataLakeAnalyticsAccountManagementClient.d.ts +27 -0
  85. package/dist/commonjs/dataLakeAnalyticsAccountManagementClient.d.ts.map +1 -0
  86. package/dist/commonjs/dataLakeAnalyticsAccountManagementClient.js +124 -0
  87. package/dist/commonjs/dataLakeAnalyticsAccountManagementClient.js.map +1 -0
  88. package/dist/commonjs/index.d.ts +5 -0
  89. package/dist/commonjs/index.d.ts.map +1 -0
  90. package/dist/commonjs/index.js +19 -0
  91. package/dist/commonjs/index.js.map +1 -0
  92. package/dist/commonjs/lroImpl.d.ts +16 -0
  93. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  94. package/dist/commonjs/lroImpl.js +37 -0
  95. package/dist/commonjs/lroImpl.js.map +1 -0
  96. package/{types/arm-datalake-analytics.d.ts → dist/commonjs/models/index.d.ts} +1357 -1818
  97. package/dist/commonjs/models/index.d.ts.map +1 -0
  98. package/dist/commonjs/models/index.js +45 -0
  99. package/dist/commonjs/models/index.js.map +1 -0
  100. package/dist/commonjs/models/mappers.d.ts +56 -0
  101. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  102. package/dist/commonjs/models/mappers.js +2396 -0
  103. package/dist/commonjs/models/mappers.js.map +1 -0
  104. package/dist/commonjs/models/parameters.d.ts +32 -0
  105. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  106. package/dist/commonjs/models/parameters.js +257 -0
  107. package/dist/commonjs/models/parameters.js.map +1 -0
  108. package/dist/commonjs/operations/accounts.d.ts +120 -0
  109. package/dist/commonjs/operations/accounts.d.ts.map +1 -0
  110. package/dist/commonjs/operations/accounts.js +576 -0
  111. package/dist/commonjs/operations/accounts.js.map +1 -0
  112. package/dist/commonjs/operations/computePolicies.d.ts +76 -0
  113. package/dist/commonjs/operations/computePolicies.d.ts.map +1 -0
  114. package/dist/commonjs/operations/computePolicies.js +282 -0
  115. package/dist/commonjs/operations/computePolicies.js.map +1 -0
  116. package/dist/commonjs/operations/dataLakeStoreAccounts.d.ts +64 -0
  117. package/dist/commonjs/operations/dataLakeStoreAccounts.d.ts.map +1 -0
  118. package/dist/commonjs/operations/dataLakeStoreAccounts.js +252 -0
  119. package/dist/commonjs/operations/dataLakeStoreAccounts.js.map +1 -0
  120. package/dist/commonjs/operations/firewallRules.d.ts +72 -0
  121. package/dist/commonjs/operations/firewallRules.d.ts.map +1 -0
  122. package/dist/commonjs/operations/firewallRules.js +272 -0
  123. package/dist/commonjs/operations/firewallRules.js.map +1 -0
  124. package/dist/commonjs/operations/index.d.ts +8 -0
  125. package/dist/commonjs/operations/index.d.ts.map +1 -0
  126. package/dist/commonjs/operations/index.js +18 -0
  127. package/dist/commonjs/operations/index.js.map +1 -0
  128. package/dist/commonjs/operations/locations.d.ts +20 -0
  129. package/dist/commonjs/operations/locations.d.ts.map +1 -0
  130. package/dist/commonjs/operations/locations.js +59 -0
  131. package/dist/commonjs/operations/locations.js.map +1 -0
  132. package/dist/commonjs/operations/operations.d.ts +18 -0
  133. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  134. package/dist/commonjs/operations/operations.js +52 -0
  135. package/dist/commonjs/operations/operations.js.map +1 -0
  136. package/dist/commonjs/operations/storageAccounts.d.ts +153 -0
  137. package/dist/commonjs/operations/storageAccounts.d.ts.map +1 -0
  138. package/dist/commonjs/operations/storageAccounts.js +588 -0
  139. package/dist/commonjs/operations/storageAccounts.js.map +1 -0
  140. package/dist/commonjs/operationsInterfaces/accounts.d.ts +82 -0
  141. package/dist/commonjs/operationsInterfaces/accounts.d.ts.map +1 -0
  142. package/dist/commonjs/operationsInterfaces/accounts.js +10 -0
  143. package/dist/commonjs/operationsInterfaces/accounts.js.map +1 -0
  144. package/dist/commonjs/operationsInterfaces/computePolicies.d.ts +50 -0
  145. package/dist/commonjs/operationsInterfaces/computePolicies.d.ts.map +1 -0
  146. package/dist/commonjs/operationsInterfaces/computePolicies.js +10 -0
  147. package/dist/commonjs/operationsInterfaces/computePolicies.js.map +1 -0
  148. package/dist/commonjs/operationsInterfaces/dataLakeStoreAccounts.d.ts +38 -0
  149. package/dist/commonjs/operationsInterfaces/dataLakeStoreAccounts.d.ts.map +1 -0
  150. package/dist/commonjs/operationsInterfaces/dataLakeStoreAccounts.js +10 -0
  151. package/dist/commonjs/operationsInterfaces/dataLakeStoreAccounts.js.map +1 -0
  152. package/dist/commonjs/operationsInterfaces/firewallRules.d.ts +47 -0
  153. package/dist/commonjs/operationsInterfaces/firewallRules.d.ts.map +1 -0
  154. package/dist/commonjs/operationsInterfaces/firewallRules.js +10 -0
  155. package/dist/commonjs/operationsInterfaces/firewallRules.js.map +1 -0
  156. package/dist/commonjs/operationsInterfaces/index.d.ts +8 -0
  157. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  158. package/dist/commonjs/operationsInterfaces/index.js +18 -0
  159. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  160. package/dist/commonjs/operationsInterfaces/locations.d.ts +12 -0
  161. package/dist/commonjs/operationsInterfaces/locations.d.ts.map +1 -0
  162. package/dist/commonjs/operationsInterfaces/locations.js +10 -0
  163. package/dist/commonjs/operationsInterfaces/locations.js.map +1 -0
  164. package/dist/commonjs/operationsInterfaces/operations.d.ts +10 -0
  165. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  166. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  167. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  168. package/dist/commonjs/operationsInterfaces/storageAccounts.d.ts +81 -0
  169. package/dist/commonjs/operationsInterfaces/storageAccounts.d.ts.map +1 -0
  170. package/dist/commonjs/operationsInterfaces/storageAccounts.js +10 -0
  171. package/dist/commonjs/operationsInterfaces/storageAccounts.js.map +1 -0
  172. package/dist/commonjs/package.json +3 -0
  173. package/dist/commonjs/pagingHelper.d.ts +13 -0
  174. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  175. package/dist/commonjs/pagingHelper.js +34 -0
  176. package/dist/commonjs/pagingHelper.js.map +1 -0
  177. package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
  178. package/dist/esm/dataLakeAnalyticsAccountManagementClient.d.ts +27 -0
  179. package/dist/esm/dataLakeAnalyticsAccountManagementClient.d.ts.map +1 -0
  180. package/dist/esm/dataLakeAnalyticsAccountManagementClient.js +119 -0
  181. package/dist/esm/dataLakeAnalyticsAccountManagementClient.js.map +1 -0
  182. package/dist/esm/index.d.ts +5 -0
  183. package/dist/esm/index.d.ts.map +1 -0
  184. package/{src/index.ts → dist/esm/index.js} +5 -4
  185. package/dist/esm/index.js.map +1 -0
  186. package/dist/esm/lroImpl.d.ts +16 -0
  187. package/dist/esm/lroImpl.d.ts.map +1 -0
  188. package/dist/esm/lroImpl.js +33 -0
  189. package/dist/esm/lroImpl.js.map +1 -0
  190. package/dist/esm/models/index.d.ts +1357 -0
  191. package/dist/esm/models/index.d.ts.map +1 -0
  192. package/dist/esm/models/index.js +42 -0
  193. package/dist/esm/models/index.js.map +1 -0
  194. package/dist/esm/models/mappers.d.ts +56 -0
  195. package/dist/esm/models/mappers.d.ts.map +1 -0
  196. package/dist/esm/models/mappers.js +2392 -0
  197. package/dist/esm/models/mappers.js.map +1 -0
  198. package/dist/esm/models/parameters.d.ts +32 -0
  199. package/dist/esm/models/parameters.d.ts.map +1 -0
  200. package/dist/esm/models/parameters.js +254 -0
  201. package/dist/esm/models/parameters.js.map +1 -0
  202. package/dist/esm/operations/accounts.d.ts +120 -0
  203. package/dist/esm/operations/accounts.d.ts.map +1 -0
  204. package/dist/esm/operations/accounts.js +571 -0
  205. package/dist/esm/operations/accounts.js.map +1 -0
  206. package/dist/esm/operations/computePolicies.d.ts +76 -0
  207. package/dist/esm/operations/computePolicies.d.ts.map +1 -0
  208. package/dist/esm/operations/computePolicies.js +277 -0
  209. package/dist/esm/operations/computePolicies.js.map +1 -0
  210. package/dist/esm/operations/dataLakeStoreAccounts.d.ts +64 -0
  211. package/dist/esm/operations/dataLakeStoreAccounts.d.ts.map +1 -0
  212. package/dist/esm/operations/dataLakeStoreAccounts.js +247 -0
  213. package/dist/esm/operations/dataLakeStoreAccounts.js.map +1 -0
  214. package/dist/esm/operations/firewallRules.d.ts +72 -0
  215. package/dist/esm/operations/firewallRules.d.ts.map +1 -0
  216. package/dist/esm/operations/firewallRules.js +267 -0
  217. package/dist/esm/operations/firewallRules.js.map +1 -0
  218. package/dist/esm/operations/index.d.ts +8 -0
  219. package/dist/esm/operations/index.d.ts.map +1 -0
  220. package/dist/esm/operations/index.js +15 -0
  221. package/dist/esm/operations/index.js.map +1 -0
  222. package/dist/esm/operations/locations.d.ts +20 -0
  223. package/dist/esm/operations/locations.d.ts.map +1 -0
  224. package/dist/esm/operations/locations.js +54 -0
  225. package/dist/esm/operations/locations.js.map +1 -0
  226. package/dist/esm/operations/operations.d.ts +18 -0
  227. package/dist/esm/operations/operations.d.ts.map +1 -0
  228. package/dist/esm/operations/operations.js +47 -0
  229. package/dist/esm/operations/operations.js.map +1 -0
  230. package/dist/esm/operations/storageAccounts.d.ts +153 -0
  231. package/dist/esm/operations/storageAccounts.d.ts.map +1 -0
  232. package/dist/esm/operations/storageAccounts.js +583 -0
  233. package/dist/esm/operations/storageAccounts.js.map +1 -0
  234. package/dist/esm/operationsInterfaces/accounts.d.ts +82 -0
  235. package/dist/esm/operationsInterfaces/accounts.d.ts.map +1 -0
  236. package/dist/esm/operationsInterfaces/accounts.js +9 -0
  237. package/dist/esm/operationsInterfaces/accounts.js.map +1 -0
  238. package/dist/esm/operationsInterfaces/computePolicies.d.ts +50 -0
  239. package/dist/esm/operationsInterfaces/computePolicies.d.ts.map +1 -0
  240. package/dist/esm/operationsInterfaces/computePolicies.js +9 -0
  241. package/dist/esm/operationsInterfaces/computePolicies.js.map +1 -0
  242. package/dist/esm/operationsInterfaces/dataLakeStoreAccounts.d.ts +38 -0
  243. package/dist/esm/operationsInterfaces/dataLakeStoreAccounts.d.ts.map +1 -0
  244. package/dist/esm/operationsInterfaces/dataLakeStoreAccounts.js +9 -0
  245. package/dist/esm/operationsInterfaces/dataLakeStoreAccounts.js.map +1 -0
  246. package/dist/esm/operationsInterfaces/firewallRules.d.ts +47 -0
  247. package/dist/esm/operationsInterfaces/firewallRules.d.ts.map +1 -0
  248. package/dist/esm/operationsInterfaces/firewallRules.js +9 -0
  249. package/dist/esm/operationsInterfaces/firewallRules.js.map +1 -0
  250. package/dist/esm/operationsInterfaces/index.d.ts +8 -0
  251. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  252. package/dist/esm/operationsInterfaces/index.js +15 -0
  253. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  254. package/dist/esm/operationsInterfaces/locations.d.ts +12 -0
  255. package/dist/esm/operationsInterfaces/locations.d.ts.map +1 -0
  256. package/dist/esm/operationsInterfaces/locations.js +9 -0
  257. package/dist/esm/operationsInterfaces/locations.js.map +1 -0
  258. package/dist/esm/operationsInterfaces/operations.d.ts +10 -0
  259. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  260. package/dist/esm/operationsInterfaces/operations.js +9 -0
  261. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  262. package/dist/esm/operationsInterfaces/storageAccounts.d.ts +81 -0
  263. package/dist/esm/operationsInterfaces/storageAccounts.d.ts.map +1 -0
  264. package/dist/esm/operationsInterfaces/storageAccounts.js +9 -0
  265. package/dist/esm/operationsInterfaces/storageAccounts.js.map +1 -0
  266. package/dist/esm/package.json +3 -0
  267. package/dist/esm/pagingHelper.d.ts +13 -0
  268. package/dist/esm/pagingHelper.d.ts.map +1 -0
  269. package/dist/esm/pagingHelper.js +30 -0
  270. package/dist/esm/pagingHelper.js.map +1 -0
  271. package/dist/react-native/dataLakeAnalyticsAccountManagementClient.d.ts +27 -0
  272. package/dist/react-native/dataLakeAnalyticsAccountManagementClient.d.ts.map +1 -0
  273. package/dist/react-native/dataLakeAnalyticsAccountManagementClient.js +119 -0
  274. package/dist/react-native/dataLakeAnalyticsAccountManagementClient.js.map +1 -0
  275. package/dist/react-native/index.d.ts +5 -0
  276. package/dist/react-native/index.d.ts.map +1 -0
  277. package/dist/react-native/index.js +13 -0
  278. package/dist/react-native/index.js.map +1 -0
  279. package/dist/react-native/lroImpl.d.ts +16 -0
  280. package/dist/react-native/lroImpl.d.ts.map +1 -0
  281. package/dist/react-native/lroImpl.js +33 -0
  282. package/dist/react-native/lroImpl.js.map +1 -0
  283. package/dist/react-native/models/index.d.ts +1357 -0
  284. package/dist/react-native/models/index.d.ts.map +1 -0
  285. package/dist/react-native/models/index.js +42 -0
  286. package/dist/react-native/models/index.js.map +1 -0
  287. package/dist/react-native/models/mappers.d.ts +56 -0
  288. package/dist/react-native/models/mappers.d.ts.map +1 -0
  289. package/dist/react-native/models/mappers.js +2392 -0
  290. package/dist/react-native/models/mappers.js.map +1 -0
  291. package/dist/react-native/models/parameters.d.ts +32 -0
  292. package/dist/react-native/models/parameters.d.ts.map +1 -0
  293. package/dist/react-native/models/parameters.js +254 -0
  294. package/dist/react-native/models/parameters.js.map +1 -0
  295. package/dist/react-native/operations/accounts.d.ts +120 -0
  296. package/dist/react-native/operations/accounts.d.ts.map +1 -0
  297. package/dist/react-native/operations/accounts.js +571 -0
  298. package/dist/react-native/operations/accounts.js.map +1 -0
  299. package/dist/react-native/operations/computePolicies.d.ts +76 -0
  300. package/dist/react-native/operations/computePolicies.d.ts.map +1 -0
  301. package/dist/react-native/operations/computePolicies.js +277 -0
  302. package/dist/react-native/operations/computePolicies.js.map +1 -0
  303. package/dist/react-native/operations/dataLakeStoreAccounts.d.ts +64 -0
  304. package/dist/react-native/operations/dataLakeStoreAccounts.d.ts.map +1 -0
  305. package/dist/react-native/operations/dataLakeStoreAccounts.js +247 -0
  306. package/dist/react-native/operations/dataLakeStoreAccounts.js.map +1 -0
  307. package/dist/react-native/operations/firewallRules.d.ts +72 -0
  308. package/dist/react-native/operations/firewallRules.d.ts.map +1 -0
  309. package/dist/react-native/operations/firewallRules.js +267 -0
  310. package/dist/react-native/operations/firewallRules.js.map +1 -0
  311. package/dist/react-native/operations/index.d.ts +8 -0
  312. package/dist/react-native/operations/index.d.ts.map +1 -0
  313. package/dist/react-native/operations/index.js +15 -0
  314. package/dist/react-native/operations/index.js.map +1 -0
  315. package/dist/react-native/operations/locations.d.ts +20 -0
  316. package/dist/react-native/operations/locations.d.ts.map +1 -0
  317. package/dist/react-native/operations/locations.js +54 -0
  318. package/dist/react-native/operations/locations.js.map +1 -0
  319. package/dist/react-native/operations/operations.d.ts +18 -0
  320. package/dist/react-native/operations/operations.d.ts.map +1 -0
  321. package/dist/react-native/operations/operations.js +47 -0
  322. package/dist/react-native/operations/operations.js.map +1 -0
  323. package/dist/react-native/operations/storageAccounts.d.ts +153 -0
  324. package/dist/react-native/operations/storageAccounts.d.ts.map +1 -0
  325. package/dist/react-native/operations/storageAccounts.js +583 -0
  326. package/dist/react-native/operations/storageAccounts.js.map +1 -0
  327. package/dist/react-native/operationsInterfaces/accounts.d.ts +82 -0
  328. package/dist/react-native/operationsInterfaces/accounts.d.ts.map +1 -0
  329. package/dist/react-native/operationsInterfaces/accounts.js +9 -0
  330. package/dist/react-native/operationsInterfaces/accounts.js.map +1 -0
  331. package/dist/react-native/operationsInterfaces/computePolicies.d.ts +50 -0
  332. package/dist/react-native/operationsInterfaces/computePolicies.d.ts.map +1 -0
  333. package/dist/react-native/operationsInterfaces/computePolicies.js +9 -0
  334. package/dist/react-native/operationsInterfaces/computePolicies.js.map +1 -0
  335. package/dist/react-native/operationsInterfaces/dataLakeStoreAccounts.d.ts +38 -0
  336. package/dist/react-native/operationsInterfaces/dataLakeStoreAccounts.d.ts.map +1 -0
  337. package/dist/react-native/operationsInterfaces/dataLakeStoreAccounts.js +9 -0
  338. package/dist/react-native/operationsInterfaces/dataLakeStoreAccounts.js.map +1 -0
  339. package/dist/react-native/operationsInterfaces/firewallRules.d.ts +47 -0
  340. package/dist/react-native/operationsInterfaces/firewallRules.d.ts.map +1 -0
  341. package/dist/react-native/operationsInterfaces/firewallRules.js +9 -0
  342. package/dist/react-native/operationsInterfaces/firewallRules.js.map +1 -0
  343. package/dist/react-native/operationsInterfaces/index.d.ts +8 -0
  344. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  345. package/dist/react-native/operationsInterfaces/index.js +15 -0
  346. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  347. package/dist/react-native/operationsInterfaces/locations.d.ts +12 -0
  348. package/dist/react-native/operationsInterfaces/locations.d.ts.map +1 -0
  349. package/dist/react-native/operationsInterfaces/locations.js +9 -0
  350. package/dist/react-native/operationsInterfaces/locations.js.map +1 -0
  351. package/dist/react-native/operationsInterfaces/operations.d.ts +10 -0
  352. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  353. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  354. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  355. package/dist/react-native/operationsInterfaces/storageAccounts.d.ts +81 -0
  356. package/dist/react-native/operationsInterfaces/storageAccounts.d.ts.map +1 -0
  357. package/dist/react-native/operationsInterfaces/storageAccounts.js +9 -0
  358. package/dist/react-native/operationsInterfaces/storageAccounts.js.map +1 -0
  359. package/dist/react-native/package.json +3 -0
  360. package/dist/react-native/pagingHelper.d.ts +13 -0
  361. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  362. package/dist/react-native/pagingHelper.js +30 -0
  363. package/dist/react-native/pagingHelper.js.map +1 -0
  364. package/package.json +86 -73
  365. package/review/{arm-datalake-analytics.api.md → arm-datalake-analytics-node.api.md} +68 -76
  366. package/dist/index.js +0 -4810
  367. package/dist/index.js.map +0 -1
  368. package/dist/index.min.js +0 -1
  369. package/dist/index.min.js.map +0 -1
  370. package/dist-esm/samples-dev/accountsCheckNameAvailabilitySample.d.ts +0 -2
  371. package/dist-esm/samples-dev/accountsCheckNameAvailabilitySample.d.ts.map +0 -1
  372. package/dist-esm/samples-dev/accountsCheckNameAvailabilitySample.js +0 -34
  373. package/dist-esm/samples-dev/accountsCheckNameAvailabilitySample.js.map +0 -1
  374. package/dist-esm/samples-dev/accountsCreateSample.d.ts +0 -2
  375. package/dist-esm/samples-dev/accountsCreateSample.d.ts.map +0 -1
  376. package/dist-esm/samples-dev/accountsCreateSample.js +0 -64
  377. package/dist-esm/samples-dev/accountsCreateSample.js.map +0 -1
  378. package/dist-esm/samples-dev/accountsDeleteSample.d.ts +0 -2
  379. package/dist-esm/samples-dev/accountsDeleteSample.d.ts.map +0 -1
  380. package/dist-esm/samples-dev/accountsDeleteSample.js +0 -31
  381. package/dist-esm/samples-dev/accountsDeleteSample.js.map +0 -1
  382. package/dist-esm/samples-dev/accountsGetSample.d.ts +0 -2
  383. package/dist-esm/samples-dev/accountsGetSample.d.ts.map +0 -1
  384. package/dist-esm/samples-dev/accountsGetSample.js +0 -31
  385. package/dist-esm/samples-dev/accountsGetSample.js.map +0 -1
  386. package/dist-esm/samples-dev/accountsListByResourceGroupSample.d.ts +0 -2
  387. package/dist-esm/samples-dev/accountsListByResourceGroupSample.d.ts.map +0 -1
  388. package/dist-esm/samples-dev/accountsListByResourceGroupSample.js +0 -58
  389. package/dist-esm/samples-dev/accountsListByResourceGroupSample.js.map +0 -1
  390. package/dist-esm/samples-dev/accountsListSample.d.ts +0 -2
  391. package/dist-esm/samples-dev/accountsListSample.d.ts.map +0 -1
  392. package/dist-esm/samples-dev/accountsListSample.js +0 -57
  393. package/dist-esm/samples-dev/accountsListSample.js.map +0 -1
  394. package/dist-esm/samples-dev/accountsUpdateSample.d.ts +0 -2
  395. package/dist-esm/samples-dev/accountsUpdateSample.d.ts.map +0 -1
  396. package/dist-esm/samples-dev/accountsUpdateSample.js +0 -55
  397. package/dist-esm/samples-dev/accountsUpdateSample.js.map +0 -1
  398. package/dist-esm/samples-dev/computePoliciesCreateOrUpdateSample.d.ts +0 -2
  399. package/dist-esm/samples-dev/computePoliciesCreateOrUpdateSample.d.ts.map +0 -1
  400. package/dist-esm/samples-dev/computePoliciesCreateOrUpdateSample.js +0 -38
  401. package/dist-esm/samples-dev/computePoliciesCreateOrUpdateSample.js.map +0 -1
  402. package/dist-esm/samples-dev/computePoliciesDeleteSample.d.ts +0 -2
  403. package/dist-esm/samples-dev/computePoliciesDeleteSample.d.ts.map +0 -1
  404. package/dist-esm/samples-dev/computePoliciesDeleteSample.js +0 -32
  405. package/dist-esm/samples-dev/computePoliciesDeleteSample.js.map +0 -1
  406. package/dist-esm/samples-dev/computePoliciesGetSample.d.ts +0 -2
  407. package/dist-esm/samples-dev/computePoliciesGetSample.d.ts.map +0 -1
  408. package/dist-esm/samples-dev/computePoliciesGetSample.js +0 -32
  409. package/dist-esm/samples-dev/computePoliciesGetSample.js.map +0 -1
  410. package/dist-esm/samples-dev/computePoliciesListByAccountSample.d.ts +0 -2
  411. package/dist-esm/samples-dev/computePoliciesListByAccountSample.d.ts.map +0 -1
  412. package/dist-esm/samples-dev/computePoliciesListByAccountSample.js +0 -45
  413. package/dist-esm/samples-dev/computePoliciesListByAccountSample.js.map +0 -1
  414. package/dist-esm/samples-dev/computePoliciesUpdateSample.d.ts +0 -2
  415. package/dist-esm/samples-dev/computePoliciesUpdateSample.d.ts.map +0 -1
  416. package/dist-esm/samples-dev/computePoliciesUpdateSample.js +0 -37
  417. package/dist-esm/samples-dev/computePoliciesUpdateSample.js.map +0 -1
  418. package/dist-esm/samples-dev/dataLakeStoreAccountsAddSample.d.ts +0 -2
  419. package/dist-esm/samples-dev/dataLakeStoreAccountsAddSample.d.ts.map +0 -1
  420. package/dist-esm/samples-dev/dataLakeStoreAccountsAddSample.js +0 -34
  421. package/dist-esm/samples-dev/dataLakeStoreAccountsAddSample.js.map +0 -1
  422. package/dist-esm/samples-dev/dataLakeStoreAccountsDeleteSample.d.ts +0 -2
  423. package/dist-esm/samples-dev/dataLakeStoreAccountsDeleteSample.d.ts.map +0 -1
  424. package/dist-esm/samples-dev/dataLakeStoreAccountsDeleteSample.js +0 -32
  425. package/dist-esm/samples-dev/dataLakeStoreAccountsDeleteSample.js.map +0 -1
  426. package/dist-esm/samples-dev/dataLakeStoreAccountsGetSample.d.ts +0 -2
  427. package/dist-esm/samples-dev/dataLakeStoreAccountsGetSample.d.ts.map +0 -1
  428. package/dist-esm/samples-dev/dataLakeStoreAccountsGetSample.js +0 -32
  429. package/dist-esm/samples-dev/dataLakeStoreAccountsGetSample.js.map +0 -1
  430. package/dist-esm/samples-dev/dataLakeStoreAccountsListByAccountSample.d.ts +0 -2
  431. package/dist-esm/samples-dev/dataLakeStoreAccountsListByAccountSample.d.ts.map +0 -1
  432. package/dist-esm/samples-dev/dataLakeStoreAccountsListByAccountSample.js +0 -59
  433. package/dist-esm/samples-dev/dataLakeStoreAccountsListByAccountSample.js.map +0 -1
  434. package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.d.ts +0 -2
  435. package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.d.ts.map +0 -1
  436. package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.js +0 -36
  437. package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.js.map +0 -1
  438. package/dist-esm/samples-dev/firewallRulesDeleteSample.d.ts +0 -2
  439. package/dist-esm/samples-dev/firewallRulesDeleteSample.d.ts.map +0 -1
  440. package/dist-esm/samples-dev/firewallRulesDeleteSample.js +0 -32
  441. package/dist-esm/samples-dev/firewallRulesDeleteSample.js.map +0 -1
  442. package/dist-esm/samples-dev/firewallRulesGetSample.d.ts +0 -2
  443. package/dist-esm/samples-dev/firewallRulesGetSample.d.ts.map +0 -1
  444. package/dist-esm/samples-dev/firewallRulesGetSample.js +0 -32
  445. package/dist-esm/samples-dev/firewallRulesGetSample.js.map +0 -1
  446. package/dist-esm/samples-dev/firewallRulesListByAccountSample.d.ts +0 -2
  447. package/dist-esm/samples-dev/firewallRulesListByAccountSample.d.ts.map +0 -1
  448. package/dist-esm/samples-dev/firewallRulesListByAccountSample.js +0 -45
  449. package/dist-esm/samples-dev/firewallRulesListByAccountSample.js.map +0 -1
  450. package/dist-esm/samples-dev/firewallRulesUpdateSample.d.ts +0 -2
  451. package/dist-esm/samples-dev/firewallRulesUpdateSample.d.ts.map +0 -1
  452. package/dist-esm/samples-dev/firewallRulesUpdateSample.js +0 -37
  453. package/dist-esm/samples-dev/firewallRulesUpdateSample.js.map +0 -1
  454. package/dist-esm/samples-dev/locationsGetCapabilitySample.d.ts +0 -2
  455. package/dist-esm/samples-dev/locationsGetCapabilitySample.d.ts.map +0 -1
  456. package/dist-esm/samples-dev/locationsGetCapabilitySample.js +0 -30
  457. package/dist-esm/samples-dev/locationsGetCapabilitySample.js.map +0 -1
  458. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  459. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  460. package/dist-esm/samples-dev/operationsListSample.js +0 -29
  461. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  462. package/dist-esm/samples-dev/storageAccountsAddSample.d.ts +0 -2
  463. package/dist-esm/samples-dev/storageAccountsAddSample.d.ts.map +0 -1
  464. package/dist-esm/samples-dev/storageAccountsAddSample.js +0 -36
  465. package/dist-esm/samples-dev/storageAccountsAddSample.js.map +0 -1
  466. package/dist-esm/samples-dev/storageAccountsDeleteSample.d.ts +0 -2
  467. package/dist-esm/samples-dev/storageAccountsDeleteSample.d.ts.map +0 -1
  468. package/dist-esm/samples-dev/storageAccountsDeleteSample.js +0 -32
  469. package/dist-esm/samples-dev/storageAccountsDeleteSample.js.map +0 -1
  470. package/dist-esm/samples-dev/storageAccountsGetSample.d.ts +0 -2
  471. package/dist-esm/samples-dev/storageAccountsGetSample.d.ts.map +0 -1
  472. package/dist-esm/samples-dev/storageAccountsGetSample.js +0 -32
  473. package/dist-esm/samples-dev/storageAccountsGetSample.js.map +0 -1
  474. package/dist-esm/samples-dev/storageAccountsGetStorageContainerSample.d.ts +0 -2
  475. package/dist-esm/samples-dev/storageAccountsGetStorageContainerSample.d.ts.map +0 -1
  476. package/dist-esm/samples-dev/storageAccountsGetStorageContainerSample.js +0 -33
  477. package/dist-esm/samples-dev/storageAccountsGetStorageContainerSample.js.map +0 -1
  478. package/dist-esm/samples-dev/storageAccountsListByAccountSample.d.ts +0 -2
  479. package/dist-esm/samples-dev/storageAccountsListByAccountSample.d.ts.map +0 -1
  480. package/dist-esm/samples-dev/storageAccountsListByAccountSample.js +0 -59
  481. package/dist-esm/samples-dev/storageAccountsListByAccountSample.js.map +0 -1
  482. package/dist-esm/samples-dev/storageAccountsListSasTokensSample.d.ts +0 -2
  483. package/dist-esm/samples-dev/storageAccountsListSasTokensSample.d.ts.map +0 -1
  484. package/dist-esm/samples-dev/storageAccountsListSasTokensSample.js +0 -47
  485. package/dist-esm/samples-dev/storageAccountsListSasTokensSample.js.map +0 -1
  486. package/dist-esm/samples-dev/storageAccountsListStorageContainersSample.d.ts +0 -2
  487. package/dist-esm/samples-dev/storageAccountsListStorageContainersSample.d.ts.map +0 -1
  488. package/dist-esm/samples-dev/storageAccountsListStorageContainersSample.js +0 -46
  489. package/dist-esm/samples-dev/storageAccountsListStorageContainersSample.js.map +0 -1
  490. package/dist-esm/samples-dev/storageAccountsUpdateSample.d.ts +0 -2
  491. package/dist-esm/samples-dev/storageAccountsUpdateSample.d.ts.map +0 -1
  492. package/dist-esm/samples-dev/storageAccountsUpdateSample.js +0 -37
  493. package/dist-esm/samples-dev/storageAccountsUpdateSample.js.map +0 -1
  494. package/dist-esm/src/dataLakeAnalyticsAccountManagementClient.d.ts.map +0 -1
  495. package/dist-esm/src/dataLakeAnalyticsAccountManagementClient.js.map +0 -1
  496. package/dist-esm/src/index.d.ts +0 -5
  497. package/dist-esm/src/index.d.ts.map +0 -1
  498. package/dist-esm/src/index.js.map +0 -1
  499. package/dist-esm/src/lroImpl.js.map +0 -1
  500. package/dist-esm/src/models/index.d.ts.map +0 -1
  501. package/dist-esm/src/models/index.js.map +0 -1
  502. package/dist-esm/src/models/mappers.js.map +0 -1
  503. package/dist-esm/src/models/parameters.js.map +0 -1
  504. package/dist-esm/src/operations/accounts.d.ts.map +0 -1
  505. package/dist-esm/src/operations/accounts.js.map +0 -1
  506. package/dist-esm/src/operations/computePolicies.d.ts.map +0 -1
  507. package/dist-esm/src/operations/computePolicies.js.map +0 -1
  508. package/dist-esm/src/operations/dataLakeStoreAccounts.d.ts.map +0 -1
  509. package/dist-esm/src/operations/dataLakeStoreAccounts.js.map +0 -1
  510. package/dist-esm/src/operations/firewallRules.d.ts.map +0 -1
  511. package/dist-esm/src/operations/firewallRules.js.map +0 -1
  512. package/dist-esm/src/operations/index.d.ts +0 -8
  513. package/dist-esm/src/operations/index.d.ts.map +0 -1
  514. package/dist-esm/src/operations/index.js +0 -15
  515. package/dist-esm/src/operations/index.js.map +0 -1
  516. package/dist-esm/src/operations/locations.d.ts.map +0 -1
  517. package/dist-esm/src/operations/locations.js.map +0 -1
  518. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  519. package/dist-esm/src/operations/operations.js.map +0 -1
  520. package/dist-esm/src/operations/storageAccounts.d.ts.map +0 -1
  521. package/dist-esm/src/operations/storageAccounts.js.map +0 -1
  522. package/dist-esm/src/operationsInterfaces/accounts.d.ts.map +0 -1
  523. package/dist-esm/src/operationsInterfaces/accounts.js.map +0 -1
  524. package/dist-esm/src/operationsInterfaces/computePolicies.d.ts.map +0 -1
  525. package/dist-esm/src/operationsInterfaces/computePolicies.js.map +0 -1
  526. package/dist-esm/src/operationsInterfaces/dataLakeStoreAccounts.d.ts.map +0 -1
  527. package/dist-esm/src/operationsInterfaces/dataLakeStoreAccounts.js.map +0 -1
  528. package/dist-esm/src/operationsInterfaces/firewallRules.d.ts.map +0 -1
  529. package/dist-esm/src/operationsInterfaces/firewallRules.js.map +0 -1
  530. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -8
  531. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  532. package/dist-esm/src/operationsInterfaces/index.js +0 -15
  533. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  534. package/dist-esm/src/operationsInterfaces/locations.d.ts.map +0 -1
  535. package/dist-esm/src/operationsInterfaces/locations.js.map +0 -1
  536. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  537. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  538. package/dist-esm/src/operationsInterfaces/storageAccounts.d.ts.map +0 -1
  539. package/dist-esm/src/operationsInterfaces/storageAccounts.js.map +0 -1
  540. package/dist-esm/test/sampleTest.d.ts +0 -4
  541. package/dist-esm/test/sampleTest.d.ts.map +0 -1
  542. package/dist-esm/test/sampleTest.js +0 -89
  543. package/dist-esm/test/sampleTest.js.map +0 -1
  544. package/rollup.config.js +0 -122
  545. package/src/dataLakeAnalyticsAccountManagementClient.ts +0 -129
  546. package/src/lroImpl.ts +0 -34
  547. package/src/models/index.ts +0 -1520
  548. package/src/models/mappers.ts +0 -2447
  549. package/src/models/parameters.ts +0 -300
  550. package/src/operations/accounts.ts +0 -755
  551. package/src/operations/computePolicies.ts +0 -381
  552. package/src/operations/dataLakeStoreAccounts.ts +0 -336
  553. package/src/operations/firewallRules.ts +0 -371
  554. package/src/operations/index.ts +0 -15
  555. package/src/operations/locations.ts +0 -71
  556. package/src/operations/operations.ts +0 -59
  557. package/src/operations/storageAccounts.ts +0 -824
  558. package/src/operationsInterfaces/accounts.ts +0 -155
  559. package/src/operationsInterfaces/computePolicies.ts +0 -95
  560. package/src/operationsInterfaces/dataLakeStoreAccounts.ts +0 -73
  561. package/src/operationsInterfaces/firewallRules.ts +0 -92
  562. package/src/operationsInterfaces/index.ts +0 -15
  563. package/src/operationsInterfaces/locations.ts +0 -26
  564. package/src/operationsInterfaces/operations.ts +0 -21
  565. package/src/operationsInterfaces/storageAccounts.ts +0 -147
  566. package/tsconfig.json +0 -33
  567. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  568. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  569. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  570. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  571. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  572. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  573. /package/{dist-esm/src → dist/browser}/operationsInterfaces/accounts.js +0 -0
  574. /package/{dist-esm/src → dist/browser}/operationsInterfaces/computePolicies.js +0 -0
  575. /package/{dist-esm/src → dist/browser}/operationsInterfaces/dataLakeStoreAccounts.js +0 -0
  576. /package/{dist-esm/src → dist/browser}/operationsInterfaces/firewallRules.js +0 -0
  577. /package/{dist-esm/src → dist/browser}/operationsInterfaces/locations.js +0 -0
  578. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  579. /package/{dist-esm/src → dist/browser}/operationsInterfaces/storageAccounts.js +0 -0
@@ -5,13 +5,14 @@
5
5
  * Code generated by Microsoft (R) AutoRest Code Generator.
6
6
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  */
8
- import { __asyncDelegator, __asyncGenerator, __asyncValues, __await } from "tslib";
8
+ import { setContinuationToken } from "../pagingHelper.js";
9
9
  import * as coreClient from "@azure/core-client";
10
- import * as Mappers from "../models/mappers";
11
- import * as Parameters from "../models/parameters";
10
+ import * as Mappers from "../models/mappers.js";
11
+ import * as Parameters from "../models/parameters.js";
12
12
  /// <reference lib="esnext.asynciterable" />
13
13
  /** Class containing StorageAccounts operations. */
14
14
  export class StorageAccountsImpl {
15
+ client;
15
16
  /**
16
17
  * Initialize a new instance of the class StorageAccounts class.
17
18
  * @param client Reference to the service client
@@ -35,40 +36,36 @@ export class StorageAccountsImpl {
35
36
  [Symbol.asyncIterator]() {
36
37
  return this;
37
38
  },
38
- byPage: () => {
39
- return this.listByAccountPagingPage(resourceGroupName, accountName, options);
39
+ byPage: (settings) => {
40
+ if (settings?.maxPageSize) {
41
+ throw new Error("maxPageSize is not supported by this operation.");
42
+ }
43
+ return this.listByAccountPagingPage(resourceGroupName, accountName, options, settings);
40
44
  }
41
45
  };
42
46
  }
43
- listByAccountPagingPage(resourceGroupName, accountName, options) {
44
- return __asyncGenerator(this, arguments, function* listByAccountPagingPage_1() {
45
- let result = yield __await(this._listByAccount(resourceGroupName, accountName, options));
46
- yield yield __await(result.value || []);
47
- let continuationToken = result.nextLink;
48
- while (continuationToken) {
49
- result = yield __await(this._listByAccountNext(resourceGroupName, accountName, continuationToken, options));
50
- continuationToken = result.nextLink;
51
- yield yield __await(result.value || []);
52
- }
53
- });
47
+ async *listByAccountPagingPage(resourceGroupName, accountName, options, settings) {
48
+ let result;
49
+ let continuationToken = settings?.continuationToken;
50
+ if (!continuationToken) {
51
+ result = await this._listByAccount(resourceGroupName, accountName, options);
52
+ let page = result.value || [];
53
+ continuationToken = result.nextLink;
54
+ setContinuationToken(page, continuationToken);
55
+ yield page;
56
+ }
57
+ while (continuationToken) {
58
+ result = await this._listByAccountNext(resourceGroupName, accountName, continuationToken, options);
59
+ continuationToken = result.nextLink;
60
+ let page = result.value || [];
61
+ setContinuationToken(page, continuationToken);
62
+ yield page;
63
+ }
54
64
  }
55
- listByAccountPagingAll(resourceGroupName, accountName, options) {
56
- return __asyncGenerator(this, arguments, function* listByAccountPagingAll_1() {
57
- var e_1, _a;
58
- try {
59
- for (var _b = __asyncValues(this.listByAccountPagingPage(resourceGroupName, accountName, options)), _c; _c = yield __await(_b.next()), !_c.done;) {
60
- const page = _c.value;
61
- yield __await(yield* __asyncDelegator(__asyncValues(page)));
62
- }
63
- }
64
- catch (e_1_1) { e_1 = { error: e_1_1 }; }
65
- finally {
66
- try {
67
- if (_c && !_c.done && (_a = _b.return)) yield __await(_a.call(_b));
68
- }
69
- finally { if (e_1) throw e_1.error; }
70
- }
71
- });
65
+ async *listByAccountPagingAll(resourceGroupName, accountName, options) {
66
+ for await (const page of this.listByAccountPagingPage(resourceGroupName, accountName, options)) {
67
+ yield* page;
68
+ }
72
69
  }
73
70
  /**
74
71
  * Lists the Azure Storage containers, if any, associated with the specified Data Lake Analytics and
@@ -87,40 +84,36 @@ export class StorageAccountsImpl {
87
84
  [Symbol.asyncIterator]() {
88
85
  return this;
89
86
  },
90
- byPage: () => {
91
- return this.listStorageContainersPagingPage(resourceGroupName, accountName, storageAccountName, options);
87
+ byPage: (settings) => {
88
+ if (settings?.maxPageSize) {
89
+ throw new Error("maxPageSize is not supported by this operation.");
90
+ }
91
+ return this.listStorageContainersPagingPage(resourceGroupName, accountName, storageAccountName, options, settings);
92
92
  }
93
93
  };
94
94
  }
95
- listStorageContainersPagingPage(resourceGroupName, accountName, storageAccountName, options) {
96
- return __asyncGenerator(this, arguments, function* listStorageContainersPagingPage_1() {
97
- let result = yield __await(this._listStorageContainers(resourceGroupName, accountName, storageAccountName, options));
98
- yield yield __await(result.value || []);
99
- let continuationToken = result.nextLink;
100
- while (continuationToken) {
101
- result = yield __await(this._listStorageContainersNext(resourceGroupName, accountName, storageAccountName, continuationToken, options));
102
- continuationToken = result.nextLink;
103
- yield yield __await(result.value || []);
104
- }
105
- });
95
+ async *listStorageContainersPagingPage(resourceGroupName, accountName, storageAccountName, options, settings) {
96
+ let result;
97
+ let continuationToken = settings?.continuationToken;
98
+ if (!continuationToken) {
99
+ result = await this._listStorageContainers(resourceGroupName, accountName, storageAccountName, options);
100
+ let page = result.value || [];
101
+ continuationToken = result.nextLink;
102
+ setContinuationToken(page, continuationToken);
103
+ yield page;
104
+ }
105
+ while (continuationToken) {
106
+ result = await this._listStorageContainersNext(resourceGroupName, accountName, storageAccountName, continuationToken, options);
107
+ continuationToken = result.nextLink;
108
+ let page = result.value || [];
109
+ setContinuationToken(page, continuationToken);
110
+ yield page;
111
+ }
106
112
  }
107
- listStorageContainersPagingAll(resourceGroupName, accountName, storageAccountName, options) {
108
- return __asyncGenerator(this, arguments, function* listStorageContainersPagingAll_1() {
109
- var e_2, _a;
110
- try {
111
- for (var _b = __asyncValues(this.listStorageContainersPagingPage(resourceGroupName, accountName, storageAccountName, options)), _c; _c = yield __await(_b.next()), !_c.done;) {
112
- const page = _c.value;
113
- yield __await(yield* __asyncDelegator(__asyncValues(page)));
114
- }
115
- }
116
- catch (e_2_1) { e_2 = { error: e_2_1 }; }
117
- finally {
118
- try {
119
- if (_c && !_c.done && (_a = _b.return)) yield __await(_a.call(_b));
120
- }
121
- finally { if (e_2) throw e_2.error; }
122
- }
123
- });
113
+ async *listStorageContainersPagingAll(resourceGroupName, accountName, storageAccountName, options) {
114
+ for await (const page of this.listStorageContainersPagingPage(resourceGroupName, accountName, storageAccountName, options)) {
115
+ yield* page;
116
+ }
124
117
  }
125
118
  /**
126
119
  * Gets the SAS token associated with the specified Data Lake Analytics and Azure Storage account and
@@ -142,40 +135,36 @@ export class StorageAccountsImpl {
142
135
  [Symbol.asyncIterator]() {
143
136
  return this;
144
137
  },
145
- byPage: () => {
146
- return this.listSasTokensPagingPage(resourceGroupName, accountName, storageAccountName, containerName, options);
138
+ byPage: (settings) => {
139
+ if (settings?.maxPageSize) {
140
+ throw new Error("maxPageSize is not supported by this operation.");
141
+ }
142
+ return this.listSasTokensPagingPage(resourceGroupName, accountName, storageAccountName, containerName, options, settings);
147
143
  }
148
144
  };
149
145
  }
150
- listSasTokensPagingPage(resourceGroupName, accountName, storageAccountName, containerName, options) {
151
- return __asyncGenerator(this, arguments, function* listSasTokensPagingPage_1() {
152
- let result = yield __await(this._listSasTokens(resourceGroupName, accountName, storageAccountName, containerName, options));
153
- yield yield __await(result.value || []);
154
- let continuationToken = result.nextLink;
155
- while (continuationToken) {
156
- result = yield __await(this._listSasTokensNext(resourceGroupName, accountName, storageAccountName, containerName, continuationToken, options));
157
- continuationToken = result.nextLink;
158
- yield yield __await(result.value || []);
159
- }
160
- });
146
+ async *listSasTokensPagingPage(resourceGroupName, accountName, storageAccountName, containerName, options, settings) {
147
+ let result;
148
+ let continuationToken = settings?.continuationToken;
149
+ if (!continuationToken) {
150
+ result = await this._listSasTokens(resourceGroupName, accountName, storageAccountName, containerName, options);
151
+ let page = result.value || [];
152
+ continuationToken = result.nextLink;
153
+ setContinuationToken(page, continuationToken);
154
+ yield page;
155
+ }
156
+ while (continuationToken) {
157
+ result = await this._listSasTokensNext(resourceGroupName, accountName, storageAccountName, containerName, continuationToken, options);
158
+ continuationToken = result.nextLink;
159
+ let page = result.value || [];
160
+ setContinuationToken(page, continuationToken);
161
+ yield page;
162
+ }
161
163
  }
162
- listSasTokensPagingAll(resourceGroupName, accountName, storageAccountName, containerName, options) {
163
- return __asyncGenerator(this, arguments, function* listSasTokensPagingAll_1() {
164
- var e_3, _a;
165
- try {
166
- for (var _b = __asyncValues(this.listSasTokensPagingPage(resourceGroupName, accountName, storageAccountName, containerName, options)), _c; _c = yield __await(_b.next()), !_c.done;) {
167
- const page = _c.value;
168
- yield __await(yield* __asyncDelegator(__asyncValues(page)));
169
- }
170
- }
171
- catch (e_3_1) { e_3 = { error: e_3_1 }; }
172
- finally {
173
- try {
174
- if (_c && !_c.done && (_a = _b.return)) yield __await(_a.call(_b));
175
- }
176
- finally { if (e_3) throw e_3.error; }
177
- }
178
- });
164
+ async *listSasTokensPagingAll(resourceGroupName, accountName, storageAccountName, containerName, options) {
165
+ for await (const page of this.listSasTokensPagingPage(resourceGroupName, accountName, storageAccountName, containerName, options)) {
166
+ yield* page;
167
+ }
179
168
  }
180
169
  /**
181
170
  * Gets the first page of Azure Storage accounts, if any, linked to the specified Data Lake Analytics
@@ -0,0 +1 @@
1
+ {"version":3,"file":"storageAccounts.js","sourceRoot":"","sources":["../../../src/operations/storageAccounts.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAGH,OAAO,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAE1D,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,sBAAsB,CAAC;AAChD,OAAO,KAAK,UAAU,MAAM,yBAAyB,CAAC;AA4BtD,4CAA4C;AAC5C,mDAAmD;AACnD,MAAM,OAAO,mBAAmB;IACb,MAAM,CAA2C;IAElE;;;OAGG;IACH,YAAY,MAAgD;QAC1D,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;;;;OAMG;IACI,aAAa,CAClB,iBAAyB,EACzB,WAAmB,EACnB,OAAoD;QAEpD,MAAM,IAAI,GAAG,IAAI,CAAC,sBAAsB,CACtC,iBAAiB,EACjB,WAAW,EACX,OAAO,CACR,CAAC;QACF,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;YACrB,CAAC;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;YACd,CAAC;YACD,MAAM,EAAE,CAAC,QAAuB,EAAE,EAAE;gBAClC,IAAI,QAAQ,EAAE,WAAW,EAAE,CAAC;oBAC1B,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;gBACrE,CAAC;gBACD,OAAO,IAAI,CAAC,uBAAuB,CACjC,iBAAiB,EACjB,WAAW,EACX,OAAO,EACP,QAAQ,CACT,CAAC;YACJ,CAAC;SACF,CAAC;IACJ,CAAC;IAEO,KAAK,CAAC,CAAC,uBAAuB,CACpC,iBAAyB,EACzB,WAAmB,EACnB,OAAoD,EACpD,QAAuB;QAEvB,IAAI,MAA4C,CAAC;QACjD,IAAI,iBAAiB,GAAG,QAAQ,EAAE,iBAAiB,CAAC;QACpD,IAAI,CAAC,iBAAiB,EAAE,CAAC;YACvB,MAAM,GAAG,MAAM,IAAI,CAAC,cAAc,CAChC,iBAAiB,EACjB,WAAW,EACX,OAAO,CACR,CAAC;YACF,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;YAC9B,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACpC,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;YAC9C,MAAM,IAAI,CAAC;QACb,CAAC;QACD,OAAO,iBAAiB,EAAE,CAAC;YACzB,MAAM,GAAG,MAAM,IAAI,CAAC,kBAAkB,CACpC,iBAAiB,EACjB,WAAW,EACX,iBAAiB,EACjB,OAAO,CACR,CAAC;YACF,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACpC,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;YAC9B,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;YAC9C,MAAM,IAAI,CAAC;QACb,CAAC;IACH,CAAC;IAEO,KAAK,CAAC,CAAC,sBAAsB,CACnC,iBAAyB,EACzB,WAAmB,EACnB,OAAoD;QAEpD,IAAI,KAAK,EAAE,MAAM,IAAI,IAAI,IAAI,CAAC,uBAAuB,CACnD,iBAAiB,EACjB,WAAW,EACX,OAAO,CACR,EAAE,CAAC;YACF,KAAK,CAAC,CAAC,IAAI,CAAC;QACd,CAAC;IACH,CAAC;IAED;;;;;;;OAOG;IACI,qBAAqB,CAC1B,iBAAyB,EACzB,WAAmB,EACnB,kBAA0B,EAC1B,OAA4D;QAE5D,MAAM,IAAI,GAAG,IAAI,CAAC,8BAA8B,CAC9C,iBAAiB,EACjB,WAAW,EACX,kBAAkB,EAClB,OAAO,CACR,CAAC;QACF,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;YACrB,CAAC;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;YACd,CAAC;YACD,MAAM,EAAE,CAAC,QAAuB,EAAE,EAAE;gBAClC,IAAI,QAAQ,EAAE,WAAW,EAAE,CAAC;oBAC1B,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;gBACrE,CAAC;gBACD,OAAO,IAAI,CAAC,+BAA+B,CACzC,iBAAiB,EACjB,WAAW,EACX,kBAAkB,EAClB,OAAO,EACP,QAAQ,CACT,CAAC;YACJ,CAAC;SACF,CAAC;IACJ,CAAC;IAEO,KAAK,CAAC,CAAC,+BAA+B,CAC5C,iBAAyB,EACzB,WAAmB,EACnB,kBAA0B,EAC1B,OAA4D,EAC5D,QAAuB;QAEvB,IAAI,MAAoD,CAAC;QACzD,IAAI,iBAAiB,GAAG,QAAQ,EAAE,iBAAiB,CAAC;QACpD,IAAI,CAAC,iBAAiB,EAAE,CAAC;YACvB,MAAM,GAAG,MAAM,IAAI,CAAC,sBAAsB,CACxC,iBAAiB,EACjB,WAAW,EACX,kBAAkB,EAClB,OAAO,CACR,CAAC;YACF,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;YAC9B,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACpC,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;YAC9C,MAAM,IAAI,CAAC;QACb,CAAC;QACD,OAAO,iBAAiB,EAAE,CAAC;YACzB,MAAM,GAAG,MAAM,IAAI,CAAC,0BAA0B,CAC5C,iBAAiB,EACjB,WAAW,EACX,kBAAkB,EAClB,iBAAiB,EACjB,OAAO,CACR,CAAC;YACF,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACpC,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;YAC9B,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;YAC9C,MAAM,IAAI,CAAC;QACb,CAAC;IACH,CAAC;IAEO,KAAK,CAAC,CAAC,8BAA8B,CAC3C,iBAAyB,EACzB,WAAmB,EACnB,kBAA0B,EAC1B,OAA4D;QAE5D,IAAI,KAAK,EAAE,MAAM,IAAI,IAAI,IAAI,CAAC,+BAA+B,CAC3D,iBAAiB,EACjB,WAAW,EACX,kBAAkB,EAClB,OAAO,CACR,EAAE,CAAC;YACF,KAAK,CAAC,CAAC,IAAI,CAAC;QACd,CAAC;IACH,CAAC;IAED;;;;;;;;;;OAUG;IACI,aAAa,CAClB,iBAAyB,EACzB,WAAmB,EACnB,kBAA0B,EAC1B,aAAqB,EACrB,OAAoD;QAEpD,MAAM,IAAI,GAAG,IAAI,CAAC,sBAAsB,CACtC,iBAAiB,EACjB,WAAW,EACX,kBAAkB,EAClB,aAAa,EACb,OAAO,CACR,CAAC;QACF,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;YACrB,CAAC;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;YACd,CAAC;YACD,MAAM,EAAE,CAAC,QAAuB,EAAE,EAAE;gBAClC,IAAI,QAAQ,EAAE,WAAW,EAAE,CAAC;oBAC1B,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;gBACrE,CAAC;gBACD,OAAO,IAAI,CAAC,uBAAuB,CACjC,iBAAiB,EACjB,WAAW,EACX,kBAAkB,EAClB,aAAa,EACb,OAAO,EACP,QAAQ,CACT,CAAC;YACJ,CAAC;SACF,CAAC;IACJ,CAAC;IAEO,KAAK,CAAC,CAAC,uBAAuB,CACpC,iBAAyB,EACzB,WAAmB,EACnB,kBAA0B,EAC1B,aAAqB,EACrB,OAAoD,EACpD,QAAuB;QAEvB,IAAI,MAA4C,CAAC;QACjD,IAAI,iBAAiB,GAAG,QAAQ,EAAE,iBAAiB,CAAC;QACpD,IAAI,CAAC,iBAAiB,EAAE,CAAC;YACvB,MAAM,GAAG,MAAM,IAAI,CAAC,cAAc,CAChC,iBAAiB,EACjB,WAAW,EACX,kBAAkB,EAClB,aAAa,EACb,OAAO,CACR,CAAC;YACF,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;YAC9B,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACpC,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;YAC9C,MAAM,IAAI,CAAC;QACb,CAAC;QACD,OAAO,iBAAiB,EAAE,CAAC;YACzB,MAAM,GAAG,MAAM,IAAI,CAAC,kBAAkB,CACpC,iBAAiB,EACjB,WAAW,EACX,kBAAkB,EAClB,aAAa,EACb,iBAAiB,EACjB,OAAO,CACR,CAAC;YACF,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACpC,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;YAC9B,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;YAC9C,MAAM,IAAI,CAAC;QACb,CAAC;IACH,CAAC;IAEO,KAAK,CAAC,CAAC,sBAAsB,CACnC,iBAAyB,EACzB,WAAmB,EACnB,kBAA0B,EAC1B,aAAqB,EACrB,OAAoD;QAEpD,IAAI,KAAK,EAAE,MAAM,IAAI,IAAI,IAAI,CAAC,uBAAuB,CACnD,iBAAiB,EACjB,WAAW,EACX,kBAAkB,EAClB,aAAa,EACb,OAAO,CACR,EAAE,CAAC;YACF,KAAK,CAAC,CAAC,IAAI,CAAC;QACd,CAAC;IACH,CAAC;IAED;;;;;;OAMG;IACK,cAAc,CACpB,iBAAyB,EACzB,WAAmB,EACnB,OAAoD;QAEpD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,WAAW,EAAE,OAAO,EAAE,EAC3C,0BAA0B,CAC3B,CAAC;IACJ,CAAC;IAED;;;;;;;;OAQG;IACH,GAAG,CACD,iBAAyB,EACzB,WAAmB,EACnB,kBAA0B,EAC1B,UAAuC,EACvC,OAA0C;QAE1C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,iBAAiB;YACjB,WAAW;YACX,kBAAkB;YAClB,UAAU;YACV,OAAO;SACR,EACD,gBAAgB,CACjB,CAAC;IACJ,CAAC;IAED;;;;;;OAMG;IACH,GAAG,CACD,iBAAyB,EACzB,WAAmB,EACnB,kBAA0B,EAC1B,OAA0C;QAE1C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,WAAW,EAAE,kBAAkB,EAAE,OAAO,EAAE,EAC/D,gBAAgB,CACjB,CAAC;IACJ,CAAC;IAED;;;;;;;OAOG;IACH,MAAM,CACJ,iBAAyB,EACzB,WAAmB,EACnB,kBAA0B,EAC1B,OAA6C;QAE7C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,WAAW,EAAE,kBAAkB,EAAE,OAAO,EAAE,EAC/D,mBAAmB,CACpB,CAAC;IACJ,CAAC;IAED;;;;;;OAMG;IACH,MAAM,CACJ,iBAAyB,EACzB,WAAmB,EACnB,kBAA0B,EAC1B,OAA6C;QAE7C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,WAAW,EAAE,kBAAkB,EAAE,OAAO,EAAE,EAC/D,mBAAmB,CACpB,CAAC;IACJ,CAAC;IAED;;;;;;;OAOG;IACK,sBAAsB,CAC5B,iBAAyB,EACzB,WAAmB,EACnB,kBAA0B,EAC1B,OAA4D;QAE5D,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,WAAW,EAAE,kBAAkB,EAAE,OAAO,EAAE,EAC/D,kCAAkC,CACnC,CAAC;IACJ,CAAC;IAED;;;;;;;;;OASG;IACH,mBAAmB,CACjB,iBAAyB,EACzB,WAAmB,EACnB,kBAA0B,EAC1B,aAAqB,EACrB,OAA0D;QAE1D,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,iBAAiB;YACjB,WAAW;YACX,kBAAkB;YAClB,aAAa;YACb,OAAO;SACR,EACD,gCAAgC,CACjC,CAAC;IACJ,CAAC;IAED;;;;;;;;;;OAUG;IACK,cAAc,CACpB,iBAAyB,EACzB,WAAmB,EACnB,kBAA0B,EAC1B,aAAqB,EACrB,OAAoD;QAEpD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,iBAAiB;YACjB,WAAW;YACX,kBAAkB;YAClB,aAAa;YACb,OAAO;SACR,EACD,0BAA0B,CAC3B,CAAC;IACJ,CAAC;IAED;;;;;;OAMG;IACK,kBAAkB,CACxB,iBAAyB,EACzB,WAAmB,EACnB,QAAgB,EAChB,OAAwD;QAExD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,WAAW,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrD,8BAA8B,CAC/B,CAAC;IACJ,CAAC;IAED;;;;;;;OAOG;IACK,0BAA0B,CAChC,iBAAyB,EACzB,WAAmB,EACnB,kBAA0B,EAC1B,QAAgB,EAChB,OAAgE;QAEhE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,WAAW,EAAE,kBAAkB,EAAE,QAAQ,EAAE,OAAO,EAAE,EACzE,sCAAsC,CACvC,CAAC;IACJ,CAAC;IAED;;;;;;;;;;OAUG;IACK,kBAAkB,CACxB,iBAAyB,EACzB,WAAmB,EACnB,kBAA0B,EAC1B,aAAqB,EACrB,QAAgB,EAChB,OAAwD;QAExD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,iBAAiB;YACjB,WAAW;YACX,kBAAkB;YAClB,aAAa;YACb,QAAQ;YACR,OAAO;SACR,EACD,8BAA8B,CAC/B,CAAC;IACJ,CAAC;CACF;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,0BAA0B,GAA6B;IAC3D,IAAI,EACF,iJAAiJ;IACnJ,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,mCAAmC;SACxD;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE;QACf,UAAU,CAAC,MAAM;QACjB,UAAU,CAAC,GAAG;QACd,UAAU,CAAC,IAAI;QACf,UAAU,CAAC,MAAM;QACjB,UAAU,CAAC,OAAO;QAClB,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,UAAU;KACtB;IACD,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,WAAW;KACvB;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,gBAAgB,GAA6B;IACjD,IAAI,EACF,sKAAsK;IACxK,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE,EAAE;QACP,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,WAAW,EAAE,UAAU,CAAC,WAAW;IACnC,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,WAAW;QACtB,UAAU,CAAC,kBAAkB;KAC9B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,WAAW,CAAC;IAC7D,SAAS,EAAE,MAAM;IACjB,UAAU;CACX,CAAC;AACF,MAAM,gBAAgB,GAA6B;IACjD,IAAI,EACF,sKAAsK;IACxK,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,yBAAyB;SAC9C;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,WAAW;QACtB,UAAU,CAAC,kBAAkB;KAC9B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,mBAAmB,GAA6B;IACpD,IAAI,EACF,sKAAsK;IACxK,UAAU,EAAE,OAAO;IACnB,SAAS,EAAE;QACT,GAAG,EAAE,EAAE;QACP,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,WAAW,EAAE,UAAU,CAAC,WAAW;IACnC,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,WAAW;QACtB,UAAU,CAAC,kBAAkB;KAC9B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,WAAW,CAAC;IAC7D,SAAS,EAAE,MAAM;IACjB,UAAU;CACX,CAAC;AACF,MAAM,mBAAmB,GAA6B;IACpD,IAAI,EACF,sKAAsK;IACxK,UAAU,EAAE,QAAQ;IACpB,SAAS,EAAE;QACT,GAAG,EAAE,EAAE;QACP,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,WAAW;QACtB,UAAU,CAAC,kBAAkB;KAC9B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,kCAAkC,GAA6B;IACnE,IAAI,EACF,iLAAiL;IACnL,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,0BAA0B;SAC/C;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,WAAW;QACtB,UAAU,CAAC,kBAAkB;KAC9B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,gCAAgC,GAA6B;IACjE,IAAI,EACF,iMAAiM;IACnM,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,gBAAgB;SACrC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,WAAW;QACtB,UAAU,CAAC,kBAAkB;QAC7B,UAAU,CAAC,aAAa;KACzB;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,0BAA0B,GAA6B;IAC3D,IAAI,EACF,+MAA+M;IACjN,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,6BAA6B;SAClD;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,WAAW;QACtB,UAAU,CAAC,kBAAkB;QAC7B,UAAU,CAAC,aAAa;KACzB;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,8BAA8B,GAA6B;IAC/D,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,mCAAmC;SACxD;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE;QACf,UAAU,CAAC,MAAM;QACjB,UAAU,CAAC,GAAG;QACd,UAAU,CAAC,IAAI;QACf,UAAU,CAAC,MAAM;QACjB,UAAU,CAAC,OAAO;QAClB,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,UAAU;KACtB;IACD,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,WAAW;QACtB,UAAU,CAAC,QAAQ;KACpB;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,sCAAsC,GAA6B;IACvE,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,0BAA0B;SAC/C;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,WAAW;QACtB,UAAU,CAAC,QAAQ;QACnB,UAAU,CAAC,kBAAkB;KAC9B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,8BAA8B,GAA6B;IAC/D,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,6BAA6B;SAClD;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,WAAW;QACtB,UAAU,CAAC,QAAQ;QACnB,UAAU,CAAC,kBAAkB;QAC7B,UAAU,CAAC,aAAa;KACzB;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { StorageAccounts } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { DataLakeAnalyticsAccountManagementClient } from \"../dataLakeAnalyticsAccountManagementClient.js\";\nimport {\n StorageAccountInformation,\n StorageAccountsListByAccountNextOptionalParams,\n StorageAccountsListByAccountOptionalParams,\n StorageAccountsListByAccountResponse,\n StorageContainer,\n StorageAccountsListStorageContainersNextOptionalParams,\n StorageAccountsListStorageContainersOptionalParams,\n StorageAccountsListStorageContainersResponse,\n SasTokenInformation,\n StorageAccountsListSasTokensNextOptionalParams,\n StorageAccountsListSasTokensOptionalParams,\n StorageAccountsListSasTokensResponse,\n AddStorageAccountParameters,\n StorageAccountsAddOptionalParams,\n StorageAccountsGetOptionalParams,\n StorageAccountsGetResponse,\n StorageAccountsUpdateOptionalParams,\n StorageAccountsDeleteOptionalParams,\n StorageAccountsGetStorageContainerOptionalParams,\n StorageAccountsGetStorageContainerResponse,\n StorageAccountsListByAccountNextResponse,\n StorageAccountsListStorageContainersNextResponse,\n StorageAccountsListSasTokensNextResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing StorageAccounts operations. */\nexport class StorageAccountsImpl implements StorageAccounts {\n private readonly client: DataLakeAnalyticsAccountManagementClient;\n\n /**\n * Initialize a new instance of the class StorageAccounts class.\n * @param client Reference to the service client\n */\n constructor(client: DataLakeAnalyticsAccountManagementClient) {\n this.client = client;\n }\n\n /**\n * Gets the first page of Azure Storage accounts, if any, linked to the specified Data Lake Analytics\n * account. The response includes a link to the next page, if any.\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param options The options parameters.\n */\n public listByAccount(\n resourceGroupName: string,\n accountName: string,\n options?: StorageAccountsListByAccountOptionalParams\n ): PagedAsyncIterableIterator<StorageAccountInformation> {\n const iter = this.listByAccountPagingAll(\n resourceGroupName,\n accountName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByAccountPagingPage(\n resourceGroupName,\n accountName,\n options,\n settings\n );\n }\n };\n }\n\n private async *listByAccountPagingPage(\n resourceGroupName: string,\n accountName: string,\n options?: StorageAccountsListByAccountOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<StorageAccountInformation[]> {\n let result: StorageAccountsListByAccountResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByAccount(\n resourceGroupName,\n accountName,\n options\n );\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listByAccountNext(\n resourceGroupName,\n accountName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listByAccountPagingAll(\n resourceGroupName: string,\n accountName: string,\n options?: StorageAccountsListByAccountOptionalParams\n ): AsyncIterableIterator<StorageAccountInformation> {\n for await (const page of this.listByAccountPagingPage(\n resourceGroupName,\n accountName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Lists the Azure Storage containers, if any, associated with the specified Data Lake Analytics and\n * Azure Storage account combination. The response includes a link to the next page of results, if any.\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param storageAccountName The name of the Azure storage account from which to list blob containers.\n * @param options The options parameters.\n */\n public listStorageContainers(\n resourceGroupName: string,\n accountName: string,\n storageAccountName: string,\n options?: StorageAccountsListStorageContainersOptionalParams\n ): PagedAsyncIterableIterator<StorageContainer> {\n const iter = this.listStorageContainersPagingAll(\n resourceGroupName,\n accountName,\n storageAccountName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listStorageContainersPagingPage(\n resourceGroupName,\n accountName,\n storageAccountName,\n options,\n settings\n );\n }\n };\n }\n\n private async *listStorageContainersPagingPage(\n resourceGroupName: string,\n accountName: string,\n storageAccountName: string,\n options?: StorageAccountsListStorageContainersOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<StorageContainer[]> {\n let result: StorageAccountsListStorageContainersResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listStorageContainers(\n resourceGroupName,\n accountName,\n storageAccountName,\n options\n );\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listStorageContainersNext(\n resourceGroupName,\n accountName,\n storageAccountName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listStorageContainersPagingAll(\n resourceGroupName: string,\n accountName: string,\n storageAccountName: string,\n options?: StorageAccountsListStorageContainersOptionalParams\n ): AsyncIterableIterator<StorageContainer> {\n for await (const page of this.listStorageContainersPagingPage(\n resourceGroupName,\n accountName,\n storageAccountName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Gets the SAS token associated with the specified Data Lake Analytics and Azure Storage account and\n * container combination.\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param storageAccountName The name of the Azure storage account for which the SAS token is being\n * requested.\n * @param containerName The name of the Azure storage container for which the SAS token is being\n * requested.\n * @param options The options parameters.\n */\n public listSasTokens(\n resourceGroupName: string,\n accountName: string,\n storageAccountName: string,\n containerName: string,\n options?: StorageAccountsListSasTokensOptionalParams\n ): PagedAsyncIterableIterator<SasTokenInformation> {\n const iter = this.listSasTokensPagingAll(\n resourceGroupName,\n accountName,\n storageAccountName,\n containerName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listSasTokensPagingPage(\n resourceGroupName,\n accountName,\n storageAccountName,\n containerName,\n options,\n settings\n );\n }\n };\n }\n\n private async *listSasTokensPagingPage(\n resourceGroupName: string,\n accountName: string,\n storageAccountName: string,\n containerName: string,\n options?: StorageAccountsListSasTokensOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<SasTokenInformation[]> {\n let result: StorageAccountsListSasTokensResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listSasTokens(\n resourceGroupName,\n accountName,\n storageAccountName,\n containerName,\n options\n );\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listSasTokensNext(\n resourceGroupName,\n accountName,\n storageAccountName,\n containerName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listSasTokensPagingAll(\n resourceGroupName: string,\n accountName: string,\n storageAccountName: string,\n containerName: string,\n options?: StorageAccountsListSasTokensOptionalParams\n ): AsyncIterableIterator<SasTokenInformation> {\n for await (const page of this.listSasTokensPagingPage(\n resourceGroupName,\n accountName,\n storageAccountName,\n containerName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Gets the first page of Azure Storage accounts, if any, linked to the specified Data Lake Analytics\n * account. The response includes a link to the next page, if any.\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param options The options parameters.\n */\n private _listByAccount(\n resourceGroupName: string,\n accountName: string,\n options?: StorageAccountsListByAccountOptionalParams\n ): Promise<StorageAccountsListByAccountResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, accountName, options },\n listByAccountOperationSpec\n );\n }\n\n /**\n * Updates the specified Data Lake Analytics account to add an Azure Storage account.\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param storageAccountName The name of the Azure Storage account to add\n * @param parameters The parameters containing the access key and optional suffix for the Azure Storage\n * Account.\n * @param options The options parameters.\n */\n add(\n resourceGroupName: string,\n accountName: string,\n storageAccountName: string,\n parameters: AddStorageAccountParameters,\n options?: StorageAccountsAddOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n storageAccountName,\n parameters,\n options\n },\n addOperationSpec\n );\n }\n\n /**\n * Gets the specified Azure Storage account linked to the given Data Lake Analytics account.\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param storageAccountName The name of the Azure Storage account for which to retrieve the details.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n accountName: string,\n storageAccountName: string,\n options?: StorageAccountsGetOptionalParams\n ): Promise<StorageAccountsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, accountName, storageAccountName, options },\n getOperationSpec\n );\n }\n\n /**\n * Updates the Data Lake Analytics account to replace Azure Storage blob account details, such as the\n * access key and/or suffix.\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param storageAccountName The Azure Storage account to modify\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n accountName: string,\n storageAccountName: string,\n options?: StorageAccountsUpdateOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, accountName, storageAccountName, options },\n updateOperationSpec\n );\n }\n\n /**\n * Updates the specified Data Lake Analytics account to remove an Azure Storage account.\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param storageAccountName The name of the Azure Storage account to remove\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n accountName: string,\n storageAccountName: string,\n options?: StorageAccountsDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, accountName, storageAccountName, options },\n deleteOperationSpec\n );\n }\n\n /**\n * Lists the Azure Storage containers, if any, associated with the specified Data Lake Analytics and\n * Azure Storage account combination. The response includes a link to the next page of results, if any.\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param storageAccountName The name of the Azure storage account from which to list blob containers.\n * @param options The options parameters.\n */\n private _listStorageContainers(\n resourceGroupName: string,\n accountName: string,\n storageAccountName: string,\n options?: StorageAccountsListStorageContainersOptionalParams\n ): Promise<StorageAccountsListStorageContainersResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, accountName, storageAccountName, options },\n listStorageContainersOperationSpec\n );\n }\n\n /**\n * Gets the specified Azure Storage container associated with the given Data Lake Analytics and Azure\n * Storage accounts.\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param storageAccountName The name of the Azure storage account from which to retrieve the blob\n * container.\n * @param containerName The name of the Azure storage container to retrieve\n * @param options The options parameters.\n */\n getStorageContainer(\n resourceGroupName: string,\n accountName: string,\n storageAccountName: string,\n containerName: string,\n options?: StorageAccountsGetStorageContainerOptionalParams\n ): Promise<StorageAccountsGetStorageContainerResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n storageAccountName,\n containerName,\n options\n },\n getStorageContainerOperationSpec\n );\n }\n\n /**\n * Gets the SAS token associated with the specified Data Lake Analytics and Azure Storage account and\n * container combination.\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param storageAccountName The name of the Azure storage account for which the SAS token is being\n * requested.\n * @param containerName The name of the Azure storage container for which the SAS token is being\n * requested.\n * @param options The options parameters.\n */\n private _listSasTokens(\n resourceGroupName: string,\n accountName: string,\n storageAccountName: string,\n containerName: string,\n options?: StorageAccountsListSasTokensOptionalParams\n ): Promise<StorageAccountsListSasTokensResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n storageAccountName,\n containerName,\n options\n },\n listSasTokensOperationSpec\n );\n }\n\n /**\n * ListByAccountNext\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param nextLink The nextLink from the previous successful call to the ListByAccount method.\n * @param options The options parameters.\n */\n private _listByAccountNext(\n resourceGroupName: string,\n accountName: string,\n nextLink: string,\n options?: StorageAccountsListByAccountNextOptionalParams\n ): Promise<StorageAccountsListByAccountNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, accountName, nextLink, options },\n listByAccountNextOperationSpec\n );\n }\n\n /**\n * ListStorageContainersNext\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param storageAccountName The name of the Azure storage account from which to list blob containers.\n * @param nextLink The nextLink from the previous successful call to the ListStorageContainers method.\n * @param options The options parameters.\n */\n private _listStorageContainersNext(\n resourceGroupName: string,\n accountName: string,\n storageAccountName: string,\n nextLink: string,\n options?: StorageAccountsListStorageContainersNextOptionalParams\n ): Promise<StorageAccountsListStorageContainersNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, accountName, storageAccountName, nextLink, options },\n listStorageContainersNextOperationSpec\n );\n }\n\n /**\n * ListSasTokensNext\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param storageAccountName The name of the Azure storage account for which the SAS token is being\n * requested.\n * @param containerName The name of the Azure storage container for which the SAS token is being\n * requested.\n * @param nextLink The nextLink from the previous successful call to the ListSasTokens method.\n * @param options The options parameters.\n */\n private _listSasTokensNext(\n resourceGroupName: string,\n accountName: string,\n storageAccountName: string,\n containerName: string,\n nextLink: string,\n options?: StorageAccountsListSasTokensNextOptionalParams\n ): Promise<StorageAccountsListSasTokensNextResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n storageAccountName,\n containerName,\n nextLink,\n options\n },\n listSasTokensNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listByAccountOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/storageAccounts\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.StorageAccountInformationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [\n Parameters.filter,\n Parameters.top,\n Parameters.skip,\n Parameters.select,\n Parameters.orderby,\n Parameters.count,\n Parameters.apiVersion\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst addOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/storageAccounts/{storageAccountName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters4,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.storageAccountName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/storageAccounts/{storageAccountName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.StorageAccountInformation\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.storageAccountName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/storageAccounts/{storageAccountName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters5,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.storageAccountName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/storageAccounts/{storageAccountName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.storageAccountName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listStorageContainersOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/storageAccounts/{storageAccountName}/containers\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.StorageContainerListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.storageAccountName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getStorageContainerOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/storageAccounts/{storageAccountName}/containers/{containerName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.StorageContainer\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.storageAccountName,\n Parameters.containerName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listSasTokensOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/storageAccounts/{storageAccountName}/containers/{containerName}/listSasTokens\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.SasTokenInformationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.storageAccountName,\n Parameters.containerName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByAccountNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.StorageAccountInformationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [\n Parameters.filter,\n Parameters.top,\n Parameters.skip,\n Parameters.select,\n Parameters.orderby,\n Parameters.count,\n Parameters.apiVersion\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listStorageContainersNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.StorageContainerListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.nextLink,\n Parameters.storageAccountName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listSasTokensNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SasTokenInformationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.nextLink,\n Parameters.storageAccountName,\n Parameters.containerName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}
@@ -1,6 +1,6 @@
1
1
  import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
2
  import { PollerLike, PollOperationState } from "@azure/core-lro";
3
- import { DataLakeAnalyticsAccountBasic, AccountsListOptionalParams, AccountsListByResourceGroupOptionalParams, CreateDataLakeAnalyticsAccountParameters, AccountsCreateOptionalParams, AccountsCreateResponse, AccountsGetOptionalParams, AccountsGetResponse, AccountsUpdateOptionalParams, AccountsUpdateResponse, AccountsDeleteOptionalParams, CheckNameAvailabilityParameters, AccountsCheckNameAvailabilityOptionalParams, AccountsCheckNameAvailabilityResponse } from "../models";
3
+ import { DataLakeAnalyticsAccountBasic, AccountsListOptionalParams, AccountsListByResourceGroupOptionalParams, CreateDataLakeAnalyticsAccountParameters, AccountsCreateOptionalParams, AccountsCreateResponse, AccountsGetOptionalParams, AccountsGetResponse, AccountsUpdateOptionalParams, AccountsUpdateResponse, AccountsDeleteOptionalParams, CheckNameAvailabilityParameters, AccountsCheckNameAvailabilityOptionalParams, AccountsCheckNameAvailabilityResponse } from "../models/index.js";
4
4
  /** Interface representing a Accounts. */
5
5
  export interface Accounts {
6
6
  /**
@@ -0,0 +1 @@
1
+ {"version":3,"file":"accounts.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/accounts.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,UAAU,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AACjE,OAAO,EACL,6BAA6B,EAC7B,0BAA0B,EAC1B,yCAAyC,EACzC,wCAAwC,EACxC,4BAA4B,EAC5B,sBAAsB,EACtB,yBAAyB,EACzB,mBAAmB,EACnB,4BAA4B,EAC5B,sBAAsB,EACtB,4BAA4B,EAC5B,+BAA+B,EAC/B,2CAA2C,EAC3C,qCAAqC,EACtC,MAAM,oBAAoB,CAAC;AAG5B,yCAAyC;AACzC,MAAM,WAAW,QAAQ;IACvB;;;;OAIG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,0BAA0B,GACnC,0BAA0B,CAAC,6BAA6B,CAAC,CAAC;IAC7D;;;;;OAKG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,yCAAyC,GAClD,0BAA0B,CAAC,6BAA6B,CAAC,CAAC;IAC7D;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,wCAAwC,EACpD,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CACR,UAAU,CACR,kBAAkB,CAAC,sBAAsB,CAAC,EAC1C,sBAAsB,CACvB,CACF,CAAC;IACF;;;;;;;OAOG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,wCAAwC,EACpD,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,sBAAsB,CAAC,CAAC;IACnC;;;;;OAKG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAChC;;;;;;OAMG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CACR,UAAU,CACR,kBAAkB,CAAC,sBAAsB,CAAC,EAC1C,sBAAsB,CACvB,CACF,CAAC;IACF;;;;;;OAMG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,sBAAsB,CAAC,CAAC;IACnC;;;;;OAKG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,UAAU,CAAC,kBAAkB,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACvD;;;;;OAKG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;OAKG;IACH,qBAAqB,CACnB,QAAQ,EAAE,MAAM,EAChB,UAAU,EAAE,+BAA+B,EAC3C,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,qCAAqC,CAAC,CAAC;CACnD"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"accounts.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/accounts.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { PollerLike, PollOperationState } from \"@azure/core-lro\";\nimport {\n DataLakeAnalyticsAccountBasic,\n AccountsListOptionalParams,\n AccountsListByResourceGroupOptionalParams,\n CreateDataLakeAnalyticsAccountParameters,\n AccountsCreateOptionalParams,\n AccountsCreateResponse,\n AccountsGetOptionalParams,\n AccountsGetResponse,\n AccountsUpdateOptionalParams,\n AccountsUpdateResponse,\n AccountsDeleteOptionalParams,\n CheckNameAvailabilityParameters,\n AccountsCheckNameAvailabilityOptionalParams,\n AccountsCheckNameAvailabilityResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Accounts. */\nexport interface Accounts {\n /**\n * Gets the first page of Data Lake Analytics accounts, if any, within the current subscription. This\n * includes a link to the next page, if any.\n * @param options The options parameters.\n */\n list(\n options?: AccountsListOptionalParams\n ): PagedAsyncIterableIterator<DataLakeAnalyticsAccountBasic>;\n /**\n * Gets the first page of Data Lake Analytics accounts, if any, within a specific resource group. This\n * includes a link to the next page, if any.\n * @param resourceGroupName The name of the Azure resource group.\n * @param options The options parameters.\n */\n listByResourceGroup(\n resourceGroupName: string,\n options?: AccountsListByResourceGroupOptionalParams\n ): PagedAsyncIterableIterator<DataLakeAnalyticsAccountBasic>;\n /**\n * Creates the specified Data Lake Analytics account. This supplies the user with computation services\n * for Data Lake Analytics workloads.\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param parameters Parameters supplied to create a new Data Lake Analytics account.\n * @param options The options parameters.\n */\n beginCreate(\n resourceGroupName: string,\n accountName: string,\n parameters: CreateDataLakeAnalyticsAccountParameters,\n options?: AccountsCreateOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<AccountsCreateResponse>,\n AccountsCreateResponse\n >\n >;\n /**\n * Creates the specified Data Lake Analytics account. This supplies the user with computation services\n * for Data Lake Analytics workloads.\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param parameters Parameters supplied to create a new Data Lake Analytics account.\n * @param options The options parameters.\n */\n beginCreateAndWait(\n resourceGroupName: string,\n accountName: string,\n parameters: CreateDataLakeAnalyticsAccountParameters,\n options?: AccountsCreateOptionalParams\n ): Promise<AccountsCreateResponse>;\n /**\n * Gets details of the specified Data Lake Analytics account.\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n accountName: string,\n options?: AccountsGetOptionalParams\n ): Promise<AccountsGetResponse>;\n /**\n * Updates the Data Lake Analytics account object specified by the accountName with the contents of the\n * account object.\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n accountName: string,\n options?: AccountsUpdateOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<AccountsUpdateResponse>,\n AccountsUpdateResponse\n >\n >;\n /**\n * Updates the Data Lake Analytics account object specified by the accountName with the contents of the\n * account object.\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n accountName: string,\n options?: AccountsUpdateOptionalParams\n ): Promise<AccountsUpdateResponse>;\n /**\n * Begins the delete process for the Data Lake Analytics account object specified by the account name.\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n accountName: string,\n options?: AccountsDeleteOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>>;\n /**\n * Begins the delete process for the Data Lake Analytics account object specified by the account name.\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n accountName: string,\n options?: AccountsDeleteOptionalParams\n ): Promise<void>;\n /**\n * Checks whether the specified account name is available or taken.\n * @param location The resource location without whitespace.\n * @param parameters Parameters supplied to check the Data Lake Analytics account name availability.\n * @param options The options parameters.\n */\n checkNameAvailability(\n location: string,\n parameters: CheckNameAvailabilityParameters,\n options?: AccountsCheckNameAvailabilityOptionalParams\n ): Promise<AccountsCheckNameAvailabilityResponse>;\n}\n"]}
@@ -1,5 +1,5 @@
1
1
  import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
- import { ComputePolicy, ComputePoliciesListByAccountOptionalParams, CreateOrUpdateComputePolicyParameters, ComputePoliciesCreateOrUpdateOptionalParams, ComputePoliciesCreateOrUpdateResponse, ComputePoliciesGetOptionalParams, ComputePoliciesGetResponse, ComputePoliciesUpdateOptionalParams, ComputePoliciesUpdateResponse, ComputePoliciesDeleteOptionalParams } from "../models";
2
+ import { ComputePolicy, ComputePoliciesListByAccountOptionalParams, CreateOrUpdateComputePolicyParameters, ComputePoliciesCreateOrUpdateOptionalParams, ComputePoliciesCreateOrUpdateResponse, ComputePoliciesGetOptionalParams, ComputePoliciesGetResponse, ComputePoliciesUpdateOptionalParams, ComputePoliciesUpdateResponse, ComputePoliciesDeleteOptionalParams } from "../models/index.js";
3
3
  /** Interface representing a ComputePolicies. */
4
4
  export interface ComputePolicies {
5
5
  /**
@@ -0,0 +1 @@
1
+ {"version":3,"file":"computePolicies.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/computePolicies.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,aAAa,EACb,0CAA0C,EAC1C,qCAAqC,EACrC,2CAA2C,EAC3C,qCAAqC,EACrC,gCAAgC,EAChC,0BAA0B,EAC1B,mCAAmC,EACnC,6BAA6B,EAC7B,mCAAmC,EACpC,MAAM,oBAAoB,CAAC;AAG5B,gDAAgD;AAChD,MAAM,WAAW,eAAe;IAC9B;;;;;;OAMG;IACH,aAAa,CACX,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,0CAA0C,GACnD,0BAA0B,CAAC,aAAa,CAAC,CAAC;IAC7C;;;;;;;;;;OAUG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,qCAAqC,EACjD,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,qCAAqC,CAAC,CAAC;IAClD;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,0BAA0B,CAAC,CAAC;IACvC;;;;;;OAMG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,6BAA6B,CAAC,CAAC;IAC1C;;;;;;OAMG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"computePolicies.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/computePolicies.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport {\n ComputePolicy,\n ComputePoliciesListByAccountOptionalParams,\n CreateOrUpdateComputePolicyParameters,\n ComputePoliciesCreateOrUpdateOptionalParams,\n ComputePoliciesCreateOrUpdateResponse,\n ComputePoliciesGetOptionalParams,\n ComputePoliciesGetResponse,\n ComputePoliciesUpdateOptionalParams,\n ComputePoliciesUpdateResponse,\n ComputePoliciesDeleteOptionalParams\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a ComputePolicies. */\nexport interface ComputePolicies {\n /**\n * Lists the Data Lake Analytics compute policies within the specified Data Lake Analytics account. An\n * account supports, at most, 50 policies\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param options The options parameters.\n */\n listByAccount(\n resourceGroupName: string,\n accountName: string,\n options?: ComputePoliciesListByAccountOptionalParams\n ): PagedAsyncIterableIterator<ComputePolicy>;\n /**\n * Creates or updates the specified compute policy. During update, the compute policy with the\n * specified name will be replaced with this new compute policy. An account supports, at most, 50\n * policies\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param computePolicyName The name of the compute policy to create or update.\n * @param parameters Parameters supplied to create or update the compute policy. The max degree of\n * parallelism per job property, min priority per job property, or both must be present.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n accountName: string,\n computePolicyName: string,\n parameters: CreateOrUpdateComputePolicyParameters,\n options?: ComputePoliciesCreateOrUpdateOptionalParams\n ): Promise<ComputePoliciesCreateOrUpdateResponse>;\n /**\n * Gets the specified Data Lake Analytics compute policy.\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param computePolicyName The name of the compute policy to retrieve.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n accountName: string,\n computePolicyName: string,\n options?: ComputePoliciesGetOptionalParams\n ): Promise<ComputePoliciesGetResponse>;\n /**\n * Updates the specified compute policy.\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param computePolicyName The name of the compute policy to update.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n accountName: string,\n computePolicyName: string,\n options?: ComputePoliciesUpdateOptionalParams\n ): Promise<ComputePoliciesUpdateResponse>;\n /**\n * Deletes the specified compute policy from the specified Data Lake Analytics account\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param computePolicyName The name of the compute policy to delete.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n accountName: string,\n computePolicyName: string,\n options?: ComputePoliciesDeleteOptionalParams\n ): Promise<void>;\n}\n"]}
@@ -1,5 +1,5 @@
1
1
  import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
- import { DataLakeStoreAccountInformation, DataLakeStoreAccountsListByAccountOptionalParams, DataLakeStoreAccountsAddOptionalParams, DataLakeStoreAccountsGetOptionalParams, DataLakeStoreAccountsGetResponse, DataLakeStoreAccountsDeleteOptionalParams } from "../models";
2
+ import { DataLakeStoreAccountInformation, DataLakeStoreAccountsListByAccountOptionalParams, DataLakeStoreAccountsAddOptionalParams, DataLakeStoreAccountsGetOptionalParams, DataLakeStoreAccountsGetResponse, DataLakeStoreAccountsDeleteOptionalParams } from "../models/index.js";
3
3
  /** Interface representing a DataLakeStoreAccounts. */
4
4
  export interface DataLakeStoreAccounts {
5
5
  /**
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dataLakeStoreAccounts.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/dataLakeStoreAccounts.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,+BAA+B,EAC/B,gDAAgD,EAChD,sCAAsC,EACtC,sCAAsC,EACtC,gCAAgC,EAChC,yCAAyC,EAC1C,MAAM,oBAAoB,CAAC;AAG5B,sDAAsD;AACtD,MAAM,WAAW,qBAAqB;IACpC;;;;;;OAMG;IACH,aAAa,CACX,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,gDAAgD,GACzD,0BAA0B,CAAC,+BAA+B,CAAC,CAAC;IAC/D;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,wBAAwB,EAAE,MAAM,EAChC,OAAO,CAAC,EAAE,sCAAsC,GAC/C,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,wBAAwB,EAAE,MAAM,EAChC,OAAO,CAAC,EAAE,sCAAsC,GAC/C,OAAO,CAAC,gCAAgC,CAAC,CAAC;IAC7C;;;;;;OAMG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,wBAAwB,EAAE,MAAM,EAChC,OAAO,CAAC,EAAE,yCAAyC,GAClD,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dataLakeStoreAccounts.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/dataLakeStoreAccounts.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport {\n DataLakeStoreAccountInformation,\n DataLakeStoreAccountsListByAccountOptionalParams,\n DataLakeStoreAccountsAddOptionalParams,\n DataLakeStoreAccountsGetOptionalParams,\n DataLakeStoreAccountsGetResponse,\n DataLakeStoreAccountsDeleteOptionalParams\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a DataLakeStoreAccounts. */\nexport interface DataLakeStoreAccounts {\n /**\n * Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics account.\n * The response includes a link to the next page, if any.\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param options The options parameters.\n */\n listByAccount(\n resourceGroupName: string,\n accountName: string,\n options?: DataLakeStoreAccountsListByAccountOptionalParams\n ): PagedAsyncIterableIterator<DataLakeStoreAccountInformation>;\n /**\n * Updates the specified Data Lake Analytics account to include the additional Data Lake Store account.\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param dataLakeStoreAccountName The name of the Data Lake Store account to add.\n * @param options The options parameters.\n */\n add(\n resourceGroupName: string,\n accountName: string,\n dataLakeStoreAccountName: string,\n options?: DataLakeStoreAccountsAddOptionalParams\n ): Promise<void>;\n /**\n * Gets the specified Data Lake Store account details in the specified Data Lake Analytics account.\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param dataLakeStoreAccountName The name of the Data Lake Store account to retrieve\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n accountName: string,\n dataLakeStoreAccountName: string,\n options?: DataLakeStoreAccountsGetOptionalParams\n ): Promise<DataLakeStoreAccountsGetResponse>;\n /**\n * Updates the Data Lake Analytics account specified to remove the specified Data Lake Store account.\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param dataLakeStoreAccountName The name of the Data Lake Store account to remove\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n accountName: string,\n dataLakeStoreAccountName: string,\n options?: DataLakeStoreAccountsDeleteOptionalParams\n ): Promise<void>;\n}\n"]}
@@ -1,5 +1,5 @@
1
1
  import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
- import { FirewallRule, FirewallRulesListByAccountOptionalParams, CreateOrUpdateFirewallRuleParameters, FirewallRulesCreateOrUpdateOptionalParams, FirewallRulesCreateOrUpdateResponse, FirewallRulesGetOptionalParams, FirewallRulesGetResponse, FirewallRulesUpdateOptionalParams, FirewallRulesUpdateResponse, FirewallRulesDeleteOptionalParams } from "../models";
2
+ import { FirewallRule, FirewallRulesListByAccountOptionalParams, CreateOrUpdateFirewallRuleParameters, FirewallRulesCreateOrUpdateOptionalParams, FirewallRulesCreateOrUpdateResponse, FirewallRulesGetOptionalParams, FirewallRulesGetResponse, FirewallRulesUpdateOptionalParams, FirewallRulesUpdateResponse, FirewallRulesDeleteOptionalParams } from "../models/index.js";
3
3
  /** Interface representing a FirewallRules. */
4
4
  export interface FirewallRules {
5
5
  /**
@@ -0,0 +1 @@
1
+ {"version":3,"file":"firewallRules.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/firewallRules.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,YAAY,EACZ,wCAAwC,EACxC,oCAAoC,EACpC,yCAAyC,EACzC,mCAAmC,EACnC,8BAA8B,EAC9B,wBAAwB,EACxB,iCAAiC,EACjC,2BAA2B,EAC3B,iCAAiC,EAClC,MAAM,oBAAoB,CAAC;AAG5B,8CAA8C;AAC9C,MAAM,WAAW,aAAa;IAC5B;;;;;OAKG;IACH,aAAa,CACX,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,wCAAwC,GACjD,0BAA0B,CAAC,YAAY,CAAC,CAAC;IAC5C;;;;;;;;OAQG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,gBAAgB,EAAE,MAAM,EACxB,UAAU,EAAE,oCAAoC,EAChD,OAAO,CAAC,EAAE,yCAAyC,GAClD,OAAO,CAAC,mCAAmC,CAAC,CAAC;IAChD;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,8BAA8B,GACvC,OAAO,CAAC,wBAAwB,CAAC,CAAC;IACrC;;;;;;OAMG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,2BAA2B,CAAC,CAAC;IACxC;;;;;;OAMG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"firewallRules.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/firewallRules.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport {\n FirewallRule,\n FirewallRulesListByAccountOptionalParams,\n CreateOrUpdateFirewallRuleParameters,\n FirewallRulesCreateOrUpdateOptionalParams,\n FirewallRulesCreateOrUpdateResponse,\n FirewallRulesGetOptionalParams,\n FirewallRulesGetResponse,\n FirewallRulesUpdateOptionalParams,\n FirewallRulesUpdateResponse,\n FirewallRulesDeleteOptionalParams\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a FirewallRules. */\nexport interface FirewallRules {\n /**\n * Lists the Data Lake Analytics firewall rules within the specified Data Lake Analytics account.\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param options The options parameters.\n */\n listByAccount(\n resourceGroupName: string,\n accountName: string,\n options?: FirewallRulesListByAccountOptionalParams\n ): PagedAsyncIterableIterator<FirewallRule>;\n /**\n * Creates or updates the specified firewall rule. During update, the firewall rule with the specified\n * name will be replaced with this new firewall rule.\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param firewallRuleName The name of the firewall rule to create or update.\n * @param parameters Parameters supplied to create or update the firewall rule.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n accountName: string,\n firewallRuleName: string,\n parameters: CreateOrUpdateFirewallRuleParameters,\n options?: FirewallRulesCreateOrUpdateOptionalParams\n ): Promise<FirewallRulesCreateOrUpdateResponse>;\n /**\n * Gets the specified Data Lake Analytics firewall rule.\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param firewallRuleName The name of the firewall rule to retrieve.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n accountName: string,\n firewallRuleName: string,\n options?: FirewallRulesGetOptionalParams\n ): Promise<FirewallRulesGetResponse>;\n /**\n * Updates the specified firewall rule.\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param firewallRuleName The name of the firewall rule to update.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n accountName: string,\n firewallRuleName: string,\n options?: FirewallRulesUpdateOptionalParams\n ): Promise<FirewallRulesUpdateResponse>;\n /**\n * Deletes the specified firewall rule from the specified Data Lake Analytics account\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param firewallRuleName The name of the firewall rule to delete.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n accountName: string,\n firewallRuleName: string,\n options?: FirewallRulesDeleteOptionalParams\n ): Promise<void>;\n}\n"]}
@@ -0,0 +1,8 @@
1
+ export * from "./accounts.js";
2
+ export * from "./dataLakeStoreAccounts.js";
3
+ export * from "./storageAccounts.js";
4
+ export * from "./computePolicies.js";
5
+ export * from "./firewallRules.js";
6
+ export * from "./operations.js";
7
+ export * from "./locations.js";
8
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAQA,cAAc,eAAe,CAAC;AAC9B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC"}
@@ -0,0 +1,15 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ export * from "./accounts.js";
9
+ export * from "./dataLakeStoreAccounts.js";
10
+ export * from "./storageAccounts.js";
11
+ export * from "./computePolicies.js";
12
+ export * from "./firewallRules.js";
13
+ export * from "./operations.js";
14
+ export * from "./locations.js";
15
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,eAAe,CAAC;AAC9B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport * from \"./accounts.js\";\nexport * from \"./dataLakeStoreAccounts.js\";\nexport * from \"./storageAccounts.js\";\nexport * from \"./computePolicies.js\";\nexport * from \"./firewallRules.js\";\nexport * from \"./operations.js\";\nexport * from \"./locations.js\";\n"]}
@@ -1,4 +1,4 @@
1
- import { LocationsGetCapabilityOptionalParams, LocationsGetCapabilityResponse } from "../models";
1
+ import { LocationsGetCapabilityOptionalParams, LocationsGetCapabilityResponse } from "../models/index.js";
2
2
  /** Interface representing a Locations. */
3
3
  export interface Locations {
4
4
  /**
@@ -0,0 +1 @@
1
+ {"version":3,"file":"locations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/locations.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,oCAAoC,EACpC,8BAA8B,EAC/B,MAAM,oBAAoB,CAAC;AAE5B,0CAA0C;AAC1C,MAAM,WAAW,SAAS;IACxB;;;;;OAKG;IACH,aAAa,CACX,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,8BAA8B,CAAC,CAAC;CAC5C"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"locations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/locations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n LocationsGetCapabilityOptionalParams,\n LocationsGetCapabilityResponse\n} from \"../models/index.js\";\n\n/** Interface representing a Locations. */\nexport interface Locations {\n /**\n * Gets subscription-level properties and limits for Data Lake Analytics specified by resource\n * location.\n * @param location The resource location without whitespace.\n * @param options The options parameters.\n */\n getCapability(\n location: string,\n options?: LocationsGetCapabilityOptionalParams\n ): Promise<LocationsGetCapabilityResponse>;\n}\n"]}
@@ -1,4 +1,4 @@
1
- import { OperationsListOptionalParams, OperationsListResponse } from "../models";
1
+ import { OperationsListOptionalParams, OperationsListResponse } from "../models/index.js";
2
2
  /** Interface representing a Operations. */
3
3
  export interface Operations {
4
4
  /**
@@ -0,0 +1 @@
1
+ {"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,4BAA4B,EAC5B,sBAAsB,EACvB,MAAM,oBAAoB,CAAC;AAE5B,2CAA2C;AAC3C,MAAM,WAAW,UAAU;IACzB;;;OAGG;IACH,IAAI,CAAC,OAAO,CAAC,EAAE,4BAA4B,GAAG,OAAO,CAAC,sBAAsB,CAAC,CAAC;CAC/E"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n OperationsListOptionalParams,\n OperationsListResponse\n} from \"../models/index.js\";\n\n/** Interface representing a Operations. */\nexport interface Operations {\n /**\n * Lists all of the available Data Lake Analytics REST API operations.\n * @param options The options parameters.\n */\n list(options?: OperationsListOptionalParams): Promise<OperationsListResponse>;\n}\n"]}
@@ -1,5 +1,5 @@
1
1
  import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
- import { StorageAccountInformation, StorageAccountsListByAccountOptionalParams, StorageContainer, StorageAccountsListStorageContainersOptionalParams, SasTokenInformation, StorageAccountsListSasTokensOptionalParams, AddStorageAccountParameters, StorageAccountsAddOptionalParams, StorageAccountsGetOptionalParams, StorageAccountsGetResponse, StorageAccountsUpdateOptionalParams, StorageAccountsDeleteOptionalParams, StorageAccountsGetStorageContainerOptionalParams, StorageAccountsGetStorageContainerResponse } from "../models";
2
+ import { StorageAccountInformation, StorageAccountsListByAccountOptionalParams, StorageContainer, StorageAccountsListStorageContainersOptionalParams, SasTokenInformation, StorageAccountsListSasTokensOptionalParams, AddStorageAccountParameters, StorageAccountsAddOptionalParams, StorageAccountsGetOptionalParams, StorageAccountsGetResponse, StorageAccountsUpdateOptionalParams, StorageAccountsDeleteOptionalParams, StorageAccountsGetStorageContainerOptionalParams, StorageAccountsGetStorageContainerResponse } from "../models/index.js";
3
3
  /** Interface representing a StorageAccounts. */
4
4
  export interface StorageAccounts {
5
5
  /**
@@ -0,0 +1 @@
1
+ {"version":3,"file":"storageAccounts.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/storageAccounts.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,yBAAyB,EACzB,0CAA0C,EAC1C,gBAAgB,EAChB,kDAAkD,EAClD,mBAAmB,EACnB,0CAA0C,EAC1C,2BAA2B,EAC3B,gCAAgC,EAChC,gCAAgC,EAChC,0BAA0B,EAC1B,mCAAmC,EACnC,mCAAmC,EACnC,gDAAgD,EAChD,0CAA0C,EAC3C,MAAM,oBAAoB,CAAC;AAG5B,gDAAgD;AAChD,MAAM,WAAW,eAAe;IAC9B;;;;;;OAMG;IACH,aAAa,CACX,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,0CAA0C,GACnD,0BAA0B,CAAC,yBAAyB,CAAC,CAAC;IACzD;;;;;;;OAOG;IACH,qBAAqB,CACnB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,kBAAkB,EAAE,MAAM,EAC1B,OAAO,CAAC,EAAE,kDAAkD,GAC3D,0BAA0B,CAAC,gBAAgB,CAAC,CAAC;IAChD;;;;;;;;;;OAUG;IACH,aAAa,CACX,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,kBAAkB,EAAE,MAAM,EAC1B,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,0CAA0C,GACnD,0BAA0B,CAAC,mBAAmB,CAAC,CAAC;IACnD;;;;;;;;OAQG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,kBAAkB,EAAE,MAAM,EAC1B,UAAU,EAAE,2BAA2B,EACvC,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,kBAAkB,EAAE,MAAM,EAC1B,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,0BAA0B,CAAC,CAAC;IACvC;;;;;;;OAOG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,kBAAkB,EAAE,MAAM,EAC1B,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;OAMG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,kBAAkB,EAAE,MAAM,EAC1B,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;;;;OASG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,kBAAkB,EAAE,MAAM,EAC1B,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,gDAAgD,GACzD,OAAO,CAAC,0CAA0C,CAAC,CAAC;CACxD"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"storageAccounts.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/storageAccounts.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport {\n StorageAccountInformation,\n StorageAccountsListByAccountOptionalParams,\n StorageContainer,\n StorageAccountsListStorageContainersOptionalParams,\n SasTokenInformation,\n StorageAccountsListSasTokensOptionalParams,\n AddStorageAccountParameters,\n StorageAccountsAddOptionalParams,\n StorageAccountsGetOptionalParams,\n StorageAccountsGetResponse,\n StorageAccountsUpdateOptionalParams,\n StorageAccountsDeleteOptionalParams,\n StorageAccountsGetStorageContainerOptionalParams,\n StorageAccountsGetStorageContainerResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a StorageAccounts. */\nexport interface StorageAccounts {\n /**\n * Gets the first page of Azure Storage accounts, if any, linked to the specified Data Lake Analytics\n * account. The response includes a link to the next page, if any.\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param options The options parameters.\n */\n listByAccount(\n resourceGroupName: string,\n accountName: string,\n options?: StorageAccountsListByAccountOptionalParams\n ): PagedAsyncIterableIterator<StorageAccountInformation>;\n /**\n * Lists the Azure Storage containers, if any, associated with the specified Data Lake Analytics and\n * Azure Storage account combination. The response includes a link to the next page of results, if any.\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param storageAccountName The name of the Azure storage account from which to list blob containers.\n * @param options The options parameters.\n */\n listStorageContainers(\n resourceGroupName: string,\n accountName: string,\n storageAccountName: string,\n options?: StorageAccountsListStorageContainersOptionalParams\n ): PagedAsyncIterableIterator<StorageContainer>;\n /**\n * Gets the SAS token associated with the specified Data Lake Analytics and Azure Storage account and\n * container combination.\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param storageAccountName The name of the Azure storage account for which the SAS token is being\n * requested.\n * @param containerName The name of the Azure storage container for which the SAS token is being\n * requested.\n * @param options The options parameters.\n */\n listSasTokens(\n resourceGroupName: string,\n accountName: string,\n storageAccountName: string,\n containerName: string,\n options?: StorageAccountsListSasTokensOptionalParams\n ): PagedAsyncIterableIterator<SasTokenInformation>;\n /**\n * Updates the specified Data Lake Analytics account to add an Azure Storage account.\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param storageAccountName The name of the Azure Storage account to add\n * @param parameters The parameters containing the access key and optional suffix for the Azure Storage\n * Account.\n * @param options The options parameters.\n */\n add(\n resourceGroupName: string,\n accountName: string,\n storageAccountName: string,\n parameters: AddStorageAccountParameters,\n options?: StorageAccountsAddOptionalParams\n ): Promise<void>;\n /**\n * Gets the specified Azure Storage account linked to the given Data Lake Analytics account.\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param storageAccountName The name of the Azure Storage account for which to retrieve the details.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n accountName: string,\n storageAccountName: string,\n options?: StorageAccountsGetOptionalParams\n ): Promise<StorageAccountsGetResponse>;\n /**\n * Updates the Data Lake Analytics account to replace Azure Storage blob account details, such as the\n * access key and/or suffix.\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param storageAccountName The Azure Storage account to modify\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n accountName: string,\n storageAccountName: string,\n options?: StorageAccountsUpdateOptionalParams\n ): Promise<void>;\n /**\n * Updates the specified Data Lake Analytics account to remove an Azure Storage account.\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param storageAccountName The name of the Azure Storage account to remove\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n accountName: string,\n storageAccountName: string,\n options?: StorageAccountsDeleteOptionalParams\n ): Promise<void>;\n /**\n * Gets the specified Azure Storage container associated with the given Data Lake Analytics and Azure\n * Storage accounts.\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param storageAccountName The name of the Azure storage account from which to retrieve the blob\n * container.\n * @param containerName The name of the Azure storage container to retrieve\n * @param options The options parameters.\n */\n getStorageContainer(\n resourceGroupName: string,\n accountName: string,\n storageAccountName: string,\n containerName: string,\n options?: StorageAccountsGetStorageContainerOptionalParams\n ): Promise<StorageAccountsGetStorageContainerResponse>;\n}\n"]}
@@ -0,0 +1,3 @@
1
+ {
2
+ "type": "module"
3
+ }
@@ -0,0 +1,13 @@
1
+ export interface PageInfo {
2
+ continuationToken?: string;
3
+ }
4
+ /**
5
+ * Given a result page from a pageable operation, returns a
6
+ * continuation token that can be used to begin paging from
7
+ * that point later.
8
+ * @param page A result object from calling .byPage() on a paged operation.
9
+ * @returns The continuation token that can be passed into byPage().
10
+ */
11
+ export declare function getContinuationToken(page: unknown): string | undefined;
12
+ export declare function setContinuationToken(page: unknown, continuationToken: string | undefined): void;
13
+ //# sourceMappingURL=pagingHelper.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pagingHelper.d.ts","sourceRoot":"","sources":["../../src/pagingHelper.ts"],"names":[],"mappings":"AAQA,MAAM,WAAW,QAAQ;IACvB,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B;AAID;;;;;;GAMG;AACH,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,OAAO,GAAG,MAAM,GAAG,SAAS,CAKtE;AAED,wBAAgB,oBAAoB,CAClC,IAAI,EAAE,OAAO,EACb,iBAAiB,EAAE,MAAM,GAAG,SAAS,GACpC,IAAI,CAON"}
@@ -0,0 +1,30 @@
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
+ const pageMap = new WeakMap();
9
+ /**
10
+ * Given a result page from a pageable operation, returns a
11
+ * continuation token that can be used to begin paging from
12
+ * that point later.
13
+ * @param page A result object from calling .byPage() on a paged operation.
14
+ * @returns The continuation token that can be passed into byPage().
15
+ */
16
+ export function getContinuationToken(page) {
17
+ if (typeof page !== "object" || page === null) {
18
+ return undefined;
19
+ }
20
+ return pageMap.get(page)?.continuationToken;
21
+ }
22
+ export function setContinuationToken(page, continuationToken) {
23
+ if (typeof page !== "object" || page === null || !continuationToken) {
24
+ return;
25
+ }
26
+ const pageInfo = pageMap.get(page) ?? {};
27
+ pageInfo.continuationToken = continuationToken;
28
+ pageMap.set(page, pageInfo);
29
+ }
30
+ //# sourceMappingURL=pagingHelper.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pagingHelper.js","sourceRoot":"","sources":["../../src/pagingHelper.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAMH,MAAM,OAAO,GAAG,IAAI,OAAO,EAAoB,CAAC;AAEhD;;;;;;GAMG;AACH,MAAM,UAAU,oBAAoB,CAAC,IAAa;IAChD,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,IAAI,EAAE,CAAC;QAC9C,OAAO,SAAS,CAAC;IACnB,CAAC;IACD,OAAO,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE,iBAAiB,CAAC;AAC9C,CAAC;AAED,MAAM,UAAU,oBAAoB,CAClC,IAAa,EACb,iBAAqC;IAErC,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,IAAI,IAAI,CAAC,iBAAiB,EAAE,CAAC;QACpE,OAAO;IACT,CAAC;IACD,MAAM,QAAQ,GAAG,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC;IACzC,QAAQ,CAAC,iBAAiB,GAAG,iBAAiB,CAAC;IAC/C,OAAO,CAAC,GAAG,CAAC,IAAI,EAAE,QAAQ,CAAC,CAAC;AAC9B,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport interface PageInfo {\n continuationToken?: string;\n}\n\nconst pageMap = new WeakMap<object, PageInfo>();\n\n/**\n * Given a result page from a pageable operation, returns a\n * continuation token that can be used to begin paging from\n * that point later.\n * @param page A result object from calling .byPage() on a paged operation.\n * @returns The continuation token that can be passed into byPage().\n */\nexport function getContinuationToken(page: unknown): string | undefined {\n if (typeof page !== \"object\" || page === null) {\n return undefined;\n }\n return pageMap.get(page)?.continuationToken;\n}\n\nexport function setContinuationToken(\n page: unknown,\n continuationToken: string | undefined\n): void {\n if (typeof page !== \"object\" || page === null || !continuationToken) {\n return;\n }\n const pageInfo = pageMap.get(page) ?? {};\n pageInfo.continuationToken = continuationToken;\n pageMap.set(page, pageInfo);\n}\n"]}