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

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 (874) hide show
  1. package/CHANGELOG.md +39 -6
  2. package/LICENSE +4 -4
  3. package/README.md +25 -18
  4. package/dist/browser/hDInsightManagementClient.d.ts +31 -0
  5. package/dist/browser/hDInsightManagementClient.d.ts.map +1 -0
  6. package/dist/browser/hDInsightManagementClient.js +127 -0
  7. package/dist/browser/hDInsightManagementClient.js.map +1 -0
  8. package/dist/browser/index.d.ts +5 -0
  9. package/dist/browser/index.d.ts.map +1 -0
  10. package/dist/browser/index.js +13 -0
  11. package/dist/browser/index.js.map +1 -0
  12. package/dist/browser/lroImpl.d.ts.map +1 -0
  13. package/dist/browser/lroImpl.js +18 -0
  14. package/dist/browser/lroImpl.js.map +1 -0
  15. package/dist/browser/models/index.d.ts +2074 -0
  16. package/dist/browser/models/index.d.ts.map +1 -0
  17. package/dist/browser/models/index.js +198 -0
  18. package/dist/browser/models/index.js.map +1 -0
  19. package/dist/browser/models/mappers.d.ts +112 -0
  20. package/dist/browser/models/mappers.d.ts.map +1 -0
  21. package/dist/browser/models/mappers.js +3817 -0
  22. package/dist/browser/models/mappers.js.map +1 -0
  23. package/dist/browser/models/parameters.js +280 -0
  24. package/dist/browser/models/parameters.js.map +1 -0
  25. package/dist/browser/operations/applications.d.ts +90 -0
  26. package/dist/browser/operations/applications.d.ts.map +1 -0
  27. package/dist/browser/operations/applications.js +383 -0
  28. package/dist/browser/operations/applications.js.map +1 -0
  29. package/dist/browser/operations/clusters.d.ts +214 -0
  30. package/dist/browser/operations/clusters.d.ts.map +1 -0
  31. package/dist/browser/operations/clusters.js +1026 -0
  32. package/dist/browser/operations/clusters.js.map +1 -0
  33. package/dist/browser/operations/configurations.d.ts +54 -0
  34. package/dist/browser/operations/configurations.d.ts.map +1 -0
  35. package/dist/browser/operations/configurations.js +185 -0
  36. package/dist/browser/operations/configurations.js.map +1 -0
  37. package/dist/browser/operations/extensions.d.ts +176 -0
  38. package/dist/browser/operations/extensions.d.ts.map +1 -0
  39. package/dist/browser/operations/extensions.js +842 -0
  40. package/dist/browser/operations/extensions.js.map +1 -0
  41. package/dist/browser/operations/index.d.ts +12 -0
  42. package/dist/browser/operations/index.d.ts.map +1 -0
  43. package/dist/browser/operations/index.js +19 -0
  44. package/dist/browser/operations/index.js.map +1 -0
  45. package/dist/browser/operations/locations.d.ts +52 -0
  46. package/dist/browser/operations/locations.d.ts.map +1 -0
  47. package/dist/browser/operations/locations.js +200 -0
  48. package/dist/browser/operations/locations.js.map +1 -0
  49. package/dist/browser/operations/operations.d.ts +32 -0
  50. package/dist/browser/operations/operations.d.ts.map +1 -0
  51. package/dist/browser/operations/operations.js +116 -0
  52. package/dist/browser/operations/operations.js.map +1 -0
  53. package/dist/browser/operations/privateEndpointConnections.d.ts +81 -0
  54. package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -0
  55. package/dist/browser/operations/privateEndpointConnections.js +359 -0
  56. package/dist/browser/operations/privateEndpointConnections.js.map +1 -0
  57. package/dist/browser/operations/privateLinkResources.d.ts +28 -0
  58. package/dist/browser/operations/privateLinkResources.d.ts.map +1 -0
  59. package/dist/browser/operations/privateLinkResources.js +86 -0
  60. package/dist/browser/operations/privateLinkResources.js.map +1 -0
  61. package/dist/browser/operations/scriptActions.d.ts +62 -0
  62. package/dist/browser/operations/scriptActions.d.ts.map +1 -0
  63. package/dist/browser/operations/scriptActions.js +228 -0
  64. package/dist/browser/operations/scriptActions.js.map +1 -0
  65. package/dist/browser/operations/scriptExecutionHistory.d.ts +46 -0
  66. package/dist/browser/operations/scriptExecutionHistory.d.ts.map +1 -0
  67. package/dist/browser/operations/scriptExecutionHistory.js +163 -0
  68. package/dist/browser/operations/scriptExecutionHistory.js.map +1 -0
  69. package/dist/browser/operations/virtualMachines.d.ts +45 -0
  70. package/dist/browser/operations/virtualMachines.d.ts.map +1 -0
  71. package/dist/browser/operations/virtualMachines.js +176 -0
  72. package/dist/browser/operations/virtualMachines.js.map +1 -0
  73. package/dist/browser/operationsInterfaces/applications.d.ts +65 -0
  74. package/dist/browser/operationsInterfaces/applications.d.ts.map +1 -0
  75. package/dist/browser/operationsInterfaces/applications.js.map +1 -0
  76. package/dist/browser/operationsInterfaces/clusters.d.ts +178 -0
  77. package/dist/browser/operationsInterfaces/clusters.d.ts.map +1 -0
  78. package/dist/browser/operationsInterfaces/clusters.js.map +1 -0
  79. package/dist/browser/operationsInterfaces/configurations.d.ts +46 -0
  80. package/dist/browser/operationsInterfaces/configurations.d.ts.map +1 -0
  81. package/dist/browser/operationsInterfaces/configurations.js.map +1 -0
  82. package/dist/browser/operationsInterfaces/extensions.d.ts +168 -0
  83. package/dist/browser/operationsInterfaces/extensions.d.ts.map +1 -0
  84. package/dist/browser/operationsInterfaces/extensions.js.map +1 -0
  85. package/dist/browser/operationsInterfaces/index.d.ts +12 -0
  86. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  87. package/dist/browser/operationsInterfaces/index.js +19 -0
  88. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  89. package/dist/browser/operationsInterfaces/locations.d.ts +44 -0
  90. package/dist/browser/operationsInterfaces/locations.d.ts.map +1 -0
  91. package/dist/browser/operationsInterfaces/locations.js.map +1 -0
  92. package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
  93. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
  94. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  95. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
  96. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  97. package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  98. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +20 -0
  99. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  100. package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -0
  101. package/dist/browser/operationsInterfaces/scriptActions.d.ts +37 -0
  102. package/dist/browser/operationsInterfaces/scriptActions.d.ts.map +1 -0
  103. package/dist/browser/operationsInterfaces/scriptActions.js.map +1 -0
  104. package/dist/browser/operationsInterfaces/scriptExecutionHistory.d.ts +21 -0
  105. package/dist/browser/operationsInterfaces/scriptExecutionHistory.d.ts.map +1 -0
  106. package/dist/browser/operationsInterfaces/scriptExecutionHistory.js.map +1 -0
  107. package/dist/browser/operationsInterfaces/virtualMachines.d.ts +37 -0
  108. package/dist/browser/operationsInterfaces/virtualMachines.d.ts.map +1 -0
  109. package/dist/browser/operationsInterfaces/virtualMachines.js.map +1 -0
  110. package/dist/browser/package.json +3 -0
  111. package/dist/browser/pagingHelper.js +30 -0
  112. package/dist/browser/pagingHelper.js.map +1 -0
  113. package/dist/commonjs/hDInsightManagementClient.d.ts +31 -0
  114. package/dist/commonjs/hDInsightManagementClient.d.ts.map +1 -0
  115. package/dist/commonjs/hDInsightManagementClient.js +132 -0
  116. package/dist/commonjs/hDInsightManagementClient.js.map +1 -0
  117. package/dist/commonjs/index.d.ts +5 -0
  118. package/dist/commonjs/index.d.ts.map +1 -0
  119. package/dist/commonjs/index.js +19 -0
  120. package/dist/commonjs/index.js.map +1 -0
  121. package/dist/commonjs/lroImpl.d.ts +11 -0
  122. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  123. package/dist/commonjs/lroImpl.js +21 -0
  124. package/dist/commonjs/lroImpl.js.map +1 -0
  125. package/dist/commonjs/models/index.d.ts +2074 -0
  126. package/dist/commonjs/models/index.d.ts.map +1 -0
  127. package/dist/commonjs/models/index.js +201 -0
  128. package/dist/commonjs/models/index.js.map +1 -0
  129. package/dist/commonjs/models/mappers.d.ts +112 -0
  130. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  131. package/dist/commonjs/models/mappers.js +3822 -0
  132. package/dist/commonjs/models/mappers.js.map +1 -0
  133. package/dist/commonjs/models/parameters.d.ts +37 -0
  134. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  135. package/dist/commonjs/models/parameters.js +283 -0
  136. package/dist/commonjs/models/parameters.js.map +1 -0
  137. package/dist/commonjs/operations/applications.d.ts +90 -0
  138. package/dist/commonjs/operations/applications.d.ts.map +1 -0
  139. package/dist/commonjs/operations/applications.js +388 -0
  140. package/dist/commonjs/operations/applications.js.map +1 -0
  141. package/dist/commonjs/operations/clusters.d.ts +214 -0
  142. package/dist/commonjs/operations/clusters.d.ts.map +1 -0
  143. package/dist/commonjs/operations/clusters.js +1031 -0
  144. package/dist/commonjs/operations/clusters.js.map +1 -0
  145. package/dist/commonjs/operations/configurations.d.ts +54 -0
  146. package/dist/commonjs/operations/configurations.d.ts.map +1 -0
  147. package/dist/commonjs/operations/configurations.js +190 -0
  148. package/dist/commonjs/operations/configurations.js.map +1 -0
  149. package/dist/commonjs/operations/extensions.d.ts +176 -0
  150. package/dist/commonjs/operations/extensions.d.ts.map +1 -0
  151. package/dist/commonjs/operations/extensions.js +847 -0
  152. package/dist/commonjs/operations/extensions.js.map +1 -0
  153. package/dist/commonjs/operations/index.d.ts +12 -0
  154. package/dist/commonjs/operations/index.d.ts.map +1 -0
  155. package/dist/commonjs/operations/index.js +22 -0
  156. package/dist/commonjs/operations/index.js.map +1 -0
  157. package/dist/commonjs/operations/locations.d.ts +52 -0
  158. package/dist/commonjs/operations/locations.d.ts.map +1 -0
  159. package/dist/commonjs/operations/locations.js +205 -0
  160. package/dist/commonjs/operations/locations.js.map +1 -0
  161. package/dist/commonjs/operations/operations.d.ts +32 -0
  162. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  163. package/dist/commonjs/operations/operations.js +121 -0
  164. package/dist/commonjs/operations/operations.js.map +1 -0
  165. package/dist/commonjs/operations/privateEndpointConnections.d.ts +81 -0
  166. package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -0
  167. package/dist/commonjs/operations/privateEndpointConnections.js +364 -0
  168. package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -0
  169. package/dist/commonjs/operations/privateLinkResources.d.ts +28 -0
  170. package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -0
  171. package/dist/commonjs/operations/privateLinkResources.js +91 -0
  172. package/dist/commonjs/operations/privateLinkResources.js.map +1 -0
  173. package/dist/commonjs/operations/scriptActions.d.ts +62 -0
  174. package/dist/commonjs/operations/scriptActions.d.ts.map +1 -0
  175. package/dist/commonjs/operations/scriptActions.js +233 -0
  176. package/dist/commonjs/operations/scriptActions.js.map +1 -0
  177. package/dist/commonjs/operations/scriptExecutionHistory.d.ts +46 -0
  178. package/dist/commonjs/operations/scriptExecutionHistory.d.ts.map +1 -0
  179. package/dist/commonjs/operations/scriptExecutionHistory.js +168 -0
  180. package/dist/commonjs/operations/scriptExecutionHistory.js.map +1 -0
  181. package/dist/commonjs/operations/virtualMachines.d.ts +45 -0
  182. package/dist/commonjs/operations/virtualMachines.d.ts.map +1 -0
  183. package/dist/commonjs/operations/virtualMachines.js +181 -0
  184. package/dist/commonjs/operations/virtualMachines.js.map +1 -0
  185. package/dist/commonjs/operationsInterfaces/applications.d.ts +65 -0
  186. package/dist/commonjs/operationsInterfaces/applications.d.ts.map +1 -0
  187. package/dist/commonjs/operationsInterfaces/applications.js +10 -0
  188. package/dist/commonjs/operationsInterfaces/applications.js.map +1 -0
  189. package/dist/commonjs/operationsInterfaces/clusters.d.ts +178 -0
  190. package/dist/commonjs/operationsInterfaces/clusters.d.ts.map +1 -0
  191. package/dist/commonjs/operationsInterfaces/clusters.js +10 -0
  192. package/dist/commonjs/operationsInterfaces/clusters.js.map +1 -0
  193. package/dist/commonjs/operationsInterfaces/configurations.d.ts +46 -0
  194. package/dist/commonjs/operationsInterfaces/configurations.d.ts.map +1 -0
  195. package/dist/commonjs/operationsInterfaces/configurations.js +10 -0
  196. package/dist/commonjs/operationsInterfaces/configurations.js.map +1 -0
  197. package/dist/commonjs/operationsInterfaces/extensions.d.ts +168 -0
  198. package/dist/commonjs/operationsInterfaces/extensions.d.ts.map +1 -0
  199. package/dist/commonjs/operationsInterfaces/extensions.js +10 -0
  200. package/dist/commonjs/operationsInterfaces/extensions.js.map +1 -0
  201. package/dist/commonjs/operationsInterfaces/index.d.ts +12 -0
  202. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  203. package/dist/commonjs/operationsInterfaces/index.js +22 -0
  204. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  205. package/dist/commonjs/operationsInterfaces/locations.d.ts +44 -0
  206. package/dist/commonjs/operationsInterfaces/locations.d.ts.map +1 -0
  207. package/dist/commonjs/operationsInterfaces/locations.js +10 -0
  208. package/dist/commonjs/operationsInterfaces/locations.js.map +1 -0
  209. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  210. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  211. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  212. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  213. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
  214. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  215. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +10 -0
  216. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  217. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +20 -0
  218. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  219. package/dist/commonjs/operationsInterfaces/privateLinkResources.js +10 -0
  220. package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -0
  221. package/dist/commonjs/operationsInterfaces/scriptActions.d.ts +37 -0
  222. package/dist/commonjs/operationsInterfaces/scriptActions.d.ts.map +1 -0
  223. package/dist/commonjs/operationsInterfaces/scriptActions.js +10 -0
  224. package/dist/commonjs/operationsInterfaces/scriptActions.js.map +1 -0
  225. package/dist/commonjs/operationsInterfaces/scriptExecutionHistory.d.ts +21 -0
  226. package/dist/commonjs/operationsInterfaces/scriptExecutionHistory.d.ts.map +1 -0
  227. package/dist/commonjs/operationsInterfaces/scriptExecutionHistory.js +10 -0
  228. package/dist/commonjs/operationsInterfaces/scriptExecutionHistory.js.map +1 -0
  229. package/dist/commonjs/operationsInterfaces/virtualMachines.d.ts +37 -0
  230. package/dist/commonjs/operationsInterfaces/virtualMachines.d.ts.map +1 -0
  231. package/dist/commonjs/operationsInterfaces/virtualMachines.js +10 -0
  232. package/dist/commonjs/operationsInterfaces/virtualMachines.js.map +1 -0
  233. package/dist/commonjs/package.json +3 -0
  234. package/dist/commonjs/pagingHelper.d.ts +13 -0
  235. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  236. package/dist/commonjs/pagingHelper.js +34 -0
  237. package/dist/commonjs/pagingHelper.js.map +1 -0
  238. package/dist/commonjs/tsdoc-metadata.json +11 -0
  239. package/dist/esm/hDInsightManagementClient.d.ts +31 -0
  240. package/dist/esm/hDInsightManagementClient.d.ts.map +1 -0
  241. package/dist/esm/hDInsightManagementClient.js +127 -0
  242. package/dist/esm/hDInsightManagementClient.js.map +1 -0
  243. package/dist/esm/index.d.ts +5 -0
  244. package/dist/esm/index.d.ts.map +1 -0
  245. package/dist/esm/index.js +13 -0
  246. package/dist/esm/index.js.map +1 -0
  247. package/dist/esm/lroImpl.d.ts +11 -0
  248. package/dist/esm/lroImpl.d.ts.map +1 -0
  249. package/dist/esm/lroImpl.js +18 -0
  250. package/dist/esm/lroImpl.js.map +1 -0
  251. package/dist/esm/models/index.d.ts +2074 -0
  252. package/dist/esm/models/index.d.ts.map +1 -0
  253. package/dist/esm/models/index.js +198 -0
  254. package/dist/esm/models/index.js.map +1 -0
  255. package/dist/esm/models/mappers.d.ts +112 -0
  256. package/dist/esm/models/mappers.d.ts.map +1 -0
  257. package/dist/esm/models/mappers.js +3817 -0
  258. package/dist/esm/models/mappers.js.map +1 -0
  259. package/dist/esm/models/parameters.d.ts +37 -0
  260. package/dist/esm/models/parameters.d.ts.map +1 -0
  261. package/dist/esm/models/parameters.js +280 -0
  262. package/dist/esm/models/parameters.js.map +1 -0
  263. package/dist/esm/operations/applications.d.ts +90 -0
  264. package/dist/esm/operations/applications.d.ts.map +1 -0
  265. package/dist/esm/operations/applications.js +383 -0
  266. package/dist/esm/operations/applications.js.map +1 -0
  267. package/dist/esm/operations/clusters.d.ts +214 -0
  268. package/dist/esm/operations/clusters.d.ts.map +1 -0
  269. package/dist/esm/operations/clusters.js +1026 -0
  270. package/dist/esm/operations/clusters.js.map +1 -0
  271. package/dist/esm/operations/configurations.d.ts +54 -0
  272. package/dist/esm/operations/configurations.d.ts.map +1 -0
  273. package/dist/esm/operations/configurations.js +185 -0
  274. package/dist/esm/operations/configurations.js.map +1 -0
  275. package/dist/esm/operations/extensions.d.ts +176 -0
  276. package/dist/esm/operations/extensions.d.ts.map +1 -0
  277. package/dist/esm/operations/extensions.js +842 -0
  278. package/dist/esm/operations/extensions.js.map +1 -0
  279. package/dist/esm/operations/index.d.ts +12 -0
  280. package/dist/esm/operations/index.d.ts.map +1 -0
  281. package/dist/esm/operations/index.js +19 -0
  282. package/dist/esm/operations/index.js.map +1 -0
  283. package/dist/esm/operations/locations.d.ts +52 -0
  284. package/dist/esm/operations/locations.d.ts.map +1 -0
  285. package/dist/esm/operations/locations.js +200 -0
  286. package/dist/esm/operations/locations.js.map +1 -0
  287. package/dist/esm/operations/operations.d.ts +32 -0
  288. package/dist/esm/operations/operations.d.ts.map +1 -0
  289. package/dist/esm/operations/operations.js +116 -0
  290. package/dist/esm/operations/operations.js.map +1 -0
  291. package/dist/esm/operations/privateEndpointConnections.d.ts +81 -0
  292. package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -0
  293. package/dist/esm/operations/privateEndpointConnections.js +359 -0
  294. package/dist/esm/operations/privateEndpointConnections.js.map +1 -0
  295. package/dist/esm/operations/privateLinkResources.d.ts +28 -0
  296. package/dist/esm/operations/privateLinkResources.d.ts.map +1 -0
  297. package/dist/esm/operations/privateLinkResources.js +86 -0
  298. package/dist/esm/operations/privateLinkResources.js.map +1 -0
  299. package/dist/esm/operations/scriptActions.d.ts +62 -0
  300. package/dist/esm/operations/scriptActions.d.ts.map +1 -0
  301. package/dist/esm/operations/scriptActions.js +228 -0
  302. package/dist/esm/operations/scriptActions.js.map +1 -0
  303. package/dist/esm/operations/scriptExecutionHistory.d.ts +46 -0
  304. package/dist/esm/operations/scriptExecutionHistory.d.ts.map +1 -0
  305. package/dist/esm/operations/scriptExecutionHistory.js +163 -0
  306. package/dist/esm/operations/scriptExecutionHistory.js.map +1 -0
  307. package/dist/esm/operations/virtualMachines.d.ts +45 -0
  308. package/dist/esm/operations/virtualMachines.d.ts.map +1 -0
  309. package/dist/esm/operations/virtualMachines.js +176 -0
  310. package/dist/esm/operations/virtualMachines.js.map +1 -0
  311. package/dist/esm/operationsInterfaces/applications.d.ts +65 -0
  312. package/dist/esm/operationsInterfaces/applications.d.ts.map +1 -0
  313. package/dist/esm/operationsInterfaces/applications.js +9 -0
  314. package/dist/esm/operationsInterfaces/applications.js.map +1 -0
  315. package/dist/esm/operationsInterfaces/clusters.d.ts +178 -0
  316. package/dist/esm/operationsInterfaces/clusters.d.ts.map +1 -0
  317. package/dist/esm/operationsInterfaces/clusters.js +9 -0
  318. package/dist/esm/operationsInterfaces/clusters.js.map +1 -0
  319. package/dist/esm/operationsInterfaces/configurations.d.ts +46 -0
  320. package/dist/esm/operationsInterfaces/configurations.d.ts.map +1 -0
  321. package/dist/esm/operationsInterfaces/configurations.js +9 -0
  322. package/dist/esm/operationsInterfaces/configurations.js.map +1 -0
  323. package/dist/esm/operationsInterfaces/extensions.d.ts +168 -0
  324. package/dist/esm/operationsInterfaces/extensions.d.ts.map +1 -0
  325. package/dist/esm/operationsInterfaces/extensions.js +9 -0
  326. package/dist/esm/operationsInterfaces/extensions.js.map +1 -0
  327. package/dist/esm/operationsInterfaces/index.d.ts +12 -0
  328. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  329. package/dist/esm/operationsInterfaces/index.js +19 -0
  330. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  331. package/dist/esm/operationsInterfaces/locations.d.ts +44 -0
  332. package/dist/esm/operationsInterfaces/locations.d.ts.map +1 -0
  333. package/dist/esm/operationsInterfaces/locations.js +9 -0
  334. package/dist/esm/operationsInterfaces/locations.js.map +1 -0
  335. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  336. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  337. package/dist/esm/operationsInterfaces/operations.js +9 -0
  338. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  339. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
  340. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  341. package/dist/esm/operationsInterfaces/privateEndpointConnections.js +9 -0
  342. package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  343. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +20 -0
  344. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  345. package/dist/esm/operationsInterfaces/privateLinkResources.js +9 -0
  346. package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -0
  347. package/dist/esm/operationsInterfaces/scriptActions.d.ts +37 -0
  348. package/dist/esm/operationsInterfaces/scriptActions.d.ts.map +1 -0
  349. package/dist/esm/operationsInterfaces/scriptActions.js +9 -0
  350. package/dist/esm/operationsInterfaces/scriptActions.js.map +1 -0
  351. package/dist/esm/operationsInterfaces/scriptExecutionHistory.d.ts +21 -0
  352. package/dist/esm/operationsInterfaces/scriptExecutionHistory.d.ts.map +1 -0
  353. package/dist/esm/operationsInterfaces/scriptExecutionHistory.js +9 -0
  354. package/dist/esm/operationsInterfaces/scriptExecutionHistory.js.map +1 -0
  355. package/dist/esm/operationsInterfaces/virtualMachines.d.ts +37 -0
  356. package/dist/esm/operationsInterfaces/virtualMachines.d.ts.map +1 -0
  357. package/dist/esm/operationsInterfaces/virtualMachines.js +9 -0
  358. package/dist/esm/operationsInterfaces/virtualMachines.js.map +1 -0
  359. package/dist/esm/package.json +3 -0
  360. package/dist/esm/pagingHelper.d.ts +13 -0
  361. package/dist/esm/pagingHelper.d.ts.map +1 -0
  362. package/dist/esm/pagingHelper.js +30 -0
  363. package/dist/esm/pagingHelper.js.map +1 -0
  364. package/dist/react-native/hDInsightManagementClient.d.ts +31 -0
  365. package/dist/react-native/hDInsightManagementClient.d.ts.map +1 -0
  366. package/dist/react-native/hDInsightManagementClient.js +127 -0
  367. package/dist/react-native/hDInsightManagementClient.js.map +1 -0
  368. package/dist/react-native/index.d.ts +5 -0
  369. package/dist/react-native/index.d.ts.map +1 -0
  370. package/dist/react-native/index.js +13 -0
  371. package/dist/react-native/index.js.map +1 -0
  372. package/dist/react-native/lroImpl.d.ts +11 -0
  373. package/dist/react-native/lroImpl.d.ts.map +1 -0
  374. package/dist/react-native/lroImpl.js +18 -0
  375. package/dist/react-native/lroImpl.js.map +1 -0
  376. package/dist/react-native/models/index.d.ts +2074 -0
  377. package/dist/react-native/models/index.d.ts.map +1 -0
  378. package/dist/react-native/models/index.js +198 -0
  379. package/dist/react-native/models/index.js.map +1 -0
  380. package/dist/react-native/models/mappers.d.ts +112 -0
  381. package/dist/react-native/models/mappers.d.ts.map +1 -0
  382. package/dist/react-native/models/mappers.js +3817 -0
  383. package/dist/react-native/models/mappers.js.map +1 -0
  384. package/dist/react-native/models/parameters.d.ts +37 -0
  385. package/dist/react-native/models/parameters.d.ts.map +1 -0
  386. package/dist/react-native/models/parameters.js +280 -0
  387. package/dist/react-native/models/parameters.js.map +1 -0
  388. package/dist/react-native/operations/applications.d.ts +90 -0
  389. package/dist/react-native/operations/applications.d.ts.map +1 -0
  390. package/dist/react-native/operations/applications.js +383 -0
  391. package/dist/react-native/operations/applications.js.map +1 -0
  392. package/dist/react-native/operations/clusters.d.ts +214 -0
  393. package/dist/react-native/operations/clusters.d.ts.map +1 -0
  394. package/dist/react-native/operations/clusters.js +1026 -0
  395. package/dist/react-native/operations/clusters.js.map +1 -0
  396. package/dist/react-native/operations/configurations.d.ts +54 -0
  397. package/dist/react-native/operations/configurations.d.ts.map +1 -0
  398. package/dist/react-native/operations/configurations.js +185 -0
  399. package/dist/react-native/operations/configurations.js.map +1 -0
  400. package/dist/react-native/operations/extensions.d.ts +176 -0
  401. package/dist/react-native/operations/extensions.d.ts.map +1 -0
  402. package/dist/react-native/operations/extensions.js +842 -0
  403. package/dist/react-native/operations/extensions.js.map +1 -0
  404. package/dist/react-native/operations/index.d.ts +12 -0
  405. package/dist/react-native/operations/index.d.ts.map +1 -0
  406. package/dist/react-native/operations/index.js +19 -0
  407. package/dist/react-native/operations/index.js.map +1 -0
  408. package/dist/react-native/operations/locations.d.ts +52 -0
  409. package/dist/react-native/operations/locations.d.ts.map +1 -0
  410. package/dist/react-native/operations/locations.js +200 -0
  411. package/dist/react-native/operations/locations.js.map +1 -0
  412. package/dist/react-native/operations/operations.d.ts +32 -0
  413. package/dist/react-native/operations/operations.d.ts.map +1 -0
  414. package/dist/react-native/operations/operations.js +116 -0
  415. package/dist/react-native/operations/operations.js.map +1 -0
  416. package/dist/react-native/operations/privateEndpointConnections.d.ts +81 -0
  417. package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -0
  418. package/dist/react-native/operations/privateEndpointConnections.js +359 -0
  419. package/dist/react-native/operations/privateEndpointConnections.js.map +1 -0
  420. package/dist/react-native/operations/privateLinkResources.d.ts +28 -0
  421. package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -0
  422. package/dist/react-native/operations/privateLinkResources.js +86 -0
  423. package/dist/react-native/operations/privateLinkResources.js.map +1 -0
  424. package/dist/react-native/operations/scriptActions.d.ts +62 -0
  425. package/dist/react-native/operations/scriptActions.d.ts.map +1 -0
  426. package/dist/react-native/operations/scriptActions.js +228 -0
  427. package/dist/react-native/operations/scriptActions.js.map +1 -0
  428. package/dist/react-native/operations/scriptExecutionHistory.d.ts +46 -0
  429. package/dist/react-native/operations/scriptExecutionHistory.d.ts.map +1 -0
  430. package/dist/react-native/operations/scriptExecutionHistory.js +163 -0
  431. package/dist/react-native/operations/scriptExecutionHistory.js.map +1 -0
  432. package/dist/react-native/operations/virtualMachines.d.ts +45 -0
  433. package/dist/react-native/operations/virtualMachines.d.ts.map +1 -0
  434. package/dist/react-native/operations/virtualMachines.js +176 -0
  435. package/dist/react-native/operations/virtualMachines.js.map +1 -0
  436. package/dist/react-native/operationsInterfaces/applications.d.ts +65 -0
  437. package/dist/react-native/operationsInterfaces/applications.d.ts.map +1 -0
  438. package/dist/react-native/operationsInterfaces/applications.js +9 -0
  439. package/dist/react-native/operationsInterfaces/applications.js.map +1 -0
  440. package/dist/react-native/operationsInterfaces/clusters.d.ts +178 -0
  441. package/dist/react-native/operationsInterfaces/clusters.d.ts.map +1 -0
  442. package/dist/react-native/operationsInterfaces/clusters.js +9 -0
  443. package/dist/react-native/operationsInterfaces/clusters.js.map +1 -0
  444. package/dist/react-native/operationsInterfaces/configurations.d.ts +46 -0
  445. package/dist/react-native/operationsInterfaces/configurations.d.ts.map +1 -0
  446. package/dist/react-native/operationsInterfaces/configurations.js +9 -0
  447. package/dist/react-native/operationsInterfaces/configurations.js.map +1 -0
  448. package/dist/react-native/operationsInterfaces/extensions.d.ts +168 -0
  449. package/dist/react-native/operationsInterfaces/extensions.d.ts.map +1 -0
  450. package/dist/react-native/operationsInterfaces/extensions.js +9 -0
  451. package/dist/react-native/operationsInterfaces/extensions.js.map +1 -0
  452. package/dist/react-native/operationsInterfaces/index.d.ts +12 -0
  453. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  454. package/dist/react-native/operationsInterfaces/index.js +19 -0
  455. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  456. package/dist/react-native/operationsInterfaces/locations.d.ts +44 -0
  457. package/dist/react-native/operationsInterfaces/locations.d.ts.map +1 -0
  458. package/dist/react-native/operationsInterfaces/locations.js +9 -0
  459. package/dist/react-native/operationsInterfaces/locations.js.map +1 -0
  460. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  461. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  462. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  463. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  464. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
  465. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  466. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +9 -0
  467. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  468. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +20 -0
  469. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  470. package/dist/react-native/operationsInterfaces/privateLinkResources.js +9 -0
  471. package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -0
  472. package/dist/react-native/operationsInterfaces/scriptActions.d.ts +37 -0
  473. package/dist/react-native/operationsInterfaces/scriptActions.d.ts.map +1 -0
  474. package/dist/react-native/operationsInterfaces/scriptActions.js +9 -0
  475. package/dist/react-native/operationsInterfaces/scriptActions.js.map +1 -0
  476. package/dist/react-native/operationsInterfaces/scriptExecutionHistory.d.ts +21 -0
  477. package/dist/react-native/operationsInterfaces/scriptExecutionHistory.d.ts.map +1 -0
  478. package/dist/react-native/operationsInterfaces/scriptExecutionHistory.js +9 -0
  479. package/dist/react-native/operationsInterfaces/scriptExecutionHistory.js.map +1 -0
  480. package/dist/react-native/operationsInterfaces/virtualMachines.d.ts +37 -0
  481. package/dist/react-native/operationsInterfaces/virtualMachines.d.ts.map +1 -0
  482. package/dist/react-native/operationsInterfaces/virtualMachines.js +9 -0
  483. package/dist/react-native/operationsInterfaces/virtualMachines.js.map +1 -0
  484. package/dist/react-native/package.json +3 -0
  485. package/dist/react-native/pagingHelper.d.ts +13 -0
  486. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  487. package/dist/react-native/pagingHelper.js +30 -0
  488. package/dist/react-native/pagingHelper.js.map +1 -0
  489. package/package.json +87 -78
  490. package/review/arm-hdinsight-node.api.md +1668 -0
  491. package/dist/index.js +0 -8144
  492. package/dist/index.js.map +0 -1
  493. package/dist/index.min.js +0 -1
  494. package/dist/index.min.js.map +0 -1
  495. package/dist-esm/samples-dev/applicationsCreateSample.d.ts +0 -2
  496. package/dist-esm/samples-dev/applicationsCreateSample.d.ts.map +0 -1
  497. package/dist-esm/samples-dev/applicationsCreateSample.js +0 -70
  498. package/dist-esm/samples-dev/applicationsCreateSample.js.map +0 -1
  499. package/dist-esm/samples-dev/applicationsDeleteSample.d.ts +0 -2
  500. package/dist-esm/samples-dev/applicationsDeleteSample.d.ts.map +0 -1
  501. package/dist-esm/samples-dev/applicationsDeleteSample.js +0 -39
  502. package/dist-esm/samples-dev/applicationsDeleteSample.js.map +0 -1
  503. package/dist-esm/samples-dev/applicationsGetAzureAsyncOperationStatusSample.d.ts +0 -2
  504. package/dist-esm/samples-dev/applicationsGetAzureAsyncOperationStatusSample.d.ts.map +0 -1
  505. package/dist-esm/samples-dev/applicationsGetAzureAsyncOperationStatusSample.js +0 -40
  506. package/dist-esm/samples-dev/applicationsGetAzureAsyncOperationStatusSample.js.map +0 -1
  507. package/dist-esm/samples-dev/applicationsGetSample.d.ts +0 -2
  508. package/dist-esm/samples-dev/applicationsGetSample.d.ts.map +0 -1
  509. package/dist-esm/samples-dev/applicationsGetSample.js +0 -58
  510. package/dist-esm/samples-dev/applicationsGetSample.js.map +0 -1
  511. package/dist-esm/samples-dev/applicationsListByClusterSample.d.ts +0 -2
  512. package/dist-esm/samples-dev/applicationsListByClusterSample.d.ts.map +0 -1
  513. package/dist-esm/samples-dev/applicationsListByClusterSample.js +0 -59
  514. package/dist-esm/samples-dev/applicationsListByClusterSample.js.map +0 -1
  515. package/dist-esm/samples-dev/clustersCreateSample.d.ts +0 -2
  516. package/dist-esm/samples-dev/clustersCreateSample.d.ts.map +0 -1
  517. package/dist-esm/samples-dev/clustersCreateSample.js +0 -1221
  518. package/dist-esm/samples-dev/clustersCreateSample.js.map +0 -1
  519. package/dist-esm/samples-dev/clustersDeleteSample.d.ts +0 -2
  520. package/dist-esm/samples-dev/clustersDeleteSample.d.ts.map +0 -1
  521. package/dist-esm/samples-dev/clustersDeleteSample.js +0 -38
  522. package/dist-esm/samples-dev/clustersDeleteSample.js.map +0 -1
  523. package/dist-esm/samples-dev/clustersExecuteScriptActionsSample.d.ts +0 -2
  524. package/dist-esm/samples-dev/clustersExecuteScriptActionsSample.d.ts.map +0 -1
  525. package/dist-esm/samples-dev/clustersExecuteScriptActionsSample.js +0 -49
  526. package/dist-esm/samples-dev/clustersExecuteScriptActionsSample.js.map +0 -1
  527. package/dist-esm/samples-dev/clustersGetAzureAsyncOperationStatusSample.d.ts +0 -2
  528. package/dist-esm/samples-dev/clustersGetAzureAsyncOperationStatusSample.d.ts.map +0 -1
  529. package/dist-esm/samples-dev/clustersGetAzureAsyncOperationStatusSample.js +0 -39
  530. package/dist-esm/samples-dev/clustersGetAzureAsyncOperationStatusSample.js.map +0 -1
  531. package/dist-esm/samples-dev/clustersGetGatewaySettingsSample.d.ts +0 -2
  532. package/dist-esm/samples-dev/clustersGetGatewaySettingsSample.d.ts.map +0 -1
  533. package/dist-esm/samples-dev/clustersGetGatewaySettingsSample.js +0 -38
  534. package/dist-esm/samples-dev/clustersGetGatewaySettingsSample.js.map +0 -1
  535. package/dist-esm/samples-dev/clustersGetSample.d.ts +0 -2
  536. package/dist-esm/samples-dev/clustersGetSample.d.ts.map +0 -1
  537. package/dist-esm/samples-dev/clustersGetSample.js +0 -56
  538. package/dist-esm/samples-dev/clustersGetSample.js.map +0 -1
  539. package/dist-esm/samples-dev/clustersListByResourceGroupSample.d.ts +0 -2
  540. package/dist-esm/samples-dev/clustersListByResourceGroupSample.d.ts.map +0 -1
  541. package/dist-esm/samples-dev/clustersListByResourceGroupSample.js +0 -58
  542. package/dist-esm/samples-dev/clustersListByResourceGroupSample.js.map +0 -1
  543. package/dist-esm/samples-dev/clustersListSample.d.ts +0 -2
  544. package/dist-esm/samples-dev/clustersListSample.d.ts.map +0 -1
  545. package/dist-esm/samples-dev/clustersListSample.js +0 -57
  546. package/dist-esm/samples-dev/clustersListSample.js.map +0 -1
  547. package/dist-esm/samples-dev/clustersResizeSample.d.ts +0 -2
  548. package/dist-esm/samples-dev/clustersResizeSample.d.ts.map +0 -1
  549. package/dist-esm/samples-dev/clustersResizeSample.js +0 -40
  550. package/dist-esm/samples-dev/clustersResizeSample.js.map +0 -1
  551. package/dist-esm/samples-dev/clustersRotateDiskEncryptionKeySample.d.ts +0 -2
  552. package/dist-esm/samples-dev/clustersRotateDiskEncryptionKeySample.d.ts.map +0 -1
  553. package/dist-esm/samples-dev/clustersRotateDiskEncryptionKeySample.js +0 -43
  554. package/dist-esm/samples-dev/clustersRotateDiskEncryptionKeySample.js.map +0 -1
  555. package/dist-esm/samples-dev/clustersUpdateAutoScaleConfigurationSample.d.ts +0 -2
  556. package/dist-esm/samples-dev/clustersUpdateAutoScaleConfigurationSample.d.ts.map +0 -1
  557. package/dist-esm/samples-dev/clustersUpdateAutoScaleConfigurationSample.js +0 -98
  558. package/dist-esm/samples-dev/clustersUpdateAutoScaleConfigurationSample.js.map +0 -1
  559. package/dist-esm/samples-dev/clustersUpdateGatewaySettingsSample.d.ts +0 -2
  560. package/dist-esm/samples-dev/clustersUpdateGatewaySettingsSample.d.ts.map +0 -1
  561. package/dist-esm/samples-dev/clustersUpdateGatewaySettingsSample.js +0 -43
  562. package/dist-esm/samples-dev/clustersUpdateGatewaySettingsSample.js.map +0 -1
  563. package/dist-esm/samples-dev/clustersUpdateIdentityCertificateSample.d.ts +0 -2
  564. package/dist-esm/samples-dev/clustersUpdateIdentityCertificateSample.d.ts.map +0 -1
  565. package/dist-esm/samples-dev/clustersUpdateIdentityCertificateSample.js +0 -43
  566. package/dist-esm/samples-dev/clustersUpdateIdentityCertificateSample.js.map +0 -1
  567. package/dist-esm/samples-dev/clustersUpdateSample.d.ts +0 -2
  568. package/dist-esm/samples-dev/clustersUpdateSample.d.ts.map +0 -1
  569. package/dist-esm/samples-dev/clustersUpdateSample.js +0 -41
  570. package/dist-esm/samples-dev/clustersUpdateSample.js.map +0 -1
  571. package/dist-esm/samples-dev/configurationsGetSample.d.ts +0 -2
  572. package/dist-esm/samples-dev/configurationsGetSample.d.ts.map +0 -1
  573. package/dist-esm/samples-dev/configurationsGetSample.js +0 -39
  574. package/dist-esm/samples-dev/configurationsGetSample.js.map +0 -1
  575. package/dist-esm/samples-dev/configurationsListSample.d.ts +0 -2
  576. package/dist-esm/samples-dev/configurationsListSample.d.ts.map +0 -1
  577. package/dist-esm/samples-dev/configurationsListSample.js +0 -38
  578. package/dist-esm/samples-dev/configurationsListSample.js.map +0 -1
  579. package/dist-esm/samples-dev/configurationsUpdateSample.d.ts +0 -2
  580. package/dist-esm/samples-dev/configurationsUpdateSample.d.ts.map +0 -1
  581. package/dist-esm/samples-dev/configurationsUpdateSample.js +0 -66
  582. package/dist-esm/samples-dev/configurationsUpdateSample.js.map +0 -1
  583. package/dist-esm/samples-dev/extensionsCreateSample.d.ts +0 -2
  584. package/dist-esm/samples-dev/extensionsCreateSample.d.ts.map +0 -1
  585. package/dist-esm/samples-dev/extensionsCreateSample.js +0 -43
  586. package/dist-esm/samples-dev/extensionsCreateSample.js.map +0 -1
  587. package/dist-esm/samples-dev/extensionsDeleteSample.d.ts +0 -2
  588. package/dist-esm/samples-dev/extensionsDeleteSample.d.ts.map +0 -1
  589. package/dist-esm/samples-dev/extensionsDeleteSample.js +0 -39
  590. package/dist-esm/samples-dev/extensionsDeleteSample.js.map +0 -1
  591. package/dist-esm/samples-dev/extensionsDisableAzureMonitorSample.d.ts +0 -2
  592. package/dist-esm/samples-dev/extensionsDisableAzureMonitorSample.d.ts.map +0 -1
  593. package/dist-esm/samples-dev/extensionsDisableAzureMonitorSample.js +0 -38
  594. package/dist-esm/samples-dev/extensionsDisableAzureMonitorSample.js.map +0 -1
  595. package/dist-esm/samples-dev/extensionsDisableMonitoringSample.d.ts +0 -2
  596. package/dist-esm/samples-dev/extensionsDisableMonitoringSample.d.ts.map +0 -1
  597. package/dist-esm/samples-dev/extensionsDisableMonitoringSample.js +0 -38
  598. package/dist-esm/samples-dev/extensionsDisableMonitoringSample.js.map +0 -1
  599. package/dist-esm/samples-dev/extensionsEnableAzureMonitorSample.d.ts +0 -2
  600. package/dist-esm/samples-dev/extensionsEnableAzureMonitorSample.d.ts.map +0 -1
  601. package/dist-esm/samples-dev/extensionsEnableAzureMonitorSample.js +0 -42
  602. package/dist-esm/samples-dev/extensionsEnableAzureMonitorSample.js.map +0 -1
  603. package/dist-esm/samples-dev/extensionsEnableMonitoringSample.d.ts +0 -2
  604. package/dist-esm/samples-dev/extensionsEnableMonitoringSample.d.ts.map +0 -1
  605. package/dist-esm/samples-dev/extensionsEnableMonitoringSample.js +0 -42
  606. package/dist-esm/samples-dev/extensionsEnableMonitoringSample.js.map +0 -1
  607. package/dist-esm/samples-dev/extensionsGetAzureAsyncOperationStatusSample.d.ts +0 -2
  608. package/dist-esm/samples-dev/extensionsGetAzureAsyncOperationStatusSample.d.ts.map +0 -1
  609. package/dist-esm/samples-dev/extensionsGetAzureAsyncOperationStatusSample.js +0 -40
  610. package/dist-esm/samples-dev/extensionsGetAzureAsyncOperationStatusSample.js.map +0 -1
  611. package/dist-esm/samples-dev/extensionsGetAzureMonitorStatusSample.d.ts +0 -2
  612. package/dist-esm/samples-dev/extensionsGetAzureMonitorStatusSample.d.ts.map +0 -1
  613. package/dist-esm/samples-dev/extensionsGetAzureMonitorStatusSample.js +0 -38
  614. package/dist-esm/samples-dev/extensionsGetAzureMonitorStatusSample.js.map +0 -1
  615. package/dist-esm/samples-dev/extensionsGetMonitoringStatusSample.d.ts +0 -2
  616. package/dist-esm/samples-dev/extensionsGetMonitoringStatusSample.d.ts.map +0 -1
  617. package/dist-esm/samples-dev/extensionsGetMonitoringStatusSample.js +0 -38
  618. package/dist-esm/samples-dev/extensionsGetMonitoringStatusSample.js.map +0 -1
  619. package/dist-esm/samples-dev/extensionsGetSample.d.ts +0 -2
  620. package/dist-esm/samples-dev/extensionsGetSample.d.ts.map +0 -1
  621. package/dist-esm/samples-dev/extensionsGetSample.js +0 -39
  622. package/dist-esm/samples-dev/extensionsGetSample.js.map +0 -1
  623. package/dist-esm/samples-dev/locationsCheckNameAvailabilitySample.d.ts +0 -2
  624. package/dist-esm/samples-dev/locationsCheckNameAvailabilitySample.d.ts.map +0 -1
  625. package/dist-esm/samples-dev/locationsCheckNameAvailabilitySample.js +0 -41
  626. package/dist-esm/samples-dev/locationsCheckNameAvailabilitySample.js.map +0 -1
  627. package/dist-esm/samples-dev/locationsGetAzureAsyncOperationStatusSample.d.ts +0 -2
  628. package/dist-esm/samples-dev/locationsGetAzureAsyncOperationStatusSample.d.ts.map +0 -1
  629. package/dist-esm/samples-dev/locationsGetAzureAsyncOperationStatusSample.js +0 -38
  630. package/dist-esm/samples-dev/locationsGetAzureAsyncOperationStatusSample.js.map +0 -1
  631. package/dist-esm/samples-dev/locationsGetCapabilitiesSample.d.ts +0 -2
  632. package/dist-esm/samples-dev/locationsGetCapabilitiesSample.d.ts.map +0 -1
  633. package/dist-esm/samples-dev/locationsGetCapabilitiesSample.js +0 -37
  634. package/dist-esm/samples-dev/locationsGetCapabilitiesSample.js.map +0 -1
  635. package/dist-esm/samples-dev/locationsListBillingSpecsSample.d.ts +0 -2
  636. package/dist-esm/samples-dev/locationsListBillingSpecsSample.d.ts.map +0 -1
  637. package/dist-esm/samples-dev/locationsListBillingSpecsSample.js +0 -37
  638. package/dist-esm/samples-dev/locationsListBillingSpecsSample.js.map +0 -1
  639. package/dist-esm/samples-dev/locationsListUsagesSample.d.ts +0 -2
  640. package/dist-esm/samples-dev/locationsListUsagesSample.d.ts.map +0 -1
  641. package/dist-esm/samples-dev/locationsListUsagesSample.js +0 -37
  642. package/dist-esm/samples-dev/locationsListUsagesSample.js.map +0 -1
  643. package/dist-esm/samples-dev/locationsValidateClusterCreateRequestSample.d.ts +0 -2
  644. package/dist-esm/samples-dev/locationsValidateClusterCreateRequestSample.d.ts.map +0 -1
  645. package/dist-esm/samples-dev/locationsValidateClusterCreateRequestSample.js +0 -125
  646. package/dist-esm/samples-dev/locationsValidateClusterCreateRequestSample.js.map +0 -1
  647. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  648. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  649. package/dist-esm/samples-dev/operationsListSample.js +0 -58
  650. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  651. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts +0 -2
  652. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts.map +0 -1
  653. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js +0 -46
  654. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js.map +0 -1
  655. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts +0 -2
  656. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts.map +0 -1
  657. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +0 -39
  658. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +0 -1
  659. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +0 -2
  660. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +0 -1
  661. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +0 -39
  662. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +0 -1
  663. package/dist-esm/samples-dev/privateEndpointConnectionsListByClusterSample.d.ts +0 -2
  664. package/dist-esm/samples-dev/privateEndpointConnectionsListByClusterSample.d.ts.map +0 -1
  665. package/dist-esm/samples-dev/privateEndpointConnectionsListByClusterSample.js +0 -59
  666. package/dist-esm/samples-dev/privateEndpointConnectionsListByClusterSample.js.map +0 -1
  667. package/dist-esm/samples-dev/privateLinkResourcesGetSample.d.ts +0 -2
  668. package/dist-esm/samples-dev/privateLinkResourcesGetSample.d.ts.map +0 -1
  669. package/dist-esm/samples-dev/privateLinkResourcesGetSample.js +0 -39
  670. package/dist-esm/samples-dev/privateLinkResourcesGetSample.js.map +0 -1
  671. package/dist-esm/samples-dev/privateLinkResourcesListByClusterSample.d.ts +0 -2
  672. package/dist-esm/samples-dev/privateLinkResourcesListByClusterSample.d.ts.map +0 -1
  673. package/dist-esm/samples-dev/privateLinkResourcesListByClusterSample.js +0 -38
  674. package/dist-esm/samples-dev/privateLinkResourcesListByClusterSample.js.map +0 -1
  675. package/dist-esm/samples-dev/scriptActionsDeleteSample.d.ts +0 -2
  676. package/dist-esm/samples-dev/scriptActionsDeleteSample.d.ts.map +0 -1
  677. package/dist-esm/samples-dev/scriptActionsDeleteSample.js +0 -39
  678. package/dist-esm/samples-dev/scriptActionsDeleteSample.js.map +0 -1
  679. package/dist-esm/samples-dev/scriptActionsGetExecutionAsyncOperationStatusSample.d.ts +0 -2
  680. package/dist-esm/samples-dev/scriptActionsGetExecutionAsyncOperationStatusSample.d.ts.map +0 -1
  681. package/dist-esm/samples-dev/scriptActionsGetExecutionAsyncOperationStatusSample.js +0 -39
  682. package/dist-esm/samples-dev/scriptActionsGetExecutionAsyncOperationStatusSample.js.map +0 -1
  683. package/dist-esm/samples-dev/scriptActionsGetExecutionDetailSample.d.ts +0 -2
  684. package/dist-esm/samples-dev/scriptActionsGetExecutionDetailSample.d.ts.map +0 -1
  685. package/dist-esm/samples-dev/scriptActionsGetExecutionDetailSample.js +0 -39
  686. package/dist-esm/samples-dev/scriptActionsGetExecutionDetailSample.js.map +0 -1
  687. package/dist-esm/samples-dev/scriptActionsListByClusterSample.d.ts +0 -2
  688. package/dist-esm/samples-dev/scriptActionsListByClusterSample.d.ts.map +0 -1
  689. package/dist-esm/samples-dev/scriptActionsListByClusterSample.js +0 -59
  690. package/dist-esm/samples-dev/scriptActionsListByClusterSample.js.map +0 -1
  691. package/dist-esm/samples-dev/scriptExecutionHistoryListByClusterSample.d.ts +0 -2
  692. package/dist-esm/samples-dev/scriptExecutionHistoryListByClusterSample.d.ts.map +0 -1
  693. package/dist-esm/samples-dev/scriptExecutionHistoryListByClusterSample.js +0 -59
  694. package/dist-esm/samples-dev/scriptExecutionHistoryListByClusterSample.js.map +0 -1
  695. package/dist-esm/samples-dev/scriptExecutionHistoryPromoteSample.d.ts +0 -2
  696. package/dist-esm/samples-dev/scriptExecutionHistoryPromoteSample.d.ts.map +0 -1
  697. package/dist-esm/samples-dev/scriptExecutionHistoryPromoteSample.js +0 -39
  698. package/dist-esm/samples-dev/scriptExecutionHistoryPromoteSample.js.map +0 -1
  699. package/dist-esm/samples-dev/virtualMachinesGetAsyncOperationStatusSample.d.ts +0 -2
  700. package/dist-esm/samples-dev/virtualMachinesGetAsyncOperationStatusSample.d.ts.map +0 -1
  701. package/dist-esm/samples-dev/virtualMachinesGetAsyncOperationStatusSample.js +0 -39
  702. package/dist-esm/samples-dev/virtualMachinesGetAsyncOperationStatusSample.js.map +0 -1
  703. package/dist-esm/samples-dev/virtualMachinesListHostsSample.d.ts +0 -2
  704. package/dist-esm/samples-dev/virtualMachinesListHostsSample.d.ts.map +0 -1
  705. package/dist-esm/samples-dev/virtualMachinesListHostsSample.js +0 -38
  706. package/dist-esm/samples-dev/virtualMachinesListHostsSample.js.map +0 -1
  707. package/dist-esm/samples-dev/virtualMachinesRestartHostsSample.d.ts +0 -2
  708. package/dist-esm/samples-dev/virtualMachinesRestartHostsSample.d.ts.map +0 -1
  709. package/dist-esm/samples-dev/virtualMachinesRestartHostsSample.js +0 -39
  710. package/dist-esm/samples-dev/virtualMachinesRestartHostsSample.js.map +0 -1
  711. package/dist-esm/src/hDInsightManagementClient.d.ts +0 -31
  712. package/dist-esm/src/hDInsightManagementClient.d.ts.map +0 -1
  713. package/dist-esm/src/hDInsightManagementClient.js +0 -111
  714. package/dist-esm/src/hDInsightManagementClient.js.map +0 -1
  715. package/dist-esm/src/index.d.ts +0 -6
  716. package/dist-esm/src/index.d.ts.map +0 -1
  717. package/dist-esm/src/index.js +0 -13
  718. package/dist-esm/src/index.js.map +0 -1
  719. package/dist-esm/src/lroImpl.d.ts.map +0 -1
  720. package/dist-esm/src/lroImpl.js +0 -21
  721. package/dist-esm/src/lroImpl.js.map +0 -1
  722. package/dist-esm/src/models/index.d.ts +0 -2026
  723. package/dist-esm/src/models/index.d.ts.map +0 -1
  724. package/dist-esm/src/models/index.js +0 -190
  725. package/dist-esm/src/models/index.js.map +0 -1
  726. package/dist-esm/src/models/mappers.d.ts +0 -111
  727. package/dist-esm/src/models/mappers.d.ts.map +0 -1
  728. package/dist-esm/src/models/mappers.js +0 -3726
  729. package/dist-esm/src/models/mappers.js.map +0 -1
  730. package/dist-esm/src/models/parameters.js +0 -280
  731. package/dist-esm/src/models/parameters.js.map +0 -1
  732. package/dist-esm/src/operations/applications.d.ts +0 -90
  733. package/dist-esm/src/operations/applications.d.ts.map +0 -1
  734. package/dist-esm/src/operations/applications.js +0 -403
  735. package/dist-esm/src/operations/applications.js.map +0 -1
  736. package/dist-esm/src/operations/clusters.d.ts +0 -214
  737. package/dist-esm/src/operations/clusters.d.ts.map +0 -1
  738. package/dist-esm/src/operations/clusters.js +0 -1062
  739. package/dist-esm/src/operations/clusters.js.map +0 -1
  740. package/dist-esm/src/operations/configurations.d.ts +0 -54
  741. package/dist-esm/src/operations/configurations.d.ts.map +0 -1
  742. package/dist-esm/src/operations/configurations.js +0 -184
  743. package/dist-esm/src/operations/configurations.js.map +0 -1
  744. package/dist-esm/src/operations/extensions.d.ts +0 -139
  745. package/dist-esm/src/operations/extensions.d.ts.map +0 -1
  746. package/dist-esm/src/operations/extensions.js +0 -644
  747. package/dist-esm/src/operations/extensions.js.map +0 -1
  748. package/dist-esm/src/operations/index.d.ts +0 -12
  749. package/dist-esm/src/operations/index.d.ts.map +0 -1
  750. package/dist-esm/src/operations/index.js +0 -19
  751. package/dist-esm/src/operations/index.js.map +0 -1
  752. package/dist-esm/src/operations/locations.d.ts +0 -52
  753. package/dist-esm/src/operations/locations.d.ts.map +0 -1
  754. package/dist-esm/src/operations/locations.js +0 -199
  755. package/dist-esm/src/operations/locations.js.map +0 -1
  756. package/dist-esm/src/operations/operations.d.ts +0 -32
  757. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  758. package/dist-esm/src/operations/operations.js +0 -138
  759. package/dist-esm/src/operations/operations.js.map +0 -1
  760. package/dist-esm/src/operations/privateEndpointConnections.d.ts +0 -81
  761. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +0 -1
  762. package/dist-esm/src/operations/privateEndpointConnections.js +0 -379
  763. package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
  764. package/dist-esm/src/operations/privateLinkResources.d.ts +0 -28
  765. package/dist-esm/src/operations/privateLinkResources.d.ts.map +0 -1
  766. package/dist-esm/src/operations/privateLinkResources.js +0 -85
  767. package/dist-esm/src/operations/privateLinkResources.js.map +0 -1
  768. package/dist-esm/src/operations/scriptActions.d.ts +0 -62
  769. package/dist-esm/src/operations/scriptActions.d.ts.map +0 -1
  770. package/dist-esm/src/operations/scriptActions.js +0 -250
  771. package/dist-esm/src/operations/scriptActions.js.map +0 -1
  772. package/dist-esm/src/operations/scriptExecutionHistory.d.ts +0 -46
  773. package/dist-esm/src/operations/scriptExecutionHistory.d.ts.map +0 -1
  774. package/dist-esm/src/operations/scriptExecutionHistory.js +0 -185
  775. package/dist-esm/src/operations/scriptExecutionHistory.js.map +0 -1
  776. package/dist-esm/src/operations/virtualMachines.d.ts +0 -45
  777. package/dist-esm/src/operations/virtualMachines.d.ts.map +0 -1
  778. package/dist-esm/src/operations/virtualMachines.js +0 -175
  779. package/dist-esm/src/operations/virtualMachines.js.map +0 -1
  780. package/dist-esm/src/operationsInterfaces/applications.d.ts +0 -65
  781. package/dist-esm/src/operationsInterfaces/applications.d.ts.map +0 -1
  782. package/dist-esm/src/operationsInterfaces/applications.js.map +0 -1
  783. package/dist-esm/src/operationsInterfaces/clusters.d.ts +0 -178
  784. package/dist-esm/src/operationsInterfaces/clusters.d.ts.map +0 -1
  785. package/dist-esm/src/operationsInterfaces/clusters.js.map +0 -1
  786. package/dist-esm/src/operationsInterfaces/configurations.d.ts +0 -46
  787. package/dist-esm/src/operationsInterfaces/configurations.d.ts.map +0 -1
  788. package/dist-esm/src/operationsInterfaces/configurations.js.map +0 -1
  789. package/dist-esm/src/operationsInterfaces/extensions.d.ts +0 -131
  790. package/dist-esm/src/operationsInterfaces/extensions.d.ts.map +0 -1
  791. package/dist-esm/src/operationsInterfaces/extensions.js.map +0 -1
  792. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -12
  793. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  794. package/dist-esm/src/operationsInterfaces/index.js +0 -19
  795. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  796. package/dist-esm/src/operationsInterfaces/locations.d.ts +0 -44
  797. package/dist-esm/src/operationsInterfaces/locations.d.ts.map +0 -1
  798. package/dist-esm/src/operationsInterfaces/locations.js.map +0 -1
  799. package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
  800. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  801. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  802. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +0 -56
  803. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  804. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  805. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +0 -20
  806. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  807. package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +0 -1
  808. package/dist-esm/src/operationsInterfaces/scriptActions.d.ts +0 -37
  809. package/dist-esm/src/operationsInterfaces/scriptActions.d.ts.map +0 -1
  810. package/dist-esm/src/operationsInterfaces/scriptActions.js.map +0 -1
  811. package/dist-esm/src/operationsInterfaces/scriptExecutionHistory.d.ts +0 -21
  812. package/dist-esm/src/operationsInterfaces/scriptExecutionHistory.d.ts.map +0 -1
  813. package/dist-esm/src/operationsInterfaces/scriptExecutionHistory.js.map +0 -1
  814. package/dist-esm/src/operationsInterfaces/virtualMachines.d.ts +0 -37
  815. package/dist-esm/src/operationsInterfaces/virtualMachines.d.ts.map +0 -1
  816. package/dist-esm/src/operationsInterfaces/virtualMachines.js.map +0 -1
  817. package/dist-esm/src/pagingHelper.js +0 -32
  818. package/dist-esm/src/pagingHelper.js.map +0 -1
  819. package/dist-esm/test/hdinsights_operations_test.spec.d.ts +0 -4
  820. package/dist-esm/test/hdinsights_operations_test.spec.d.ts.map +0 -1
  821. package/dist-esm/test/hdinsights_operations_test.spec.js +0 -86
  822. package/dist-esm/test/hdinsights_operations_test.spec.js.map +0 -1
  823. package/review/arm-hdinsight.api.md +0 -1626
  824. package/rollup.config.js +0 -122
  825. package/src/hDInsightManagementClient.ts +0 -185
  826. package/src/index.ts +0 -13
  827. package/src/lroImpl.ts +0 -42
  828. package/src/models/index.ts +0 -2275
  829. package/src/models/mappers.ts +0 -3883
  830. package/src/models/parameters.ts +0 -336
  831. package/src/operations/applications.ts +0 -555
  832. package/src/operations/clusters.ts +0 -1423
  833. package/src/operations/configurations.ts +0 -253
  834. package/src/operations/extensions.ts +0 -894
  835. package/src/operations/index.ts +0 -19
  836. package/src/operations/locations.ts +0 -272
  837. package/src/operations/operations.ts +0 -149
  838. package/src/operations/privateEndpointConnections.ts +0 -519
  839. package/src/operations/privateLinkResources.ts +0 -116
  840. package/src/operations/scriptActions.ts +0 -332
  841. package/src/operations/scriptExecutionHistory.ts +0 -243
  842. package/src/operations/virtualMachines.ts +0 -241
  843. package/src/operationsInterfaces/applications.ts +0 -126
  844. package/src/operationsInterfaces/clusters.ts +0 -327
  845. package/src/operationsInterfaces/configurations.ts +0 -77
  846. package/src/operationsInterfaces/extensions.ts +0 -234
  847. package/src/operationsInterfaces/index.ts +0 -19
  848. package/src/operationsInterfaces/locations.ts +0 -88
  849. package/src/operationsInterfaces/operations.ts +0 -22
  850. package/src/operationsInterfaces/privateEndpointConnections.ts +0 -109
  851. package/src/operationsInterfaces/privateLinkResources.ts +0 -42
  852. package/src/operationsInterfaces/scriptActions.ts +0 -73
  853. package/src/operationsInterfaces/scriptExecutionHistory.ts +0 -43
  854. package/src/operationsInterfaces/virtualMachines.ts +0 -70
  855. package/src/pagingHelper.ts +0 -39
  856. package/tsconfig.json +0 -33
  857. package/types/arm-hdinsight.d.ts +0 -2937
  858. package/types/tsdoc-metadata.json +0 -11
  859. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  860. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  861. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  862. /package/{dist-esm/src → dist/browser}/operationsInterfaces/applications.js +0 -0
  863. /package/{dist-esm/src → dist/browser}/operationsInterfaces/clusters.js +0 -0
  864. /package/{dist-esm/src → dist/browser}/operationsInterfaces/configurations.js +0 -0
  865. /package/{dist-esm/src → dist/browser}/operationsInterfaces/extensions.js +0 -0
  866. /package/{dist-esm/src → dist/browser}/operationsInterfaces/locations.js +0 -0
  867. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  868. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.js +0 -0
  869. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.js +0 -0
  870. /package/{dist-esm/src → dist/browser}/operationsInterfaces/scriptActions.js +0 -0
  871. /package/{dist-esm/src → dist/browser}/operationsInterfaces/scriptExecutionHistory.js +0 -0
  872. /package/{dist-esm/src → dist/browser}/operationsInterfaces/virtualMachines.js +0 -0
  873. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  874. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
