@azure/arm-hdinsight 1.3.0-beta.3 → 2.0.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1016) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +11 -12
  3. package/dist/browser/api/applications/index.d.ts +3 -0
  4. package/dist/browser/api/applications/index.js +4 -0
  5. package/dist/browser/api/applications/index.js.map +1 -0
  6. package/dist/browser/api/applications/operations.d.ts +27 -0
  7. package/dist/browser/api/applications/operations.js +165 -0
  8. package/dist/browser/api/applications/operations.js.map +1 -0
  9. package/dist/browser/api/applications/options.d.ts +21 -0
  10. package/dist/browser/api/applications/options.js +4 -0
  11. package/dist/browser/api/applications/options.js.map +1 -0
  12. package/dist/browser/api/clusters/index.d.ts +3 -0
  13. package/dist/browser/api/clusters/index.js +4 -0
  14. package/dist/browser/api/clusters/index.js.map +1 -0
  15. package/dist/browser/api/clusters/operations.d.ts +63 -0
  16. package/dist/browser/api/clusters/operations.js +453 -0
  17. package/dist/browser/api/clusters/operations.js.map +1 -0
  18. package/dist/browser/api/clusters/options.d.ts +60 -0
  19. package/dist/browser/api/clusters/options.js +4 -0
  20. package/dist/browser/api/clusters/options.js.map +1 -0
  21. package/dist/browser/api/configurations/index.d.ts +3 -0
  22. package/dist/browser/api/configurations/index.js +4 -0
  23. package/dist/browser/api/configurations/index.js.map +1 -0
  24. package/dist/browser/api/configurations/operations.d.ts +18 -0
  25. package/dist/browser/api/configurations/operations.js +99 -0
  26. package/dist/browser/api/configurations/operations.js.map +1 -0
  27. package/dist/browser/api/configurations/options.d.ts +13 -0
  28. package/dist/browser/api/configurations/options.js +4 -0
  29. package/dist/browser/api/configurations/options.js.map +1 -0
  30. package/dist/browser/api/extensions/index.d.ts +3 -0
  31. package/dist/browser/api/extensions/index.js +4 -0
  32. package/dist/browser/api/extensions/index.js.map +1 -0
  33. package/dist/browser/api/extensions/operations.d.ts +58 -0
  34. package/dist/browser/api/extensions/operations.js +408 -0
  35. package/dist/browser/api/extensions/operations.js.map +1 -0
  36. package/dist/browser/api/extensions/options.d.ts +57 -0
  37. package/dist/browser/api/extensions/options.js +4 -0
  38. package/dist/browser/api/extensions/options.js.map +1 -0
  39. package/dist/browser/api/hdInsightManagementContext.d.ts +22 -0
  40. package/dist/browser/api/hdInsightManagementContext.js +24 -0
  41. package/dist/browser/api/hdInsightManagementContext.js.map +1 -0
  42. package/dist/browser/api/index.d.ts +3 -0
  43. package/dist/browser/api/index.js +4 -0
  44. package/dist/browser/api/index.js.map +1 -0
  45. package/dist/browser/api/locations/index.d.ts +3 -0
  46. package/dist/browser/api/locations/index.js +4 -0
  47. package/dist/browser/api/locations/index.js.map +1 -0
  48. package/dist/browser/api/locations/operations.d.ts +29 -0
  49. package/dist/browser/api/locations/operations.js +173 -0
  50. package/dist/browser/api/locations/operations.js.map +1 -0
  51. package/dist/browser/api/locations/options.d.ts +20 -0
  52. package/dist/browser/api/locations/options.js +4 -0
  53. package/dist/browser/api/locations/options.js.map +1 -0
  54. package/dist/browser/api/operations/index.d.ts +3 -0
  55. package/dist/browser/api/operations/index.js +4 -0
  56. package/dist/browser/api/operations/index.js.map +1 -0
  57. package/dist/browser/api/operations/operations.d.ts +10 -0
  58. package/dist/browser/api/operations/operations.js +35 -0
  59. package/dist/browser/api/operations/operations.js.map +1 -0
  60. package/dist/browser/api/operations/options.d.ts +5 -0
  61. package/dist/browser/api/operations/options.js +4 -0
  62. package/dist/browser/api/operations/options.js.map +1 -0
  63. package/dist/browser/api/privateEndpointConnections/index.d.ts +3 -0
  64. package/dist/browser/api/privateEndpointConnections/index.js +4 -0
  65. package/dist/browser/api/privateEndpointConnections/index.js.map +1 -0
  66. package/dist/browser/api/privateEndpointConnections/operations.d.ts +23 -0
  67. package/dist/browser/api/privateEndpointConnections/operations.js +135 -0
  68. package/dist/browser/api/privateEndpointConnections/operations.js.map +1 -0
  69. package/dist/browser/api/privateEndpointConnections/options.d.ts +18 -0
  70. package/dist/browser/api/privateEndpointConnections/options.js +4 -0
  71. package/dist/browser/api/privateEndpointConnections/options.js.map +1 -0
  72. package/dist/browser/api/privateLinkResources/index.d.ts +3 -0
  73. package/dist/browser/api/privateLinkResources/index.js +4 -0
  74. package/dist/browser/api/privateLinkResources/index.js.map +1 -0
  75. package/dist/browser/api/privateLinkResources/operations.d.ts +13 -0
  76. package/dist/browser/api/privateLinkResources/operations.js +63 -0
  77. package/dist/browser/api/privateLinkResources/operations.js.map +1 -0
  78. package/dist/browser/api/privateLinkResources/options.d.ts +8 -0
  79. package/dist/browser/api/privateLinkResources/options.js +4 -0
  80. package/dist/browser/api/privateLinkResources/options.js.map +1 -0
  81. package/dist/browser/api/scriptActions/index.d.ts +3 -0
  82. package/dist/browser/api/scriptActions/index.js +4 -0
  83. package/dist/browser/api/scriptActions/index.js.map +1 -0
  84. package/dist/browser/api/scriptActions/operations.d.ts +22 -0
  85. package/dist/browser/api/scriptActions/operations.js +122 -0
  86. package/dist/browser/api/scriptActions/operations.js.map +1 -0
  87. package/dist/browser/api/scriptActions/options.d.ts +14 -0
  88. package/dist/browser/api/scriptActions/options.js +4 -0
  89. package/dist/browser/api/scriptActions/options.js.map +1 -0
  90. package/dist/browser/api/scriptExecutionHistory/index.d.ts +3 -0
  91. package/dist/browser/api/scriptExecutionHistory/index.js +4 -0
  92. package/dist/browser/api/scriptExecutionHistory/index.js.map +1 -0
  93. package/dist/browser/api/scriptExecutionHistory/operations.d.ts +14 -0
  94. package/dist/browser/api/scriptExecutionHistory/operations.js +64 -0
  95. package/dist/browser/api/scriptExecutionHistory/operations.js.map +1 -0
  96. package/dist/browser/api/scriptExecutionHistory/options.d.ts +8 -0
  97. package/dist/browser/api/scriptExecutionHistory/options.js +4 -0
  98. package/dist/browser/api/scriptExecutionHistory/options.js.map +1 -0
  99. package/dist/browser/api/virtualMachines/index.d.ts +3 -0
  100. package/dist/browser/api/virtualMachines/index.js +4 -0
  101. package/dist/browser/api/virtualMachines/index.js.map +1 -0
  102. package/dist/browser/api/virtualMachines/operations.d.ts +18 -0
  103. package/dist/browser/api/virtualMachines/operations.js +100 -0
  104. package/dist/browser/api/virtualMachines/operations.js.map +1 -0
  105. package/dist/browser/api/virtualMachines/options.d.ts +13 -0
  106. package/dist/browser/api/virtualMachines/options.js +4 -0
  107. package/dist/browser/api/virtualMachines/options.js.map +1 -0
  108. package/dist/browser/classic/applications/index.d.ts +29 -0
  109. package/dist/browser/classic/applications/index.js +35 -0
  110. package/dist/browser/classic/applications/index.js.map +1 -0
  111. package/dist/browser/classic/clusters/index.d.ts +71 -0
  112. package/dist/browser/classic/clusters/index.js +92 -0
  113. package/dist/browser/classic/clusters/index.js.map +1 -0
  114. package/dist/browser/classic/configurations/index.d.ts +20 -0
  115. package/dist/browser/classic/configurations/index.js +25 -0
  116. package/dist/browser/classic/configurations/index.js.map +1 -0
  117. package/dist/browser/classic/extensions/index.d.ts +68 -0
  118. package/dist/browser/classic/extensions/index.js +91 -0
  119. package/dist/browser/classic/extensions/index.js.map +1 -0
  120. package/dist/browser/classic/index.d.ts +12 -0
  121. package/dist/browser/classic/index.js +4 -0
  122. package/dist/browser/classic/index.js.map +1 -0
  123. package/dist/browser/classic/locations/index.d.ts +20 -0
  124. package/dist/browser/classic/locations/index.js +19 -0
  125. package/dist/browser/classic/locations/index.js.map +1 -0
  126. package/dist/browser/classic/operations/index.d.ts +11 -0
  127. package/dist/browser/classic/operations/index.js +14 -0
  128. package/dist/browser/classic/operations/index.js.map +1 -0
  129. package/dist/browser/classic/privateEndpointConnections/index.d.ts +27 -0
  130. package/dist/browser/classic/privateEndpointConnections/index.js +34 -0
  131. package/dist/browser/classic/privateEndpointConnections/index.js.map +1 -0
  132. package/dist/browser/classic/privateLinkResources/index.d.ts +12 -0
  133. package/dist/browser/classic/privateLinkResources/index.js +15 -0
  134. package/dist/browser/classic/privateLinkResources/index.js.map +1 -0
  135. package/dist/browser/classic/scriptActions/index.d.ts +17 -0
  136. package/dist/browser/classic/scriptActions/index.js +17 -0
  137. package/dist/browser/classic/scriptActions/index.js.map +1 -0
  138. package/dist/browser/classic/scriptExecutionHistory/index.d.ts +13 -0
  139. package/dist/browser/classic/scriptExecutionHistory/index.js +15 -0
  140. package/dist/browser/classic/scriptExecutionHistory/index.js.map +1 -0
  141. package/dist/browser/classic/virtualMachines/index.d.ts +20 -0
  142. package/dist/browser/classic/virtualMachines/index.js +25 -0
  143. package/dist/browser/classic/virtualMachines/index.js.map +1 -0
  144. package/dist/browser/hdInsightManagementClient.d.ts +45 -0
  145. package/dist/browser/hdInsightManagementClient.js +73 -0
  146. package/dist/browser/hdInsightManagementClient.js.map +1 -0
  147. package/dist/browser/index.d.ts +24 -4
  148. package/dist/browser/index.js +7 -12
  149. package/dist/browser/index.js.map +1 -1
  150. package/dist/browser/logger.d.ts +2 -0
  151. package/dist/browser/logger.js +5 -0
  152. package/dist/browser/logger.js.map +1 -0
  153. package/dist/browser/models/index.d.ts +2 -2073
  154. package/dist/browser/models/index.js +3 -197
  155. package/dist/browser/models/index.js.map +1 -1
  156. package/dist/browser/models/models.d.ts +1741 -0
  157. package/dist/browser/models/models.js +2021 -0
  158. package/dist/browser/models/models.js.map +1 -0
  159. package/dist/browser/restorePollerHelpers.d.ts +21 -0
  160. package/dist/browser/restorePollerHelpers.js +129 -0
  161. package/dist/browser/restorePollerHelpers.js.map +1 -0
  162. package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
  163. package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
  164. package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
  165. package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
  166. package/dist/browser/static-helpers/pagingHelpers.js +143 -0
  167. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
  168. package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
  169. package/dist/browser/static-helpers/pollingHelpers.js +95 -0
  170. package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
  171. package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  172. package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
  173. package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  174. package/dist/browser/static-helpers/simplePollerHelpers.d.ts +73 -0
  175. package/dist/browser/static-helpers/simplePollerHelpers.js +44 -0
  176. package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -0
  177. package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
  178. package/dist/browser/static-helpers/urlTemplate.js +200 -0
  179. package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
  180. package/dist/commonjs/api/applications/index.d.ts +3 -0
  181. package/dist/commonjs/api/applications/index.js +36 -0
  182. package/dist/commonjs/api/applications/index.js.map +7 -0
  183. package/dist/commonjs/api/applications/operations.d.ts +27 -0
  184. package/dist/commonjs/api/applications/operations.js +245 -0
  185. package/dist/commonjs/api/applications/operations.js.map +7 -0
  186. package/dist/commonjs/api/applications/options.d.ts +21 -0
  187. package/dist/commonjs/api/applications/options.js +16 -0
  188. package/dist/commonjs/api/applications/options.js.map +7 -0
  189. package/dist/commonjs/api/clusters/index.d.ts +3 -0
  190. package/dist/commonjs/api/clusters/index.js +54 -0
  191. package/dist/commonjs/api/clusters/index.js.map +7 -0
  192. package/dist/commonjs/api/clusters/operations.d.ts +63 -0
  193. package/dist/commonjs/api/clusters/operations.js +642 -0
  194. package/dist/commonjs/api/clusters/operations.js.map +7 -0
  195. package/dist/commonjs/api/clusters/options.d.ts +60 -0
  196. package/dist/commonjs/api/clusters/options.js +16 -0
  197. package/dist/commonjs/api/clusters/options.js.map +7 -0
  198. package/dist/commonjs/api/configurations/index.d.ts +3 -0
  199. package/dist/commonjs/api/configurations/index.js +32 -0
  200. package/dist/commonjs/api/configurations/index.js.map +7 -0
  201. package/dist/commonjs/api/configurations/operations.d.ts +18 -0
  202. package/dist/commonjs/api/configurations/operations.js +154 -0
  203. package/dist/commonjs/api/configurations/operations.js.map +7 -0
  204. package/dist/commonjs/api/configurations/options.d.ts +13 -0
  205. package/dist/commonjs/api/configurations/options.js +16 -0
  206. package/dist/commonjs/api/configurations/options.js.map +7 -0
  207. package/dist/commonjs/api/extensions/index.d.ts +3 -0
  208. package/dist/commonjs/api/extensions/index.js +52 -0
  209. package/dist/commonjs/api/extensions/index.js.map +7 -0
  210. package/dist/commonjs/api/extensions/operations.d.ts +58 -0
  211. package/dist/commonjs/api/extensions/operations.js +564 -0
  212. package/dist/commonjs/api/extensions/operations.js.map +7 -0
  213. package/dist/commonjs/api/extensions/options.d.ts +57 -0
  214. package/dist/commonjs/api/extensions/options.js +16 -0
  215. package/dist/commonjs/api/extensions/options.js.map +7 -0
  216. package/dist/commonjs/api/hdInsightManagementContext.d.ts +22 -0
  217. package/dist/commonjs/api/hdInsightManagementContext.js +45 -0
  218. package/dist/commonjs/api/hdInsightManagementContext.js.map +7 -0
  219. package/dist/commonjs/api/index.d.ts +3 -0
  220. package/dist/commonjs/api/index.js +28 -0
  221. package/dist/commonjs/api/index.js.map +7 -0
  222. package/dist/commonjs/api/locations/index.d.ts +3 -0
  223. package/dist/commonjs/api/locations/index.js +38 -0
  224. package/dist/commonjs/api/locations/index.js.map +7 -0
  225. package/dist/commonjs/api/locations/operations.d.ts +29 -0
  226. package/dist/commonjs/api/locations/operations.js +249 -0
  227. package/dist/commonjs/api/locations/operations.js.map +7 -0
  228. package/dist/commonjs/api/locations/options.d.ts +20 -0
  229. package/dist/commonjs/api/locations/options.js +16 -0
  230. package/dist/commonjs/api/locations/options.js.map +7 -0
  231. package/dist/commonjs/api/operations/index.d.ts +3 -0
  232. package/dist/commonjs/api/operations/index.js +28 -0
  233. package/dist/commonjs/api/operations/index.js.map +7 -0
  234. package/dist/commonjs/api/operations/operations.d.ts +10 -0
  235. package/dist/commonjs/api/operations/operations.js +72 -0
  236. package/dist/commonjs/api/operations/operations.js.map +7 -0
  237. package/dist/commonjs/api/operations/options.d.ts +5 -0
  238. package/dist/commonjs/api/operations/options.js +16 -0
  239. package/dist/commonjs/api/operations/options.js.map +7 -0
  240. package/dist/commonjs/api/privateEndpointConnections/index.d.ts +3 -0
  241. package/dist/commonjs/api/privateEndpointConnections/index.js +34 -0
  242. package/dist/commonjs/api/privateEndpointConnections/index.js.map +7 -0
  243. package/dist/commonjs/api/privateEndpointConnections/operations.d.ts +23 -0
  244. package/dist/commonjs/api/privateEndpointConnections/operations.js +212 -0
  245. package/dist/commonjs/api/privateEndpointConnections/operations.js.map +7 -0
  246. package/dist/commonjs/api/privateEndpointConnections/options.d.ts +18 -0
  247. package/dist/commonjs/api/privateEndpointConnections/options.js +16 -0
  248. package/dist/commonjs/api/privateEndpointConnections/options.js.map +7 -0
  249. package/dist/commonjs/api/privateLinkResources/index.d.ts +3 -0
  250. package/dist/commonjs/api/privateLinkResources/index.js +30 -0
  251. package/dist/commonjs/api/privateLinkResources/index.js.map +7 -0
  252. package/dist/commonjs/api/privateLinkResources/operations.d.ts +13 -0
  253. package/dist/commonjs/api/privateLinkResources/operations.js +109 -0
  254. package/dist/commonjs/api/privateLinkResources/operations.js.map +7 -0
  255. package/dist/commonjs/api/privateLinkResources/options.d.ts +8 -0
  256. package/dist/commonjs/api/privateLinkResources/options.js +16 -0
  257. package/dist/commonjs/api/privateLinkResources/options.js.map +7 -0
  258. package/dist/commonjs/api/scriptActions/index.d.ts +3 -0
  259. package/dist/commonjs/api/scriptActions/index.js +34 -0
  260. package/dist/commonjs/api/scriptActions/index.js.map +7 -0
  261. package/dist/commonjs/api/scriptActions/operations.d.ts +22 -0
  262. package/dist/commonjs/api/scriptActions/operations.js +198 -0
  263. package/dist/commonjs/api/scriptActions/operations.js.map +7 -0
  264. package/dist/commonjs/api/scriptActions/options.d.ts +14 -0
  265. package/dist/commonjs/api/scriptActions/options.js +16 -0
  266. package/dist/commonjs/api/scriptActions/options.js.map +7 -0
  267. package/dist/commonjs/api/scriptExecutionHistory/index.d.ts +3 -0
  268. package/dist/commonjs/api/scriptExecutionHistory/index.js +30 -0
  269. package/dist/commonjs/api/scriptExecutionHistory/index.js.map +7 -0
  270. package/dist/commonjs/api/scriptExecutionHistory/operations.d.ts +14 -0
  271. package/dist/commonjs/api/scriptExecutionHistory/operations.js +116 -0
  272. package/dist/commonjs/api/scriptExecutionHistory/operations.js.map +7 -0
  273. package/dist/commonjs/api/scriptExecutionHistory/options.d.ts +8 -0
  274. package/dist/commonjs/api/scriptExecutionHistory/options.js +16 -0
  275. package/dist/commonjs/api/scriptExecutionHistory/options.js.map +7 -0
  276. package/dist/commonjs/api/virtualMachines/index.d.ts +3 -0
  277. package/dist/commonjs/api/virtualMachines/index.js +32 -0
  278. package/dist/commonjs/api/virtualMachines/index.js.map +7 -0
  279. package/dist/commonjs/api/virtualMachines/operations.d.ts +18 -0
  280. package/dist/commonjs/api/virtualMachines/operations.js +155 -0
  281. package/dist/commonjs/api/virtualMachines/operations.js.map +7 -0
  282. package/dist/commonjs/api/virtualMachines/options.d.ts +13 -0
  283. package/dist/commonjs/api/virtualMachines/options.js +16 -0
  284. package/dist/commonjs/api/virtualMachines/options.js.map +7 -0
  285. package/dist/commonjs/classic/applications/index.d.ts +29 -0
  286. package/dist/commonjs/classic/applications/index.js +80 -0
  287. package/dist/commonjs/classic/applications/index.js.map +7 -0
  288. package/dist/commonjs/classic/clusters/index.d.ts +71 -0
  289. package/dist/commonjs/classic/clusters/index.js +185 -0
  290. package/dist/commonjs/classic/clusters/index.js.map +7 -0
  291. package/dist/commonjs/classic/configurations/index.d.ts +20 -0
  292. package/dist/commonjs/classic/configurations/index.js +63 -0
  293. package/dist/commonjs/classic/configurations/index.js.map +7 -0
  294. package/dist/commonjs/classic/extensions/index.d.ts +68 -0
  295. package/dist/commonjs/classic/extensions/index.js +154 -0
  296. package/dist/commonjs/classic/extensions/index.js.map +7 -0
  297. package/dist/commonjs/classic/index.d.ts +12 -0
  298. package/dist/commonjs/classic/index.js +16 -0
  299. package/dist/commonjs/classic/index.js.map +7 -0
  300. package/dist/commonjs/classic/locations/index.d.ts +20 -0
  301. package/dist/commonjs/classic/locations/index.js +43 -0
  302. package/dist/commonjs/classic/locations/index.js.map +7 -0
  303. package/dist/commonjs/classic/operations/index.d.ts +11 -0
  304. package/dist/commonjs/classic/operations/index.js +38 -0
  305. package/dist/commonjs/classic/operations/index.js.map +7 -0
  306. package/dist/commonjs/classic/privateEndpointConnections/index.d.ts +27 -0
  307. package/dist/commonjs/classic/privateEndpointConnections/index.js +91 -0
  308. package/dist/commonjs/classic/privateEndpointConnections/index.js.map +7 -0
  309. package/dist/commonjs/classic/privateLinkResources/index.d.ts +12 -0
  310. package/dist/commonjs/classic/privateLinkResources/index.js +39 -0
  311. package/dist/commonjs/classic/privateLinkResources/index.js.map +7 -0
  312. package/dist/commonjs/classic/scriptActions/index.d.ts +17 -0
  313. package/dist/commonjs/classic/scriptActions/index.js +47 -0
  314. package/dist/commonjs/classic/scriptActions/index.js.map +7 -0
  315. package/dist/commonjs/classic/scriptExecutionHistory/index.d.ts +13 -0
  316. package/dist/commonjs/classic/scriptExecutionHistory/index.js +39 -0
  317. package/dist/commonjs/classic/scriptExecutionHistory/index.js.map +7 -0
  318. package/dist/commonjs/classic/virtualMachines/index.d.ts +20 -0
  319. package/dist/commonjs/classic/virtualMachines/index.js +49 -0
  320. package/dist/commonjs/classic/virtualMachines/index.js.map +7 -0
  321. package/dist/commonjs/hdInsightManagementClient.d.ts +45 -0
  322. package/dist/commonjs/hdInsightManagementClient.js +94 -0
  323. package/dist/commonjs/hdInsightManagementClient.js.map +7 -0
  324. package/dist/commonjs/index.d.ts +24 -4
  325. package/dist/commonjs/index.js +73 -19
  326. package/dist/commonjs/index.js.map +7 -1
  327. package/dist/commonjs/logger.d.ts +2 -0
  328. package/dist/commonjs/logger.js +29 -0
  329. package/dist/commonjs/logger.js.map +7 -0
  330. package/dist/commonjs/models/index.d.ts +2 -2073
  331. package/dist/commonjs/models/index.js +64 -201
  332. package/dist/commonjs/models/index.js.map +7 -1
  333. package/dist/commonjs/models/models.d.ts +1741 -0
  334. package/dist/commonjs/models/models.js +2180 -0
  335. package/dist/commonjs/models/models.js.map +7 -0
  336. package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
  337. package/dist/commonjs/restorePollerHelpers.js +142 -0
  338. package/dist/commonjs/restorePollerHelpers.js.map +7 -0
  339. package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
  340. package/dist/commonjs/static-helpers/cloudSettingHelpers.js +52 -0
  341. package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
  342. package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
  343. package/dist/commonjs/static-helpers/pagingHelpers.js +143 -0
  344. package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
  345. package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
  346. package/dist/commonjs/static-helpers/pollingHelpers.js +101 -0
  347. package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
  348. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  349. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +35 -0
  350. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -0
  351. package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
  352. package/dist/commonjs/static-helpers/simplePollerHelpers.js +67 -0
  353. package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +7 -0
  354. package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
  355. package/dist/commonjs/static-helpers/urlTemplate.js +197 -0
  356. package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
  357. package/dist/commonjs/tsdoc-metadata.json +1 -1
  358. package/dist/esm/api/applications/index.d.ts +3 -0
  359. package/dist/esm/api/applications/index.js +4 -0
  360. package/dist/esm/api/applications/index.js.map +1 -0
  361. package/dist/esm/api/applications/operations.d.ts +27 -0
  362. package/dist/esm/api/applications/operations.js +165 -0
  363. package/dist/esm/api/applications/operations.js.map +1 -0
  364. package/dist/esm/api/applications/options.d.ts +21 -0
  365. package/dist/esm/api/applications/options.js +4 -0
  366. package/dist/esm/api/applications/options.js.map +1 -0
  367. package/dist/esm/api/clusters/index.d.ts +3 -0
  368. package/dist/esm/api/clusters/index.js +4 -0
  369. package/dist/esm/api/clusters/index.js.map +1 -0
  370. package/dist/esm/api/clusters/operations.d.ts +63 -0
  371. package/dist/esm/api/clusters/operations.js +453 -0
  372. package/dist/esm/api/clusters/operations.js.map +1 -0
  373. package/dist/esm/api/clusters/options.d.ts +60 -0
  374. package/dist/esm/api/clusters/options.js +4 -0
  375. package/dist/esm/api/clusters/options.js.map +1 -0
  376. package/dist/esm/api/configurations/index.d.ts +3 -0
  377. package/dist/esm/api/configurations/index.js +4 -0
  378. package/dist/esm/api/configurations/index.js.map +1 -0
  379. package/dist/esm/api/configurations/operations.d.ts +18 -0
  380. package/dist/esm/api/configurations/operations.js +99 -0
  381. package/dist/esm/api/configurations/operations.js.map +1 -0
  382. package/dist/esm/api/configurations/options.d.ts +13 -0
  383. package/dist/esm/api/configurations/options.js +4 -0
  384. package/dist/esm/api/configurations/options.js.map +1 -0
  385. package/dist/esm/api/extensions/index.d.ts +3 -0
  386. package/dist/esm/api/extensions/index.js +4 -0
  387. package/dist/esm/api/extensions/index.js.map +1 -0
  388. package/dist/esm/api/extensions/operations.d.ts +58 -0
  389. package/dist/esm/api/extensions/operations.js +408 -0
  390. package/dist/esm/api/extensions/operations.js.map +1 -0
  391. package/dist/esm/api/extensions/options.d.ts +57 -0
  392. package/dist/esm/api/extensions/options.js +4 -0
  393. package/dist/esm/api/extensions/options.js.map +1 -0
  394. package/dist/esm/api/hdInsightManagementContext.d.ts +22 -0
  395. package/dist/esm/api/hdInsightManagementContext.js +24 -0
  396. package/dist/esm/api/hdInsightManagementContext.js.map +1 -0
  397. package/dist/esm/api/index.d.ts +3 -0
  398. package/dist/esm/api/index.js +4 -0
  399. package/dist/esm/api/index.js.map +1 -0
  400. package/dist/esm/api/locations/index.d.ts +3 -0
  401. package/dist/esm/api/locations/index.js +4 -0
  402. package/dist/esm/api/locations/index.js.map +1 -0
  403. package/dist/esm/api/locations/operations.d.ts +29 -0
  404. package/dist/esm/api/locations/operations.js +173 -0
  405. package/dist/esm/api/locations/operations.js.map +1 -0
  406. package/dist/esm/api/locations/options.d.ts +20 -0
  407. package/dist/esm/api/locations/options.js +4 -0
  408. package/dist/esm/api/locations/options.js.map +1 -0
  409. package/dist/esm/api/operations/index.d.ts +3 -0
  410. package/dist/esm/api/operations/index.js +4 -0
  411. package/dist/esm/api/operations/index.js.map +1 -0
  412. package/dist/esm/api/operations/operations.d.ts +10 -0
  413. package/dist/esm/api/operations/operations.js +35 -0
  414. package/dist/esm/api/operations/operations.js.map +1 -0
  415. package/dist/esm/api/operations/options.d.ts +5 -0
  416. package/dist/esm/api/operations/options.js +4 -0
  417. package/dist/esm/api/operations/options.js.map +1 -0
  418. package/dist/esm/api/privateEndpointConnections/index.d.ts +3 -0
  419. package/dist/esm/api/privateEndpointConnections/index.js +4 -0
  420. package/dist/esm/api/privateEndpointConnections/index.js.map +1 -0
  421. package/dist/esm/api/privateEndpointConnections/operations.d.ts +23 -0
  422. package/dist/esm/api/privateEndpointConnections/operations.js +135 -0
  423. package/dist/esm/api/privateEndpointConnections/operations.js.map +1 -0
  424. package/dist/esm/api/privateEndpointConnections/options.d.ts +18 -0
  425. package/dist/esm/api/privateEndpointConnections/options.js +4 -0
  426. package/dist/esm/api/privateEndpointConnections/options.js.map +1 -0
  427. package/dist/esm/api/privateLinkResources/index.d.ts +3 -0
  428. package/dist/esm/api/privateLinkResources/index.js +4 -0
  429. package/dist/esm/api/privateLinkResources/index.js.map +1 -0
  430. package/dist/esm/api/privateLinkResources/operations.d.ts +13 -0
  431. package/dist/esm/api/privateLinkResources/operations.js +63 -0
  432. package/dist/esm/api/privateLinkResources/operations.js.map +1 -0
  433. package/dist/esm/api/privateLinkResources/options.d.ts +8 -0
  434. package/dist/esm/api/privateLinkResources/options.js +4 -0
  435. package/dist/esm/api/privateLinkResources/options.js.map +1 -0
  436. package/dist/esm/api/scriptActions/index.d.ts +3 -0
  437. package/dist/esm/api/scriptActions/index.js +4 -0
  438. package/dist/esm/api/scriptActions/index.js.map +1 -0
  439. package/dist/esm/api/scriptActions/operations.d.ts +22 -0
  440. package/dist/esm/api/scriptActions/operations.js +122 -0
  441. package/dist/esm/api/scriptActions/operations.js.map +1 -0
  442. package/dist/esm/api/scriptActions/options.d.ts +14 -0
  443. package/dist/esm/api/scriptActions/options.js +4 -0
  444. package/dist/esm/api/scriptActions/options.js.map +1 -0
  445. package/dist/esm/api/scriptExecutionHistory/index.d.ts +3 -0
  446. package/dist/esm/api/scriptExecutionHistory/index.js +4 -0
  447. package/dist/esm/api/scriptExecutionHistory/index.js.map +1 -0
  448. package/dist/esm/api/scriptExecutionHistory/operations.d.ts +14 -0
  449. package/dist/esm/api/scriptExecutionHistory/operations.js +64 -0
  450. package/dist/esm/api/scriptExecutionHistory/operations.js.map +1 -0
  451. package/dist/esm/api/scriptExecutionHistory/options.d.ts +8 -0
  452. package/dist/esm/api/scriptExecutionHistory/options.js +4 -0
  453. package/dist/esm/api/scriptExecutionHistory/options.js.map +1 -0
  454. package/dist/esm/api/virtualMachines/index.d.ts +3 -0
  455. package/dist/esm/api/virtualMachines/index.js +4 -0
  456. package/dist/esm/api/virtualMachines/index.js.map +1 -0
  457. package/dist/esm/api/virtualMachines/operations.d.ts +18 -0
  458. package/dist/esm/api/virtualMachines/operations.js +100 -0
  459. package/dist/esm/api/virtualMachines/operations.js.map +1 -0
  460. package/dist/esm/api/virtualMachines/options.d.ts +13 -0
  461. package/dist/esm/api/virtualMachines/options.js +4 -0
  462. package/dist/esm/api/virtualMachines/options.js.map +1 -0
  463. package/dist/esm/classic/applications/index.d.ts +29 -0
  464. package/dist/esm/classic/applications/index.js +35 -0
  465. package/dist/esm/classic/applications/index.js.map +1 -0
  466. package/dist/esm/classic/clusters/index.d.ts +71 -0
  467. package/dist/esm/classic/clusters/index.js +92 -0
  468. package/dist/esm/classic/clusters/index.js.map +1 -0
  469. package/dist/esm/classic/configurations/index.d.ts +20 -0
  470. package/dist/esm/classic/configurations/index.js +25 -0
  471. package/dist/esm/classic/configurations/index.js.map +1 -0
  472. package/dist/esm/classic/extensions/index.d.ts +68 -0
  473. package/dist/esm/classic/extensions/index.js +91 -0
  474. package/dist/esm/classic/extensions/index.js.map +1 -0
  475. package/dist/esm/classic/index.d.ts +12 -0
  476. package/dist/esm/classic/index.js +4 -0
  477. package/dist/esm/classic/index.js.map +1 -0
  478. package/dist/esm/classic/locations/index.d.ts +20 -0
  479. package/dist/esm/classic/locations/index.js +19 -0
  480. package/dist/esm/classic/locations/index.js.map +1 -0
  481. package/dist/esm/classic/operations/index.d.ts +11 -0
  482. package/dist/esm/classic/operations/index.js +14 -0
  483. package/dist/esm/classic/operations/index.js.map +1 -0
  484. package/dist/esm/classic/privateEndpointConnections/index.d.ts +27 -0
  485. package/dist/esm/classic/privateEndpointConnections/index.js +34 -0
  486. package/dist/esm/classic/privateEndpointConnections/index.js.map +1 -0
  487. package/dist/esm/classic/privateLinkResources/index.d.ts +12 -0
  488. package/dist/esm/classic/privateLinkResources/index.js +15 -0
  489. package/dist/esm/classic/privateLinkResources/index.js.map +1 -0
  490. package/dist/esm/classic/scriptActions/index.d.ts +17 -0
  491. package/dist/esm/classic/scriptActions/index.js +17 -0
  492. package/dist/esm/classic/scriptActions/index.js.map +1 -0
  493. package/dist/esm/classic/scriptExecutionHistory/index.d.ts +13 -0
  494. package/dist/esm/classic/scriptExecutionHistory/index.js +15 -0
  495. package/dist/esm/classic/scriptExecutionHistory/index.js.map +1 -0
  496. package/dist/esm/classic/virtualMachines/index.d.ts +20 -0
  497. package/dist/esm/classic/virtualMachines/index.js +25 -0
  498. package/dist/esm/classic/virtualMachines/index.js.map +1 -0
  499. package/dist/esm/hdInsightManagementClient.d.ts +45 -0
  500. package/dist/esm/hdInsightManagementClient.js +73 -0
  501. package/dist/esm/hdInsightManagementClient.js.map +1 -0
  502. package/dist/esm/index.d.ts +24 -4
  503. package/dist/esm/index.js +7 -12
  504. package/dist/esm/index.js.map +1 -1
  505. package/dist/esm/logger.d.ts +2 -0
  506. package/dist/esm/logger.js +5 -0
  507. package/dist/esm/logger.js.map +1 -0
  508. package/dist/esm/models/index.d.ts +2 -2073
  509. package/dist/esm/models/index.js +3 -197
  510. package/dist/esm/models/index.js.map +1 -1
  511. package/dist/esm/models/models.d.ts +1741 -0
  512. package/dist/esm/models/models.js +2021 -0
  513. package/dist/esm/models/models.js.map +1 -0
  514. package/dist/esm/restorePollerHelpers.d.ts +21 -0
  515. package/dist/esm/restorePollerHelpers.js +129 -0
  516. package/dist/esm/restorePollerHelpers.js.map +1 -0
  517. package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
  518. package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
  519. package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
  520. package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
  521. package/dist/esm/static-helpers/pagingHelpers.js +143 -0
  522. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
  523. package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
  524. package/dist/esm/static-helpers/pollingHelpers.js +95 -0
  525. package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
  526. package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  527. package/dist/esm/static-helpers/serialization/check-prop-undefined.js +17 -0
  528. package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  529. package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
  530. package/dist/esm/static-helpers/simplePollerHelpers.js +44 -0
  531. package/dist/esm/static-helpers/simplePollerHelpers.js.map +1 -0
  532. package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
  533. package/dist/esm/static-helpers/urlTemplate.js +200 -0
  534. package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
  535. package/package.json +262 -94
  536. package/CHANGELOG.md +0 -73
  537. package/dist/browser/hDInsightManagementClient.d.ts +0 -31
  538. package/dist/browser/hDInsightManagementClient.d.ts.map +0 -1
  539. package/dist/browser/hDInsightManagementClient.js +0 -127
  540. package/dist/browser/hDInsightManagementClient.js.map +0 -1
  541. package/dist/browser/index.d.ts.map +0 -1
  542. package/dist/browser/lroImpl.d.ts +0 -11
  543. package/dist/browser/lroImpl.d.ts.map +0 -1
  544. package/dist/browser/lroImpl.js +0 -18
  545. package/dist/browser/lroImpl.js.map +0 -1
  546. package/dist/browser/models/index.d.ts.map +0 -1
  547. package/dist/browser/models/mappers.d.ts +0 -112
  548. package/dist/browser/models/mappers.d.ts.map +0 -1
  549. package/dist/browser/models/mappers.js +0 -3817
  550. package/dist/browser/models/mappers.js.map +0 -1
  551. package/dist/browser/models/parameters.d.ts +0 -37
  552. package/dist/browser/models/parameters.d.ts.map +0 -1
  553. package/dist/browser/models/parameters.js +0 -280
  554. package/dist/browser/models/parameters.js.map +0 -1
  555. package/dist/browser/operations/applications.d.ts +0 -90
  556. package/dist/browser/operations/applications.d.ts.map +0 -1
  557. package/dist/browser/operations/applications.js +0 -383
  558. package/dist/browser/operations/applications.js.map +0 -1
  559. package/dist/browser/operations/clusters.d.ts +0 -214
  560. package/dist/browser/operations/clusters.d.ts.map +0 -1
  561. package/dist/browser/operations/clusters.js +0 -1026
  562. package/dist/browser/operations/clusters.js.map +0 -1
  563. package/dist/browser/operations/configurations.d.ts +0 -54
  564. package/dist/browser/operations/configurations.d.ts.map +0 -1
  565. package/dist/browser/operations/configurations.js +0 -185
  566. package/dist/browser/operations/configurations.js.map +0 -1
  567. package/dist/browser/operations/extensions.d.ts +0 -176
  568. package/dist/browser/operations/extensions.d.ts.map +0 -1
  569. package/dist/browser/operations/extensions.js +0 -842
  570. package/dist/browser/operations/extensions.js.map +0 -1
  571. package/dist/browser/operations/index.d.ts +0 -12
  572. package/dist/browser/operations/index.d.ts.map +0 -1
  573. package/dist/browser/operations/index.js +0 -19
  574. package/dist/browser/operations/index.js.map +0 -1
  575. package/dist/browser/operations/locations.d.ts +0 -52
  576. package/dist/browser/operations/locations.d.ts.map +0 -1
  577. package/dist/browser/operations/locations.js +0 -200
  578. package/dist/browser/operations/locations.js.map +0 -1
  579. package/dist/browser/operations/operations.d.ts +0 -32
  580. package/dist/browser/operations/operations.d.ts.map +0 -1
  581. package/dist/browser/operations/operations.js +0 -116
  582. package/dist/browser/operations/operations.js.map +0 -1
  583. package/dist/browser/operations/privateEndpointConnections.d.ts +0 -81
  584. package/dist/browser/operations/privateEndpointConnections.d.ts.map +0 -1
  585. package/dist/browser/operations/privateEndpointConnections.js +0 -359
  586. package/dist/browser/operations/privateEndpointConnections.js.map +0 -1
  587. package/dist/browser/operations/privateLinkResources.d.ts +0 -28
  588. package/dist/browser/operations/privateLinkResources.d.ts.map +0 -1
  589. package/dist/browser/operations/privateLinkResources.js +0 -86
  590. package/dist/browser/operations/privateLinkResources.js.map +0 -1
  591. package/dist/browser/operations/scriptActions.d.ts +0 -62
  592. package/dist/browser/operations/scriptActions.d.ts.map +0 -1
  593. package/dist/browser/operations/scriptActions.js +0 -228
  594. package/dist/browser/operations/scriptActions.js.map +0 -1
  595. package/dist/browser/operations/scriptExecutionHistory.d.ts +0 -46
  596. package/dist/browser/operations/scriptExecutionHistory.d.ts.map +0 -1
  597. package/dist/browser/operations/scriptExecutionHistory.js +0 -163
  598. package/dist/browser/operations/scriptExecutionHistory.js.map +0 -1
  599. package/dist/browser/operations/virtualMachines.d.ts +0 -45
  600. package/dist/browser/operations/virtualMachines.d.ts.map +0 -1
  601. package/dist/browser/operations/virtualMachines.js +0 -176
  602. package/dist/browser/operations/virtualMachines.js.map +0 -1
  603. package/dist/browser/operationsInterfaces/applications.d.ts +0 -65
  604. package/dist/browser/operationsInterfaces/applications.d.ts.map +0 -1
  605. package/dist/browser/operationsInterfaces/applications.js +0 -9
  606. package/dist/browser/operationsInterfaces/applications.js.map +0 -1
  607. package/dist/browser/operationsInterfaces/clusters.d.ts +0 -178
  608. package/dist/browser/operationsInterfaces/clusters.d.ts.map +0 -1
  609. package/dist/browser/operationsInterfaces/clusters.js +0 -9
  610. package/dist/browser/operationsInterfaces/clusters.js.map +0 -1
  611. package/dist/browser/operationsInterfaces/configurations.d.ts +0 -46
  612. package/dist/browser/operationsInterfaces/configurations.d.ts.map +0 -1
  613. package/dist/browser/operationsInterfaces/configurations.js +0 -9
  614. package/dist/browser/operationsInterfaces/configurations.js.map +0 -1
  615. package/dist/browser/operationsInterfaces/extensions.d.ts +0 -168
  616. package/dist/browser/operationsInterfaces/extensions.d.ts.map +0 -1
  617. package/dist/browser/operationsInterfaces/extensions.js +0 -9
  618. package/dist/browser/operationsInterfaces/extensions.js.map +0 -1
  619. package/dist/browser/operationsInterfaces/index.d.ts +0 -12
  620. package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
  621. package/dist/browser/operationsInterfaces/index.js +0 -19
  622. package/dist/browser/operationsInterfaces/index.js.map +0 -1
  623. package/dist/browser/operationsInterfaces/locations.d.ts +0 -44
  624. package/dist/browser/operationsInterfaces/locations.d.ts.map +0 -1
  625. package/dist/browser/operationsInterfaces/locations.js +0 -9
  626. package/dist/browser/operationsInterfaces/locations.js.map +0 -1
  627. package/dist/browser/operationsInterfaces/operations.d.ts +0 -11
  628. package/dist/browser/operationsInterfaces/operations.d.ts.map +0 -1
  629. package/dist/browser/operationsInterfaces/operations.js +0 -9
  630. package/dist/browser/operationsInterfaces/operations.js.map +0 -1
  631. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +0 -56
  632. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  633. package/dist/browser/operationsInterfaces/privateEndpointConnections.js +0 -9
  634. package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  635. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +0 -20
  636. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  637. package/dist/browser/operationsInterfaces/privateLinkResources.js +0 -9
  638. package/dist/browser/operationsInterfaces/privateLinkResources.js.map +0 -1
  639. package/dist/browser/operationsInterfaces/scriptActions.d.ts +0 -37
  640. package/dist/browser/operationsInterfaces/scriptActions.d.ts.map +0 -1
  641. package/dist/browser/operationsInterfaces/scriptActions.js +0 -9
  642. package/dist/browser/operationsInterfaces/scriptActions.js.map +0 -1
  643. package/dist/browser/operationsInterfaces/scriptExecutionHistory.d.ts +0 -21
  644. package/dist/browser/operationsInterfaces/scriptExecutionHistory.d.ts.map +0 -1
  645. package/dist/browser/operationsInterfaces/scriptExecutionHistory.js +0 -9
  646. package/dist/browser/operationsInterfaces/scriptExecutionHistory.js.map +0 -1
  647. package/dist/browser/operationsInterfaces/virtualMachines.d.ts +0 -37
  648. package/dist/browser/operationsInterfaces/virtualMachines.d.ts.map +0 -1
  649. package/dist/browser/operationsInterfaces/virtualMachines.js +0 -9
  650. package/dist/browser/operationsInterfaces/virtualMachines.js.map +0 -1
  651. package/dist/browser/pagingHelper.d.ts +0 -13
  652. package/dist/browser/pagingHelper.d.ts.map +0 -1
  653. package/dist/browser/pagingHelper.js +0 -30
  654. package/dist/browser/pagingHelper.js.map +0 -1
  655. package/dist/commonjs/hDInsightManagementClient.d.ts +0 -31
  656. package/dist/commonjs/hDInsightManagementClient.d.ts.map +0 -1
  657. package/dist/commonjs/hDInsightManagementClient.js +0 -132
  658. package/dist/commonjs/hDInsightManagementClient.js.map +0 -1
  659. package/dist/commonjs/index.d.ts.map +0 -1
  660. package/dist/commonjs/lroImpl.d.ts +0 -11
  661. package/dist/commonjs/lroImpl.d.ts.map +0 -1
  662. package/dist/commonjs/lroImpl.js +0 -21
  663. package/dist/commonjs/lroImpl.js.map +0 -1
  664. package/dist/commonjs/models/index.d.ts.map +0 -1
  665. package/dist/commonjs/models/mappers.d.ts +0 -112
  666. package/dist/commonjs/models/mappers.d.ts.map +0 -1
  667. package/dist/commonjs/models/mappers.js +0 -3822
  668. package/dist/commonjs/models/mappers.js.map +0 -1
  669. package/dist/commonjs/models/parameters.d.ts +0 -37
  670. package/dist/commonjs/models/parameters.d.ts.map +0 -1
  671. package/dist/commonjs/models/parameters.js +0 -283
  672. package/dist/commonjs/models/parameters.js.map +0 -1
  673. package/dist/commonjs/operations/applications.d.ts +0 -90
  674. package/dist/commonjs/operations/applications.d.ts.map +0 -1
  675. package/dist/commonjs/operations/applications.js +0 -388
  676. package/dist/commonjs/operations/applications.js.map +0 -1
  677. package/dist/commonjs/operations/clusters.d.ts +0 -214
  678. package/dist/commonjs/operations/clusters.d.ts.map +0 -1
  679. package/dist/commonjs/operations/clusters.js +0 -1031
  680. package/dist/commonjs/operations/clusters.js.map +0 -1
  681. package/dist/commonjs/operations/configurations.d.ts +0 -54
  682. package/dist/commonjs/operations/configurations.d.ts.map +0 -1
  683. package/dist/commonjs/operations/configurations.js +0 -190
  684. package/dist/commonjs/operations/configurations.js.map +0 -1
  685. package/dist/commonjs/operations/extensions.d.ts +0 -176
  686. package/dist/commonjs/operations/extensions.d.ts.map +0 -1
  687. package/dist/commonjs/operations/extensions.js +0 -847
  688. package/dist/commonjs/operations/extensions.js.map +0 -1
  689. package/dist/commonjs/operations/index.d.ts +0 -12
  690. package/dist/commonjs/operations/index.d.ts.map +0 -1
  691. package/dist/commonjs/operations/index.js +0 -22
  692. package/dist/commonjs/operations/index.js.map +0 -1
  693. package/dist/commonjs/operations/locations.d.ts +0 -52
  694. package/dist/commonjs/operations/locations.d.ts.map +0 -1
  695. package/dist/commonjs/operations/locations.js +0 -205
  696. package/dist/commonjs/operations/locations.js.map +0 -1
  697. package/dist/commonjs/operations/operations.d.ts +0 -32
  698. package/dist/commonjs/operations/operations.d.ts.map +0 -1
  699. package/dist/commonjs/operations/operations.js +0 -121
  700. package/dist/commonjs/operations/operations.js.map +0 -1
  701. package/dist/commonjs/operations/privateEndpointConnections.d.ts +0 -81
  702. package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +0 -1
  703. package/dist/commonjs/operations/privateEndpointConnections.js +0 -364
  704. package/dist/commonjs/operations/privateEndpointConnections.js.map +0 -1
  705. package/dist/commonjs/operations/privateLinkResources.d.ts +0 -28
  706. package/dist/commonjs/operations/privateLinkResources.d.ts.map +0 -1
  707. package/dist/commonjs/operations/privateLinkResources.js +0 -91
  708. package/dist/commonjs/operations/privateLinkResources.js.map +0 -1
  709. package/dist/commonjs/operations/scriptActions.d.ts +0 -62
  710. package/dist/commonjs/operations/scriptActions.d.ts.map +0 -1
  711. package/dist/commonjs/operations/scriptActions.js +0 -233
  712. package/dist/commonjs/operations/scriptActions.js.map +0 -1
  713. package/dist/commonjs/operations/scriptExecutionHistory.d.ts +0 -46
  714. package/dist/commonjs/operations/scriptExecutionHistory.d.ts.map +0 -1
  715. package/dist/commonjs/operations/scriptExecutionHistory.js +0 -168
  716. package/dist/commonjs/operations/scriptExecutionHistory.js.map +0 -1
  717. package/dist/commonjs/operations/virtualMachines.d.ts +0 -45
  718. package/dist/commonjs/operations/virtualMachines.d.ts.map +0 -1
  719. package/dist/commonjs/operations/virtualMachines.js +0 -181
  720. package/dist/commonjs/operations/virtualMachines.js.map +0 -1
  721. package/dist/commonjs/operationsInterfaces/applications.d.ts +0 -65
  722. package/dist/commonjs/operationsInterfaces/applications.d.ts.map +0 -1
  723. package/dist/commonjs/operationsInterfaces/applications.js +0 -10
  724. package/dist/commonjs/operationsInterfaces/applications.js.map +0 -1
  725. package/dist/commonjs/operationsInterfaces/clusters.d.ts +0 -178
  726. package/dist/commonjs/operationsInterfaces/clusters.d.ts.map +0 -1
  727. package/dist/commonjs/operationsInterfaces/clusters.js +0 -10
  728. package/dist/commonjs/operationsInterfaces/clusters.js.map +0 -1
  729. package/dist/commonjs/operationsInterfaces/configurations.d.ts +0 -46
  730. package/dist/commonjs/operationsInterfaces/configurations.d.ts.map +0 -1
  731. package/dist/commonjs/operationsInterfaces/configurations.js +0 -10
  732. package/dist/commonjs/operationsInterfaces/configurations.js.map +0 -1
  733. package/dist/commonjs/operationsInterfaces/extensions.d.ts +0 -168
  734. package/dist/commonjs/operationsInterfaces/extensions.d.ts.map +0 -1
  735. package/dist/commonjs/operationsInterfaces/extensions.js +0 -10
  736. package/dist/commonjs/operationsInterfaces/extensions.js.map +0 -1
  737. package/dist/commonjs/operationsInterfaces/index.d.ts +0 -12
  738. package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
  739. package/dist/commonjs/operationsInterfaces/index.js +0 -22
  740. package/dist/commonjs/operationsInterfaces/index.js.map +0 -1
  741. package/dist/commonjs/operationsInterfaces/locations.d.ts +0 -44
  742. package/dist/commonjs/operationsInterfaces/locations.d.ts.map +0 -1
  743. package/dist/commonjs/operationsInterfaces/locations.js +0 -10
  744. package/dist/commonjs/operationsInterfaces/locations.js.map +0 -1
  745. package/dist/commonjs/operationsInterfaces/operations.d.ts +0 -11
  746. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +0 -1
  747. package/dist/commonjs/operationsInterfaces/operations.js +0 -10
  748. package/dist/commonjs/operationsInterfaces/operations.js.map +0 -1
  749. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +0 -56
  750. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  751. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +0 -10
  752. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  753. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +0 -20
  754. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  755. package/dist/commonjs/operationsInterfaces/privateLinkResources.js +0 -10
  756. package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +0 -1
  757. package/dist/commonjs/operationsInterfaces/scriptActions.d.ts +0 -37
  758. package/dist/commonjs/operationsInterfaces/scriptActions.d.ts.map +0 -1
  759. package/dist/commonjs/operationsInterfaces/scriptActions.js +0 -10
  760. package/dist/commonjs/operationsInterfaces/scriptActions.js.map +0 -1
  761. package/dist/commonjs/operationsInterfaces/scriptExecutionHistory.d.ts +0 -21
  762. package/dist/commonjs/operationsInterfaces/scriptExecutionHistory.d.ts.map +0 -1
  763. package/dist/commonjs/operationsInterfaces/scriptExecutionHistory.js +0 -10
  764. package/dist/commonjs/operationsInterfaces/scriptExecutionHistory.js.map +0 -1
  765. package/dist/commonjs/operationsInterfaces/virtualMachines.d.ts +0 -37
  766. package/dist/commonjs/operationsInterfaces/virtualMachines.d.ts.map +0 -1
  767. package/dist/commonjs/operationsInterfaces/virtualMachines.js +0 -10
  768. package/dist/commonjs/operationsInterfaces/virtualMachines.js.map +0 -1
  769. package/dist/commonjs/pagingHelper.d.ts +0 -13
  770. package/dist/commonjs/pagingHelper.d.ts.map +0 -1
  771. package/dist/commonjs/pagingHelper.js +0 -34
  772. package/dist/commonjs/pagingHelper.js.map +0 -1
  773. package/dist/esm/hDInsightManagementClient.d.ts +0 -31
  774. package/dist/esm/hDInsightManagementClient.d.ts.map +0 -1
  775. package/dist/esm/hDInsightManagementClient.js +0 -127
  776. package/dist/esm/hDInsightManagementClient.js.map +0 -1
  777. package/dist/esm/index.d.ts.map +0 -1
  778. package/dist/esm/lroImpl.d.ts +0 -11
  779. package/dist/esm/lroImpl.d.ts.map +0 -1
  780. package/dist/esm/lroImpl.js +0 -18
  781. package/dist/esm/lroImpl.js.map +0 -1
  782. package/dist/esm/models/index.d.ts.map +0 -1
  783. package/dist/esm/models/mappers.d.ts +0 -112
  784. package/dist/esm/models/mappers.d.ts.map +0 -1
  785. package/dist/esm/models/mappers.js +0 -3817
  786. package/dist/esm/models/mappers.js.map +0 -1
  787. package/dist/esm/models/parameters.d.ts +0 -37
  788. package/dist/esm/models/parameters.d.ts.map +0 -1
  789. package/dist/esm/models/parameters.js +0 -280
  790. package/dist/esm/models/parameters.js.map +0 -1
  791. package/dist/esm/operations/applications.d.ts +0 -90
  792. package/dist/esm/operations/applications.d.ts.map +0 -1
  793. package/dist/esm/operations/applications.js +0 -383
  794. package/dist/esm/operations/applications.js.map +0 -1
  795. package/dist/esm/operations/clusters.d.ts +0 -214
  796. package/dist/esm/operations/clusters.d.ts.map +0 -1
  797. package/dist/esm/operations/clusters.js +0 -1026
  798. package/dist/esm/operations/clusters.js.map +0 -1
  799. package/dist/esm/operations/configurations.d.ts +0 -54
  800. package/dist/esm/operations/configurations.d.ts.map +0 -1
  801. package/dist/esm/operations/configurations.js +0 -185
  802. package/dist/esm/operations/configurations.js.map +0 -1
  803. package/dist/esm/operations/extensions.d.ts +0 -176
  804. package/dist/esm/operations/extensions.d.ts.map +0 -1
  805. package/dist/esm/operations/extensions.js +0 -842
  806. package/dist/esm/operations/extensions.js.map +0 -1
  807. package/dist/esm/operations/index.d.ts +0 -12
  808. package/dist/esm/operations/index.d.ts.map +0 -1
  809. package/dist/esm/operations/index.js +0 -19
  810. package/dist/esm/operations/index.js.map +0 -1
  811. package/dist/esm/operations/locations.d.ts +0 -52
  812. package/dist/esm/operations/locations.d.ts.map +0 -1
  813. package/dist/esm/operations/locations.js +0 -200
  814. package/dist/esm/operations/locations.js.map +0 -1
  815. package/dist/esm/operations/operations.d.ts +0 -32
  816. package/dist/esm/operations/operations.d.ts.map +0 -1
  817. package/dist/esm/operations/operations.js +0 -116
  818. package/dist/esm/operations/operations.js.map +0 -1
  819. package/dist/esm/operations/privateEndpointConnections.d.ts +0 -81
  820. package/dist/esm/operations/privateEndpointConnections.d.ts.map +0 -1
  821. package/dist/esm/operations/privateEndpointConnections.js +0 -359
  822. package/dist/esm/operations/privateEndpointConnections.js.map +0 -1
  823. package/dist/esm/operations/privateLinkResources.d.ts +0 -28
  824. package/dist/esm/operations/privateLinkResources.d.ts.map +0 -1
  825. package/dist/esm/operations/privateLinkResources.js +0 -86
  826. package/dist/esm/operations/privateLinkResources.js.map +0 -1
  827. package/dist/esm/operations/scriptActions.d.ts +0 -62
  828. package/dist/esm/operations/scriptActions.d.ts.map +0 -1
  829. package/dist/esm/operations/scriptActions.js +0 -228
  830. package/dist/esm/operations/scriptActions.js.map +0 -1
  831. package/dist/esm/operations/scriptExecutionHistory.d.ts +0 -46
  832. package/dist/esm/operations/scriptExecutionHistory.d.ts.map +0 -1
  833. package/dist/esm/operations/scriptExecutionHistory.js +0 -163
  834. package/dist/esm/operations/scriptExecutionHistory.js.map +0 -1
  835. package/dist/esm/operations/virtualMachines.d.ts +0 -45
  836. package/dist/esm/operations/virtualMachines.d.ts.map +0 -1
  837. package/dist/esm/operations/virtualMachines.js +0 -176
  838. package/dist/esm/operations/virtualMachines.js.map +0 -1
  839. package/dist/esm/operationsInterfaces/applications.d.ts +0 -65
  840. package/dist/esm/operationsInterfaces/applications.d.ts.map +0 -1
  841. package/dist/esm/operationsInterfaces/applications.js +0 -9
  842. package/dist/esm/operationsInterfaces/applications.js.map +0 -1
  843. package/dist/esm/operationsInterfaces/clusters.d.ts +0 -178
  844. package/dist/esm/operationsInterfaces/clusters.d.ts.map +0 -1
  845. package/dist/esm/operationsInterfaces/clusters.js +0 -9
  846. package/dist/esm/operationsInterfaces/clusters.js.map +0 -1
  847. package/dist/esm/operationsInterfaces/configurations.d.ts +0 -46
  848. package/dist/esm/operationsInterfaces/configurations.d.ts.map +0 -1
  849. package/dist/esm/operationsInterfaces/configurations.js +0 -9
  850. package/dist/esm/operationsInterfaces/configurations.js.map +0 -1
  851. package/dist/esm/operationsInterfaces/extensions.d.ts +0 -168
  852. package/dist/esm/operationsInterfaces/extensions.d.ts.map +0 -1
  853. package/dist/esm/operationsInterfaces/extensions.js +0 -9
  854. package/dist/esm/operationsInterfaces/extensions.js.map +0 -1
  855. package/dist/esm/operationsInterfaces/index.d.ts +0 -12
  856. package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
  857. package/dist/esm/operationsInterfaces/index.js +0 -19
  858. package/dist/esm/operationsInterfaces/index.js.map +0 -1
  859. package/dist/esm/operationsInterfaces/locations.d.ts +0 -44
  860. package/dist/esm/operationsInterfaces/locations.d.ts.map +0 -1
  861. package/dist/esm/operationsInterfaces/locations.js +0 -9
  862. package/dist/esm/operationsInterfaces/locations.js.map +0 -1
  863. package/dist/esm/operationsInterfaces/operations.d.ts +0 -11
  864. package/dist/esm/operationsInterfaces/operations.d.ts.map +0 -1
  865. package/dist/esm/operationsInterfaces/operations.js +0 -9
  866. package/dist/esm/operationsInterfaces/operations.js.map +0 -1
  867. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +0 -56
  868. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  869. package/dist/esm/operationsInterfaces/privateEndpointConnections.js +0 -9
  870. package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  871. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +0 -20
  872. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  873. package/dist/esm/operationsInterfaces/privateLinkResources.js +0 -9
  874. package/dist/esm/operationsInterfaces/privateLinkResources.js.map +0 -1
  875. package/dist/esm/operationsInterfaces/scriptActions.d.ts +0 -37
  876. package/dist/esm/operationsInterfaces/scriptActions.d.ts.map +0 -1
  877. package/dist/esm/operationsInterfaces/scriptActions.js +0 -9
  878. package/dist/esm/operationsInterfaces/scriptActions.js.map +0 -1
  879. package/dist/esm/operationsInterfaces/scriptExecutionHistory.d.ts +0 -21
  880. package/dist/esm/operationsInterfaces/scriptExecutionHistory.d.ts.map +0 -1
  881. package/dist/esm/operationsInterfaces/scriptExecutionHistory.js +0 -9
  882. package/dist/esm/operationsInterfaces/scriptExecutionHistory.js.map +0 -1
  883. package/dist/esm/operationsInterfaces/virtualMachines.d.ts +0 -37
  884. package/dist/esm/operationsInterfaces/virtualMachines.d.ts.map +0 -1
  885. package/dist/esm/operationsInterfaces/virtualMachines.js +0 -9
  886. package/dist/esm/operationsInterfaces/virtualMachines.js.map +0 -1
  887. package/dist/esm/pagingHelper.d.ts +0 -13
  888. package/dist/esm/pagingHelper.d.ts.map +0 -1
  889. package/dist/esm/pagingHelper.js +0 -30
  890. package/dist/esm/pagingHelper.js.map +0 -1
  891. package/dist/react-native/hDInsightManagementClient.d.ts +0 -31
  892. package/dist/react-native/hDInsightManagementClient.d.ts.map +0 -1
  893. package/dist/react-native/hDInsightManagementClient.js +0 -127
  894. package/dist/react-native/hDInsightManagementClient.js.map +0 -1
  895. package/dist/react-native/index.d.ts +0 -5
  896. package/dist/react-native/index.d.ts.map +0 -1
  897. package/dist/react-native/index.js +0 -13
  898. package/dist/react-native/index.js.map +0 -1
  899. package/dist/react-native/lroImpl.d.ts +0 -11
  900. package/dist/react-native/lroImpl.d.ts.map +0 -1
  901. package/dist/react-native/lroImpl.js +0 -18
  902. package/dist/react-native/lroImpl.js.map +0 -1
  903. package/dist/react-native/models/index.d.ts +0 -2074
  904. package/dist/react-native/models/index.d.ts.map +0 -1
  905. package/dist/react-native/models/index.js +0 -198
  906. package/dist/react-native/models/index.js.map +0 -1
  907. package/dist/react-native/models/mappers.d.ts +0 -112
  908. package/dist/react-native/models/mappers.d.ts.map +0 -1
  909. package/dist/react-native/models/mappers.js +0 -3817
  910. package/dist/react-native/models/mappers.js.map +0 -1
  911. package/dist/react-native/models/parameters.d.ts +0 -37
  912. package/dist/react-native/models/parameters.d.ts.map +0 -1
  913. package/dist/react-native/models/parameters.js +0 -280
  914. package/dist/react-native/models/parameters.js.map +0 -1
  915. package/dist/react-native/operations/applications.d.ts +0 -90
  916. package/dist/react-native/operations/applications.d.ts.map +0 -1
  917. package/dist/react-native/operations/applications.js +0 -383
  918. package/dist/react-native/operations/applications.js.map +0 -1
  919. package/dist/react-native/operations/clusters.d.ts +0 -214
  920. package/dist/react-native/operations/clusters.d.ts.map +0 -1
  921. package/dist/react-native/operations/clusters.js +0 -1026
  922. package/dist/react-native/operations/clusters.js.map +0 -1
  923. package/dist/react-native/operations/configurations.d.ts +0 -54
  924. package/dist/react-native/operations/configurations.d.ts.map +0 -1
  925. package/dist/react-native/operations/configurations.js +0 -185
  926. package/dist/react-native/operations/configurations.js.map +0 -1
  927. package/dist/react-native/operations/extensions.d.ts +0 -176
  928. package/dist/react-native/operations/extensions.d.ts.map +0 -1
  929. package/dist/react-native/operations/extensions.js +0 -842
  930. package/dist/react-native/operations/extensions.js.map +0 -1
  931. package/dist/react-native/operations/index.d.ts +0 -12
  932. package/dist/react-native/operations/index.d.ts.map +0 -1
  933. package/dist/react-native/operations/index.js +0 -19
  934. package/dist/react-native/operations/index.js.map +0 -1
  935. package/dist/react-native/operations/locations.d.ts +0 -52
  936. package/dist/react-native/operations/locations.d.ts.map +0 -1
  937. package/dist/react-native/operations/locations.js +0 -200
  938. package/dist/react-native/operations/locations.js.map +0 -1
  939. package/dist/react-native/operations/operations.d.ts +0 -32
  940. package/dist/react-native/operations/operations.d.ts.map +0 -1
  941. package/dist/react-native/operations/operations.js +0 -116
  942. package/dist/react-native/operations/operations.js.map +0 -1
  943. package/dist/react-native/operations/privateEndpointConnections.d.ts +0 -81
  944. package/dist/react-native/operations/privateEndpointConnections.d.ts.map +0 -1
  945. package/dist/react-native/operations/privateEndpointConnections.js +0 -359
  946. package/dist/react-native/operations/privateEndpointConnections.js.map +0 -1
  947. package/dist/react-native/operations/privateLinkResources.d.ts +0 -28
  948. package/dist/react-native/operations/privateLinkResources.d.ts.map +0 -1
  949. package/dist/react-native/operations/privateLinkResources.js +0 -86
  950. package/dist/react-native/operations/privateLinkResources.js.map +0 -1
  951. package/dist/react-native/operations/scriptActions.d.ts +0 -62
  952. package/dist/react-native/operations/scriptActions.d.ts.map +0 -1
  953. package/dist/react-native/operations/scriptActions.js +0 -228
  954. package/dist/react-native/operations/scriptActions.js.map +0 -1
  955. package/dist/react-native/operations/scriptExecutionHistory.d.ts +0 -46
  956. package/dist/react-native/operations/scriptExecutionHistory.d.ts.map +0 -1
  957. package/dist/react-native/operations/scriptExecutionHistory.js +0 -163
  958. package/dist/react-native/operations/scriptExecutionHistory.js.map +0 -1
  959. package/dist/react-native/operations/virtualMachines.d.ts +0 -45
  960. package/dist/react-native/operations/virtualMachines.d.ts.map +0 -1
  961. package/dist/react-native/operations/virtualMachines.js +0 -176
  962. package/dist/react-native/operations/virtualMachines.js.map +0 -1
  963. package/dist/react-native/operationsInterfaces/applications.d.ts +0 -65
  964. package/dist/react-native/operationsInterfaces/applications.d.ts.map +0 -1
  965. package/dist/react-native/operationsInterfaces/applications.js +0 -9
  966. package/dist/react-native/operationsInterfaces/applications.js.map +0 -1
  967. package/dist/react-native/operationsInterfaces/clusters.d.ts +0 -178
  968. package/dist/react-native/operationsInterfaces/clusters.d.ts.map +0 -1
  969. package/dist/react-native/operationsInterfaces/clusters.js +0 -9
  970. package/dist/react-native/operationsInterfaces/clusters.js.map +0 -1
  971. package/dist/react-native/operationsInterfaces/configurations.d.ts +0 -46
  972. package/dist/react-native/operationsInterfaces/configurations.d.ts.map +0 -1
  973. package/dist/react-native/operationsInterfaces/configurations.js +0 -9
  974. package/dist/react-native/operationsInterfaces/configurations.js.map +0 -1
  975. package/dist/react-native/operationsInterfaces/extensions.d.ts +0 -168
  976. package/dist/react-native/operationsInterfaces/extensions.d.ts.map +0 -1
  977. package/dist/react-native/operationsInterfaces/extensions.js +0 -9
  978. package/dist/react-native/operationsInterfaces/extensions.js.map +0 -1
  979. package/dist/react-native/operationsInterfaces/index.d.ts +0 -12
  980. package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
  981. package/dist/react-native/operationsInterfaces/index.js +0 -19
  982. package/dist/react-native/operationsInterfaces/index.js.map +0 -1
  983. package/dist/react-native/operationsInterfaces/locations.d.ts +0 -44
  984. package/dist/react-native/operationsInterfaces/locations.d.ts.map +0 -1
  985. package/dist/react-native/operationsInterfaces/locations.js +0 -9
  986. package/dist/react-native/operationsInterfaces/locations.js.map +0 -1
  987. package/dist/react-native/operationsInterfaces/operations.d.ts +0 -11
  988. package/dist/react-native/operationsInterfaces/operations.d.ts.map +0 -1
  989. package/dist/react-native/operationsInterfaces/operations.js +0 -9
  990. package/dist/react-native/operationsInterfaces/operations.js.map +0 -1
  991. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +0 -56
  992. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  993. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +0 -9
  994. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  995. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +0 -20
  996. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  997. package/dist/react-native/operationsInterfaces/privateLinkResources.js +0 -9
  998. package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +0 -1
  999. package/dist/react-native/operationsInterfaces/scriptActions.d.ts +0 -37
  1000. package/dist/react-native/operationsInterfaces/scriptActions.d.ts.map +0 -1
  1001. package/dist/react-native/operationsInterfaces/scriptActions.js +0 -9
  1002. package/dist/react-native/operationsInterfaces/scriptActions.js.map +0 -1
  1003. package/dist/react-native/operationsInterfaces/scriptExecutionHistory.d.ts +0 -21
  1004. package/dist/react-native/operationsInterfaces/scriptExecutionHistory.d.ts.map +0 -1
  1005. package/dist/react-native/operationsInterfaces/scriptExecutionHistory.js +0 -9
  1006. package/dist/react-native/operationsInterfaces/scriptExecutionHistory.js.map +0 -1
  1007. package/dist/react-native/operationsInterfaces/virtualMachines.d.ts +0 -37
  1008. package/dist/react-native/operationsInterfaces/virtualMachines.d.ts.map +0 -1
  1009. package/dist/react-native/operationsInterfaces/virtualMachines.js +0 -9
  1010. package/dist/react-native/operationsInterfaces/virtualMachines.js.map +0 -1
  1011. package/dist/react-native/package.json +0 -3
  1012. package/dist/react-native/pagingHelper.d.ts +0 -13
  1013. package/dist/react-native/pagingHelper.d.ts.map +0 -1
  1014. package/dist/react-native/pagingHelper.js +0 -30
  1015. package/dist/react-native/pagingHelper.js.map +0 -1
  1016. package/review/arm-hdinsight-node.api.md +0 -1668
