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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (580) hide show
  1. package/CHANGELOG.md +12 -2
  2. package/LICENSE +4 -4
  3. package/README.md +30 -18
  4. package/{dist-esm/src → dist/browser}/dataLakeAnalyticsAccountManagementClient.d.ts +2 -2
  5. package/dist/browser/dataLakeAnalyticsAccountManagementClient.d.ts.map +1 -0
  6. package/{dist-esm/src → dist/browser}/dataLakeAnalyticsAccountManagementClient.js +36 -24
  7. package/dist/browser/dataLakeAnalyticsAccountManagementClient.js.map +1 -0
  8. package/dist/browser/index.d.ts +5 -0
  9. package/dist/browser/index.d.ts.map +1 -0
  10. package/{dist-esm/src → dist/browser}/index.js +4 -4
  11. package/dist/browser/index.js.map +1 -0
  12. package/{dist-esm/src → dist/browser}/lroImpl.js +13 -9
  13. package/dist/browser/lroImpl.js.map +1 -0
  14. package/{dist-esm/src → dist/browser}/models/index.d.ts +42 -42
  15. package/{dist-esm/src → dist/browser}/models/index.d.ts.map +1 -1
  16. package/dist/browser/models/index.js.map +1 -0
  17. package/{dist-esm/src → dist/browser}/models/mappers.js +184 -87
  18. package/dist/browser/models/mappers.js.map +1 -0
  19. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  20. package/dist/browser/models/parameters.js.map +1 -0
  21. package/{dist-esm/src → dist/browser}/operations/accounts.d.ts +3 -3
  22. package/dist/browser/operations/accounts.d.ts.map +1 -0
  23. package/{dist-esm/src → dist/browser}/operations/accounts.js +160 -187
  24. package/dist/browser/operations/accounts.js.map +1 -0
  25. package/{dist-esm/src → dist/browser}/operations/computePolicies.d.ts +3 -3
  26. package/dist/browser/operations/computePolicies.d.ts.map +1 -0
  27. package/{dist-esm/src → dist/browser}/operations/computePolicies.js +26 -41
  28. package/dist/browser/operations/computePolicies.js.map +1 -0
  29. package/{dist-esm/src → dist/browser}/operations/dataLakeStoreAccounts.d.ts +3 -3
  30. package/dist/browser/operations/dataLakeStoreAccounts.d.ts.map +1 -0
  31. package/{dist-esm/src → dist/browser}/operations/dataLakeStoreAccounts.js +26 -41
  32. package/dist/browser/operations/dataLakeStoreAccounts.js.map +1 -0
  33. package/{dist-esm/src → dist/browser}/operations/firewallRules.d.ts +3 -3
  34. package/dist/browser/operations/firewallRules.d.ts.map +1 -0
  35. package/{dist-esm/src → dist/browser}/operations/firewallRules.js +26 -41
  36. package/dist/browser/operations/firewallRules.js.map +1 -0
  37. package/dist/browser/operations/index.d.ts +8 -0
  38. package/dist/browser/operations/index.d.ts.map +1 -0
  39. package/dist/browser/operations/index.js +15 -0
  40. package/dist/browser/operations/index.js.map +1 -0
  41. package/{dist-esm/src → dist/browser}/operations/locations.d.ts +3 -3
  42. package/dist/browser/operations/locations.d.ts.map +1 -0
  43. package/{dist-esm/src → dist/browser}/operations/locations.js +3 -2
  44. package/dist/browser/operations/locations.js.map +1 -0
  45. package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
  46. package/dist/browser/operations/operations.d.ts.map +1 -0
  47. package/{dist-esm/src → dist/browser}/operations/operations.js +3 -2
  48. package/dist/browser/operations/operations.js.map +1 -0
  49. package/{dist-esm/src → dist/browser}/operations/storageAccounts.d.ts +3 -3
  50. package/dist/browser/operations/storageAccounts.d.ts.map +1 -0
  51. package/{dist-esm/src → dist/browser}/operations/storageAccounts.js +70 -115
  52. package/dist/browser/operations/storageAccounts.js.map +1 -0
  53. package/{dist-esm/src → dist/browser}/operationsInterfaces/accounts.d.ts +1 -1
  54. package/dist/browser/operationsInterfaces/accounts.d.ts.map +1 -0
  55. package/dist/browser/operationsInterfaces/accounts.js.map +1 -0
  56. package/{dist-esm/src → dist/browser}/operationsInterfaces/computePolicies.d.ts +1 -1
  57. package/dist/browser/operationsInterfaces/computePolicies.d.ts.map +1 -0
  58. package/dist/browser/operationsInterfaces/computePolicies.js.map +1 -0
  59. package/{dist-esm/src → dist/browser}/operationsInterfaces/dataLakeStoreAccounts.d.ts +1 -1
  60. package/dist/browser/operationsInterfaces/dataLakeStoreAccounts.d.ts.map +1 -0
  61. package/dist/browser/operationsInterfaces/dataLakeStoreAccounts.js.map +1 -0
  62. package/{dist-esm/src → dist/browser}/operationsInterfaces/firewallRules.d.ts +1 -1
  63. package/dist/browser/operationsInterfaces/firewallRules.d.ts.map +1 -0
  64. package/dist/browser/operationsInterfaces/firewallRules.js.map +1 -0
  65. package/dist/browser/operationsInterfaces/index.d.ts +8 -0
  66. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  67. package/dist/browser/operationsInterfaces/index.js +15 -0
  68. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  69. package/{dist-esm/src → dist/browser}/operationsInterfaces/locations.d.ts +1 -1
  70. package/dist/browser/operationsInterfaces/locations.d.ts.map +1 -0
  71. package/dist/browser/operationsInterfaces/locations.js.map +1 -0
  72. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
  73. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
  74. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  75. package/{dist-esm/src → dist/browser}/operationsInterfaces/storageAccounts.d.ts +1 -1
  76. package/dist/browser/operationsInterfaces/storageAccounts.d.ts.map +1 -0
  77. package/dist/browser/operationsInterfaces/storageAccounts.js.map +1 -0
  78. package/dist/browser/package.json +3 -0
  79. package/{dist-esm/src → dist/browser}/pagingHelper.js +2 -4
  80. package/dist/browser/pagingHelper.js.map +1 -0
  81. package/dist/commonjs/dataLakeAnalyticsAccountManagementClient.d.ts +27 -0
  82. package/dist/commonjs/dataLakeAnalyticsAccountManagementClient.d.ts.map +1 -0
  83. package/dist/commonjs/dataLakeAnalyticsAccountManagementClient.js +124 -0
  84. package/dist/commonjs/dataLakeAnalyticsAccountManagementClient.js.map +1 -0
  85. package/dist/commonjs/index.d.ts +5 -0
  86. package/dist/commonjs/index.d.ts.map +1 -0
  87. package/dist/commonjs/index.js +19 -0
  88. package/dist/commonjs/index.js.map +1 -0
  89. package/dist/commonjs/lroImpl.d.ts +16 -0
  90. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  91. package/dist/commonjs/lroImpl.js +37 -0
  92. package/dist/commonjs/lroImpl.js.map +1 -0
  93. package/{types/arm-datalake-analytics.d.ts → dist/commonjs/models/index.d.ts} +1357 -1840
  94. package/dist/commonjs/models/index.d.ts.map +1 -0
  95. package/dist/commonjs/models/index.js +45 -0
  96. package/dist/commonjs/models/index.js.map +1 -0
  97. package/dist/commonjs/models/mappers.d.ts +56 -0
  98. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  99. package/dist/commonjs/models/mappers.js +2396 -0
  100. package/dist/commonjs/models/mappers.js.map +1 -0
  101. package/dist/commonjs/models/parameters.d.ts +32 -0
  102. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  103. package/dist/commonjs/models/parameters.js +257 -0
  104. package/dist/commonjs/models/parameters.js.map +1 -0
  105. package/dist/commonjs/operations/accounts.d.ts +120 -0
  106. package/dist/commonjs/operations/accounts.d.ts.map +1 -0
  107. package/dist/commonjs/operations/accounts.js +576 -0
  108. package/dist/commonjs/operations/accounts.js.map +1 -0
  109. package/dist/commonjs/operations/computePolicies.d.ts +76 -0
  110. package/dist/commonjs/operations/computePolicies.d.ts.map +1 -0
  111. package/dist/commonjs/operations/computePolicies.js +282 -0
  112. package/dist/commonjs/operations/computePolicies.js.map +1 -0
  113. package/dist/commonjs/operations/dataLakeStoreAccounts.d.ts +64 -0
  114. package/dist/commonjs/operations/dataLakeStoreAccounts.d.ts.map +1 -0
  115. package/dist/commonjs/operations/dataLakeStoreAccounts.js +252 -0
  116. package/dist/commonjs/operations/dataLakeStoreAccounts.js.map +1 -0
  117. package/dist/commonjs/operations/firewallRules.d.ts +72 -0
  118. package/dist/commonjs/operations/firewallRules.d.ts.map +1 -0
  119. package/dist/commonjs/operations/firewallRules.js +272 -0
  120. package/dist/commonjs/operations/firewallRules.js.map +1 -0
  121. package/dist/commonjs/operations/index.d.ts +8 -0
  122. package/dist/commonjs/operations/index.d.ts.map +1 -0
  123. package/dist/commonjs/operations/index.js +18 -0
  124. package/dist/commonjs/operations/index.js.map +1 -0
  125. package/dist/commonjs/operations/locations.d.ts +20 -0
  126. package/dist/commonjs/operations/locations.d.ts.map +1 -0
  127. package/dist/commonjs/operations/locations.js +59 -0
  128. package/dist/commonjs/operations/locations.js.map +1 -0
  129. package/dist/commonjs/operations/operations.d.ts +18 -0
  130. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  131. package/dist/commonjs/operations/operations.js +52 -0
  132. package/dist/commonjs/operations/operations.js.map +1 -0
  133. package/dist/commonjs/operations/storageAccounts.d.ts +153 -0
  134. package/dist/commonjs/operations/storageAccounts.d.ts.map +1 -0
  135. package/dist/commonjs/operations/storageAccounts.js +588 -0
  136. package/dist/commonjs/operations/storageAccounts.js.map +1 -0
  137. package/dist/commonjs/operationsInterfaces/accounts.d.ts +82 -0
  138. package/dist/commonjs/operationsInterfaces/accounts.d.ts.map +1 -0
  139. package/dist/commonjs/operationsInterfaces/accounts.js +10 -0
  140. package/dist/commonjs/operationsInterfaces/accounts.js.map +1 -0
  141. package/dist/commonjs/operationsInterfaces/computePolicies.d.ts +50 -0
  142. package/dist/commonjs/operationsInterfaces/computePolicies.d.ts.map +1 -0
  143. package/dist/commonjs/operationsInterfaces/computePolicies.js +10 -0
  144. package/dist/commonjs/operationsInterfaces/computePolicies.js.map +1 -0
  145. package/dist/commonjs/operationsInterfaces/dataLakeStoreAccounts.d.ts +38 -0
  146. package/dist/commonjs/operationsInterfaces/dataLakeStoreAccounts.d.ts.map +1 -0
  147. package/dist/commonjs/operationsInterfaces/dataLakeStoreAccounts.js +10 -0
  148. package/dist/commonjs/operationsInterfaces/dataLakeStoreAccounts.js.map +1 -0
  149. package/dist/commonjs/operationsInterfaces/firewallRules.d.ts +47 -0
  150. package/dist/commonjs/operationsInterfaces/firewallRules.d.ts.map +1 -0
  151. package/dist/commonjs/operationsInterfaces/firewallRules.js +10 -0
  152. package/dist/commonjs/operationsInterfaces/firewallRules.js.map +1 -0
  153. package/dist/commonjs/operationsInterfaces/index.d.ts +8 -0
  154. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  155. package/dist/commonjs/operationsInterfaces/index.js +18 -0
  156. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  157. package/dist/commonjs/operationsInterfaces/locations.d.ts +12 -0
  158. package/dist/commonjs/operationsInterfaces/locations.d.ts.map +1 -0
  159. package/dist/commonjs/operationsInterfaces/locations.js +10 -0
  160. package/dist/commonjs/operationsInterfaces/locations.js.map +1 -0
  161. package/dist/commonjs/operationsInterfaces/operations.d.ts +10 -0
  162. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  163. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  164. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  165. package/dist/commonjs/operationsInterfaces/storageAccounts.d.ts +81 -0
  166. package/dist/commonjs/operationsInterfaces/storageAccounts.d.ts.map +1 -0
  167. package/dist/commonjs/operationsInterfaces/storageAccounts.js +10 -0
  168. package/dist/commonjs/operationsInterfaces/storageAccounts.js.map +1 -0
  169. package/dist/commonjs/package.json +3 -0
  170. package/dist/commonjs/pagingHelper.d.ts +13 -0
  171. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  172. package/dist/commonjs/pagingHelper.js +34 -0
  173. package/dist/commonjs/pagingHelper.js.map +1 -0
  174. package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
  175. package/dist/esm/dataLakeAnalyticsAccountManagementClient.d.ts +27 -0
  176. package/dist/esm/dataLakeAnalyticsAccountManagementClient.d.ts.map +1 -0
  177. package/dist/esm/dataLakeAnalyticsAccountManagementClient.js +119 -0
  178. package/dist/esm/dataLakeAnalyticsAccountManagementClient.js.map +1 -0
  179. package/dist/esm/index.d.ts +5 -0
  180. package/dist/esm/index.d.ts.map +1 -0
  181. package/{src/index.ts → dist/esm/index.js} +5 -5
  182. package/dist/esm/index.js.map +1 -0
  183. package/dist/esm/lroImpl.d.ts +16 -0
  184. package/dist/esm/lroImpl.d.ts.map +1 -0
  185. package/dist/esm/lroImpl.js +33 -0
  186. package/dist/esm/lroImpl.js.map +1 -0
  187. package/dist/esm/models/index.d.ts +1357 -0
  188. package/dist/esm/models/index.d.ts.map +1 -0
  189. package/dist/esm/models/index.js +42 -0
  190. package/dist/esm/models/index.js.map +1 -0
  191. package/dist/esm/models/mappers.d.ts +56 -0
  192. package/dist/esm/models/mappers.d.ts.map +1 -0
  193. package/dist/esm/models/mappers.js +2392 -0
  194. package/dist/esm/models/mappers.js.map +1 -0
  195. package/dist/esm/models/parameters.d.ts +32 -0
  196. package/dist/esm/models/parameters.d.ts.map +1 -0
  197. package/dist/esm/models/parameters.js +254 -0
  198. package/dist/esm/models/parameters.js.map +1 -0
  199. package/dist/esm/operations/accounts.d.ts +120 -0
  200. package/dist/esm/operations/accounts.d.ts.map +1 -0
  201. package/dist/esm/operations/accounts.js +571 -0
  202. package/dist/esm/operations/accounts.js.map +1 -0
  203. package/dist/esm/operations/computePolicies.d.ts +76 -0
  204. package/dist/esm/operations/computePolicies.d.ts.map +1 -0
  205. package/dist/esm/operations/computePolicies.js +277 -0
  206. package/dist/esm/operations/computePolicies.js.map +1 -0
  207. package/dist/esm/operations/dataLakeStoreAccounts.d.ts +64 -0
  208. package/dist/esm/operations/dataLakeStoreAccounts.d.ts.map +1 -0
  209. package/dist/esm/operations/dataLakeStoreAccounts.js +247 -0
  210. package/dist/esm/operations/dataLakeStoreAccounts.js.map +1 -0
  211. package/dist/esm/operations/firewallRules.d.ts +72 -0
  212. package/dist/esm/operations/firewallRules.d.ts.map +1 -0
  213. package/dist/esm/operations/firewallRules.js +267 -0
  214. package/dist/esm/operations/firewallRules.js.map +1 -0
  215. package/dist/esm/operations/index.d.ts +8 -0
  216. package/dist/esm/operations/index.d.ts.map +1 -0
  217. package/dist/esm/operations/index.js +15 -0
  218. package/dist/esm/operations/index.js.map +1 -0
  219. package/dist/esm/operations/locations.d.ts +20 -0
  220. package/dist/esm/operations/locations.d.ts.map +1 -0
  221. package/dist/esm/operations/locations.js +54 -0
  222. package/dist/esm/operations/locations.js.map +1 -0
  223. package/dist/esm/operations/operations.d.ts +18 -0
  224. package/dist/esm/operations/operations.d.ts.map +1 -0
  225. package/dist/esm/operations/operations.js +47 -0
  226. package/dist/esm/operations/operations.js.map +1 -0
  227. package/dist/esm/operations/storageAccounts.d.ts +153 -0
  228. package/dist/esm/operations/storageAccounts.d.ts.map +1 -0
  229. package/dist/esm/operations/storageAccounts.js +583 -0
  230. package/dist/esm/operations/storageAccounts.js.map +1 -0
  231. package/dist/esm/operationsInterfaces/accounts.d.ts +82 -0
  232. package/dist/esm/operationsInterfaces/accounts.d.ts.map +1 -0
  233. package/dist/esm/operationsInterfaces/accounts.js +9 -0
  234. package/dist/esm/operationsInterfaces/accounts.js.map +1 -0
  235. package/dist/esm/operationsInterfaces/computePolicies.d.ts +50 -0
  236. package/dist/esm/operationsInterfaces/computePolicies.d.ts.map +1 -0
  237. package/dist/esm/operationsInterfaces/computePolicies.js +9 -0
  238. package/dist/esm/operationsInterfaces/computePolicies.js.map +1 -0
  239. package/dist/esm/operationsInterfaces/dataLakeStoreAccounts.d.ts +38 -0
  240. package/dist/esm/operationsInterfaces/dataLakeStoreAccounts.d.ts.map +1 -0
  241. package/dist/esm/operationsInterfaces/dataLakeStoreAccounts.js +9 -0
  242. package/dist/esm/operationsInterfaces/dataLakeStoreAccounts.js.map +1 -0
  243. package/dist/esm/operationsInterfaces/firewallRules.d.ts +47 -0
  244. package/dist/esm/operationsInterfaces/firewallRules.d.ts.map +1 -0
  245. package/dist/esm/operationsInterfaces/firewallRules.js +9 -0
  246. package/dist/esm/operationsInterfaces/firewallRules.js.map +1 -0
  247. package/dist/esm/operationsInterfaces/index.d.ts +8 -0
  248. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  249. package/dist/esm/operationsInterfaces/index.js +15 -0
  250. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  251. package/dist/esm/operationsInterfaces/locations.d.ts +12 -0
  252. package/dist/esm/operationsInterfaces/locations.d.ts.map +1 -0
  253. package/dist/esm/operationsInterfaces/locations.js +9 -0
  254. package/dist/esm/operationsInterfaces/locations.js.map +1 -0
  255. package/dist/esm/operationsInterfaces/operations.d.ts +10 -0
  256. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  257. package/dist/esm/operationsInterfaces/operations.js +9 -0
  258. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  259. package/dist/esm/operationsInterfaces/storageAccounts.d.ts +81 -0
  260. package/dist/esm/operationsInterfaces/storageAccounts.d.ts.map +1 -0
  261. package/dist/esm/operationsInterfaces/storageAccounts.js +9 -0
  262. package/dist/esm/operationsInterfaces/storageAccounts.js.map +1 -0
  263. package/dist/esm/package.json +3 -0
  264. package/dist/esm/pagingHelper.d.ts +13 -0
  265. package/dist/esm/pagingHelper.d.ts.map +1 -0
  266. package/dist/esm/pagingHelper.js +30 -0
  267. package/dist/esm/pagingHelper.js.map +1 -0
  268. package/dist/react-native/dataLakeAnalyticsAccountManagementClient.d.ts +27 -0
  269. package/dist/react-native/dataLakeAnalyticsAccountManagementClient.d.ts.map +1 -0
  270. package/dist/react-native/dataLakeAnalyticsAccountManagementClient.js +119 -0
  271. package/dist/react-native/dataLakeAnalyticsAccountManagementClient.js.map +1 -0
  272. package/dist/react-native/index.d.ts +5 -0
  273. package/dist/react-native/index.d.ts.map +1 -0
  274. package/dist/react-native/index.js +13 -0
  275. package/dist/react-native/index.js.map +1 -0
  276. package/dist/react-native/lroImpl.d.ts +16 -0
  277. package/dist/react-native/lroImpl.d.ts.map +1 -0
  278. package/dist/react-native/lroImpl.js +33 -0
  279. package/dist/react-native/lroImpl.js.map +1 -0
  280. package/dist/react-native/models/index.d.ts +1357 -0
  281. package/dist/react-native/models/index.d.ts.map +1 -0
  282. package/dist/react-native/models/index.js +42 -0
  283. package/dist/react-native/models/index.js.map +1 -0
  284. package/dist/react-native/models/mappers.d.ts +56 -0
  285. package/dist/react-native/models/mappers.d.ts.map +1 -0
  286. package/dist/react-native/models/mappers.js +2392 -0
  287. package/dist/react-native/models/mappers.js.map +1 -0
  288. package/dist/react-native/models/parameters.d.ts +32 -0
  289. package/dist/react-native/models/parameters.d.ts.map +1 -0
  290. package/dist/react-native/models/parameters.js +254 -0
  291. package/dist/react-native/models/parameters.js.map +1 -0
  292. package/dist/react-native/operations/accounts.d.ts +120 -0
  293. package/dist/react-native/operations/accounts.d.ts.map +1 -0
  294. package/dist/react-native/operations/accounts.js +571 -0
  295. package/dist/react-native/operations/accounts.js.map +1 -0
  296. package/dist/react-native/operations/computePolicies.d.ts +76 -0
  297. package/dist/react-native/operations/computePolicies.d.ts.map +1 -0
  298. package/dist/react-native/operations/computePolicies.js +277 -0
  299. package/dist/react-native/operations/computePolicies.js.map +1 -0
  300. package/dist/react-native/operations/dataLakeStoreAccounts.d.ts +64 -0
  301. package/dist/react-native/operations/dataLakeStoreAccounts.d.ts.map +1 -0
  302. package/dist/react-native/operations/dataLakeStoreAccounts.js +247 -0
  303. package/dist/react-native/operations/dataLakeStoreAccounts.js.map +1 -0
  304. package/dist/react-native/operations/firewallRules.d.ts +72 -0
  305. package/dist/react-native/operations/firewallRules.d.ts.map +1 -0
  306. package/dist/react-native/operations/firewallRules.js +267 -0
  307. package/dist/react-native/operations/firewallRules.js.map +1 -0
  308. package/dist/react-native/operations/index.d.ts +8 -0
  309. package/dist/react-native/operations/index.d.ts.map +1 -0
  310. package/dist/react-native/operations/index.js +15 -0
  311. package/dist/react-native/operations/index.js.map +1 -0
  312. package/dist/react-native/operations/locations.d.ts +20 -0
  313. package/dist/react-native/operations/locations.d.ts.map +1 -0
  314. package/dist/react-native/operations/locations.js +54 -0
  315. package/dist/react-native/operations/locations.js.map +1 -0
  316. package/dist/react-native/operations/operations.d.ts +18 -0
  317. package/dist/react-native/operations/operations.d.ts.map +1 -0
  318. package/dist/react-native/operations/operations.js +47 -0
  319. package/dist/react-native/operations/operations.js.map +1 -0
  320. package/dist/react-native/operations/storageAccounts.d.ts +153 -0
  321. package/dist/react-native/operations/storageAccounts.d.ts.map +1 -0
  322. package/dist/react-native/operations/storageAccounts.js +583 -0
  323. package/dist/react-native/operations/storageAccounts.js.map +1 -0
  324. package/dist/react-native/operationsInterfaces/accounts.d.ts +82 -0
  325. package/dist/react-native/operationsInterfaces/accounts.d.ts.map +1 -0
  326. package/dist/react-native/operationsInterfaces/accounts.js +9 -0
  327. package/dist/react-native/operationsInterfaces/accounts.js.map +1 -0
  328. package/dist/react-native/operationsInterfaces/computePolicies.d.ts +50 -0
  329. package/dist/react-native/operationsInterfaces/computePolicies.d.ts.map +1 -0
  330. package/dist/react-native/operationsInterfaces/computePolicies.js +9 -0
  331. package/dist/react-native/operationsInterfaces/computePolicies.js.map +1 -0
  332. package/dist/react-native/operationsInterfaces/dataLakeStoreAccounts.d.ts +38 -0
  333. package/dist/react-native/operationsInterfaces/dataLakeStoreAccounts.d.ts.map +1 -0
  334. package/dist/react-native/operationsInterfaces/dataLakeStoreAccounts.js +9 -0
  335. package/dist/react-native/operationsInterfaces/dataLakeStoreAccounts.js.map +1 -0
  336. package/dist/react-native/operationsInterfaces/firewallRules.d.ts +47 -0
  337. package/dist/react-native/operationsInterfaces/firewallRules.d.ts.map +1 -0
  338. package/dist/react-native/operationsInterfaces/firewallRules.js +9 -0
  339. package/dist/react-native/operationsInterfaces/firewallRules.js.map +1 -0
  340. package/dist/react-native/operationsInterfaces/index.d.ts +8 -0
  341. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  342. package/dist/react-native/operationsInterfaces/index.js +15 -0
  343. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  344. package/dist/react-native/operationsInterfaces/locations.d.ts +12 -0
  345. package/dist/react-native/operationsInterfaces/locations.d.ts.map +1 -0
  346. package/dist/react-native/operationsInterfaces/locations.js +9 -0
  347. package/dist/react-native/operationsInterfaces/locations.js.map +1 -0
  348. package/dist/react-native/operationsInterfaces/operations.d.ts +10 -0
  349. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  350. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  351. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  352. package/dist/react-native/operationsInterfaces/storageAccounts.d.ts +81 -0
  353. package/dist/react-native/operationsInterfaces/storageAccounts.d.ts.map +1 -0
  354. package/dist/react-native/operationsInterfaces/storageAccounts.js +9 -0
  355. package/dist/react-native/operationsInterfaces/storageAccounts.js.map +1 -0
  356. package/dist/react-native/package.json +3 -0
  357. package/dist/react-native/pagingHelper.d.ts +13 -0
  358. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  359. package/dist/react-native/pagingHelper.js +30 -0
  360. package/dist/react-native/pagingHelper.js.map +1 -0
  361. package/package.json +85 -76
  362. package/dist/index.js +0 -4972
  363. package/dist/index.js.map +0 -1
  364. package/dist/index.min.js +0 -1
  365. package/dist/index.min.js.map +0 -1
  366. package/dist-esm/samples-dev/accountsCheckNameAvailabilitySample.d.ts +0 -2
  367. package/dist-esm/samples-dev/accountsCheckNameAvailabilitySample.d.ts.map +0 -1
  368. package/dist-esm/samples-dev/accountsCheckNameAvailabilitySample.js +0 -34
  369. package/dist-esm/samples-dev/accountsCheckNameAvailabilitySample.js.map +0 -1
  370. package/dist-esm/samples-dev/accountsCreateSample.d.ts +0 -2
  371. package/dist-esm/samples-dev/accountsCreateSample.d.ts.map +0 -1
  372. package/dist-esm/samples-dev/accountsCreateSample.js +0 -64
  373. package/dist-esm/samples-dev/accountsCreateSample.js.map +0 -1
  374. package/dist-esm/samples-dev/accountsDeleteSample.d.ts +0 -2
  375. package/dist-esm/samples-dev/accountsDeleteSample.d.ts.map +0 -1
  376. package/dist-esm/samples-dev/accountsDeleteSample.js +0 -31
  377. package/dist-esm/samples-dev/accountsDeleteSample.js.map +0 -1
  378. package/dist-esm/samples-dev/accountsGetSample.d.ts +0 -2
  379. package/dist-esm/samples-dev/accountsGetSample.d.ts.map +0 -1
  380. package/dist-esm/samples-dev/accountsGetSample.js +0 -31
  381. package/dist-esm/samples-dev/accountsGetSample.js.map +0 -1
  382. package/dist-esm/samples-dev/accountsListByResourceGroupSample.d.ts +0 -2
  383. package/dist-esm/samples-dev/accountsListByResourceGroupSample.d.ts.map +0 -1
  384. package/dist-esm/samples-dev/accountsListByResourceGroupSample.js +0 -58
  385. package/dist-esm/samples-dev/accountsListByResourceGroupSample.js.map +0 -1
  386. package/dist-esm/samples-dev/accountsListSample.d.ts +0 -2
  387. package/dist-esm/samples-dev/accountsListSample.d.ts.map +0 -1
  388. package/dist-esm/samples-dev/accountsListSample.js +0 -57
  389. package/dist-esm/samples-dev/accountsListSample.js.map +0 -1
  390. package/dist-esm/samples-dev/accountsUpdateSample.d.ts +0 -2
  391. package/dist-esm/samples-dev/accountsUpdateSample.d.ts.map +0 -1
  392. package/dist-esm/samples-dev/accountsUpdateSample.js +0 -55
  393. package/dist-esm/samples-dev/accountsUpdateSample.js.map +0 -1
  394. package/dist-esm/samples-dev/computePoliciesCreateOrUpdateSample.d.ts +0 -2
  395. package/dist-esm/samples-dev/computePoliciesCreateOrUpdateSample.d.ts.map +0 -1
  396. package/dist-esm/samples-dev/computePoliciesCreateOrUpdateSample.js +0 -38
  397. package/dist-esm/samples-dev/computePoliciesCreateOrUpdateSample.js.map +0 -1
  398. package/dist-esm/samples-dev/computePoliciesDeleteSample.d.ts +0 -2
  399. package/dist-esm/samples-dev/computePoliciesDeleteSample.d.ts.map +0 -1
  400. package/dist-esm/samples-dev/computePoliciesDeleteSample.js +0 -32
  401. package/dist-esm/samples-dev/computePoliciesDeleteSample.js.map +0 -1
  402. package/dist-esm/samples-dev/computePoliciesGetSample.d.ts +0 -2
  403. package/dist-esm/samples-dev/computePoliciesGetSample.d.ts.map +0 -1
  404. package/dist-esm/samples-dev/computePoliciesGetSample.js +0 -32
  405. package/dist-esm/samples-dev/computePoliciesGetSample.js.map +0 -1
  406. package/dist-esm/samples-dev/computePoliciesListByAccountSample.d.ts +0 -2
  407. package/dist-esm/samples-dev/computePoliciesListByAccountSample.d.ts.map +0 -1
  408. package/dist-esm/samples-dev/computePoliciesListByAccountSample.js +0 -45
  409. package/dist-esm/samples-dev/computePoliciesListByAccountSample.js.map +0 -1
  410. package/dist-esm/samples-dev/computePoliciesUpdateSample.d.ts +0 -2
  411. package/dist-esm/samples-dev/computePoliciesUpdateSample.d.ts.map +0 -1
  412. package/dist-esm/samples-dev/computePoliciesUpdateSample.js +0 -37
  413. package/dist-esm/samples-dev/computePoliciesUpdateSample.js.map +0 -1
  414. package/dist-esm/samples-dev/dataLakeStoreAccountsAddSample.d.ts +0 -2
  415. package/dist-esm/samples-dev/dataLakeStoreAccountsAddSample.d.ts.map +0 -1
  416. package/dist-esm/samples-dev/dataLakeStoreAccountsAddSample.js +0 -34
  417. package/dist-esm/samples-dev/dataLakeStoreAccountsAddSample.js.map +0 -1
  418. package/dist-esm/samples-dev/dataLakeStoreAccountsDeleteSample.d.ts +0 -2
  419. package/dist-esm/samples-dev/dataLakeStoreAccountsDeleteSample.d.ts.map +0 -1
  420. package/dist-esm/samples-dev/dataLakeStoreAccountsDeleteSample.js +0 -32
  421. package/dist-esm/samples-dev/dataLakeStoreAccountsDeleteSample.js.map +0 -1
  422. package/dist-esm/samples-dev/dataLakeStoreAccountsGetSample.d.ts +0 -2
  423. package/dist-esm/samples-dev/dataLakeStoreAccountsGetSample.d.ts.map +0 -1
  424. package/dist-esm/samples-dev/dataLakeStoreAccountsGetSample.js +0 -32
  425. package/dist-esm/samples-dev/dataLakeStoreAccountsGetSample.js.map +0 -1
  426. package/dist-esm/samples-dev/dataLakeStoreAccountsListByAccountSample.d.ts +0 -2
  427. package/dist-esm/samples-dev/dataLakeStoreAccountsListByAccountSample.d.ts.map +0 -1
  428. package/dist-esm/samples-dev/dataLakeStoreAccountsListByAccountSample.js +0 -59
  429. package/dist-esm/samples-dev/dataLakeStoreAccountsListByAccountSample.js.map +0 -1
  430. package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.d.ts +0 -2
  431. package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.d.ts.map +0 -1
  432. package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.js +0 -36
  433. package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.js.map +0 -1
  434. package/dist-esm/samples-dev/firewallRulesDeleteSample.d.ts +0 -2
  435. package/dist-esm/samples-dev/firewallRulesDeleteSample.d.ts.map +0 -1
  436. package/dist-esm/samples-dev/firewallRulesDeleteSample.js +0 -32
  437. package/dist-esm/samples-dev/firewallRulesDeleteSample.js.map +0 -1
  438. package/dist-esm/samples-dev/firewallRulesGetSample.d.ts +0 -2
  439. package/dist-esm/samples-dev/firewallRulesGetSample.d.ts.map +0 -1
  440. package/dist-esm/samples-dev/firewallRulesGetSample.js +0 -32
  441. package/dist-esm/samples-dev/firewallRulesGetSample.js.map +0 -1
  442. package/dist-esm/samples-dev/firewallRulesListByAccountSample.d.ts +0 -2
  443. package/dist-esm/samples-dev/firewallRulesListByAccountSample.d.ts.map +0 -1
  444. package/dist-esm/samples-dev/firewallRulesListByAccountSample.js +0 -45
  445. package/dist-esm/samples-dev/firewallRulesListByAccountSample.js.map +0 -1
  446. package/dist-esm/samples-dev/firewallRulesUpdateSample.d.ts +0 -2
  447. package/dist-esm/samples-dev/firewallRulesUpdateSample.d.ts.map +0 -1
  448. package/dist-esm/samples-dev/firewallRulesUpdateSample.js +0 -37
  449. package/dist-esm/samples-dev/firewallRulesUpdateSample.js.map +0 -1
  450. package/dist-esm/samples-dev/locationsGetCapabilitySample.d.ts +0 -2
  451. package/dist-esm/samples-dev/locationsGetCapabilitySample.d.ts.map +0 -1
  452. package/dist-esm/samples-dev/locationsGetCapabilitySample.js +0 -30
  453. package/dist-esm/samples-dev/locationsGetCapabilitySample.js.map +0 -1
  454. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  455. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  456. package/dist-esm/samples-dev/operationsListSample.js +0 -29
  457. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  458. package/dist-esm/samples-dev/storageAccountsAddSample.d.ts +0 -2
  459. package/dist-esm/samples-dev/storageAccountsAddSample.d.ts.map +0 -1
  460. package/dist-esm/samples-dev/storageAccountsAddSample.js +0 -36
  461. package/dist-esm/samples-dev/storageAccountsAddSample.js.map +0 -1
  462. package/dist-esm/samples-dev/storageAccountsDeleteSample.d.ts +0 -2
  463. package/dist-esm/samples-dev/storageAccountsDeleteSample.d.ts.map +0 -1
  464. package/dist-esm/samples-dev/storageAccountsDeleteSample.js +0 -32
  465. package/dist-esm/samples-dev/storageAccountsDeleteSample.js.map +0 -1
  466. package/dist-esm/samples-dev/storageAccountsGetSample.d.ts +0 -2
  467. package/dist-esm/samples-dev/storageAccountsGetSample.d.ts.map +0 -1
  468. package/dist-esm/samples-dev/storageAccountsGetSample.js +0 -32
  469. package/dist-esm/samples-dev/storageAccountsGetSample.js.map +0 -1
  470. package/dist-esm/samples-dev/storageAccountsGetStorageContainerSample.d.ts +0 -2
  471. package/dist-esm/samples-dev/storageAccountsGetStorageContainerSample.d.ts.map +0 -1
  472. package/dist-esm/samples-dev/storageAccountsGetStorageContainerSample.js +0 -33
  473. package/dist-esm/samples-dev/storageAccountsGetStorageContainerSample.js.map +0 -1
  474. package/dist-esm/samples-dev/storageAccountsListByAccountSample.d.ts +0 -2
  475. package/dist-esm/samples-dev/storageAccountsListByAccountSample.d.ts.map +0 -1
  476. package/dist-esm/samples-dev/storageAccountsListByAccountSample.js +0 -59
  477. package/dist-esm/samples-dev/storageAccountsListByAccountSample.js.map +0 -1
  478. package/dist-esm/samples-dev/storageAccountsListSasTokensSample.d.ts +0 -2
  479. package/dist-esm/samples-dev/storageAccountsListSasTokensSample.d.ts.map +0 -1
  480. package/dist-esm/samples-dev/storageAccountsListSasTokensSample.js +0 -47
  481. package/dist-esm/samples-dev/storageAccountsListSasTokensSample.js.map +0 -1
  482. package/dist-esm/samples-dev/storageAccountsListStorageContainersSample.d.ts +0 -2
  483. package/dist-esm/samples-dev/storageAccountsListStorageContainersSample.d.ts.map +0 -1
  484. package/dist-esm/samples-dev/storageAccountsListStorageContainersSample.js +0 -46
  485. package/dist-esm/samples-dev/storageAccountsListStorageContainersSample.js.map +0 -1
  486. package/dist-esm/samples-dev/storageAccountsUpdateSample.d.ts +0 -2
  487. package/dist-esm/samples-dev/storageAccountsUpdateSample.d.ts.map +0 -1
  488. package/dist-esm/samples-dev/storageAccountsUpdateSample.js +0 -37
  489. package/dist-esm/samples-dev/storageAccountsUpdateSample.js.map +0 -1
  490. package/dist-esm/src/dataLakeAnalyticsAccountManagementClient.d.ts.map +0 -1
  491. package/dist-esm/src/dataLakeAnalyticsAccountManagementClient.js.map +0 -1
  492. package/dist-esm/src/index.d.ts +0 -6
  493. package/dist-esm/src/index.d.ts.map +0 -1
  494. package/dist-esm/src/index.js.map +0 -1
  495. package/dist-esm/src/lroImpl.js.map +0 -1
  496. package/dist-esm/src/models/index.js.map +0 -1
  497. package/dist-esm/src/models/mappers.js.map +0 -1
  498. package/dist-esm/src/models/parameters.js.map +0 -1
  499. package/dist-esm/src/operations/accounts.d.ts.map +0 -1
  500. package/dist-esm/src/operations/accounts.js.map +0 -1
  501. package/dist-esm/src/operations/computePolicies.d.ts.map +0 -1
  502. package/dist-esm/src/operations/computePolicies.js.map +0 -1
  503. package/dist-esm/src/operations/dataLakeStoreAccounts.d.ts.map +0 -1
  504. package/dist-esm/src/operations/dataLakeStoreAccounts.js.map +0 -1
  505. package/dist-esm/src/operations/firewallRules.d.ts.map +0 -1
  506. package/dist-esm/src/operations/firewallRules.js.map +0 -1
  507. package/dist-esm/src/operations/index.d.ts +0 -8
  508. package/dist-esm/src/operations/index.d.ts.map +0 -1
  509. package/dist-esm/src/operations/index.js +0 -15
  510. package/dist-esm/src/operations/index.js.map +0 -1
  511. package/dist-esm/src/operations/locations.d.ts.map +0 -1
  512. package/dist-esm/src/operations/locations.js.map +0 -1
  513. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  514. package/dist-esm/src/operations/operations.js.map +0 -1
  515. package/dist-esm/src/operations/storageAccounts.d.ts.map +0 -1
  516. package/dist-esm/src/operations/storageAccounts.js.map +0 -1
  517. package/dist-esm/src/operationsInterfaces/accounts.d.ts.map +0 -1
  518. package/dist-esm/src/operationsInterfaces/accounts.js.map +0 -1
  519. package/dist-esm/src/operationsInterfaces/computePolicies.d.ts.map +0 -1
  520. package/dist-esm/src/operationsInterfaces/computePolicies.js.map +0 -1
  521. package/dist-esm/src/operationsInterfaces/dataLakeStoreAccounts.d.ts.map +0 -1
  522. package/dist-esm/src/operationsInterfaces/dataLakeStoreAccounts.js.map +0 -1
  523. package/dist-esm/src/operationsInterfaces/firewallRules.d.ts.map +0 -1
  524. package/dist-esm/src/operationsInterfaces/firewallRules.js.map +0 -1
  525. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -8
  526. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  527. package/dist-esm/src/operationsInterfaces/index.js +0 -15
  528. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  529. package/dist-esm/src/operationsInterfaces/locations.d.ts.map +0 -1
  530. package/dist-esm/src/operationsInterfaces/locations.js.map +0 -1
  531. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  532. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  533. package/dist-esm/src/operationsInterfaces/storageAccounts.d.ts.map +0 -1
  534. package/dist-esm/src/operationsInterfaces/storageAccounts.js.map +0 -1
  535. package/dist-esm/src/pagingHelper.js.map +0 -1
  536. package/dist-esm/test/datalake-analytics_examples.spec.d.ts +0 -4
  537. package/dist-esm/test/datalake-analytics_examples.spec.d.ts.map +0 -1
  538. package/dist-esm/test/datalake-analytics_examples.spec.js +0 -55
  539. package/dist-esm/test/datalake-analytics_examples.spec.js.map +0 -1
  540. package/rollup.config.js +0 -122
  541. package/src/dataLakeAnalyticsAccountManagementClient.ts +0 -169
  542. package/src/lroImpl.ts +0 -34
  543. package/src/models/index.ts +0 -1532
  544. package/src/models/mappers.ts +0 -2447
  545. package/src/models/parameters.ts +0 -300
  546. package/src/operations/accounts.ts +0 -784
  547. package/src/operations/computePolicies.ts +0 -395
  548. package/src/operations/dataLakeStoreAccounts.ts +0 -350
  549. package/src/operations/firewallRules.ts +0 -385
  550. package/src/operations/index.ts +0 -15
  551. package/src/operations/locations.ts +0 -71
  552. package/src/operations/operations.ts +0 -59
  553. package/src/operations/storageAccounts.ts +0 -864
  554. package/src/operationsInterfaces/accounts.ts +0 -155
  555. package/src/operationsInterfaces/computePolicies.ts +0 -95
  556. package/src/operationsInterfaces/dataLakeStoreAccounts.ts +0 -73
  557. package/src/operationsInterfaces/firewallRules.ts +0 -92
  558. package/src/operationsInterfaces/index.ts +0 -15
  559. package/src/operationsInterfaces/locations.ts +0 -26
  560. package/src/operationsInterfaces/operations.ts +0 -21
  561. package/src/operationsInterfaces/storageAccounts.ts +0 -147
  562. package/src/pagingHelper.ts +0 -39
  563. package/tsconfig.json +0 -33
  564. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  565. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  566. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  567. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  568. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  569. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  570. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  571. /package/{dist-esm/src → dist/browser}/operationsInterfaces/accounts.js +0 -0
  572. /package/{dist-esm/src → dist/browser}/operationsInterfaces/computePolicies.js +0 -0
  573. /package/{dist-esm/src → dist/browser}/operationsInterfaces/dataLakeStoreAccounts.js +0 -0
  574. /package/{dist-esm/src → dist/browser}/operationsInterfaces/firewallRules.js +0 -0
  575. /package/{dist-esm/src → dist/browser}/operationsInterfaces/locations.js +0 -0
  576. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  577. /package/{dist-esm/src → dist/browser}/operationsInterfaces/storageAccounts.js +0 -0
  578. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  579. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  580. /package/review/{arm-datalake-analytics.api.md → arm-datalake-analytics-node.api.md} +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"firewallRules.js","sourceRoot":"","sources":["../../../src/operations/firewallRules.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { FirewallRules } 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 FirewallRule,\n FirewallRulesListByAccountNextOptionalParams,\n FirewallRulesListByAccountOptionalParams,\n FirewallRulesListByAccountResponse,\n CreateOrUpdateFirewallRuleParameters,\n FirewallRulesCreateOrUpdateOptionalParams,\n FirewallRulesCreateOrUpdateResponse,\n FirewallRulesGetOptionalParams,\n FirewallRulesGetResponse,\n FirewallRulesUpdateOptionalParams,\n FirewallRulesUpdateResponse,\n FirewallRulesDeleteOptionalParams,\n FirewallRulesListByAccountNextResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing FirewallRules operations. */\nexport class FirewallRulesImpl implements FirewallRules {\n private readonly client: DataLakeAnalyticsAccountManagementClient;\n\n /**\n * Initialize a new instance of the class FirewallRules class.\n * @param client Reference to the service client\n */\n constructor(client: DataLakeAnalyticsAccountManagementClient) {\n this.client = client;\n }\n\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 public listByAccount(\n resourceGroupName: string,\n accountName: string,\n options?: FirewallRulesListByAccountOptionalParams\n ): PagedAsyncIterableIterator<FirewallRule> {\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?: FirewallRulesListByAccountOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<FirewallRule[]> {\n let result: FirewallRulesListByAccountResponse;\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?: FirewallRulesListByAccountOptionalParams\n ): AsyncIterableIterator<FirewallRule> {\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 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 private _listByAccount(\n resourceGroupName: string,\n accountName: string,\n options?: FirewallRulesListByAccountOptionalParams\n ): Promise<FirewallRulesListByAccountResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, accountName, options },\n listByAccountOperationSpec\n );\n }\n\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 return this.client.sendOperationRequest(\n { resourceGroupName, accountName, firewallRuleName, parameters, options },\n createOrUpdateOperationSpec\n );\n }\n\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 return this.client.sendOperationRequest(\n { resourceGroupName, accountName, firewallRuleName, options },\n getOperationSpec\n );\n }\n\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 return this.client.sendOperationRequest(\n { resourceGroupName, accountName, firewallRuleName, options },\n updateOperationSpec\n );\n }\n\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 return this.client.sendOperationRequest(\n { resourceGroupName, accountName, firewallRuleName, options },\n deleteOperationSpec\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?: FirewallRulesListByAccountNextOptionalParams\n ): Promise<FirewallRulesListByAccountNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, accountName, nextLink, options },\n listByAccountNextOperationSpec\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}/firewallRules\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.FirewallRuleListResult\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 ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/firewallRules/{firewallRuleName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.FirewallRule\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters8,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.firewallRuleName\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}/firewallRules/{firewallRuleName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.FirewallRule\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.firewallRuleName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/firewallRules/{firewallRuleName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.FirewallRule\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters9,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.firewallRuleName\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}/firewallRules/{firewallRuleName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\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.firewallRuleName\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.FirewallRuleListResult\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 ],\n headerParameters: [Parameters.accept],\n serializer\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/operations/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,18 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ const tslib_1 = require("tslib");
11
+ tslib_1.__exportStar(require("./accounts.js"), exports);
12
+ tslib_1.__exportStar(require("./dataLakeStoreAccounts.js"), exports);
13
+ tslib_1.__exportStar(require("./storageAccounts.js"), exports);
14
+ tslib_1.__exportStar(require("./computePolicies.js"), exports);
15
+ tslib_1.__exportStar(require("./firewallRules.js"), exports);
16
+ tslib_1.__exportStar(require("./operations.js"), exports);
17
+ tslib_1.__exportStar(require("./locations.js"), exports);
18
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;AAEH,wDAA8B;AAC9B,qEAA2C;AAC3C,+DAAqC;AACrC,+DAAqC;AACrC,6DAAmC;AACnC,0DAAgC;AAChC,yDAA+B","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"]}
@@ -0,0 +1,20 @@
1
+ import { Locations } from "../operationsInterfaces/index.js";
2
+ import { DataLakeAnalyticsAccountManagementClient } from "../dataLakeAnalyticsAccountManagementClient.js";
3
+ import { LocationsGetCapabilityOptionalParams, LocationsGetCapabilityResponse } from "../models/index.js";
4
+ /** Class containing Locations operations. */
5
+ export declare class LocationsImpl implements Locations {
6
+ private readonly client;
7
+ /**
8
+ * Initialize a new instance of the class Locations class.
9
+ * @param client Reference to the service client
10
+ */
11
+ constructor(client: DataLakeAnalyticsAccountManagementClient);
12
+ /**
13
+ * Gets subscription-level properties and limits for Data Lake Analytics specified by resource
14
+ * location.
15
+ * @param location The resource location without whitespace.
16
+ * @param options The options parameters.
17
+ */
18
+ getCapability(location: string, options?: LocationsGetCapabilityOptionalParams): Promise<LocationsGetCapabilityResponse>;
19
+ }
20
+ //# sourceMappingURL=locations.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"locations.d.ts","sourceRoot":"","sources":["../../../src/operations/locations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,SAAS,EAAE,MAAM,kCAAkC,CAAC;AAI7D,OAAO,EAAE,wCAAwC,EAAE,MAAM,gDAAgD,CAAC;AAC1G,OAAO,EACL,oCAAoC,EACpC,8BAA8B,EAC/B,MAAM,oBAAoB,CAAC;AAE5B,6CAA6C;AAC7C,qBAAa,aAAc,YAAW,SAAS;IAC7C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA2C;IAElE;;;OAGG;gBACS,MAAM,EAAE,wCAAwC;IAI5D;;;;;OAKG;IACH,aAAa,CACX,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,8BAA8B,CAAC;CAM3C"}
@@ -0,0 +1,59 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.LocationsImpl = void 0;
11
+ const tslib_1 = require("tslib");
12
+ const coreClient = tslib_1.__importStar(require("@azure/core-client"));
13
+ const Mappers = tslib_1.__importStar(require("../models/mappers.js"));
14
+ const Parameters = tslib_1.__importStar(require("../models/parameters.js"));
15
+ /** Class containing Locations operations. */
16
+ class LocationsImpl {
17
+ client;
18
+ /**
19
+ * Initialize a new instance of the class Locations class.
20
+ * @param client Reference to the service client
21
+ */
22
+ constructor(client) {
23
+ this.client = client;
24
+ }
25
+ /**
26
+ * Gets subscription-level properties and limits for Data Lake Analytics specified by resource
27
+ * location.
28
+ * @param location The resource location without whitespace.
29
+ * @param options The options parameters.
30
+ */
31
+ getCapability(location, options) {
32
+ return this.client.sendOperationRequest({ location, options }, getCapabilityOperationSpec);
33
+ }
34
+ }
35
+ exports.LocationsImpl = LocationsImpl;
36
+ // Operation Specifications
37
+ const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
38
+ const getCapabilityOperationSpec = {
39
+ path: "/subscriptions/{subscriptionId}/providers/Microsoft.DataLakeAnalytics/locations/{location}/capability",
40
+ httpMethod: "GET",
41
+ responses: {
42
+ 200: {
43
+ bodyMapper: Mappers.CapabilityInformation
44
+ },
45
+ 404: {},
46
+ default: {
47
+ bodyMapper: Mappers.ErrorResponse
48
+ }
49
+ },
50
+ queryParameters: [Parameters.apiVersion],
51
+ urlParameters: [
52
+ Parameters.$host,
53
+ Parameters.subscriptionId,
54
+ Parameters.location
55
+ ],
56
+ headerParameters: [Parameters.accept],
57
+ serializer
58
+ };
59
+ //# sourceMappingURL=locations.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"locations.js","sourceRoot":"","sources":["../../../src/operations/locations.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;;AAGH,uEAAiD;AACjD,sEAAgD;AAChD,4EAAsD;AAOtD,6CAA6C;AAC7C,MAAa,aAAa;IACP,MAAM,CAA2C;IAElE;;;OAGG;IACH,YAAY,MAAgD;QAC1D,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;;;OAKG;IACH,aAAa,CACX,QAAgB,EAChB,OAA8C;QAE9C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrB,0BAA0B,CAC3B,CAAC;IACJ,CAAC;CACF;AA1BD,sCA0BC;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,0BAA0B,GAA6B;IAC3D,IAAI,EACF,uGAAuG;IACzG,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,qBAAqB;SAC1C;QACD,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,QAAQ;KACpB;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 { Locations } 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 LocationsGetCapabilityOptionalParams,\n LocationsGetCapabilityResponse\n} from \"../models/index.js\";\n\n/** Class containing Locations operations. */\nexport class LocationsImpl implements Locations {\n private readonly client: DataLakeAnalyticsAccountManagementClient;\n\n /**\n * Initialize a new instance of the class Locations class.\n * @param client Reference to the service client\n */\n constructor(client: DataLakeAnalyticsAccountManagementClient) {\n this.client = client;\n }\n\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 return this.client.sendOperationRequest(\n { location, options },\n getCapabilityOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getCapabilityOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.DataLakeAnalytics/locations/{location}/capability\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.CapabilityInformation\n },\n 404: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.location\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}
@@ -0,0 +1,18 @@
1
+ import { Operations } from "../operationsInterfaces/index.js";
2
+ import { DataLakeAnalyticsAccountManagementClient } from "../dataLakeAnalyticsAccountManagementClient.js";
3
+ import { OperationsListOptionalParams, OperationsListResponse } from "../models/index.js";
4
+ /** Class containing Operations operations. */
5
+ export declare class OperationsImpl implements Operations {
6
+ private readonly client;
7
+ /**
8
+ * Initialize a new instance of the class Operations class.
9
+ * @param client Reference to the service client
10
+ */
11
+ constructor(client: DataLakeAnalyticsAccountManagementClient);
12
+ /**
13
+ * Lists all of the available Data Lake Analytics REST API operations.
14
+ * @param options The options parameters.
15
+ */
16
+ list(options?: OperationsListOptionalParams): Promise<OperationsListResponse>;
17
+ }
18
+ //# sourceMappingURL=operations.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operations/operations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAC;AAI9D,OAAO,EAAE,wCAAwC,EAAE,MAAM,gDAAgD,CAAC;AAC1G,OAAO,EACL,4BAA4B,EAC5B,sBAAsB,EACvB,MAAM,oBAAoB,CAAC;AAE5B,8CAA8C;AAC9C,qBAAa,cAAe,YAAW,UAAU;IAC/C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA2C;IAElE;;;OAGG;gBACS,MAAM,EAAE,wCAAwC;IAI5D;;;OAGG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,sBAAsB,CAAC;CAGnC"}
@@ -0,0 +1,52 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.OperationsImpl = void 0;
11
+ const tslib_1 = require("tslib");
12
+ const coreClient = tslib_1.__importStar(require("@azure/core-client"));
13
+ const Mappers = tslib_1.__importStar(require("../models/mappers.js"));
14
+ const Parameters = tslib_1.__importStar(require("../models/parameters.js"));
15
+ /** Class containing Operations operations. */
16
+ class OperationsImpl {
17
+ client;
18
+ /**
19
+ * Initialize a new instance of the class Operations class.
20
+ * @param client Reference to the service client
21
+ */
22
+ constructor(client) {
23
+ this.client = client;
24
+ }
25
+ /**
26
+ * Lists all of the available Data Lake Analytics REST API operations.
27
+ * @param options The options parameters.
28
+ */
29
+ list(options) {
30
+ return this.client.sendOperationRequest({ options }, listOperationSpec);
31
+ }
32
+ }
33
+ exports.OperationsImpl = OperationsImpl;
34
+ // Operation Specifications
35
+ const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
36
+ const listOperationSpec = {
37
+ path: "/providers/Microsoft.DataLakeAnalytics/operations",
38
+ httpMethod: "GET",
39
+ responses: {
40
+ 200: {
41
+ bodyMapper: Mappers.OperationListResult
42
+ },
43
+ default: {
44
+ bodyMapper: Mappers.ErrorResponse
45
+ }
46
+ },
47
+ queryParameters: [Parameters.apiVersion],
48
+ urlParameters: [Parameters.$host],
49
+ headerParameters: [Parameters.accept],
50
+ serializer
51
+ };
52
+ //# sourceMappingURL=operations.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../src/operations/operations.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;;AAGH,uEAAiD;AACjD,sEAAgD;AAChD,4EAAsD;AAOtD,8CAA8C;AAC9C,MAAa,cAAc;IACR,MAAM,CAA2C;IAElE;;;OAGG;IACH,YAAY,MAAgD;QAC1D,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;OAGG;IACH,IAAI,CACF,OAAsC;QAEtC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAE,iBAAiB,CAAC,CAAC;IAC1E,CAAC;CACF;AApBD,wCAoBC;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,iBAAiB,GAA6B;IAClD,IAAI,EAAE,mDAAmD;IACzD,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,mBAAmB;SACxC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE,CAAC,UAAU,CAAC,KAAK,CAAC;IACjC,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 { Operations } 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 OperationsListOptionalParams,\n OperationsListResponse\n} from \"../models/index.js\";\n\n/** Class containing Operations operations. */\nexport class OperationsImpl implements Operations {\n private readonly client: DataLakeAnalyticsAccountManagementClient;\n\n /**\n * Initialize a new instance of the class Operations class.\n * @param client Reference to the service client\n */\n constructor(client: DataLakeAnalyticsAccountManagementClient) {\n this.client = client;\n }\n\n /**\n * Lists all of the available Data Lake Analytics REST API operations.\n * @param options The options parameters.\n */\n list(\n options?: OperationsListOptionalParams\n ): Promise<OperationsListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.DataLakeAnalytics/operations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}
@@ -0,0 +1,153 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { StorageAccounts } from "../operationsInterfaces/index.js";
3
+ import { DataLakeAnalyticsAccountManagementClient } from "../dataLakeAnalyticsAccountManagementClient.js";
4
+ import { StorageAccountInformation, StorageAccountsListByAccountOptionalParams, StorageContainer, StorageAccountsListStorageContainersOptionalParams, SasTokenInformation, StorageAccountsListSasTokensOptionalParams, AddStorageAccountParameters, StorageAccountsAddOptionalParams, StorageAccountsGetOptionalParams, StorageAccountsGetResponse, StorageAccountsUpdateOptionalParams, StorageAccountsDeleteOptionalParams, StorageAccountsGetStorageContainerOptionalParams, StorageAccountsGetStorageContainerResponse } from "../models/index.js";
5
+ /** Class containing StorageAccounts operations. */
6
+ export declare class StorageAccountsImpl implements StorageAccounts {
7
+ private readonly client;
8
+ /**
9
+ * Initialize a new instance of the class StorageAccounts class.
10
+ * @param client Reference to the service client
11
+ */
12
+ constructor(client: DataLakeAnalyticsAccountManagementClient);
13
+ /**
14
+ * Gets the first page of Azure Storage accounts, if any, linked to the specified Data Lake Analytics
15
+ * account. The response includes a link to the next page, if any.
16
+ * @param resourceGroupName The name of the Azure resource group.
17
+ * @param accountName The name of the Data Lake Analytics account.
18
+ * @param options The options parameters.
19
+ */
20
+ listByAccount(resourceGroupName: string, accountName: string, options?: StorageAccountsListByAccountOptionalParams): PagedAsyncIterableIterator<StorageAccountInformation>;
21
+ private listByAccountPagingPage;
22
+ private listByAccountPagingAll;
23
+ /**
24
+ * Lists the Azure Storage containers, if any, associated with the specified Data Lake Analytics and
25
+ * Azure Storage account combination. The response includes a link to the next page of results, if any.
26
+ * @param resourceGroupName The name of the Azure resource group.
27
+ * @param accountName The name of the Data Lake Analytics account.
28
+ * @param storageAccountName The name of the Azure storage account from which to list blob containers.
29
+ * @param options The options parameters.
30
+ */
31
+ listStorageContainers(resourceGroupName: string, accountName: string, storageAccountName: string, options?: StorageAccountsListStorageContainersOptionalParams): PagedAsyncIterableIterator<StorageContainer>;
32
+ private listStorageContainersPagingPage;
33
+ private listStorageContainersPagingAll;
34
+ /**
35
+ * Gets the SAS token associated with the specified Data Lake Analytics and Azure Storage account and
36
+ * container combination.
37
+ * @param resourceGroupName The name of the Azure resource group.
38
+ * @param accountName The name of the Data Lake Analytics account.
39
+ * @param storageAccountName The name of the Azure storage account for which the SAS token is being
40
+ * requested.
41
+ * @param containerName The name of the Azure storage container for which the SAS token is being
42
+ * requested.
43
+ * @param options The options parameters.
44
+ */
45
+ listSasTokens(resourceGroupName: string, accountName: string, storageAccountName: string, containerName: string, options?: StorageAccountsListSasTokensOptionalParams): PagedAsyncIterableIterator<SasTokenInformation>;
46
+ private listSasTokensPagingPage;
47
+ private listSasTokensPagingAll;
48
+ /**
49
+ * Gets the first page of Azure Storage accounts, if any, linked to the specified Data Lake Analytics
50
+ * account. The response includes a link to the next page, if any.
51
+ * @param resourceGroupName The name of the Azure resource group.
52
+ * @param accountName The name of the Data Lake Analytics account.
53
+ * @param options The options parameters.
54
+ */
55
+ private _listByAccount;
56
+ /**
57
+ * Updates the specified Data Lake Analytics account to add an Azure Storage account.
58
+ * @param resourceGroupName The name of the Azure resource group.
59
+ * @param accountName The name of the Data Lake Analytics account.
60
+ * @param storageAccountName The name of the Azure Storage account to add
61
+ * @param parameters The parameters containing the access key and optional suffix for the Azure Storage
62
+ * Account.
63
+ * @param options The options parameters.
64
+ */
65
+ add(resourceGroupName: string, accountName: string, storageAccountName: string, parameters: AddStorageAccountParameters, options?: StorageAccountsAddOptionalParams): Promise<void>;
66
+ /**
67
+ * Gets the specified Azure Storage account linked to the given Data Lake Analytics account.
68
+ * @param resourceGroupName The name of the Azure resource group.
69
+ * @param accountName The name of the Data Lake Analytics account.
70
+ * @param storageAccountName The name of the Azure Storage account for which to retrieve the details.
71
+ * @param options The options parameters.
72
+ */
73
+ get(resourceGroupName: string, accountName: string, storageAccountName: string, options?: StorageAccountsGetOptionalParams): Promise<StorageAccountsGetResponse>;
74
+ /**
75
+ * Updates the Data Lake Analytics account to replace Azure Storage blob account details, such as the
76
+ * access key and/or suffix.
77
+ * @param resourceGroupName The name of the Azure resource group.
78
+ * @param accountName The name of the Data Lake Analytics account.
79
+ * @param storageAccountName The Azure Storage account to modify
80
+ * @param options The options parameters.
81
+ */
82
+ update(resourceGroupName: string, accountName: string, storageAccountName: string, options?: StorageAccountsUpdateOptionalParams): Promise<void>;
83
+ /**
84
+ * Updates the specified Data Lake Analytics account to remove an Azure Storage account.
85
+ * @param resourceGroupName The name of the Azure resource group.
86
+ * @param accountName The name of the Data Lake Analytics account.
87
+ * @param storageAccountName The name of the Azure Storage account to remove
88
+ * @param options The options parameters.
89
+ */
90
+ delete(resourceGroupName: string, accountName: string, storageAccountName: string, options?: StorageAccountsDeleteOptionalParams): Promise<void>;
91
+ /**
92
+ * Lists the Azure Storage containers, if any, associated with the specified Data Lake Analytics and
93
+ * Azure Storage account combination. The response includes a link to the next page of results, if any.
94
+ * @param resourceGroupName The name of the Azure resource group.
95
+ * @param accountName The name of the Data Lake Analytics account.
96
+ * @param storageAccountName The name of the Azure storage account from which to list blob containers.
97
+ * @param options The options parameters.
98
+ */
99
+ private _listStorageContainers;
100
+ /**
101
+ * Gets the specified Azure Storage container associated with the given Data Lake Analytics and Azure
102
+ * Storage accounts.
103
+ * @param resourceGroupName The name of the Azure resource group.
104
+ * @param accountName The name of the Data Lake Analytics account.
105
+ * @param storageAccountName The name of the Azure storage account from which to retrieve the blob
106
+ * container.
107
+ * @param containerName The name of the Azure storage container to retrieve
108
+ * @param options The options parameters.
109
+ */
110
+ getStorageContainer(resourceGroupName: string, accountName: string, storageAccountName: string, containerName: string, options?: StorageAccountsGetStorageContainerOptionalParams): Promise<StorageAccountsGetStorageContainerResponse>;
111
+ /**
112
+ * Gets the SAS token associated with the specified Data Lake Analytics and Azure Storage account and
113
+ * container combination.
114
+ * @param resourceGroupName The name of the Azure resource group.
115
+ * @param accountName The name of the Data Lake Analytics account.
116
+ * @param storageAccountName The name of the Azure storage account for which the SAS token is being
117
+ * requested.
118
+ * @param containerName The name of the Azure storage container for which the SAS token is being
119
+ * requested.
120
+ * @param options The options parameters.
121
+ */
122
+ private _listSasTokens;
123
+ /**
124
+ * ListByAccountNext
125
+ * @param resourceGroupName The name of the Azure resource group.
126
+ * @param accountName The name of the Data Lake Analytics account.
127
+ * @param nextLink The nextLink from the previous successful call to the ListByAccount method.
128
+ * @param options The options parameters.
129
+ */
130
+ private _listByAccountNext;
131
+ /**
132
+ * ListStorageContainersNext
133
+ * @param resourceGroupName The name of the Azure resource group.
134
+ * @param accountName The name of the Data Lake Analytics account.
135
+ * @param storageAccountName The name of the Azure storage account from which to list blob containers.
136
+ * @param nextLink The nextLink from the previous successful call to the ListStorageContainers method.
137
+ * @param options The options parameters.
138
+ */
139
+ private _listStorageContainersNext;
140
+ /**
141
+ * ListSasTokensNext
142
+ * @param resourceGroupName The name of the Azure resource group.
143
+ * @param accountName The name of the Data Lake Analytics account.
144
+ * @param storageAccountName The name of the Azure storage account for which the SAS token is being
145
+ * requested.
146
+ * @param containerName The name of the Azure storage container for which the SAS token is being
147
+ * requested.
148
+ * @param nextLink The nextLink from the previous successful call to the ListSasTokens method.
149
+ * @param options The options parameters.
150
+ */
151
+ private _listSasTokensNext;
152
+ }
153
+ //# sourceMappingURL=storageAccounts.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"storageAccounts.d.ts","sourceRoot":"","sources":["../../../src/operations/storageAccounts.ts"],"names":[],"mappings":"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"}