@@ -1,1221 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
- import { __awaiter } from "tslib";
9
- // Copyright (c) Microsoft Corporation.
10
- // Licensed under the MIT License.
11
- import { HDInsightManagementClient } from "@azure/arm-hdinsight";
12
- import { DefaultAzureCredential } from "@azure/identity";
13
- import * as dotenv from "dotenv";
14
- dotenv.config();
15
- /**
16
- * This sample demonstrates how to Creates a new HDInsight cluster with the specified parameters.
17
- *
18
- * @summary Creates a new HDInsight cluster with the specified parameters.
19
- * x-ms-original-file: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/CreateHDInsightClusterWithAutoscaleConfig.json
20
- */
21
- function createHdInsightClusterWithAutoscaleConfiguration() {
22
- return __awaiter(this, void 0, void 0, function* () {
23
- const subscriptionId = process.env["HDINSIGHT_SUBSCRIPTION_ID"] || "subid";
24
- const resourceGroupName = process.env["HDINSIGHT_RESOURCE_GROUP"] || "rg1";
25
- const clusterName = "cluster1";
26
- const parameters = {
27
- properties: {
28
- clusterDefinition: {
29
- componentVersion: { hadoop: "2.7" },
30
- configurations: {
31
- gateway: {
32
- "restAuthCredential.isEnabled": true,
33
- "restAuthCredential.password": "**********",
34
- "restAuthCredential.username": "admin"
35
- }
36
- },
37
- kind: "hadoop"
38
- },
39
- clusterVersion: "3.6",
40
- computeProfile: {
41
- roles: [
42
- {
43
- name: "workernode",
44
- autoscaleConfiguration: {
45
- capacity: {},
46
- recurrence: {
47
- schedule: [
48
- {
49
- days: [
50
- "Monday",
51
- "Tuesday",
52
- "Wednesday",
53
- "Thursday",
54
- "Friday"
55
- ],
56
- timeAndCapacity: {
57
- maxInstanceCount: 3,
58
- minInstanceCount: 3,
59
- time: "09:00"
60
- }
61
- },
62
- {
63
- days: [
64
- "Monday",
65
- "Tuesday",
66
- "Wednesday",
67
- "Thursday",
68
- "Friday"
69
- ],
70
- timeAndCapacity: {
71
- maxInstanceCount: 6,
72
- minInstanceCount: 6,
73
- time: "18:00"
74
- }
75
- },
76
- {
77
- days: ["Saturday", "Sunday"],
78
- timeAndCapacity: {
79
- maxInstanceCount: 2,
80
- minInstanceCount: 2,
81
- time: "09:00"
82
- }
83
- },
84
- {
85
- days: ["Saturday", "Sunday"],
86
- timeAndCapacity: {
87
- maxInstanceCount: 4,
88
- minInstanceCount: 4,
89
- time: "18:00"
90
- }
91
- }
92
- ],
93
- timeZone: "China Standard Time"
94
- }
95
- },
96
- dataDisksGroups: [],
97
- hardwareProfile: { vmSize: "Standard_D4_V2" },
98
- osProfile: {
99
- linuxOperatingSystemProfile: {
100
- password: "**********",
101
- username: "sshuser"
102
- }
103
- },
104
- scriptActions: [],
105
- targetInstanceCount: 4,
106
- virtualNetworkProfile: {}
107
- }
108
- ]
109
- },
110
- osType: "Linux",
111
- storageProfile: {
112
- storageaccounts: [
113
- {
114
- name: "mystorage.blob.core.windows.net",
115
- container: "hdinsight-autoscale-tes-2019-06-18t05-49-16-591z",
116
- enableSecureChannel: true,
117
- isDefault: true,
118
- key: "storagekey"
119
- }
120
- ]
121
- },
122
- tier: "Standard"
123
- }
124
- };
125
- const credential = new DefaultAzureCredential();
126
- const client = new HDInsightManagementClient(credential, subscriptionId);
127
- const result = yield client.clusters.beginCreateAndWait(resourceGroupName, clusterName, parameters);
128
- console.log(result);
129
- });
130
- }
131
- /**
132
- * This sample demonstrates how to Creates a new HDInsight cluster with the specified parameters.
133
- *
134
- * @summary Creates a new HDInsight cluster with the specified parameters.
135
- * x-ms-original-file: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/CreateLinuxHadoopAdlsGen2.json
136
- */
137
- function createHadoopClusterWithAzureDataLakeStorageGen2() {
138
- return __awaiter(this, void 0, void 0, function* () {
139
- const subscriptionId = process.env["HDINSIGHT_SUBSCRIPTION_ID"] || "subid";
140
- const resourceGroupName = process.env["HDINSIGHT_RESOURCE_GROUP"] || "rg1";
141
- const clusterName = "cluster1";
142
- const parameters = {
143
- properties: {
144
- clusterDefinition: {
145
- configurations: {
146
- gateway: {
147
- "restAuthCredential.isEnabled": "true",
148
- "restAuthCredential.password": "**********",
149
- "restAuthCredential.username": "admin"
150
- }
151
- },
152
- kind: "Hadoop"
153
- },
154
- clusterVersion: "3.6",
155
- computeProfile: {
156
- roles: [
157
- {
158
- name: "headnode",
159
- hardwareProfile: { vmSize: "Standard_D3_V2" },
160
- minInstanceCount: 1,
161
- osProfile: {
162
- linuxOperatingSystemProfile: {
163
- password: "**********",
164
- username: "sshuser"
165
- }
166
- },
167
- targetInstanceCount: 2
168
- },
169
- {
170
- name: "workernode",
171
- hardwareProfile: { vmSize: "Standard_D3_V2" },
172
- minInstanceCount: 1,
173
- osProfile: {
174
- linuxOperatingSystemProfile: {
175
- password: "**********",
176
- username: "sshuser"
177
- }
178
- },
179
- targetInstanceCount: 4
180
- },
181
- {
182
- name: "zookeepernode",
183
- hardwareProfile: { vmSize: "Small" },
184
- minInstanceCount: 1,
185
- osProfile: {
186
- linuxOperatingSystemProfile: {
187
- password: "**********",
188
- username: "sshuser"
189
- }
190
- },
191
- targetInstanceCount: 3
192
- }
193
- ]
194
- },
195
- osType: "Linux",
196
- storageProfile: {
197
- storageaccounts: [
198
- {
199
- name: "mystorage.dfs.core.windows.net",
200
- enableSecureChannel: true,
201
- fileSystem: "default",
202
- isDefault: true,
203
- key: "storagekey"
204
- }
205
- ]
206
- },
207
- tier: "Standard"
208
- },
209
- tags: { key1: "val1" }
210
- };
211
- const credential = new DefaultAzureCredential();
212
- const client = new HDInsightManagementClient(credential, subscriptionId);
213
- const result = yield client.clusters.beginCreateAndWait(resourceGroupName, clusterName, parameters);
214
- console.log(result);
215
- });
216
- }
217
- /**
218
- * This sample demonstrates how to Creates a new HDInsight cluster with the specified parameters.
219
- *
220
- * @summary Creates a new HDInsight cluster with the specified parameters.
221
- * x-ms-original-file: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/CreateLinuxHadoopSshPassword.json
222
- */
223
- function createHadoopOnLinuxClusterWithSshPassword() {
224
- return __awaiter(this, void 0, void 0, function* () {
225
- const subscriptionId = process.env["HDINSIGHT_SUBSCRIPTION_ID"] || "subid";
226
- const resourceGroupName = process.env["HDINSIGHT_RESOURCE_GROUP"] || "rg1";
227
- const clusterName = "cluster1";
228
- const parameters = {
229
- properties: {
230
- clusterDefinition: {
231
- configurations: {
232
- gateway: {
233
- "restAuthCredential.isEnabled": "true",
234
- "restAuthCredential.password": "**********",
235
- "restAuthCredential.username": "admin"
236
- }
237
- },
238
- kind: "Hadoop"
239
- },
240
- clusterVersion: "3.5",
241
- computeProfile: {
242
- roles: [
243
- {
244
- name: "headnode",
245
- hardwareProfile: { vmSize: "Standard_D3_V2" },
246
- minInstanceCount: 1,
247
- osProfile: {
248
- linuxOperatingSystemProfile: {
249
- password: "**********",
250
- username: "sshuser"
251
- }
252
- },
253
- targetInstanceCount: 2
254
- },
255
- {
256
- name: "workernode",
257
- hardwareProfile: { vmSize: "Standard_D3_V2" },
258
- minInstanceCount: 1,
259
- osProfile: {
260
- linuxOperatingSystemProfile: {
261
- password: "**********",
262
- username: "sshuser"
263
- }
264
- },
265
- targetInstanceCount: 4
266
- },
267
- {
268
- name: "zookeepernode",
269
- hardwareProfile: { vmSize: "Small" },
270
- minInstanceCount: 1,
271
- osProfile: {
272
- linuxOperatingSystemProfile: {
273
- password: "**********",
274
- username: "sshuser"
275
- }
276
- },
277
- targetInstanceCount: 3
278
- }
279
- ]
280
- },
281
- osType: "Linux",
282
- storageProfile: {
283
- storageaccounts: [
284
- {
285
- name: "mystorage.blob.core.windows.net",
286
- container: "containername",
287
- enableSecureChannel: true,
288
- isDefault: true,
289
- key: "storagekey"
290
- }
291
- ]
292
- },
293
- tier: "Standard"
294
- },
295
- tags: { key1: "val1" }
296
- };
297
- const credential = new DefaultAzureCredential();
298
- const client = new HDInsightManagementClient(credential, subscriptionId);
299
- const result = yield client.clusters.beginCreateAndWait(resourceGroupName, clusterName, parameters);
300
- console.log(result);
301
- });
302
- }
303
- /**
304
- * This sample demonstrates how to Creates a new HDInsight cluster with the specified parameters.
305
- *
306
- * @summary Creates a new HDInsight cluster with the specified parameters.
307
- * x-ms-original-file: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/CreateLinuxHadoopSshPublicKey.json
308
- */
309
- function createHadoopOnLinuxClusterWithSshPublicKey() {
310
- return __awaiter(this, void 0, void 0, function* () {
311
- const subscriptionId = process.env["HDINSIGHT_SUBSCRIPTION_ID"] || "subid";
312
- const resourceGroupName = process.env["HDINSIGHT_RESOURCE_GROUP"] || "rg1";
313
- const clusterName = "cluster1";
314
- const parameters = {
315
- properties: {
316
- clusterDefinition: {
317
- configurations: {
318
- gateway: {
319
- "restAuthCredential.isEnabled": true,
320
- "restAuthCredential.password": "**********",
321
- "restAuthCredential.username": "admin"
322
- }
323
- },
324
- kind: "Hadoop"
325
- },
326
- clusterVersion: "3.5",
327
- computeProfile: {
328
- roles: [
329
- {
330
- name: "headnode",
331
- hardwareProfile: { vmSize: "Standard_D3_V2" },
332
- minInstanceCount: 1,
333
- osProfile: {
334
- linuxOperatingSystemProfile: {
335
- sshProfile: { publicKeys: [{ certificateData: "**********" }] },
336
- username: "sshuser"
337
- }
338
- },
339
- targetInstanceCount: 2
340
- },
341
- {
342
- name: "workernode",
343
- hardwareProfile: { vmSize: "Standard_D3_V2" },
344
- minInstanceCount: 1,
345
- osProfile: {
346
- linuxOperatingSystemProfile: {
347
- password: "**********",
348
- username: "sshuser"
349
- }
350
- },
351
- targetInstanceCount: 4
352
- },
353
- {
354
- name: "zookeepernode",
355
- hardwareProfile: { vmSize: "Small" },
356
- minInstanceCount: 1,
357
- osProfile: {
358
- linuxOperatingSystemProfile: {
359
- password: "**********",
360
- username: "sshuser"
361
- }
362
- },
363
- targetInstanceCount: 3
364
- }
365
- ]
366
- },
367
- osType: "Linux",
368
- storageProfile: {
369
- storageaccounts: [
370
- {
371
- name: "mystorage.blob.core.windows.net",
372
- container: "containername",
373
- enableSecureChannel: true,
374
- isDefault: true,
375
- key: "storagekey"
376
- }
377
- ]
378
- },
379
- tier: "Standard"
380
- },
381
- tags: { key1: "val1" }
382
- };
383
- const credential = new DefaultAzureCredential();
384
- const client = new HDInsightManagementClient(credential, subscriptionId);
385
- const result = yield client.clusters.beginCreateAndWait(resourceGroupName, clusterName, parameters);
386
- console.log(result);
387
- });
388
- }
389
- /**
390
- * This sample demonstrates how to Creates a new HDInsight cluster with the specified parameters.
391
- *
392
- * @summary Creates a new HDInsight cluster with the specified parameters.
393
- * x-ms-original-file: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/CreateKafkaClusterWithKafkaRestProxy.json
394
- */
395
- function createKafkaClusterWithKafkaRestProxy() {
396
- return __awaiter(this, void 0, void 0, function* () {
397
- const subscriptionId = process.env["HDINSIGHT_SUBSCRIPTION_ID"] || "subid";
398
- const resourceGroupName = process.env["HDINSIGHT_RESOURCE_GROUP"] || "rg1";
399
- const clusterName = "cluster1";
400
- const parameters = {
401
- properties: {
402
- clusterDefinition: {
403
- componentVersion: { kafka: "2.1" },
404
- configurations: {
405
- gateway: {
406
- "restAuthCredential.isEnabled": true,
407
- "restAuthCredential.password": "**********",
408
- "restAuthCredential.username": "admin"
409
- }
410
- },
411
- kind: "kafka"
412
- },
413
- clusterVersion: "4.0",
414
- computeProfile: {
415
- roles: [
416
- {
417
- name: "headnode",
418
- hardwareProfile: { vmSize: "Large" },
419
- osProfile: {
420
- linuxOperatingSystemProfile: {
421
- password: "**********",
422
- username: "sshuser"
423
- }
424
- },
425
- targetInstanceCount: 2
426
- },
427
- {
428
- name: "workernode",
429
- dataDisksGroups: [{ disksPerNode: 8 }],
430
- hardwareProfile: { vmSize: "Large" },
431
- osProfile: {
432
- linuxOperatingSystemProfile: {
433
- password: "**********",
434
- username: "sshuser"
435
- }
436
- },
437
- targetInstanceCount: 3
438
- },
439
- {
440
- name: "zookeepernode",
441
- hardwareProfile: { vmSize: "Small" },
442
- osProfile: {
443
- linuxOperatingSystemProfile: {
444
- password: "**********",
445
- username: "sshuser"
446
- }
447
- },
448
- targetInstanceCount: 3
449
- },
450
- {
451
- name: "kafkamanagementnode",
452
- hardwareProfile: { vmSize: "Standard_D4_v2" },
453
- osProfile: {
454
- linuxOperatingSystemProfile: {
455
- password: "**********",
456
- username: "kafkauser"
457
- }
458
- },
459
- targetInstanceCount: 2
460
- }
461
- ]
462
- },
463
- kafkaRestProperties: {
464
- clientGroupInfo: {
465
- groupId: "00000000-0000-0000-0000-111111111111",
466
- groupName: "Kafka security group name"
467
- }
468
- },
469
- osType: "Linux",
470
- storageProfile: {
471
- storageaccounts: [
472
- {
473
- name: "mystorage.blob.core.windows.net",
474
- container: "containername",
475
- enableSecureChannel: true,
476
- isDefault: true,
477
- key: "storagekey"
478
- }
479
- ]
480
- },
481
- tier: "Standard"
482
- }
483
- };
484
- const credential = new DefaultAzureCredential();
485
- const client = new HDInsightManagementClient(credential, subscriptionId);
486
- const result = yield client.clusters.beginCreateAndWait(resourceGroupName, clusterName, parameters);
487
- console.log(result);
488
- });
489
- }
490
- /**
491
- * This sample demonstrates how to Creates a new HDInsight cluster with the specified parameters.
492
- *
493
- * @summary Creates a new HDInsight cluster with the specified parameters.
494
- * x-ms-original-file: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/CreateLinuxHadoopSecureHadoop.json
495
- */
496
- function createSecureHadoopCluster() {
497
- return __awaiter(this, void 0, void 0, function* () {
498
- const subscriptionId = process.env["HDINSIGHT_SUBSCRIPTION_ID"] || "subid";
499
- const resourceGroupName = process.env["HDINSIGHT_RESOURCE_GROUP"] || "rg1";
500
- const clusterName = "cluster1";
501
- const parameters = {
502
- properties: {
503
- clusterDefinition: {
504
- configurations: {
505
- gateway: {
506
- "restAuthCredential.isEnabled": true,
507
- "restAuthCredential.password": "**********",
508
- "restAuthCredential.username": "admin"
509
- }
510
- },
511
- kind: "Hadoop"
512
- },
513
- clusterVersion: "3.5",
514
- computeProfile: {
515
- roles: [
516
- {
517
- name: "headnode",
518
- hardwareProfile: { vmSize: "Standard_D3_V2" },
519
- minInstanceCount: 1,
520
- osProfile: {
521
- linuxOperatingSystemProfile: {
522
- password: "**********",
523
- sshProfile: { publicKeys: [{ certificateData: "**********" }] },
524
- username: "sshuser"
525
- }
526
- },
527
- scriptActions: [],
528
- targetInstanceCount: 2,
529
- virtualNetworkProfile: {
530
- id: "/subscriptions/subId/resourceGroups/rg/providers/Microsoft.Network/virtualNetworks/vnetname",
531
- subnet: "/subscriptions/subId/resourceGroups/rg/providers/Microsoft.Network/virtualNetworks/vnetname/subnets/vnetsubnet"
532
- }
533
- },
534
- {
535
- name: "workernode",
536
- hardwareProfile: { vmSize: "Standard_D3_V2" },
537
- minInstanceCount: 1,
538
- osProfile: {
539
- linuxOperatingSystemProfile: {
540
- password: "**********",
541
- sshProfile: { publicKeys: [{ certificateData: "**********" }] },
542
- username: "sshuser"
543
- }
544
- },
545
- scriptActions: [],
546
- targetInstanceCount: 4,
547
- virtualNetworkProfile: {
548
- id: "/subscriptions/subId/resourceGroups/rg/providers/Microsoft.Network/virtualNetworks/vnetname",
549
- subnet: "/subscriptions/subId/resourceGroups/rg/providers/Microsoft.Network/virtualNetworks/vnetname/subnets/vnetsubnet"
550
- }
551
- },
552
- {
553
- name: "zookeepernode",
554
- hardwareProfile: { vmSize: "Small" },
555
- minInstanceCount: 1,
556
- osProfile: {
557
- linuxOperatingSystemProfile: {
558
- password: "**********",
559
- sshProfile: { publicKeys: [{ certificateData: "**********" }] },
560
- username: "sshuser"
561
- }
562
- },
563
- scriptActions: [],
564
- targetInstanceCount: 3,
565
- virtualNetworkProfile: {
566
- id: "/subscriptions/subId/resourceGroups/rg/providers/Microsoft.Network/virtualNetworks/vnetname",
567
- subnet: "/subscriptions/subId/resourceGroups/rg/providers/Microsoft.Network/virtualNetworks/vnetname/subnets/vnetsubnet"
568
- }
569
- }
570
- ]
571
- },
572
- osType: "Linux",
573
- securityProfile: {
574
- clusterUsersGroupDNs: ["hdiusers"],
575
- directoryType: "ActiveDirectory",
576
- domain: "DomainName",
577
- domainUserPassword: "**********",
578
- domainUsername: "DomainUsername",
579
- ldapsUrls: ["ldaps://10.10.0.4:636"],
580
- organizationalUnitDN: "OU=Hadoop,DC=hdinsight,DC=test"
581
- },
582
- storageProfile: {
583
- storageaccounts: [
584
- {
585
- name: "mystorage.blob.core.windows.net",
586
- container: "containername",
587
- enableSecureChannel: true,
588
- isDefault: true,
589
- key: "storage account key"
590
- }
591
- ]
592
- },
593
- tier: "Premium"
594
- },
595
- tags: { key1: "val1" }
596
- };
597
- const credential = new DefaultAzureCredential();
598
- const client = new HDInsightManagementClient(credential, subscriptionId);
599
- const result = yield client.clusters.beginCreateAndWait(resourceGroupName, clusterName, parameters);
600
- console.log(result);
601
- });
602
- }
603
- /**
604
- * This sample demonstrates how to Creates a new HDInsight cluster with the specified parameters.
605
- *
606
- * @summary Creates a new HDInsight cluster with the specified parameters.
607
- * x-ms-original-file: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/CreateLinuxSparkSshPassword.json
608
- */
609
- function createSparkOnLinuxClusterWithSshPassword() {
610
- return __awaiter(this, void 0, void 0, function* () {
611
- const subscriptionId = process.env["HDINSIGHT_SUBSCRIPTION_ID"] || "subid";
612
- const resourceGroupName = process.env["HDINSIGHT_RESOURCE_GROUP"] || "rg1";
613
- const clusterName = "cluster1";
614
- const parameters = {
615
- properties: {
616
- clusterDefinition: {
617
- componentVersion: { spark: "2.0" },
618
- configurations: {
619
- gateway: {
620
- "restAuthCredential.isEnabled": true,
621
- "restAuthCredential.password": "**********",
622
- "restAuthCredential.username": "admin"
623
- }
624
- },
625
- kind: "Spark"
626
- },
627
- clusterVersion: "3.5",
628
- computeProfile: {
629
- roles: [
630
- {
631
- name: "headnode",
632
- hardwareProfile: { vmSize: "Standard_D12_V2" },
633
- minInstanceCount: 1,
634
- osProfile: {
635
- linuxOperatingSystemProfile: {
636
- password: "**********",
637
- username: "sshuser"
638
- }
639
- },
640
- targetInstanceCount: 2
641
- },
642
- {
643
- name: "workernode",
644
- hardwareProfile: { vmSize: "Standard_D4_V2" },
645
- minInstanceCount: 1,
646
- osProfile: {
647
- linuxOperatingSystemProfile: {
648
- password: "**********",
649
- username: "sshuser"
650
- }
651
- },
652
- targetInstanceCount: 4
653
- }
654
- ]
655
- },
656
- osType: "Linux",
657
- storageProfile: {
658
- storageaccounts: [
659
- {
660
- name: "mystorage.blob.core.windows.net",
661
- container: "containername",
662
- enableSecureChannel: true,
663
- isDefault: true,
664
- key: "storageapikey*"
665
- }
666
- ]
667
- },
668
- tier: "Standard"
669
- },
670
- tags: { key1: "val1" }
671
- };
672
- const credential = new DefaultAzureCredential();
673
- const client = new HDInsightManagementClient(credential, subscriptionId);
674
- const result = yield client.clusters.beginCreateAndWait(resourceGroupName, clusterName, parameters);
675
- console.log(result);
676
- });
677
- }
678
- /**
679
- * This sample demonstrates how to Creates a new HDInsight cluster with the specified parameters.
680
- *
681
- * @summary Creates a new HDInsight cluster with the specified parameters.
682
- * x-ms-original-file: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/CreateHDInsightClusterWithTLS12.json
683
- */
684
- function createClusterWithTls12() {
685
- return __awaiter(this, void 0, void 0, function* () {
686
- const subscriptionId = process.env["HDINSIGHT_SUBSCRIPTION_ID"] || "subid";
687
- const resourceGroupName = process.env["HDINSIGHT_RESOURCE_GROUP"] || "rg1";
688
- const clusterName = "cluster1";
689
- const parameters = {
690
- properties: {
691
- clusterDefinition: {
692
- configurations: {
693
- gateway: {
694
- "restAuthCredential.isEnabled": true,
695
- "restAuthCredential.password": "**********",
696
- "restAuthCredential.username": "admin"
697
- }
698
- },
699
- kind: "Hadoop"
700
- },
701
- clusterVersion: "3.6",
702
- computeProfile: {
703
- roles: [
704
- {
705
- name: "headnode",
706
- hardwareProfile: { vmSize: "Large" },
707
- osProfile: {
708
- linuxOperatingSystemProfile: {
709
- password: "**********",
710
- username: "sshuser"
711
- }
712
- },
713
- targetInstanceCount: 2
714
- },
715
- {
716
- name: "workernode",
717
- hardwareProfile: { vmSize: "Large" },
718
- osProfile: {
719
- linuxOperatingSystemProfile: {
720
- password: "**********",
721
- username: "sshuser"
722
- }
723
- },
724
- targetInstanceCount: 3
725
- },
726
- {
727
- name: "zookeepernode",
728
- hardwareProfile: { vmSize: "Small" },
729
- osProfile: {
730
- linuxOperatingSystemProfile: {
731
- password: "**********",
732
- username: "sshuser"
733
- }
734
- },
735
- targetInstanceCount: 3
736
- }
737
- ]
738
- },
739
- minSupportedTlsVersion: "1.2",
740
- osType: "Linux",
741
- storageProfile: {
742
- storageaccounts: [
743
- {
744
- name: "mystorage.blob.core.windows.net",
745
- container: "default8525",
746
- enableSecureChannel: true,
747
- isDefault: true,
748
- key: "storagekey"
749
- }
750
- ]
751
- },
752
- tier: "Standard"
753
- }
754
- };
755
- const credential = new DefaultAzureCredential();
756
- const client = new HDInsightManagementClient(credential, subscriptionId);
757
- const result = yield client.clusters.beginCreateAndWait(resourceGroupName, clusterName, parameters);
758
- console.log(result);
759
- });
760
- }
761
- /**
762
- * This sample demonstrates how to Creates a new HDInsight cluster with the specified parameters.
763
- *
764
- * @summary Creates a new HDInsight cluster with the specified parameters.
765
- * x-ms-original-file: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/CreateHDInsightClusterWithAvailabilityZones.json
766
- */
767
- function createClusterWithAvailabilityZones() {
768
- return __awaiter(this, void 0, void 0, function* () {
769
- const subscriptionId = process.env["HDINSIGHT_SUBSCRIPTION_ID"] || "subId";
770
- const resourceGroupName = process.env["HDINSIGHT_RESOURCE_GROUP"] || "rg1";
771
- const clusterName = "cluster1";
772
- const parameters = {
773
- properties: {
774
- clusterDefinition: {
775
- configurations: {
776
- "ambari-conf": {
777
- "database-name": "{ambari database name}",
778
- "database-server": "{sql server name}.database.windows.net",
779
- "database-user-name": "**********",
780
- "database-user-password": "**********"
781
- },
782
- gateway: {
783
- "restAuthCredential.isEnabled": true,
784
- "restAuthCredential.password": "**********",
785
- "restAuthCredential.username": "admin"
786
- },
787
- "hive-env": {
788
- hive_database: "Existing MSSQL Server database with SQL authentication",
789
- hive_database_name: "{hive metastore name}",
790
- hive_database_type: "mssql",
791
- hive_existing_mssql_server_database: "{hive metastore name}",
792
- hive_existing_mssql_server_host: "{sql server name}.database.windows.net",
793
- hive_hostname: "{sql server name}.database.windows.net"
794
- },
795
- "hive-site": {
796
- "javax.jdo.option.ConnectionDriverName": "com.microsoft.sqlserver.jdbc.SQLServerDriver",
797
- "javax.jdo.option.ConnectionPassword": "**********!",
798
- "javax.jdo.option.ConnectionURL": "jdbc:sqlserver://{sql server name}.database.windows.net;database={hive metastore name};encrypt=true;trustServerCertificate=true;create=false;loginTimeout=300;sendStringParametersAsUnicode=true;prepareSQL=0",
799
- "javax.jdo.option.ConnectionUserName": "**********"
800
- },
801
- "oozie-env": {
802
- oozie_database: "Existing MSSQL Server database with SQL authentication",
803
- oozie_database_name: "{oozie metastore name}",
804
- oozie_database_type: "mssql",
805
- oozie_existing_mssql_server_database: "{oozie metastore name}",
806
- oozie_existing_mssql_server_host: "{sql server name}.database.windows.net",
807
- oozie_hostname: "{sql server name}.database.windows.net"
808
- },
809
- "oozie-site": {
810
- "oozie.db.schema.name": "oozie",
811
- "oozie.service.JPAService.jdbc.driver": "com.microsoft.sqlserver.jdbc.SQLServerDriver",
812
- "oozie.service.JPAService.jdbc.password": "**********",
813
- "oozie.service.JPAService.jdbc.url": "jdbc:sqlserver://{sql server name}.database.windows.net;database={oozie metastore name};encrypt=true;trustServerCertificate=true;create=false;loginTimeout=300;sendStringParametersAsUnicode=true;prepareSQL=0",
814
- "oozie.service.JPAService.jdbc.username": "**********"
815
- }
816
- },
817
- kind: "hadoop"
818
- },
819
- clusterVersion: "3.6",
820
- computeProfile: {
821
- roles: [
822
- {
823
- name: "headnode",
824
- hardwareProfile: { vmSize: "standard_d3" },
825
- osProfile: {
826
- linuxOperatingSystemProfile: {
827
- password: "**********",
828
- sshProfile: { publicKeys: [{ certificateData: "**********" }] },
829
- username: "sshuser"
830
- }
831
- },
832
- targetInstanceCount: 2,
833
- virtualNetworkProfile: {
834
- id: "/subscriptions/subId/resourceGroups/rg/providers/Microsoft.Network/virtualNetworks/vnetname",
835
- subnet: "/subscriptions/subId/resourceGroups/rg/providers/Microsoft.Network/virtualNetworks/vnetname/subnets/vnetsubnet"
836
- }
837
- },
838
- {
839
- name: "workernode",
840
- hardwareProfile: { vmSize: "standard_d3" },
841
- osProfile: {
842
- linuxOperatingSystemProfile: {
843
- password: "**********",
844
- sshProfile: { publicKeys: [{ certificateData: "**********" }] },
845
- username: "sshuser"
846
- }
847
- },
848
- targetInstanceCount: 2,
849
- virtualNetworkProfile: {
850
- id: "/subscriptions/subId/resourceGroups/rg/providers/Microsoft.Network/virtualNetworks/vnetname",
851
- subnet: "/subscriptions/subId/resourceGroups/rg/providers/Microsoft.Network/virtualNetworks/vnetname/subnets/vnetsubnet"
852
- }
853
- }
854
- ]
855
- },
856
- osType: "Linux",
857
- storageProfile: {
858
- storageaccounts: [
859
- {
860
- name: "mystorage",
861
- container: "containername",
862
- enableSecureChannel: true,
863
- isDefault: true,
864
- key: "storage account key"
865
- }
866
- ]
867
- }
868
- },
869
- zones: ["1"]
870
- };
871
- const credential = new DefaultAzureCredential();
872
- const client = new HDInsightManagementClient(credential, subscriptionId);
873
- const result = yield client.clusters.beginCreateAndWait(resourceGroupName, clusterName, parameters);
874
- console.log(result);
875
- });
876
- }
877
- /**
878
- * This sample demonstrates how to Creates a new HDInsight cluster with the specified parameters.
879
- *
880
- * @summary Creates a new HDInsight cluster with the specified parameters.
881
- * x-ms-original-file: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/CreateHDInsightClusterWithComputeIsolationProperties.json
882
- */
883
- function createClusterWithComputeIsolationProperties() {
884
- return __awaiter(this, void 0, void 0, function* () {
885
- const subscriptionId = process.env["HDINSIGHT_SUBSCRIPTION_ID"] || "subId";
886
- const resourceGroupName = process.env["HDINSIGHT_RESOURCE_GROUP"] || "rg1";
887
- const clusterName = "cluster1";
888
- const parameters = {
889
- properties: {
890
- clusterDefinition: {
891
- configurations: {
892
- gateway: {
893
- "restAuthCredential.isEnabled": true,
894
- "restAuthCredential.password": "**********",
895
- "restAuthCredential.username": "admin"
896
- }
897
- },
898
- kind: "hadoop"
899
- },
900
- clusterVersion: "3.6",
901
- computeIsolationProperties: {
902
- enableComputeIsolation: true,
903
- hostSku: undefined
904
- },
905
- computeProfile: {
906
- roles: [
907
- {
908
- name: "headnode",
909
- hardwareProfile: { vmSize: "standard_d3" },
910
- osProfile: {
911
- linuxOperatingSystemProfile: {
912
- password: "**********",
913
- sshProfile: { publicKeys: [{ certificateData: "**********" }] },
914
- username: "sshuser"
915
- }
916
- },
917
- targetInstanceCount: 2
918
- },
919
- {
920
- name: "workernode",
921
- hardwareProfile: { vmSize: "standard_d3" },
922
- osProfile: {
923
- linuxOperatingSystemProfile: {
924
- password: "**********",
925
- sshProfile: { publicKeys: [{ certificateData: "**********" }] },
926
- username: "sshuser"
927
- }
928
- },
929
- targetInstanceCount: 2
930
- }
931
- ]
932
- },
933
- osType: "Linux",
934
- storageProfile: {
935
- storageaccounts: [
936
- {
937
- name: "mystorage",
938
- container: "containername",
939
- enableSecureChannel: true,
940
- isDefault: true,
941
- key: "storage account key"
942
- }
943
- ]
944
- }
945
- }
946
- };
947
- const credential = new DefaultAzureCredential();
948
- const client = new HDInsightManagementClient(credential, subscriptionId);
949
- const result = yield client.clusters.beginCreateAndWait(resourceGroupName, clusterName, parameters);
950
- console.log(result);
951
- });
952
- }
953
- /**
954
- * This sample demonstrates how to Creates a new HDInsight cluster with the specified parameters.
955
- *
956
- * @summary Creates a new HDInsight cluster with the specified parameters.
957
- * x-ms-original-file: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/CreateHDInsightClusterWithEncryptionAtHost.json
958
- */
959
- function createClusterWithEncryptionAtHost() {
960
- return __awaiter(this, void 0, void 0, function* () {
961
- const subscriptionId = process.env["HDINSIGHT_SUBSCRIPTION_ID"] || "subid";
962
- const resourceGroupName = process.env["HDINSIGHT_RESOURCE_GROUP"] || "rg1";
963
- const clusterName = "cluster1";
964
- const parameters = {
965
- properties: {
966
- clusterDefinition: {
967
- configurations: {
968
- gateway: {
969
- "restAuthCredential.isEnabled": true,
970
- "restAuthCredential.password": "**********",
971
- "restAuthCredential.username": "admin"
972
- }
973
- },
974
- kind: "Hadoop"
975
- },
976
- clusterVersion: "3.6",
977
- computeProfile: {
978
- roles: [
979
- {
980
- name: "headnode",
981
- hardwareProfile: { vmSize: "Standard_DS14_v2" },
982
- osProfile: {
983
- linuxOperatingSystemProfile: {
984
- password: "**********",
985
- username: "sshuser"
986
- }
987
- },
988
- targetInstanceCount: 2
989
- },
990
- {
991
- name: "workernode",
992
- hardwareProfile: { vmSize: "Standard_DS14_v2" },
993
- osProfile: {
994
- linuxOperatingSystemProfile: {
995
- password: "**********",
996
- username: "sshuser"
997
- }
998
- },
999
- targetInstanceCount: 3
1000
- },
1001
- {
1002
- name: "zookeepernode",
1003
- hardwareProfile: { vmSize: "Standard_DS14_v2" },
1004
- osProfile: {
1005
- linuxOperatingSystemProfile: {
1006
- password: "**********",
1007
- username: "sshuser"
1008
- }
1009
- },
1010
- targetInstanceCount: 3
1011
- }
1012
- ]
1013
- },
1014
- diskEncryptionProperties: { encryptionAtHost: true },
1015
- osType: "Linux",
1016
- storageProfile: {
1017
- storageaccounts: [
1018
- {
1019
- name: "mystorage.blob.core.windows.net",
1020
- container: "default8525",
1021
- enableSecureChannel: true,
1022
- isDefault: true,
1023
- key: "storagekey"
1024
- }
1025
- ]
1026
- },
1027
- tier: "Standard"
1028
- }
1029
- };
1030
- const credential = new DefaultAzureCredential();
1031
- const client = new HDInsightManagementClient(credential, subscriptionId);
1032
- const result = yield client.clusters.beginCreateAndWait(resourceGroupName, clusterName, parameters);
1033
- console.log(result);
1034
- });
1035
- }
1036
- /**
1037
- * This sample demonstrates how to Creates a new HDInsight cluster with the specified parameters.
1038
- *
1039
- * @summary Creates a new HDInsight cluster with the specified parameters.
1040
- * x-ms-original-file: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/CreateHDInsightClusterWithEncryptionInTransit.json
1041
- */
1042
- function createClusterWithEncryptionInTransit() {
1043
- return __awaiter(this, void 0, void 0, function* () {
1044
- const subscriptionId = process.env["HDINSIGHT_SUBSCRIPTION_ID"] || "subid";
1045
- const resourceGroupName = process.env["HDINSIGHT_RESOURCE_GROUP"] || "rg1";
1046
- const clusterName = "cluster1";
1047
- const parameters = {
1048
- properties: {
1049
- clusterDefinition: {
1050
- configurations: {
1051
- gateway: {
1052
- "restAuthCredential.isEnabled": true,
1053
- "restAuthCredential.password": "**********",
1054
- "restAuthCredential.username": "admin"
1055
- }
1056
- },
1057
- kind: "Hadoop"
1058
- },
1059
- clusterVersion: "3.6",
1060
- computeProfile: {
1061
- roles: [
1062
- {
1063
- name: "headnode",
1064
- hardwareProfile: { vmSize: "Large" },
1065
- osProfile: {
1066
- linuxOperatingSystemProfile: {
1067
- password: "**********",
1068
- username: "sshuser"
1069
- }
1070
- },
1071
- targetInstanceCount: 2
1072
- },
1073
- {
1074
- name: "workernode",
1075
- hardwareProfile: { vmSize: "Large" },
1076
- osProfile: {
1077
- linuxOperatingSystemProfile: {
1078
- password: "**********",
1079
- username: "sshuser"
1080
- }
1081
- },
1082
- targetInstanceCount: 3
1083
- },
1084
- {
1085
- name: "zookeepernode",
1086
- hardwareProfile: { vmSize: "Small" },
1087
- osProfile: {
1088
- linuxOperatingSystemProfile: {
1089
- password: "**********",
1090
- username: "sshuser"
1091
- }
1092
- },
1093
- targetInstanceCount: 3
1094
- }
1095
- ]
1096
- },
1097
- encryptionInTransitProperties: { isEncryptionInTransitEnabled: true },
1098
- osType: "Linux",
1099
- storageProfile: {
1100
- storageaccounts: [
1101
- {
1102
- name: "mystorage.blob.core.windows.net",
1103
- container: "default8525",
1104
- enableSecureChannel: true,
1105
- isDefault: true,
1106
- key: "storagekey"
1107
- }
1108
- ]
1109
- },
1110
- tier: "Standard"
1111
- }
1112
- };
1113
- const credential = new DefaultAzureCredential();
1114
- const client = new HDInsightManagementClient(credential, subscriptionId);
1115
- const result = yield client.clusters.beginCreateAndWait(resourceGroupName, clusterName, parameters);
1116
- console.log(result);
1117
- });
1118
- }
1119
- /**
1120
- * This sample demonstrates how to Creates a new HDInsight cluster with the specified parameters.
1121
- *
1122
- * @summary Creates a new HDInsight cluster with the specified parameters.
1123
- * x-ms-original-file: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/CreateHDInsightClusterWithCustomNetworkProperties.json
1124
- */
1125
- function createClusterWithNetworkProperties() {
1126
- return __awaiter(this, void 0, void 0, function* () {
1127
- const subscriptionId = process.env["HDINSIGHT_SUBSCRIPTION_ID"] || "subId";
1128
- const resourceGroupName = process.env["HDINSIGHT_RESOURCE_GROUP"] || "rg1";
1129
- const clusterName = "cluster1";
1130
- const parameters = {
1131
- properties: {
1132
- clusterDefinition: {
1133
- configurations: {
1134
- gateway: {
1135
- "restAuthCredential.isEnabled": true,
1136
- "restAuthCredential.password": "**********",
1137
- "restAuthCredential.username": "admin"
1138
- }
1139
- },
1140
- kind: "hadoop"
1141
- },
1142
- clusterVersion: "3.6",
1143
- computeProfile: {
1144
- roles: [
1145
- {
1146
- name: "headnode",
1147
- hardwareProfile: { vmSize: "standard_d3" },
1148
- osProfile: {
1149
- linuxOperatingSystemProfile: {
1150
- password: "**********",
1151
- sshProfile: { publicKeys: [{ certificateData: "**********" }] },
1152
- username: "sshuser"
1153
- }
1154
- },
1155
- targetInstanceCount: 2,
1156
- virtualNetworkProfile: {
1157
- id: "/subscriptions/subId/resourceGroups/rg/providers/Microsoft.Network/virtualNetworks/vnetname",
1158
- subnet: "/subscriptions/subId/resourceGroups/rg/providers/Microsoft.Network/virtualNetworks/vnetname/subnets/vnetsubnet"
1159
- }
1160
- },
1161
- {
1162
- name: "workernode",
1163
- hardwareProfile: { vmSize: "standard_d3" },
1164
- osProfile: {
1165
- linuxOperatingSystemProfile: {
1166
- password: "**********",
1167
- sshProfile: { publicKeys: [{ certificateData: "**********" }] },
1168
- username: "sshuser"
1169
- }
1170
- },
1171
- targetInstanceCount: 2,
1172
- virtualNetworkProfile: {
1173
- id: "/subscriptions/subId/resourceGroups/rg/providers/Microsoft.Network/virtualNetworks/vnetname",
1174
- subnet: "/subscriptions/subId/resourceGroups/rg/providers/Microsoft.Network/virtualNetworks/vnetname/subnets/vnetsubnet"
1175
- }
1176
- }
1177
- ]
1178
- },
1179
- networkProperties: {
1180
- privateLink: "Enabled",
1181
- resourceProviderConnection: "Outbound"
1182
- },
1183
- osType: "Linux",
1184
- storageProfile: {
1185
- storageaccounts: [
1186
- {
1187
- name: "mystorage",
1188
- container: "containername",
1189
- enableSecureChannel: true,
1190
- isDefault: true,
1191
- key: "storage account key"
1192
- }
1193
- ]
1194
- }
1195
- }
1196
- };
1197
- const credential = new DefaultAzureCredential();
1198
- const client = new HDInsightManagementClient(credential, subscriptionId);
1199
- const result = yield client.clusters.beginCreateAndWait(resourceGroupName, clusterName, parameters);
1200
- console.log(result);
1201
- });
1202
- }
1203
- function main() {
1204
- return __awaiter(this, void 0, void 0, function* () {
1205
- createHdInsightClusterWithAutoscaleConfiguration();
1206
- createHadoopClusterWithAzureDataLakeStorageGen2();
1207
- createHadoopOnLinuxClusterWithSshPassword();
1208
- createHadoopOnLinuxClusterWithSshPublicKey();
1209
- createKafkaClusterWithKafkaRestProxy();
1210
- createSecureHadoopCluster();
1211
- createSparkOnLinuxClusterWithSshPassword();
1212
- createClusterWithTls12();
1213
- createClusterWithAvailabilityZones();
1214
- createClusterWithComputeIsolationProperties();
1215
- createClusterWithEncryptionAtHost();
1216
- createClusterWithEncryptionInTransit();
1217
- createClusterWithNetworkProperties();
1218
- });
1219
- }
1220
- main().catch(console.error);
1221
- //# sourceMappingURL=clustersCreateSample.js.map