@@ -1 +0,0 @@
1
- {"version":3,"file":"extensions.js","sourceRoot":"","sources":["../../../src/operations/extensions.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 { Extensions } 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 { HDInsightManagementClient } from \"../hDInsightManagementClient.js\";\nimport {\n SimplePollerLike,\n OperationState,\n createHttpPoller,\n} from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl.js\";\nimport {\n ClusterMonitoringRequest,\n ExtensionsEnableMonitoringOptionalParams,\n ExtensionsGetMonitoringStatusOptionalParams,\n ExtensionsGetMonitoringStatusResponse,\n ExtensionsDisableMonitoringOptionalParams,\n AzureMonitorRequest,\n ExtensionsEnableAzureMonitorOptionalParams,\n ExtensionsGetAzureMonitorStatusOptionalParams,\n ExtensionsGetAzureMonitorStatusResponse,\n ExtensionsDisableAzureMonitorOptionalParams,\n ExtensionsEnableAzureMonitorAgentOptionalParams,\n ExtensionsGetAzureMonitorAgentStatusOptionalParams,\n ExtensionsGetAzureMonitorAgentStatusResponse,\n ExtensionsDisableAzureMonitorAgentOptionalParams,\n Extension,\n ExtensionsCreateOptionalParams,\n ExtensionsGetOptionalParams,\n ExtensionsGetResponse,\n ExtensionsDeleteOptionalParams,\n ExtensionsGetAzureAsyncOperationStatusOptionalParams,\n ExtensionsGetAzureAsyncOperationStatusResponse,\n} from \"../models/index.js\";\n\n/** Class containing Extensions operations. */\nexport class ExtensionsImpl implements Extensions {\n private readonly client: HDInsightManagementClient;\n\n /**\n * Initialize a new instance of the class Extensions class.\n * @param client Reference to the service client\n */\n constructor(client: HDInsightManagementClient) {\n this.client = client;\n }\n\n /**\n * Enables the Operations Management Suite (OMS) on the HDInsight cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param parameters The Operations Management Suite (OMS) workspace parameters.\n * @param options The options parameters.\n */\n async beginEnableMonitoring(\n resourceGroupName: string,\n clusterName: string,\n parameters: ClusterMonitoringRequest,\n options?: ExtensionsEnableMonitoringOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { resourceGroupName, clusterName, parameters, options },\n spec: enableMonitoringOperationSpec,\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Enables the Operations Management Suite (OMS) on the HDInsight cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param parameters The Operations Management Suite (OMS) workspace parameters.\n * @param options The options parameters.\n */\n async beginEnableMonitoringAndWait(\n resourceGroupName: string,\n clusterName: string,\n parameters: ClusterMonitoringRequest,\n options?: ExtensionsEnableMonitoringOptionalParams,\n ): Promise<void> {\n const poller = await this.beginEnableMonitoring(\n resourceGroupName,\n clusterName,\n parameters,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Gets the status of Operations Management Suite (OMS) on the HDInsight cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param options The options parameters.\n */\n getMonitoringStatus(\n resourceGroupName: string,\n clusterName: string,\n options?: ExtensionsGetMonitoringStatusOptionalParams,\n ): Promise<ExtensionsGetMonitoringStatusResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, clusterName, options },\n getMonitoringStatusOperationSpec,\n );\n }\n\n /**\n * Disables the Operations Management Suite (OMS) on the HDInsight cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param options The options parameters.\n */\n async beginDisableMonitoring(\n resourceGroupName: string,\n clusterName: string,\n options?: ExtensionsDisableMonitoringOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { resourceGroupName, clusterName, options },\n spec: disableMonitoringOperationSpec,\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Disables the Operations Management Suite (OMS) on the HDInsight cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param options The options parameters.\n */\n async beginDisableMonitoringAndWait(\n resourceGroupName: string,\n clusterName: string,\n options?: ExtensionsDisableMonitoringOptionalParams,\n ): Promise<void> {\n const poller = await this.beginDisableMonitoring(\n resourceGroupName,\n clusterName,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Enables the Azure Monitor on the HDInsight cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param parameters The Log Analytics workspace parameters.\n * @param options The options parameters.\n */\n async beginEnableAzureMonitor(\n resourceGroupName: string,\n clusterName: string,\n parameters: AzureMonitorRequest,\n options?: ExtensionsEnableAzureMonitorOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { resourceGroupName, clusterName, parameters, options },\n spec: enableAzureMonitorOperationSpec,\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Enables the Azure Monitor on the HDInsight cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param parameters The Log Analytics workspace parameters.\n * @param options The options parameters.\n */\n async beginEnableAzureMonitorAndWait(\n resourceGroupName: string,\n clusterName: string,\n parameters: AzureMonitorRequest,\n options?: ExtensionsEnableAzureMonitorOptionalParams,\n ): Promise<void> {\n const poller = await this.beginEnableAzureMonitor(\n resourceGroupName,\n clusterName,\n parameters,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Gets the status of Azure Monitor on the HDInsight cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param options The options parameters.\n */\n getAzureMonitorStatus(\n resourceGroupName: string,\n clusterName: string,\n options?: ExtensionsGetAzureMonitorStatusOptionalParams,\n ): Promise<ExtensionsGetAzureMonitorStatusResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, clusterName, options },\n getAzureMonitorStatusOperationSpec,\n );\n }\n\n /**\n * Disables the Azure Monitor on the HDInsight cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param options The options parameters.\n */\n async beginDisableAzureMonitor(\n resourceGroupName: string,\n clusterName: string,\n options?: ExtensionsDisableAzureMonitorOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { resourceGroupName, clusterName, options },\n spec: disableAzureMonitorOperationSpec,\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Disables the Azure Monitor on the HDInsight cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param options The options parameters.\n */\n async beginDisableAzureMonitorAndWait(\n resourceGroupName: string,\n clusterName: string,\n options?: ExtensionsDisableAzureMonitorOptionalParams,\n ): Promise<void> {\n const poller = await this.beginDisableAzureMonitor(\n resourceGroupName,\n clusterName,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Enables the Azure Monitor Agent on the HDInsight cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param parameters The Log Analytics workspace parameters.\n * @param options The options parameters.\n */\n async beginEnableAzureMonitorAgent(\n resourceGroupName: string,\n clusterName: string,\n parameters: AzureMonitorRequest,\n options?: ExtensionsEnableAzureMonitorAgentOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { resourceGroupName, clusterName, parameters, options },\n spec: enableAzureMonitorAgentOperationSpec,\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Enables the Azure Monitor Agent on the HDInsight cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param parameters The Log Analytics workspace parameters.\n * @param options The options parameters.\n */\n async beginEnableAzureMonitorAgentAndWait(\n resourceGroupName: string,\n clusterName: string,\n parameters: AzureMonitorRequest,\n options?: ExtensionsEnableAzureMonitorAgentOptionalParams,\n ): Promise<void> {\n const poller = await this.beginEnableAzureMonitorAgent(\n resourceGroupName,\n clusterName,\n parameters,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Gets the status of Azure Monitor Agent on the HDInsight cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param options The options parameters.\n */\n getAzureMonitorAgentStatus(\n resourceGroupName: string,\n clusterName: string,\n options?: ExtensionsGetAzureMonitorAgentStatusOptionalParams,\n ): Promise<ExtensionsGetAzureMonitorAgentStatusResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, clusterName, options },\n getAzureMonitorAgentStatusOperationSpec,\n );\n }\n\n /**\n * Disables the Azure Monitor Agent on the HDInsight cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param options The options parameters.\n */\n async beginDisableAzureMonitorAgent(\n resourceGroupName: string,\n clusterName: string,\n options?: ExtensionsDisableAzureMonitorAgentOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { resourceGroupName, clusterName, options },\n spec: disableAzureMonitorAgentOperationSpec,\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Disables the Azure Monitor Agent on the HDInsight cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param options The options parameters.\n */\n async beginDisableAzureMonitorAgentAndWait(\n resourceGroupName: string,\n clusterName: string,\n options?: ExtensionsDisableAzureMonitorAgentOptionalParams,\n ): Promise<void> {\n const poller = await this.beginDisableAzureMonitorAgent(\n resourceGroupName,\n clusterName,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Creates an HDInsight cluster extension.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param extensionName The name of the cluster extension.\n * @param parameters The cluster extensions create request.\n * @param options The options parameters.\n */\n async beginCreate(\n resourceGroupName: string,\n clusterName: string,\n extensionName: string,\n parameters: Extension,\n options?: ExtensionsCreateOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n clusterName,\n extensionName,\n parameters,\n options,\n },\n spec: createOperationSpec,\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Creates an HDInsight cluster extension.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param extensionName The name of the cluster extension.\n * @param parameters The cluster extensions create request.\n * @param options The options parameters.\n */\n async beginCreateAndWait(\n resourceGroupName: string,\n clusterName: string,\n extensionName: string,\n parameters: Extension,\n options?: ExtensionsCreateOptionalParams,\n ): Promise<void> {\n const poller = await this.beginCreate(\n resourceGroupName,\n clusterName,\n extensionName,\n parameters,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Gets the extension properties for the specified HDInsight cluster extension.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param extensionName The name of the cluster extension.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n clusterName: string,\n extensionName: string,\n options?: ExtensionsGetOptionalParams,\n ): Promise<ExtensionsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, clusterName, extensionName, options },\n getOperationSpec,\n );\n }\n\n /**\n * Deletes the specified extension for HDInsight cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param extensionName The name of the cluster extension.\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n clusterName: string,\n extensionName: string,\n options?: ExtensionsDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { resourceGroupName, clusterName, extensionName, options },\n spec: deleteOperationSpec,\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Deletes the specified extension for HDInsight cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param extensionName The name of the cluster extension.\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n clusterName: string,\n extensionName: string,\n options?: ExtensionsDeleteOptionalParams,\n ): Promise<void> {\n const poller = await this.beginDelete(\n resourceGroupName,\n clusterName,\n extensionName,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Gets the async operation status.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param extensionName The name of the cluster extension.\n * @param operationId The long running operation id.\n * @param options The options parameters.\n */\n getAzureAsyncOperationStatus(\n resourceGroupName: string,\n clusterName: string,\n extensionName: string,\n operationId: string,\n options?: ExtensionsGetAzureAsyncOperationStatusOptionalParams,\n ): Promise<ExtensionsGetAzureAsyncOperationStatusResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, clusterName, extensionName, operationId, options },\n getAzureAsyncOperationStatusOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst enableMonitoringOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/extensions/clustermonitoring\",\n httpMethod: \"PUT\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.parameters10,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst getMonitoringStatusOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/extensions/clustermonitoring\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ClusterMonitoringResponse,\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.clusterName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst disableMonitoringOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/extensions/clustermonitoring\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\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.clusterName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst enableAzureMonitorOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/extensions/azureMonitor\",\n httpMethod: \"PUT\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.parameters11,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst getAzureMonitorStatusOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/extensions/azureMonitor\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AzureMonitorResponse,\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.clusterName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst disableAzureMonitorOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/extensions/azureMonitor\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\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.clusterName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst enableAzureMonitorAgentOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/extensions/azureMonitorAgent\",\n httpMethod: \"PUT\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.parameters11,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst getAzureMonitorAgentStatusOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/extensions/azureMonitorAgent\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AzureMonitorResponse,\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.clusterName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst disableAzureMonitorAgentOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/extensions/azureMonitorAgent\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\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.clusterName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst createOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/extensions/{extensionName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.parameters12,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName,\n Parameters.extensionName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/extensions/{extensionName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ClusterMonitoringResponse,\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.clusterName,\n Parameters.extensionName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/extensions/{extensionName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\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.clusterName,\n Parameters.extensionName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getAzureAsyncOperationStatusOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/extensions/{extensionName}/azureAsyncOperations/{operationId}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AsyncOperationResult,\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.clusterName,\n Parameters.operationId,\n Parameters.extensionName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
@@ -1,12 +0,0 @@
1
- export * from "./applications.js";
2
- export * from "./clusters.js";
3
- export * from "./configurations.js";
4
- export * from "./extensions.js";
5
- export * from "./locations.js";
6
- export * from "./operations.js";
7
- export * from "./privateEndpointConnections.js";
8
- export * from "./privateLinkResources.js";
9
- export * from "./scriptActions.js";
10
- export * from "./scriptExecutionHistory.js";
11
- export * from "./virtualMachines.js";
12
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAQA,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,iCAAiC,CAAC;AAChD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,oBAAoB,CAAC;AACnC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,sBAAsB,CAAC"}
@@ -1,19 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
- export * from "./applications.js";
9
- export * from "./clusters.js";
10
- export * from "./configurations.js";
11
- export * from "./extensions.js";
12
- export * from "./locations.js";
13
- export * from "./operations.js";
14
- export * from "./privateEndpointConnections.js";
15
- export * from "./privateLinkResources.js";
16
- export * from "./scriptActions.js";
17
- export * from "./scriptExecutionHistory.js";
18
- export * from "./virtualMachines.js";
19
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,iCAAiC,CAAC;AAChD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,oBAAoB,CAAC;AACnC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,sBAAsB,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 \"./applications.js\";\nexport * from \"./clusters.js\";\nexport * from \"./configurations.js\";\nexport * from \"./extensions.js\";\nexport * from \"./locations.js\";\nexport * from \"./operations.js\";\nexport * from \"./privateEndpointConnections.js\";\nexport * from \"./privateLinkResources.js\";\nexport * from \"./scriptActions.js\";\nexport * from \"./scriptExecutionHistory.js\";\nexport * from \"./virtualMachines.js\";\n"]}
@@ -1,52 +0,0 @@
1
- import { Locations } from "../operationsInterfaces/index.js";
2
- import { HDInsightManagementClient } from "../hDInsightManagementClient.js";
3
- import { LocationsGetCapabilitiesOptionalParams, LocationsGetCapabilitiesResponse, LocationsListUsagesOptionalParams, LocationsListUsagesResponse, LocationsListBillingSpecsOptionalParams, LocationsListBillingSpecsResponse, LocationsGetAzureAsyncOperationStatusOptionalParams, LocationsGetAzureAsyncOperationStatusResponse, NameAvailabilityCheckRequestParameters, LocationsCheckNameAvailabilityOptionalParams, LocationsCheckNameAvailabilityResponse, ClusterCreateRequestValidationParameters, LocationsValidateClusterCreateRequestOptionalParams, LocationsValidateClusterCreateRequestResponse } 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: HDInsightManagementClient);
12
- /**
13
- * Gets the capabilities for the specified location.
14
- * @param location The Azure location (region) for which to make the request.
15
- * @param options The options parameters.
16
- */
17
- getCapabilities(location: string, options?: LocationsGetCapabilitiesOptionalParams): Promise<LocationsGetCapabilitiesResponse>;
18
- /**
19
- * Lists the usages for the specified location.
20
- * @param location The Azure location (region) for which to make the request.
21
- * @param options The options parameters.
22
- */
23
- listUsages(location: string, options?: LocationsListUsagesOptionalParams): Promise<LocationsListUsagesResponse>;
24
- /**
25
- * Lists the billingSpecs for the specified subscription and location.
26
- * @param location The Azure location (region) for which to make the request.
27
- * @param options The options parameters.
28
- */
29
- listBillingSpecs(location: string, options?: LocationsListBillingSpecsOptionalParams): Promise<LocationsListBillingSpecsResponse>;
30
- /**
31
- * Get the async operation status.
32
- * @param location The Azure location (region) for which to make the request.
33
- * @param operationId The long running operation id.
34
- * @param options The options parameters.
35
- */
36
- getAzureAsyncOperationStatus(location: string, operationId: string, options?: LocationsGetAzureAsyncOperationStatusOptionalParams): Promise<LocationsGetAzureAsyncOperationStatusResponse>;
37
- /**
38
- * Check the cluster name is available or not.
39
- * @param location The Azure location (region) for which to make the request.
40
- * @param parameters The request spec of checking name availability.
41
- * @param options The options parameters.
42
- */
43
- checkNameAvailability(location: string, parameters: NameAvailabilityCheckRequestParameters, options?: LocationsCheckNameAvailabilityOptionalParams): Promise<LocationsCheckNameAvailabilityResponse>;
44
- /**
45
- * Validate the cluster create request spec is valid or not.
46
- * @param location The Azure location (region) for which to make the request.
47
- * @param parameters The cluster create request specification.
48
- * @param options The options parameters.
49
- */
50
- validateClusterCreateRequest(location: string, parameters: ClusterCreateRequestValidationParameters, options?: LocationsValidateClusterCreateRequestOptionalParams): Promise<LocationsValidateClusterCreateRequestResponse>;
51
- }
52
- //# sourceMappingURL=locations.d.ts.map
@@ -1 +0,0 @@
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,yBAAyB,EAAE,MAAM,iCAAiC,CAAC;AAC5E,OAAO,EACL,sCAAsC,EACtC,gCAAgC,EAChC,iCAAiC,EACjC,2BAA2B,EAC3B,uCAAuC,EACvC,iCAAiC,EACjC,mDAAmD,EACnD,6CAA6C,EAC7C,sCAAsC,EACtC,4CAA4C,EAC5C,sCAAsC,EACtC,wCAAwC,EACxC,mDAAmD,EACnD,6CAA6C,EAC9C,MAAM,oBAAoB,CAAC;AAE5B,6CAA6C;AAC7C,qBAAa,aAAc,YAAW,SAAS;IAC7C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA4B;IAEnD;;;OAGG;gBACS,MAAM,EAAE,yBAAyB;IAI7C;;;;OAIG;IACH,eAAe,CACb,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,sCAAsC,GAC/C,OAAO,CAAC,gCAAgC,CAAC;IAO5C;;;;OAIG;IACH,UAAU,CACR,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,2BAA2B,CAAC;IAOvC;;;;OAIG;IACH,gBAAgB,CACd,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,uCAAuC,GAChD,OAAO,CAAC,iCAAiC,CAAC;IAO7C;;;;;OAKG;IACH,4BAA4B,CAC1B,QAAQ,EAAE,MAAM,EAChB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,mDAAmD,GAC5D,OAAO,CAAC,6CAA6C,CAAC;IAOzD;;;;;OAKG;IACH,qBAAqB,CACnB,QAAQ,EAAE,MAAM,EAChB,UAAU,EAAE,sCAAsC,EAClD,OAAO,CAAC,EAAE,4CAA4C,GACrD,OAAO,CAAC,sCAAsC,CAAC;IAOlD;;;;;OAKG;IACH,4BAA4B,CAC1B,QAAQ,EAAE,MAAM,EAChB,UAAU,EAAE,wCAAwC,EACpD,OAAO,CAAC,EAAE,mDAAmD,GAC5D,OAAO,CAAC,6CAA6C,CAAC;CAM1D"}
@@ -1,200 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
- import * as coreClient from "@azure/core-client";
9
- import * as Mappers from "../models/mappers.js";
10
- import * as Parameters from "../models/parameters.js";
11
- /** Class containing Locations operations. */
12
- export class LocationsImpl {
13
- client;
14
- /**
15
- * Initialize a new instance of the class Locations class.
16
- * @param client Reference to the service client
17
- */
18
- constructor(client) {
19
- this.client = client;
20
- }
21
- /**
22
- * Gets the capabilities for the specified location.
23
- * @param location The Azure location (region) for which to make the request.
24
- * @param options The options parameters.
25
- */
26
- getCapabilities(location, options) {
27
- return this.client.sendOperationRequest({ location, options }, getCapabilitiesOperationSpec);
28
- }
29
- /**
30
- * Lists the usages for the specified location.
31
- * @param location The Azure location (region) for which to make the request.
32
- * @param options The options parameters.
33
- */
34
- listUsages(location, options) {
35
- return this.client.sendOperationRequest({ location, options }, listUsagesOperationSpec);
36
- }
37
- /**
38
- * Lists the billingSpecs for the specified subscription and location.
39
- * @param location The Azure location (region) for which to make the request.
40
- * @param options The options parameters.
41
- */
42
- listBillingSpecs(location, options) {
43
- return this.client.sendOperationRequest({ location, options }, listBillingSpecsOperationSpec);
44
- }
45
- /**
46
- * Get the async operation status.
47
- * @param location The Azure location (region) for which to make the request.
48
- * @param operationId The long running operation id.
49
- * @param options The options parameters.
50
- */
51
- getAzureAsyncOperationStatus(location, operationId, options) {
52
- return this.client.sendOperationRequest({ location, operationId, options }, getAzureAsyncOperationStatusOperationSpec);
53
- }
54
- /**
55
- * Check the cluster name is available or not.
56
- * @param location The Azure location (region) for which to make the request.
57
- * @param parameters The request spec of checking name availability.
58
- * @param options The options parameters.
59
- */
60
- checkNameAvailability(location, parameters, options) {
61
- return this.client.sendOperationRequest({ location, parameters, options }, checkNameAvailabilityOperationSpec);
62
- }
63
- /**
64
- * Validate the cluster create request spec is valid or not.
65
- * @param location The Azure location (region) for which to make the request.
66
- * @param parameters The cluster create request specification.
67
- * @param options The options parameters.
68
- */
69
- validateClusterCreateRequest(location, parameters, options) {
70
- return this.client.sendOperationRequest({ location, parameters, options }, validateClusterCreateRequestOperationSpec);
71
- }
72
- }
73
- // Operation Specifications
74
- const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
75
- const getCapabilitiesOperationSpec = {
76
- path: "/subscriptions/{subscriptionId}/providers/Microsoft.HDInsight/locations/{location}/capabilities",
77
- httpMethod: "GET",
78
- responses: {
79
- 200: {
80
- bodyMapper: Mappers.CapabilitiesResult,
81
- },
82
- default: {
83
- bodyMapper: Mappers.ErrorResponse,
84
- },
85
- },
86
- queryParameters: [Parameters.apiVersion],
87
- urlParameters: [
88
- Parameters.$host,
89
- Parameters.subscriptionId,
90
- Parameters.location,
91
- ],
92
- headerParameters: [Parameters.accept],
93
- serializer,
94
- };
95
- const listUsagesOperationSpec = {
96
- path: "/subscriptions/{subscriptionId}/providers/Microsoft.HDInsight/locations/{location}/usages",
97
- httpMethod: "GET",
98
- responses: {
99
- 200: {
100
- bodyMapper: Mappers.UsagesListResult,
101
- },
102
- default: {
103
- bodyMapper: Mappers.ErrorResponse,
104
- },
105
- },
106
- queryParameters: [Parameters.apiVersion],
107
- urlParameters: [
108
- Parameters.$host,
109
- Parameters.subscriptionId,
110
- Parameters.location,
111
- ],
112
- headerParameters: [Parameters.accept],
113
- serializer,
114
- };
115
- const listBillingSpecsOperationSpec = {
116
- path: "/subscriptions/{subscriptionId}/providers/Microsoft.HDInsight/locations/{location}/billingSpecs",
117
- httpMethod: "GET",
118
- responses: {
119
- 200: {
120
- bodyMapper: Mappers.BillingResponseListResult,
121
- },
122
- default: {
123
- bodyMapper: Mappers.ErrorResponse,
124
- },
125
- },
126
- queryParameters: [Parameters.apiVersion],
127
- urlParameters: [
128
- Parameters.$host,
129
- Parameters.subscriptionId,
130
- Parameters.location,
131
- ],
132
- headerParameters: [Parameters.accept],
133
- serializer,
134
- };
135
- const getAzureAsyncOperationStatusOperationSpec = {
136
- path: "/subscriptions/{subscriptionId}/providers/Microsoft.HDInsight/locations/{location}/azureasyncoperations/{operationId}",
137
- httpMethod: "GET",
138
- responses: {
139
- 200: {
140
- bodyMapper: Mappers.AsyncOperationResult,
141
- },
142
- default: {
143
- bodyMapper: Mappers.ErrorResponse,
144
- },
145
- },
146
- queryParameters: [Parameters.apiVersion],
147
- urlParameters: [
148
- Parameters.$host,
149
- Parameters.subscriptionId,
150
- Parameters.operationId,
151
- Parameters.location,
152
- ],
153
- headerParameters: [Parameters.accept],
154
- serializer,
155
- };
156
- const checkNameAvailabilityOperationSpec = {
157
- path: "/subscriptions/{subscriptionId}/providers/Microsoft.HDInsight/locations/{location}/checkNameAvailability",
158
- httpMethod: "POST",
159
- responses: {
160
- 200: {
161
- bodyMapper: Mappers.NameAvailabilityCheckResult,
162
- },
163
- default: {
164
- bodyMapper: Mappers.ErrorResponse,
165
- },
166
- },
167
- requestBody: Parameters.parameters13,
168
- queryParameters: [Parameters.apiVersion],
169
- urlParameters: [
170
- Parameters.$host,
171
- Parameters.subscriptionId,
172
- Parameters.location,
173
- ],
174
- headerParameters: [Parameters.accept, Parameters.contentType],
175
- mediaType: "json",
176
- serializer,
177
- };
178
- const validateClusterCreateRequestOperationSpec = {
179
- path: "/subscriptions/{subscriptionId}/providers/Microsoft.HDInsight/locations/{location}/validateCreateRequest",
180
- httpMethod: "POST",
181
- responses: {
182
- 200: {
183
- bodyMapper: Mappers.ClusterCreateValidationResult,
184
- },
185
- default: {
186
- bodyMapper: Mappers.ErrorResponse,
187
- },
188
- },
189
- requestBody: Parameters.parameters14,
190
- queryParameters: [Parameters.apiVersion],
191
- urlParameters: [
192
- Parameters.$host,
193
- Parameters.subscriptionId,
194
- Parameters.location,
195
- ],
196
- headerParameters: [Parameters.accept, Parameters.contentType],
197
- mediaType: "json",
198
- serializer,
199
- };
200
- //# sourceMappingURL=locations.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"locations.js","sourceRoot":"","sources":["../../../src/operations/locations.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 { 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 { HDInsightManagementClient } from \"../hDInsightManagementClient.js\";\nimport {\n LocationsGetCapabilitiesOptionalParams,\n LocationsGetCapabilitiesResponse,\n LocationsListUsagesOptionalParams,\n LocationsListUsagesResponse,\n LocationsListBillingSpecsOptionalParams,\n LocationsListBillingSpecsResponse,\n LocationsGetAzureAsyncOperationStatusOptionalParams,\n LocationsGetAzureAsyncOperationStatusResponse,\n NameAvailabilityCheckRequestParameters,\n LocationsCheckNameAvailabilityOptionalParams,\n LocationsCheckNameAvailabilityResponse,\n ClusterCreateRequestValidationParameters,\n LocationsValidateClusterCreateRequestOptionalParams,\n LocationsValidateClusterCreateRequestResponse,\n} from \"../models/index.js\";\n\n/** Class containing Locations operations. */\nexport class LocationsImpl implements Locations {\n private readonly client: HDInsightManagementClient;\n\n /**\n * Initialize a new instance of the class Locations class.\n * @param client Reference to the service client\n */\n constructor(client: HDInsightManagementClient) {\n this.client = client;\n }\n\n /**\n * Gets the capabilities for the specified location.\n * @param location The Azure location (region) for which to make the request.\n * @param options The options parameters.\n */\n getCapabilities(\n location: string,\n options?: LocationsGetCapabilitiesOptionalParams,\n ): Promise<LocationsGetCapabilitiesResponse> {\n return this.client.sendOperationRequest(\n { location, options },\n getCapabilitiesOperationSpec,\n );\n }\n\n /**\n * Lists the usages for the specified location.\n * @param location The Azure location (region) for which to make the request.\n * @param options The options parameters.\n */\n listUsages(\n location: string,\n options?: LocationsListUsagesOptionalParams,\n ): Promise<LocationsListUsagesResponse> {\n return this.client.sendOperationRequest(\n { location, options },\n listUsagesOperationSpec,\n );\n }\n\n /**\n * Lists the billingSpecs for the specified subscription and location.\n * @param location The Azure location (region) for which to make the request.\n * @param options The options parameters.\n */\n listBillingSpecs(\n location: string,\n options?: LocationsListBillingSpecsOptionalParams,\n ): Promise<LocationsListBillingSpecsResponse> {\n return this.client.sendOperationRequest(\n { location, options },\n listBillingSpecsOperationSpec,\n );\n }\n\n /**\n * Get the async operation status.\n * @param location The Azure location (region) for which to make the request.\n * @param operationId The long running operation id.\n * @param options The options parameters.\n */\n getAzureAsyncOperationStatus(\n location: string,\n operationId: string,\n options?: LocationsGetAzureAsyncOperationStatusOptionalParams,\n ): Promise<LocationsGetAzureAsyncOperationStatusResponse> {\n return this.client.sendOperationRequest(\n { location, operationId, options },\n getAzureAsyncOperationStatusOperationSpec,\n );\n }\n\n /**\n * Check the cluster name is available or not.\n * @param location The Azure location (region) for which to make the request.\n * @param parameters The request spec of checking name availability.\n * @param options The options parameters.\n */\n checkNameAvailability(\n location: string,\n parameters: NameAvailabilityCheckRequestParameters,\n options?: LocationsCheckNameAvailabilityOptionalParams,\n ): Promise<LocationsCheckNameAvailabilityResponse> {\n return this.client.sendOperationRequest(\n { location, parameters, options },\n checkNameAvailabilityOperationSpec,\n );\n }\n\n /**\n * Validate the cluster create request spec is valid or not.\n * @param location The Azure location (region) for which to make the request.\n * @param parameters The cluster create request specification.\n * @param options The options parameters.\n */\n validateClusterCreateRequest(\n location: string,\n parameters: ClusterCreateRequestValidationParameters,\n options?: LocationsValidateClusterCreateRequestOptionalParams,\n ): Promise<LocationsValidateClusterCreateRequestResponse> {\n return this.client.sendOperationRequest(\n { location, parameters, options },\n validateClusterCreateRequestOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getCapabilitiesOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.HDInsight/locations/{location}/capabilities\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.CapabilitiesResult,\n },\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};\nconst listUsagesOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.HDInsight/locations/{location}/usages\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.UsagesListResult,\n },\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};\nconst listBillingSpecsOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.HDInsight/locations/{location}/billingSpecs\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.BillingResponseListResult,\n },\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};\nconst getAzureAsyncOperationStatusOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.HDInsight/locations/{location}/azureasyncoperations/{operationId}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AsyncOperationResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.operationId,\n Parameters.location,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst checkNameAvailabilityOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.HDInsight/locations/{location}/checkNameAvailability\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.NameAvailabilityCheckResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.parameters13,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.location,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst validateClusterCreateRequestOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.HDInsight/locations/{location}/validateCreateRequest\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.ClusterCreateValidationResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.parameters14,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.location,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\n"]}
@@ -1,32 +0,0 @@
1
- import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
- import { Operations } from "../operationsInterfaces/index.js";
3
- import { HDInsightManagementClient } from "../hDInsightManagementClient.js";
4
- import { Operation, OperationsListOptionalParams } from "../models/index.js";
5
- /** Class containing Operations operations. */
6
- export declare class OperationsImpl implements Operations {
7
- private readonly client;
8
- /**
9
- * Initialize a new instance of the class Operations class.
10
- * @param client Reference to the service client
11
- */
12
- constructor(client: HDInsightManagementClient);
13
- /**
14
- * Lists all of the available HDInsight REST API operations.
15
- * @param options The options parameters.
16
- */
17
- list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
18
- private listPagingPage;
19
- private listPagingAll;
20
- /**
21
- * Lists all of the available HDInsight REST API operations.
22
- * @param options The options parameters.
23
- */
24
- private _list;
25
- /**
26
- * ListNext
27
- * @param nextLink The nextLink from the previous successful call to the List method.
28
- * @param options The options parameters.
29
- */
30
- private _listNext;
31
- }
32
- //# sourceMappingURL=operations.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operations/operations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAC;AAI9D,OAAO,EAAE,yBAAyB,EAAE,MAAM,iCAAiC,CAAC;AAC5E,OAAO,EACL,SAAS,EAET,4BAA4B,EAG7B,MAAM,oBAAoB,CAAC;AAG5B,8CAA8C;AAC9C,qBAAa,cAAe,YAAW,UAAU;IAC/C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA4B;IAEnD;;;OAGG;gBACS,MAAM,EAAE,yBAAyB;IAI7C;;;OAGG;IACI,IAAI,CACT,OAAO,CAAC,EAAE,4BAA4B,GACrC,0BAA0B,CAAC,SAAS,CAAC;YAkBzB,cAAc;YAsBd,aAAa;IAQ5B;;;OAGG;IACH,OAAO,CAAC,KAAK;IAMb;;;;OAIG;IACH,OAAO,CAAC,SAAS;CASlB"}
@@ -1,116 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
- import { setContinuationToken } from "../pagingHelper.js";
9
- import * as coreClient from "@azure/core-client";
10
- import * as Mappers from "../models/mappers.js";
11
- import * as Parameters from "../models/parameters.js";
12
- /// <reference lib="esnext.asynciterable" />
13
- /** Class containing Operations operations. */
14
- export class OperationsImpl {
15
- client;
16
- /**
17
- * Initialize a new instance of the class Operations class.
18
- * @param client Reference to the service client
19
- */
20
- constructor(client) {
21
- this.client = client;
22
- }
23
- /**
24
- * Lists all of the available HDInsight REST API operations.
25
- * @param options The options parameters.
26
- */
27
- list(options) {
28
- const iter = this.listPagingAll(options);
29
- return {
30
- next() {
31
- return iter.next();
32
- },
33
- [Symbol.asyncIterator]() {
34
- return this;
35
- },
36
- byPage: (settings) => {
37
- if (settings?.maxPageSize) {
38
- throw new Error("maxPageSize is not supported by this operation.");
39
- }
40
- return this.listPagingPage(options, settings);
41
- },
42
- };
43
- }
44
- async *listPagingPage(options, settings) {
45
- let result;
46
- let continuationToken = settings?.continuationToken;
47
- if (!continuationToken) {
48
- result = await this._list(options);
49
- let page = result.value || [];
50
- continuationToken = result.nextLink;
51
- setContinuationToken(page, continuationToken);
52
- yield page;
53
- }
54
- while (continuationToken) {
55
- result = await this._listNext(continuationToken, options);
56
- continuationToken = result.nextLink;
57
- let page = result.value || [];
58
- setContinuationToken(page, continuationToken);
59
- yield page;
60
- }
61
- }
62
- async *listPagingAll(options) {
63
- for await (const page of this.listPagingPage(options)) {
64
- yield* page;
65
- }
66
- }
67
- /**
68
- * Lists all of the available HDInsight REST API operations.
69
- * @param options The options parameters.
70
- */
71
- _list(options) {
72
- return this.client.sendOperationRequest({ options }, listOperationSpec);
73
- }
74
- /**
75
- * ListNext
76
- * @param nextLink The nextLink from the previous successful call to the List method.
77
- * @param options The options parameters.
78
- */
79
- _listNext(nextLink, options) {
80
- return this.client.sendOperationRequest({ nextLink, options }, listNextOperationSpec);
81
- }
82
- }
83
- // Operation Specifications
84
- const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
85
- const listOperationSpec = {
86
- path: "/providers/Microsoft.HDInsight/operations",
87
- httpMethod: "GET",
88
- responses: {
89
- 200: {
90
- bodyMapper: Mappers.OperationListResult,
91
- },
92
- default: {
93
- bodyMapper: Mappers.ErrorResponse,
94
- },
95
- },
96
- queryParameters: [Parameters.apiVersion],
97
- urlParameters: [Parameters.$host],
98
- headerParameters: [Parameters.accept],
99
- serializer,
100
- };
101
- const listNextOperationSpec = {
102
- path: "{nextLink}",
103
- httpMethod: "GET",
104
- responses: {
105
- 200: {
106
- bodyMapper: Mappers.OperationListResult,
107
- },
108
- default: {
109
- bodyMapper: Mappers.ErrorResponse,
110
- },
111
- },
112
- urlParameters: [Parameters.$host, Parameters.nextLink],
113
- headerParameters: [Parameters.accept],
114
- serializer,
115
- };
116
- //# sourceMappingURL=operations.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../src/operations/operations.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 { 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 { HDInsightManagementClient } from \"../hDInsightManagementClient.js\";\nimport {\n Operation,\n OperationsListNextOptionalParams,\n OperationsListOptionalParams,\n OperationsListResponse,\n OperationsListNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Operations operations. */\nexport class OperationsImpl implements Operations {\n private readonly client: HDInsightManagementClient;\n\n /**\n * Initialize a new instance of the class Operations class.\n * @param client Reference to the service client\n */\n constructor(client: HDInsightManagementClient) {\n this.client = client;\n }\n\n /**\n * Lists all of the available HDInsight REST API operations.\n * @param options The options parameters.\n */\n public list(\n options?: OperationsListOptionalParams,\n ): PagedAsyncIterableIterator<Operation> {\n const iter = this.listPagingAll(options);\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.listPagingPage(options, settings);\n },\n };\n }\n\n private async *listPagingPage(\n options?: OperationsListOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<Operation[]> {\n let result: OperationsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n options?: OperationsListOptionalParams,\n ): AsyncIterableIterator<Operation> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Lists all of the available HDInsight REST API operations.\n * @param options The options parameters.\n */\n private _list(\n options?: OperationsListOptionalParams,\n ): Promise<OperationsListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: OperationsListNextOptionalParams,\n ): Promise<OperationsListNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listNextOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.HDInsight/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};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n urlParameters: [Parameters.$host, Parameters.nextLink],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}