@azure/arm-hdinsight 1.3.0-alpha.20250206.1 → 1.3.0-alpha.20250207.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (871) hide show
  1. package/README.md +21 -14
  2. package/dist/browser/hDInsightManagementClient.d.ts +31 -0
  3. package/dist/browser/hDInsightManagementClient.d.ts.map +1 -0
  4. package/dist/browser/hDInsightManagementClient.js +108 -0
  5. package/dist/browser/hDInsightManagementClient.js.map +1 -0
  6. package/dist/browser/index.d.ts +5 -0
  7. package/dist/browser/index.d.ts.map +1 -0
  8. package/dist/browser/index.js +13 -0
  9. package/dist/browser/index.js.map +1 -0
  10. package/dist/browser/lroImpl.js.map +1 -0
  11. package/dist/browser/models/index.js.map +1 -0
  12. package/dist/browser/models/mappers.js.map +1 -0
  13. package/dist/browser/models/parameters.js +280 -0
  14. package/dist/browser/models/parameters.js.map +1 -0
  15. package/dist/browser/operations/applications.d.ts +90 -0
  16. package/dist/browser/operations/applications.d.ts.map +1 -0
  17. package/dist/browser/operations/applications.js +390 -0
  18. package/dist/browser/operations/applications.js.map +1 -0
  19. package/dist/browser/operations/clusters.d.ts +214 -0
  20. package/dist/browser/operations/clusters.d.ts.map +1 -0
  21. package/dist/browser/operations/clusters.js +1020 -0
  22. package/dist/browser/operations/clusters.js.map +1 -0
  23. package/dist/browser/operations/configurations.d.ts +54 -0
  24. package/dist/browser/operations/configurations.d.ts.map +1 -0
  25. package/dist/browser/operations/configurations.js +179 -0
  26. package/dist/browser/operations/configurations.js.map +1 -0
  27. package/dist/browser/operations/extensions.d.ts +176 -0
  28. package/dist/browser/operations/extensions.d.ts.map +1 -0
  29. package/dist/browser/operations/extensions.js +801 -0
  30. package/dist/browser/operations/extensions.js.map +1 -0
  31. package/dist/browser/operations/index.d.ts +12 -0
  32. package/dist/browser/operations/index.d.ts.map +1 -0
  33. package/dist/browser/operations/index.js +19 -0
  34. package/dist/browser/operations/index.js.map +1 -0
  35. package/dist/browser/operations/locations.d.ts +52 -0
  36. package/dist/browser/operations/locations.d.ts.map +1 -0
  37. package/dist/browser/operations/locations.js +199 -0
  38. package/dist/browser/operations/locations.js.map +1 -0
  39. package/dist/browser/operations/operations.d.ts +32 -0
  40. package/dist/browser/operations/operations.d.ts.map +1 -0
  41. package/dist/browser/operations/operations.js +133 -0
  42. package/dist/browser/operations/operations.js.map +1 -0
  43. package/dist/browser/operations/privateEndpointConnections.d.ts +81 -0
  44. package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -0
  45. package/dist/browser/operations/privateEndpointConnections.js +366 -0
  46. package/dist/browser/operations/privateEndpointConnections.js.map +1 -0
  47. package/dist/browser/operations/privateLinkResources.d.ts +28 -0
  48. package/dist/browser/operations/privateLinkResources.d.ts.map +1 -0
  49. package/dist/browser/operations/privateLinkResources.js +85 -0
  50. package/dist/browser/operations/privateLinkResources.js.map +1 -0
  51. package/dist/browser/operations/scriptActions.d.ts +62 -0
  52. package/dist/browser/operations/scriptActions.d.ts.map +1 -0
  53. package/dist/browser/operations/scriptActions.js +245 -0
  54. package/dist/browser/operations/scriptActions.js.map +1 -0
  55. package/dist/browser/operations/scriptExecutionHistory.d.ts +46 -0
  56. package/dist/browser/operations/scriptExecutionHistory.d.ts.map +1 -0
  57. package/dist/browser/operations/scriptExecutionHistory.js +180 -0
  58. package/dist/browser/operations/scriptExecutionHistory.js.map +1 -0
  59. package/dist/browser/operations/virtualMachines.d.ts +45 -0
  60. package/dist/browser/operations/virtualMachines.d.ts.map +1 -0
  61. package/dist/browser/operations/virtualMachines.js +170 -0
  62. package/dist/browser/operations/virtualMachines.js.map +1 -0
  63. package/dist/browser/operationsInterfaces/applications.d.ts +65 -0
  64. package/dist/browser/operationsInterfaces/applications.d.ts.map +1 -0
  65. package/dist/browser/operationsInterfaces/applications.js.map +1 -0
  66. package/dist/browser/operationsInterfaces/clusters.d.ts +178 -0
  67. package/dist/browser/operationsInterfaces/clusters.d.ts.map +1 -0
  68. package/dist/browser/operationsInterfaces/clusters.js.map +1 -0
  69. package/dist/browser/operationsInterfaces/configurations.d.ts +46 -0
  70. package/dist/browser/operationsInterfaces/configurations.d.ts.map +1 -0
  71. package/dist/browser/operationsInterfaces/configurations.js.map +1 -0
  72. package/dist/browser/operationsInterfaces/extensions.d.ts +168 -0
  73. package/dist/browser/operationsInterfaces/extensions.d.ts.map +1 -0
  74. package/dist/browser/operationsInterfaces/extensions.js.map +1 -0
  75. package/dist/browser/operationsInterfaces/index.d.ts +12 -0
  76. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  77. package/dist/browser/operationsInterfaces/index.js +19 -0
  78. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  79. package/dist/browser/operationsInterfaces/locations.d.ts +44 -0
  80. package/dist/browser/operationsInterfaces/locations.d.ts.map +1 -0
  81. package/dist/browser/operationsInterfaces/locations.js.map +1 -0
  82. package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
  83. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
  84. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  85. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
  86. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  87. package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  88. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +20 -0
  89. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  90. package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -0
  91. package/dist/browser/operationsInterfaces/scriptActions.d.ts +37 -0
  92. package/dist/browser/operationsInterfaces/scriptActions.d.ts.map +1 -0
  93. package/dist/browser/operationsInterfaces/scriptActions.js.map +1 -0
  94. package/dist/browser/operationsInterfaces/scriptExecutionHistory.d.ts +21 -0
  95. package/dist/browser/operationsInterfaces/scriptExecutionHistory.d.ts.map +1 -0
  96. package/dist/browser/operationsInterfaces/scriptExecutionHistory.js.map +1 -0
  97. package/dist/browser/operationsInterfaces/virtualMachines.d.ts +37 -0
  98. package/dist/browser/operationsInterfaces/virtualMachines.d.ts.map +1 -0
  99. package/dist/browser/operationsInterfaces/virtualMachines.js.map +1 -0
  100. package/dist/browser/package.json +3 -0
  101. package/dist/browser/pagingHelper.js.map +1 -0
  102. package/dist/commonjs/hDInsightManagementClient.d.ts +31 -0
  103. package/dist/commonjs/hDInsightManagementClient.d.ts.map +1 -0
  104. package/dist/commonjs/hDInsightManagementClient.js +113 -0
  105. package/dist/commonjs/hDInsightManagementClient.js.map +1 -0
  106. package/dist/commonjs/index.d.ts +5 -0
  107. package/dist/commonjs/index.d.ts.map +1 -0
  108. package/dist/commonjs/index.js +19 -0
  109. package/dist/commonjs/index.js.map +1 -0
  110. package/dist/commonjs/lroImpl.d.ts +11 -0
  111. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  112. package/dist/commonjs/lroImpl.js +17 -0
  113. package/dist/commonjs/lroImpl.js.map +1 -0
  114. package/dist/commonjs/models/index.d.ts +2074 -0
  115. package/dist/commonjs/models/index.d.ts.map +1 -0
  116. package/dist/commonjs/models/index.js +201 -0
  117. package/dist/commonjs/models/index.js.map +1 -0
  118. package/dist/commonjs/models/mappers.d.ts +112 -0
  119. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  120. package/dist/commonjs/models/mappers.js +3775 -0
  121. package/dist/commonjs/models/mappers.js.map +1 -0
  122. package/dist/commonjs/models/parameters.d.ts +37 -0
  123. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  124. package/dist/commonjs/models/parameters.js +283 -0
  125. package/dist/commonjs/models/parameters.js.map +1 -0
  126. package/dist/commonjs/operations/applications.d.ts +90 -0
  127. package/dist/commonjs/operations/applications.d.ts.map +1 -0
  128. package/dist/commonjs/operations/applications.js +394 -0
  129. package/dist/commonjs/operations/applications.js.map +1 -0
  130. package/dist/commonjs/operations/clusters.d.ts +214 -0
  131. package/dist/commonjs/operations/clusters.d.ts.map +1 -0
  132. package/dist/commonjs/operations/clusters.js +1024 -0
  133. package/dist/commonjs/operations/clusters.js.map +1 -0
  134. package/dist/commonjs/operations/configurations.d.ts +54 -0
  135. package/dist/commonjs/operations/configurations.d.ts.map +1 -0
  136. package/dist/commonjs/operations/configurations.js +184 -0
  137. package/dist/commonjs/operations/configurations.js.map +1 -0
  138. package/dist/commonjs/operations/extensions.d.ts +176 -0
  139. package/dist/commonjs/operations/extensions.d.ts.map +1 -0
  140. package/dist/commonjs/operations/extensions.js +806 -0
  141. package/dist/commonjs/operations/extensions.js.map +1 -0
  142. package/dist/commonjs/operations/index.d.ts +12 -0
  143. package/dist/commonjs/operations/index.d.ts.map +1 -0
  144. package/dist/commonjs/operations/index.js +22 -0
  145. package/dist/commonjs/operations/index.js.map +1 -0
  146. package/dist/commonjs/operations/locations.d.ts +52 -0
  147. package/dist/commonjs/operations/locations.d.ts.map +1 -0
  148. package/dist/commonjs/operations/locations.js +204 -0
  149. package/dist/commonjs/operations/locations.js.map +1 -0
  150. package/dist/commonjs/operations/operations.d.ts +32 -0
  151. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  152. package/dist/commonjs/operations/operations.js +137 -0
  153. package/dist/commonjs/operations/operations.js.map +1 -0
  154. package/dist/commonjs/operations/privateEndpointConnections.d.ts +81 -0
  155. package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -0
  156. package/dist/commonjs/operations/privateEndpointConnections.js +370 -0
  157. package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -0
  158. package/dist/commonjs/operations/privateLinkResources.d.ts +28 -0
  159. package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -0
  160. package/dist/commonjs/operations/privateLinkResources.js +90 -0
  161. package/dist/commonjs/operations/privateLinkResources.js.map +1 -0
  162. package/dist/commonjs/operations/scriptActions.d.ts +62 -0
  163. package/dist/commonjs/operations/scriptActions.d.ts.map +1 -0
  164. package/dist/commonjs/operations/scriptActions.js +249 -0
  165. package/dist/commonjs/operations/scriptActions.js.map +1 -0
  166. package/dist/commonjs/operations/scriptExecutionHistory.d.ts +46 -0
  167. package/dist/commonjs/operations/scriptExecutionHistory.d.ts.map +1 -0
  168. package/dist/commonjs/operations/scriptExecutionHistory.js +184 -0
  169. package/dist/commonjs/operations/scriptExecutionHistory.js.map +1 -0
  170. package/dist/commonjs/operations/virtualMachines.d.ts +45 -0
  171. package/dist/commonjs/operations/virtualMachines.d.ts.map +1 -0
  172. package/dist/commonjs/operations/virtualMachines.js +175 -0
  173. package/dist/commonjs/operations/virtualMachines.js.map +1 -0
  174. package/dist/commonjs/operationsInterfaces/applications.d.ts +65 -0
  175. package/dist/commonjs/operationsInterfaces/applications.d.ts.map +1 -0
  176. package/dist/commonjs/operationsInterfaces/applications.js +10 -0
  177. package/dist/commonjs/operationsInterfaces/applications.js.map +1 -0
  178. package/dist/commonjs/operationsInterfaces/clusters.d.ts +178 -0
  179. package/dist/commonjs/operationsInterfaces/clusters.d.ts.map +1 -0
  180. package/dist/commonjs/operationsInterfaces/clusters.js +10 -0
  181. package/dist/commonjs/operationsInterfaces/clusters.js.map +1 -0
  182. package/dist/commonjs/operationsInterfaces/configurations.d.ts +46 -0
  183. package/dist/commonjs/operationsInterfaces/configurations.d.ts.map +1 -0
  184. package/dist/commonjs/operationsInterfaces/configurations.js +10 -0
  185. package/dist/commonjs/operationsInterfaces/configurations.js.map +1 -0
  186. package/dist/commonjs/operationsInterfaces/extensions.d.ts +168 -0
  187. package/dist/commonjs/operationsInterfaces/extensions.d.ts.map +1 -0
  188. package/dist/commonjs/operationsInterfaces/extensions.js +10 -0
  189. package/dist/commonjs/operationsInterfaces/extensions.js.map +1 -0
  190. package/dist/commonjs/operationsInterfaces/index.d.ts +12 -0
  191. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  192. package/dist/commonjs/operationsInterfaces/index.js +22 -0
  193. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  194. package/dist/commonjs/operationsInterfaces/locations.d.ts +44 -0
  195. package/dist/commonjs/operationsInterfaces/locations.d.ts.map +1 -0
  196. package/dist/commonjs/operationsInterfaces/locations.js +10 -0
  197. package/dist/commonjs/operationsInterfaces/locations.js.map +1 -0
  198. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  199. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  200. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  201. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  202. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
  203. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  204. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +10 -0
  205. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  206. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +20 -0
  207. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  208. package/dist/commonjs/operationsInterfaces/privateLinkResources.js +10 -0
  209. package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -0
  210. package/dist/commonjs/operationsInterfaces/scriptActions.d.ts +37 -0
  211. package/dist/commonjs/operationsInterfaces/scriptActions.d.ts.map +1 -0
  212. package/dist/commonjs/operationsInterfaces/scriptActions.js +10 -0
  213. package/dist/commonjs/operationsInterfaces/scriptActions.js.map +1 -0
  214. package/dist/commonjs/operationsInterfaces/scriptExecutionHistory.d.ts +21 -0
  215. package/dist/commonjs/operationsInterfaces/scriptExecutionHistory.d.ts.map +1 -0
  216. package/dist/commonjs/operationsInterfaces/scriptExecutionHistory.js +10 -0
  217. package/dist/commonjs/operationsInterfaces/scriptExecutionHistory.js.map +1 -0
  218. package/dist/commonjs/operationsInterfaces/virtualMachines.d.ts +37 -0
  219. package/dist/commonjs/operationsInterfaces/virtualMachines.d.ts.map +1 -0
  220. package/dist/commonjs/operationsInterfaces/virtualMachines.js +10 -0
  221. package/dist/commonjs/operationsInterfaces/virtualMachines.js.map +1 -0
  222. package/dist/commonjs/package.json +3 -0
  223. package/dist/commonjs/pagingHelper.d.ts +13 -0
  224. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  225. package/dist/commonjs/pagingHelper.js +36 -0
  226. package/dist/commonjs/pagingHelper.js.map +1 -0
  227. package/dist/esm/hDInsightManagementClient.d.ts +31 -0
  228. package/dist/esm/hDInsightManagementClient.d.ts.map +1 -0
  229. package/dist/esm/hDInsightManagementClient.js +108 -0
  230. package/dist/esm/hDInsightManagementClient.js.map +1 -0
  231. package/dist/esm/index.d.ts +5 -0
  232. package/dist/esm/index.d.ts.map +1 -0
  233. package/dist/esm/index.js +13 -0
  234. package/dist/esm/index.js.map +1 -0
  235. package/dist/esm/lroImpl.d.ts +11 -0
  236. package/dist/esm/lroImpl.d.ts.map +1 -0
  237. package/dist/esm/lroImpl.js +14 -0
  238. package/dist/esm/lroImpl.js.map +1 -0
  239. package/dist/esm/models/index.d.ts +2074 -0
  240. package/dist/esm/models/index.d.ts.map +1 -0
  241. package/dist/esm/models/index.js +198 -0
  242. package/dist/esm/models/index.js.map +1 -0
  243. package/dist/esm/models/mappers.d.ts +112 -0
  244. package/dist/esm/models/mappers.d.ts.map +1 -0
  245. package/dist/esm/models/mappers.js +3770 -0
  246. package/dist/esm/models/mappers.js.map +1 -0
  247. package/dist/esm/models/parameters.d.ts +37 -0
  248. package/dist/esm/models/parameters.d.ts.map +1 -0
  249. package/dist/esm/models/parameters.js +280 -0
  250. package/dist/esm/models/parameters.js.map +1 -0
  251. package/dist/esm/operations/applications.d.ts +90 -0
  252. package/dist/esm/operations/applications.d.ts.map +1 -0
  253. package/dist/esm/operations/applications.js +390 -0
  254. package/dist/esm/operations/applications.js.map +1 -0
  255. package/dist/esm/operations/clusters.d.ts +214 -0
  256. package/dist/esm/operations/clusters.d.ts.map +1 -0
  257. package/dist/esm/operations/clusters.js +1020 -0
  258. package/dist/esm/operations/clusters.js.map +1 -0
  259. package/dist/esm/operations/configurations.d.ts +54 -0
  260. package/dist/esm/operations/configurations.d.ts.map +1 -0
  261. package/dist/esm/operations/configurations.js +179 -0
  262. package/dist/esm/operations/configurations.js.map +1 -0
  263. package/dist/esm/operations/extensions.d.ts +176 -0
  264. package/dist/esm/operations/extensions.d.ts.map +1 -0
  265. package/dist/esm/operations/extensions.js +801 -0
  266. package/dist/esm/operations/extensions.js.map +1 -0
  267. package/dist/esm/operations/index.d.ts +12 -0
  268. package/dist/esm/operations/index.d.ts.map +1 -0
  269. package/dist/esm/operations/index.js +19 -0
  270. package/dist/esm/operations/index.js.map +1 -0
  271. package/dist/esm/operations/locations.d.ts +52 -0
  272. package/dist/esm/operations/locations.d.ts.map +1 -0
  273. package/dist/esm/operations/locations.js +199 -0
  274. package/dist/esm/operations/locations.js.map +1 -0
  275. package/dist/esm/operations/operations.d.ts +32 -0
  276. package/dist/esm/operations/operations.d.ts.map +1 -0
  277. package/dist/esm/operations/operations.js +133 -0
  278. package/dist/esm/operations/operations.js.map +1 -0
  279. package/dist/esm/operations/privateEndpointConnections.d.ts +81 -0
  280. package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -0
  281. package/dist/esm/operations/privateEndpointConnections.js +366 -0
  282. package/dist/esm/operations/privateEndpointConnections.js.map +1 -0
  283. package/dist/esm/operations/privateLinkResources.d.ts +28 -0
  284. package/dist/esm/operations/privateLinkResources.d.ts.map +1 -0
  285. package/dist/esm/operations/privateLinkResources.js +85 -0
  286. package/dist/esm/operations/privateLinkResources.js.map +1 -0
  287. package/dist/esm/operations/scriptActions.d.ts +62 -0
  288. package/dist/esm/operations/scriptActions.d.ts.map +1 -0
  289. package/dist/esm/operations/scriptActions.js +245 -0
  290. package/dist/esm/operations/scriptActions.js.map +1 -0
  291. package/dist/esm/operations/scriptExecutionHistory.d.ts +46 -0
  292. package/dist/esm/operations/scriptExecutionHistory.d.ts.map +1 -0
  293. package/dist/esm/operations/scriptExecutionHistory.js +180 -0
  294. package/dist/esm/operations/scriptExecutionHistory.js.map +1 -0
  295. package/dist/esm/operations/virtualMachines.d.ts +45 -0
  296. package/dist/esm/operations/virtualMachines.d.ts.map +1 -0
  297. package/dist/esm/operations/virtualMachines.js +170 -0
  298. package/dist/esm/operations/virtualMachines.js.map +1 -0
  299. package/dist/esm/operationsInterfaces/applications.d.ts +65 -0
  300. package/dist/esm/operationsInterfaces/applications.d.ts.map +1 -0
  301. package/dist/esm/operationsInterfaces/applications.js +9 -0
  302. package/dist/esm/operationsInterfaces/applications.js.map +1 -0
  303. package/dist/esm/operationsInterfaces/clusters.d.ts +178 -0
  304. package/dist/esm/operationsInterfaces/clusters.d.ts.map +1 -0
  305. package/dist/esm/operationsInterfaces/clusters.js +9 -0
  306. package/dist/esm/operationsInterfaces/clusters.js.map +1 -0
  307. package/dist/esm/operationsInterfaces/configurations.d.ts +46 -0
  308. package/dist/esm/operationsInterfaces/configurations.d.ts.map +1 -0
  309. package/dist/esm/operationsInterfaces/configurations.js +9 -0
  310. package/dist/esm/operationsInterfaces/configurations.js.map +1 -0
  311. package/dist/esm/operationsInterfaces/extensions.d.ts +168 -0
  312. package/dist/esm/operationsInterfaces/extensions.d.ts.map +1 -0
  313. package/dist/esm/operationsInterfaces/extensions.js +9 -0
  314. package/dist/esm/operationsInterfaces/extensions.js.map +1 -0
  315. package/dist/esm/operationsInterfaces/index.d.ts +12 -0
  316. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  317. package/dist/esm/operationsInterfaces/index.js +19 -0
  318. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  319. package/dist/esm/operationsInterfaces/locations.d.ts +44 -0
  320. package/dist/esm/operationsInterfaces/locations.d.ts.map +1 -0
  321. package/dist/esm/operationsInterfaces/locations.js +9 -0
  322. package/dist/esm/operationsInterfaces/locations.js.map +1 -0
  323. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  324. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  325. package/dist/esm/operationsInterfaces/operations.js +9 -0
  326. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  327. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
  328. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  329. package/dist/esm/operationsInterfaces/privateEndpointConnections.js +9 -0
  330. package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  331. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +20 -0
  332. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  333. package/dist/esm/operationsInterfaces/privateLinkResources.js +9 -0
  334. package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -0
  335. package/dist/esm/operationsInterfaces/scriptActions.d.ts +37 -0
  336. package/dist/esm/operationsInterfaces/scriptActions.d.ts.map +1 -0
  337. package/dist/esm/operationsInterfaces/scriptActions.js +9 -0
  338. package/dist/esm/operationsInterfaces/scriptActions.js.map +1 -0
  339. package/dist/esm/operationsInterfaces/scriptExecutionHistory.d.ts +21 -0
  340. package/dist/esm/operationsInterfaces/scriptExecutionHistory.d.ts.map +1 -0
  341. package/dist/esm/operationsInterfaces/scriptExecutionHistory.js +9 -0
  342. package/dist/esm/operationsInterfaces/scriptExecutionHistory.js.map +1 -0
  343. package/dist/esm/operationsInterfaces/virtualMachines.d.ts +37 -0
  344. package/dist/esm/operationsInterfaces/virtualMachines.d.ts.map +1 -0
  345. package/dist/esm/operationsInterfaces/virtualMachines.js +9 -0
  346. package/dist/esm/operationsInterfaces/virtualMachines.js.map +1 -0
  347. package/dist/esm/package.json +3 -0
  348. package/dist/esm/pagingHelper.d.ts +13 -0
  349. package/dist/esm/pagingHelper.d.ts.map +1 -0
  350. package/dist/esm/pagingHelper.js +32 -0
  351. package/dist/esm/pagingHelper.js.map +1 -0
  352. package/dist/react-native/hDInsightManagementClient.d.ts +31 -0
  353. package/dist/react-native/hDInsightManagementClient.d.ts.map +1 -0
  354. package/dist/react-native/hDInsightManagementClient.js +108 -0
  355. package/dist/react-native/hDInsightManagementClient.js.map +1 -0
  356. package/dist/react-native/index.d.ts +5 -0
  357. package/dist/react-native/index.d.ts.map +1 -0
  358. package/dist/react-native/index.js +13 -0
  359. package/dist/react-native/index.js.map +1 -0
  360. package/dist/react-native/lroImpl.d.ts +11 -0
  361. package/dist/react-native/lroImpl.d.ts.map +1 -0
  362. package/dist/react-native/lroImpl.js +14 -0
  363. package/dist/react-native/lroImpl.js.map +1 -0
  364. package/dist/react-native/models/index.d.ts +2074 -0
  365. package/dist/react-native/models/index.d.ts.map +1 -0
  366. package/dist/react-native/models/index.js +198 -0
  367. package/dist/react-native/models/index.js.map +1 -0
  368. package/dist/react-native/models/mappers.d.ts +112 -0
  369. package/dist/react-native/models/mappers.d.ts.map +1 -0
  370. package/dist/react-native/models/mappers.js +3770 -0
  371. package/dist/react-native/models/mappers.js.map +1 -0
  372. package/dist/react-native/models/parameters.d.ts +37 -0
  373. package/dist/react-native/models/parameters.d.ts.map +1 -0
  374. package/dist/react-native/models/parameters.js +280 -0
  375. package/dist/react-native/models/parameters.js.map +1 -0
  376. package/dist/react-native/operations/applications.d.ts +90 -0
  377. package/dist/react-native/operations/applications.d.ts.map +1 -0
  378. package/dist/react-native/operations/applications.js +390 -0
  379. package/dist/react-native/operations/applications.js.map +1 -0
  380. package/dist/react-native/operations/clusters.d.ts +214 -0
  381. package/dist/react-native/operations/clusters.d.ts.map +1 -0
  382. package/dist/react-native/operations/clusters.js +1020 -0
  383. package/dist/react-native/operations/clusters.js.map +1 -0
  384. package/dist/react-native/operations/configurations.d.ts +54 -0
  385. package/dist/react-native/operations/configurations.d.ts.map +1 -0
  386. package/dist/react-native/operations/configurations.js +179 -0
  387. package/dist/react-native/operations/configurations.js.map +1 -0
  388. package/dist/react-native/operations/extensions.d.ts +176 -0
  389. package/dist/react-native/operations/extensions.d.ts.map +1 -0
  390. package/dist/react-native/operations/extensions.js +801 -0
  391. package/dist/react-native/operations/extensions.js.map +1 -0
  392. package/dist/react-native/operations/index.d.ts +12 -0
  393. package/dist/react-native/operations/index.d.ts.map +1 -0
  394. package/dist/react-native/operations/index.js +19 -0
  395. package/dist/react-native/operations/index.js.map +1 -0
  396. package/dist/react-native/operations/locations.d.ts +52 -0
  397. package/dist/react-native/operations/locations.d.ts.map +1 -0
  398. package/dist/react-native/operations/locations.js +199 -0
  399. package/dist/react-native/operations/locations.js.map +1 -0
  400. package/dist/react-native/operations/operations.d.ts +32 -0
  401. package/dist/react-native/operations/operations.d.ts.map +1 -0
  402. package/dist/react-native/operations/operations.js +133 -0
  403. package/dist/react-native/operations/operations.js.map +1 -0
  404. package/dist/react-native/operations/privateEndpointConnections.d.ts +81 -0
  405. package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -0
  406. package/dist/react-native/operations/privateEndpointConnections.js +366 -0
  407. package/dist/react-native/operations/privateEndpointConnections.js.map +1 -0
  408. package/dist/react-native/operations/privateLinkResources.d.ts +28 -0
  409. package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -0
  410. package/dist/react-native/operations/privateLinkResources.js +85 -0
  411. package/dist/react-native/operations/privateLinkResources.js.map +1 -0
  412. package/dist/react-native/operations/scriptActions.d.ts +62 -0
  413. package/dist/react-native/operations/scriptActions.d.ts.map +1 -0
  414. package/dist/react-native/operations/scriptActions.js +245 -0
  415. package/dist/react-native/operations/scriptActions.js.map +1 -0
  416. package/dist/react-native/operations/scriptExecutionHistory.d.ts +46 -0
  417. package/dist/react-native/operations/scriptExecutionHistory.d.ts.map +1 -0
  418. package/dist/react-native/operations/scriptExecutionHistory.js +180 -0
  419. package/dist/react-native/operations/scriptExecutionHistory.js.map +1 -0
  420. package/dist/react-native/operations/virtualMachines.d.ts +45 -0
  421. package/dist/react-native/operations/virtualMachines.d.ts.map +1 -0
  422. package/dist/react-native/operations/virtualMachines.js +170 -0
  423. package/dist/react-native/operations/virtualMachines.js.map +1 -0
  424. package/dist/react-native/operationsInterfaces/applications.d.ts +65 -0
  425. package/dist/react-native/operationsInterfaces/applications.d.ts.map +1 -0
  426. package/dist/react-native/operationsInterfaces/applications.js +9 -0
  427. package/dist/react-native/operationsInterfaces/applications.js.map +1 -0
  428. package/dist/react-native/operationsInterfaces/clusters.d.ts +178 -0
  429. package/dist/react-native/operationsInterfaces/clusters.d.ts.map +1 -0
  430. package/dist/react-native/operationsInterfaces/clusters.js +9 -0
  431. package/dist/react-native/operationsInterfaces/clusters.js.map +1 -0
  432. package/dist/react-native/operationsInterfaces/configurations.d.ts +46 -0
  433. package/dist/react-native/operationsInterfaces/configurations.d.ts.map +1 -0
  434. package/dist/react-native/operationsInterfaces/configurations.js +9 -0
  435. package/dist/react-native/operationsInterfaces/configurations.js.map +1 -0
  436. package/dist/react-native/operationsInterfaces/extensions.d.ts +168 -0
  437. package/dist/react-native/operationsInterfaces/extensions.d.ts.map +1 -0
  438. package/dist/react-native/operationsInterfaces/extensions.js +9 -0
  439. package/dist/react-native/operationsInterfaces/extensions.js.map +1 -0
  440. package/dist/react-native/operationsInterfaces/index.d.ts +12 -0
  441. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  442. package/dist/react-native/operationsInterfaces/index.js +19 -0
  443. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  444. package/dist/react-native/operationsInterfaces/locations.d.ts +44 -0
  445. package/dist/react-native/operationsInterfaces/locations.d.ts.map +1 -0
  446. package/dist/react-native/operationsInterfaces/locations.js +9 -0
  447. package/dist/react-native/operationsInterfaces/locations.js.map +1 -0
  448. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  449. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  450. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  451. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  452. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
  453. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  454. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +9 -0
  455. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  456. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +20 -0
  457. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  458. package/dist/react-native/operationsInterfaces/privateLinkResources.js +9 -0
  459. package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -0
  460. package/dist/react-native/operationsInterfaces/scriptActions.d.ts +37 -0
  461. package/dist/react-native/operationsInterfaces/scriptActions.d.ts.map +1 -0
  462. package/dist/react-native/operationsInterfaces/scriptActions.js +9 -0
  463. package/dist/react-native/operationsInterfaces/scriptActions.js.map +1 -0
  464. package/dist/react-native/operationsInterfaces/scriptExecutionHistory.d.ts +21 -0
  465. package/dist/react-native/operationsInterfaces/scriptExecutionHistory.d.ts.map +1 -0
  466. package/dist/react-native/operationsInterfaces/scriptExecutionHistory.js +9 -0
  467. package/dist/react-native/operationsInterfaces/scriptExecutionHistory.js.map +1 -0
  468. package/dist/react-native/operationsInterfaces/virtualMachines.d.ts +37 -0
  469. package/dist/react-native/operationsInterfaces/virtualMachines.d.ts.map +1 -0
  470. package/dist/react-native/operationsInterfaces/virtualMachines.js +9 -0
  471. package/dist/react-native/operationsInterfaces/virtualMachines.js.map +1 -0
  472. package/dist/react-native/package.json +3 -0
  473. package/dist/react-native/pagingHelper.d.ts +13 -0
  474. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  475. package/dist/react-native/pagingHelper.js +32 -0
  476. package/dist/react-native/pagingHelper.js.map +1 -0
  477. package/package.json +70 -42
  478. package/dist/index.js +0 -8344
  479. package/dist/index.js.map +0 -1
  480. package/dist/index.min.js +0 -1
  481. package/dist/index.min.js.map +0 -1
  482. package/dist-esm/samples-dev/applicationsCreateSample.d.ts +0 -2
  483. package/dist-esm/samples-dev/applicationsCreateSample.d.ts.map +0 -1
  484. package/dist-esm/samples-dev/applicationsCreateSample.js +0 -61
  485. package/dist-esm/samples-dev/applicationsCreateSample.js.map +0 -1
  486. package/dist-esm/samples-dev/applicationsDeleteSample.d.ts +0 -2
  487. package/dist-esm/samples-dev/applicationsDeleteSample.d.ts.map +0 -1
  488. package/dist-esm/samples-dev/applicationsDeleteSample.js +0 -37
  489. package/dist-esm/samples-dev/applicationsDeleteSample.js.map +0 -1
  490. package/dist-esm/samples-dev/applicationsGetAzureAsyncOperationStatusSample.d.ts +0 -2
  491. package/dist-esm/samples-dev/applicationsGetAzureAsyncOperationStatusSample.d.ts.map +0 -1
  492. package/dist-esm/samples-dev/applicationsGetAzureAsyncOperationStatusSample.js +0 -38
  493. package/dist-esm/samples-dev/applicationsGetAzureAsyncOperationStatusSample.js.map +0 -1
  494. package/dist-esm/samples-dev/applicationsGetSample.d.ts +0 -2
  495. package/dist-esm/samples-dev/applicationsGetSample.d.ts.map +0 -1
  496. package/dist-esm/samples-dev/applicationsGetSample.js +0 -56
  497. package/dist-esm/samples-dev/applicationsGetSample.js.map +0 -1
  498. package/dist-esm/samples-dev/applicationsListByClusterSample.d.ts +0 -2
  499. package/dist-esm/samples-dev/applicationsListByClusterSample.d.ts.map +0 -1
  500. package/dist-esm/samples-dev/applicationsListByClusterSample.js +0 -52
  501. package/dist-esm/samples-dev/applicationsListByClusterSample.js.map +0 -1
  502. package/dist-esm/samples-dev/clustersCreateSample.d.ts +0 -2
  503. package/dist-esm/samples-dev/clustersCreateSample.d.ts.map +0 -1
  504. package/dist-esm/samples-dev/clustersCreateSample.js +0 -1201
  505. package/dist-esm/samples-dev/clustersCreateSample.js.map +0 -1
  506. package/dist-esm/samples-dev/clustersDeleteSample.d.ts +0 -2
  507. package/dist-esm/samples-dev/clustersDeleteSample.d.ts.map +0 -1
  508. package/dist-esm/samples-dev/clustersDeleteSample.js +0 -36
  509. package/dist-esm/samples-dev/clustersDeleteSample.js.map +0 -1
  510. package/dist-esm/samples-dev/clustersExecuteScriptActionsSample.d.ts +0 -2
  511. package/dist-esm/samples-dev/clustersExecuteScriptActionsSample.d.ts.map +0 -1
  512. package/dist-esm/samples-dev/clustersExecuteScriptActionsSample.js +0 -40
  513. package/dist-esm/samples-dev/clustersExecuteScriptActionsSample.js.map +0 -1
  514. package/dist-esm/samples-dev/clustersGetAzureAsyncOperationStatusSample.d.ts +0 -2
  515. package/dist-esm/samples-dev/clustersGetAzureAsyncOperationStatusSample.d.ts.map +0 -1
  516. package/dist-esm/samples-dev/clustersGetAzureAsyncOperationStatusSample.js +0 -37
  517. package/dist-esm/samples-dev/clustersGetAzureAsyncOperationStatusSample.js.map +0 -1
  518. package/dist-esm/samples-dev/clustersGetGatewaySettingsSample.d.ts +0 -2
  519. package/dist-esm/samples-dev/clustersGetGatewaySettingsSample.d.ts.map +0 -1
  520. package/dist-esm/samples-dev/clustersGetGatewaySettingsSample.js +0 -36
  521. package/dist-esm/samples-dev/clustersGetGatewaySettingsSample.js.map +0 -1
  522. package/dist-esm/samples-dev/clustersGetSample.d.ts +0 -2
  523. package/dist-esm/samples-dev/clustersGetSample.d.ts.map +0 -1
  524. package/dist-esm/samples-dev/clustersGetSample.js +0 -54
  525. package/dist-esm/samples-dev/clustersGetSample.js.map +0 -1
  526. package/dist-esm/samples-dev/clustersListByResourceGroupSample.d.ts +0 -2
  527. package/dist-esm/samples-dev/clustersListByResourceGroupSample.d.ts.map +0 -1
  528. package/dist-esm/samples-dev/clustersListByResourceGroupSample.js +0 -51
  529. package/dist-esm/samples-dev/clustersListByResourceGroupSample.js.map +0 -1
  530. package/dist-esm/samples-dev/clustersListSample.d.ts +0 -2
  531. package/dist-esm/samples-dev/clustersListSample.d.ts.map +0 -1
  532. package/dist-esm/samples-dev/clustersListSample.js +0 -50
  533. package/dist-esm/samples-dev/clustersListSample.js.map +0 -1
  534. package/dist-esm/samples-dev/clustersResizeSample.d.ts +0 -2
  535. package/dist-esm/samples-dev/clustersResizeSample.d.ts.map +0 -1
  536. package/dist-esm/samples-dev/clustersResizeSample.js +0 -31
  537. package/dist-esm/samples-dev/clustersResizeSample.js.map +0 -1
  538. package/dist-esm/samples-dev/clustersRotateDiskEncryptionKeySample.d.ts +0 -2
  539. package/dist-esm/samples-dev/clustersRotateDiskEncryptionKeySample.d.ts.map +0 -1
  540. package/dist-esm/samples-dev/clustersRotateDiskEncryptionKeySample.js +0 -34
  541. package/dist-esm/samples-dev/clustersRotateDiskEncryptionKeySample.js.map +0 -1
  542. package/dist-esm/samples-dev/clustersUpdateAutoScaleConfigurationSample.d.ts +0 -2
  543. package/dist-esm/samples-dev/clustersUpdateAutoScaleConfigurationSample.d.ts.map +0 -1
  544. package/dist-esm/samples-dev/clustersUpdateAutoScaleConfigurationSample.js +0 -89
  545. package/dist-esm/samples-dev/clustersUpdateAutoScaleConfigurationSample.js.map +0 -1
  546. package/dist-esm/samples-dev/clustersUpdateGatewaySettingsSample.d.ts +0 -2
  547. package/dist-esm/samples-dev/clustersUpdateGatewaySettingsSample.d.ts.map +0 -1
  548. package/dist-esm/samples-dev/clustersUpdateGatewaySettingsSample.js +0 -34
  549. package/dist-esm/samples-dev/clustersUpdateGatewaySettingsSample.js.map +0 -1
  550. package/dist-esm/samples-dev/clustersUpdateIdentityCertificateSample.d.ts +0 -2
  551. package/dist-esm/samples-dev/clustersUpdateIdentityCertificateSample.d.ts.map +0 -1
  552. package/dist-esm/samples-dev/clustersUpdateIdentityCertificateSample.js +0 -34
  553. package/dist-esm/samples-dev/clustersUpdateIdentityCertificateSample.js.map +0 -1
  554. package/dist-esm/samples-dev/clustersUpdateSample.d.ts +0 -2
  555. package/dist-esm/samples-dev/clustersUpdateSample.d.ts.map +0 -1
  556. package/dist-esm/samples-dev/clustersUpdateSample.js +0 -54
  557. package/dist-esm/samples-dev/clustersUpdateSample.js.map +0 -1
  558. package/dist-esm/samples-dev/configurationsGetSample.d.ts +0 -2
  559. package/dist-esm/samples-dev/configurationsGetSample.d.ts.map +0 -1
  560. package/dist-esm/samples-dev/configurationsGetSample.js +0 -37
  561. package/dist-esm/samples-dev/configurationsGetSample.js.map +0 -1
  562. package/dist-esm/samples-dev/configurationsListSample.d.ts +0 -2
  563. package/dist-esm/samples-dev/configurationsListSample.d.ts.map +0 -1
  564. package/dist-esm/samples-dev/configurationsListSample.js +0 -36
  565. package/dist-esm/samples-dev/configurationsListSample.js.map +0 -1
  566. package/dist-esm/samples-dev/configurationsUpdateSample.d.ts +0 -2
  567. package/dist-esm/samples-dev/configurationsUpdateSample.d.ts.map +0 -1
  568. package/dist-esm/samples-dev/configurationsUpdateSample.js +0 -64
  569. package/dist-esm/samples-dev/configurationsUpdateSample.js.map +0 -1
  570. package/dist-esm/samples-dev/extensionsCreateSample.d.ts +0 -2
  571. package/dist-esm/samples-dev/extensionsCreateSample.d.ts.map +0 -1
  572. package/dist-esm/samples-dev/extensionsCreateSample.js +0 -34
  573. package/dist-esm/samples-dev/extensionsCreateSample.js.map +0 -1
  574. package/dist-esm/samples-dev/extensionsDeleteSample.d.ts +0 -2
  575. package/dist-esm/samples-dev/extensionsDeleteSample.d.ts.map +0 -1
  576. package/dist-esm/samples-dev/extensionsDeleteSample.js +0 -37
  577. package/dist-esm/samples-dev/extensionsDeleteSample.js.map +0 -1
  578. package/dist-esm/samples-dev/extensionsDisableAzureMonitorAgentSample.d.ts +0 -2
  579. package/dist-esm/samples-dev/extensionsDisableAzureMonitorAgentSample.d.ts.map +0 -1
  580. package/dist-esm/samples-dev/extensionsDisableAzureMonitorAgentSample.js +0 -36
  581. package/dist-esm/samples-dev/extensionsDisableAzureMonitorAgentSample.js.map +0 -1
  582. package/dist-esm/samples-dev/extensionsDisableAzureMonitorSample.d.ts +0 -2
  583. package/dist-esm/samples-dev/extensionsDisableAzureMonitorSample.d.ts.map +0 -1
  584. package/dist-esm/samples-dev/extensionsDisableAzureMonitorSample.js +0 -36
  585. package/dist-esm/samples-dev/extensionsDisableAzureMonitorSample.js.map +0 -1
  586. package/dist-esm/samples-dev/extensionsDisableMonitoringSample.d.ts +0 -2
  587. package/dist-esm/samples-dev/extensionsDisableMonitoringSample.d.ts.map +0 -1
  588. package/dist-esm/samples-dev/extensionsDisableMonitoringSample.js +0 -36
  589. package/dist-esm/samples-dev/extensionsDisableMonitoringSample.js.map +0 -1
  590. package/dist-esm/samples-dev/extensionsEnableAzureMonitorAgentSample.d.ts +0 -2
  591. package/dist-esm/samples-dev/extensionsEnableAzureMonitorAgentSample.d.ts.map +0 -1
  592. package/dist-esm/samples-dev/extensionsEnableAzureMonitorAgentSample.js +0 -33
  593. package/dist-esm/samples-dev/extensionsEnableAzureMonitorAgentSample.js.map +0 -1
  594. package/dist-esm/samples-dev/extensionsEnableAzureMonitorSample.d.ts +0 -2
  595. package/dist-esm/samples-dev/extensionsEnableAzureMonitorSample.d.ts.map +0 -1
  596. package/dist-esm/samples-dev/extensionsEnableAzureMonitorSample.js +0 -33
  597. package/dist-esm/samples-dev/extensionsEnableAzureMonitorSample.js.map +0 -1
  598. package/dist-esm/samples-dev/extensionsEnableMonitoringSample.d.ts +0 -2
  599. package/dist-esm/samples-dev/extensionsEnableMonitoringSample.d.ts.map +0 -1
  600. package/dist-esm/samples-dev/extensionsEnableMonitoringSample.js +0 -33
  601. package/dist-esm/samples-dev/extensionsEnableMonitoringSample.js.map +0 -1
  602. package/dist-esm/samples-dev/extensionsGetAzureAsyncOperationStatusSample.d.ts +0 -2
  603. package/dist-esm/samples-dev/extensionsGetAzureAsyncOperationStatusSample.d.ts.map +0 -1
  604. package/dist-esm/samples-dev/extensionsGetAzureAsyncOperationStatusSample.js +0 -38
  605. package/dist-esm/samples-dev/extensionsGetAzureAsyncOperationStatusSample.js.map +0 -1
  606. package/dist-esm/samples-dev/extensionsGetAzureMonitorAgentStatusSample.d.ts +0 -2
  607. package/dist-esm/samples-dev/extensionsGetAzureMonitorAgentStatusSample.d.ts.map +0 -1
  608. package/dist-esm/samples-dev/extensionsGetAzureMonitorAgentStatusSample.js +0 -36
  609. package/dist-esm/samples-dev/extensionsGetAzureMonitorAgentStatusSample.js.map +0 -1
  610. package/dist-esm/samples-dev/extensionsGetAzureMonitorStatusSample.d.ts +0 -2
  611. package/dist-esm/samples-dev/extensionsGetAzureMonitorStatusSample.d.ts.map +0 -1
  612. package/dist-esm/samples-dev/extensionsGetAzureMonitorStatusSample.js +0 -36
  613. package/dist-esm/samples-dev/extensionsGetAzureMonitorStatusSample.js.map +0 -1
  614. package/dist-esm/samples-dev/extensionsGetMonitoringStatusSample.d.ts +0 -2
  615. package/dist-esm/samples-dev/extensionsGetMonitoringStatusSample.d.ts.map +0 -1
  616. package/dist-esm/samples-dev/extensionsGetMonitoringStatusSample.js +0 -36
  617. package/dist-esm/samples-dev/extensionsGetMonitoringStatusSample.js.map +0 -1
  618. package/dist-esm/samples-dev/extensionsGetSample.d.ts +0 -2
  619. package/dist-esm/samples-dev/extensionsGetSample.d.ts.map +0 -1
  620. package/dist-esm/samples-dev/extensionsGetSample.js +0 -37
  621. package/dist-esm/samples-dev/extensionsGetSample.js.map +0 -1
  622. package/dist-esm/samples-dev/locationsCheckNameAvailabilitySample.d.ts +0 -2
  623. package/dist-esm/samples-dev/locationsCheckNameAvailabilitySample.d.ts.map +0 -1
  624. package/dist-esm/samples-dev/locationsCheckNameAvailabilitySample.js +0 -32
  625. package/dist-esm/samples-dev/locationsCheckNameAvailabilitySample.js.map +0 -1
  626. package/dist-esm/samples-dev/locationsGetAzureAsyncOperationStatusSample.d.ts +0 -2
  627. package/dist-esm/samples-dev/locationsGetAzureAsyncOperationStatusSample.d.ts.map +0 -1
  628. package/dist-esm/samples-dev/locationsGetAzureAsyncOperationStatusSample.js +0 -36
  629. package/dist-esm/samples-dev/locationsGetAzureAsyncOperationStatusSample.js.map +0 -1
  630. package/dist-esm/samples-dev/locationsGetCapabilitiesSample.d.ts +0 -2
  631. package/dist-esm/samples-dev/locationsGetCapabilitiesSample.d.ts.map +0 -1
  632. package/dist-esm/samples-dev/locationsGetCapabilitiesSample.js +0 -35
  633. package/dist-esm/samples-dev/locationsGetCapabilitiesSample.js.map +0 -1
  634. package/dist-esm/samples-dev/locationsListBillingSpecsSample.d.ts +0 -2
  635. package/dist-esm/samples-dev/locationsListBillingSpecsSample.d.ts.map +0 -1
  636. package/dist-esm/samples-dev/locationsListBillingSpecsSample.js +0 -35
  637. package/dist-esm/samples-dev/locationsListBillingSpecsSample.js.map +0 -1
  638. package/dist-esm/samples-dev/locationsListUsagesSample.d.ts +0 -2
  639. package/dist-esm/samples-dev/locationsListUsagesSample.d.ts.map +0 -1
  640. package/dist-esm/samples-dev/locationsListUsagesSample.js +0 -35
  641. package/dist-esm/samples-dev/locationsListUsagesSample.js.map +0 -1
  642. package/dist-esm/samples-dev/locationsValidateClusterCreateRequestSample.d.ts +0 -2
  643. package/dist-esm/samples-dev/locationsValidateClusterCreateRequestSample.d.ts.map +0 -1
  644. package/dist-esm/samples-dev/locationsValidateClusterCreateRequestSample.js +0 -116
  645. package/dist-esm/samples-dev/locationsValidateClusterCreateRequestSample.js.map +0 -1
  646. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  647. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  648. package/dist-esm/samples-dev/operationsListSample.js +0 -50
  649. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  650. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts +0 -2
  651. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts.map +0 -1
  652. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js +0 -37
  653. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js.map +0 -1
  654. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts +0 -2
  655. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts.map +0 -1
  656. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +0 -37
  657. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +0 -1
  658. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +0 -2
  659. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +0 -1
  660. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +0 -37
  661. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +0 -1
  662. package/dist-esm/samples-dev/privateEndpointConnectionsListByClusterSample.d.ts +0 -2
  663. package/dist-esm/samples-dev/privateEndpointConnectionsListByClusterSample.d.ts.map +0 -1
  664. package/dist-esm/samples-dev/privateEndpointConnectionsListByClusterSample.js +0 -52
  665. package/dist-esm/samples-dev/privateEndpointConnectionsListByClusterSample.js.map +0 -1
  666. package/dist-esm/samples-dev/privateLinkResourcesGetSample.d.ts +0 -2
  667. package/dist-esm/samples-dev/privateLinkResourcesGetSample.d.ts.map +0 -1
  668. package/dist-esm/samples-dev/privateLinkResourcesGetSample.js +0 -37
  669. package/dist-esm/samples-dev/privateLinkResourcesGetSample.js.map +0 -1
  670. package/dist-esm/samples-dev/privateLinkResourcesListByClusterSample.d.ts +0 -2
  671. package/dist-esm/samples-dev/privateLinkResourcesListByClusterSample.d.ts.map +0 -1
  672. package/dist-esm/samples-dev/privateLinkResourcesListByClusterSample.js +0 -36
  673. package/dist-esm/samples-dev/privateLinkResourcesListByClusterSample.js.map +0 -1
  674. package/dist-esm/samples-dev/scriptActionsDeleteSample.d.ts +0 -2
  675. package/dist-esm/samples-dev/scriptActionsDeleteSample.d.ts.map +0 -1
  676. package/dist-esm/samples-dev/scriptActionsDeleteSample.js +0 -37
  677. package/dist-esm/samples-dev/scriptActionsDeleteSample.js.map +0 -1
  678. package/dist-esm/samples-dev/scriptActionsGetExecutionAsyncOperationStatusSample.d.ts +0 -2
  679. package/dist-esm/samples-dev/scriptActionsGetExecutionAsyncOperationStatusSample.d.ts.map +0 -1
  680. package/dist-esm/samples-dev/scriptActionsGetExecutionAsyncOperationStatusSample.js +0 -37
  681. package/dist-esm/samples-dev/scriptActionsGetExecutionAsyncOperationStatusSample.js.map +0 -1
  682. package/dist-esm/samples-dev/scriptActionsGetExecutionDetailSample.d.ts +0 -2
  683. package/dist-esm/samples-dev/scriptActionsGetExecutionDetailSample.d.ts.map +0 -1
  684. package/dist-esm/samples-dev/scriptActionsGetExecutionDetailSample.js +0 -37
  685. package/dist-esm/samples-dev/scriptActionsGetExecutionDetailSample.js.map +0 -1
  686. package/dist-esm/samples-dev/scriptActionsListByClusterSample.d.ts +0 -2
  687. package/dist-esm/samples-dev/scriptActionsListByClusterSample.d.ts.map +0 -1
  688. package/dist-esm/samples-dev/scriptActionsListByClusterSample.js +0 -52
  689. package/dist-esm/samples-dev/scriptActionsListByClusterSample.js.map +0 -1
  690. package/dist-esm/samples-dev/scriptExecutionHistoryListByClusterSample.d.ts +0 -2
  691. package/dist-esm/samples-dev/scriptExecutionHistoryListByClusterSample.d.ts.map +0 -1
  692. package/dist-esm/samples-dev/scriptExecutionHistoryListByClusterSample.js +0 -52
  693. package/dist-esm/samples-dev/scriptExecutionHistoryListByClusterSample.js.map +0 -1
  694. package/dist-esm/samples-dev/scriptExecutionHistoryPromoteSample.d.ts +0 -2
  695. package/dist-esm/samples-dev/scriptExecutionHistoryPromoteSample.d.ts.map +0 -1
  696. package/dist-esm/samples-dev/scriptExecutionHistoryPromoteSample.js +0 -37
  697. package/dist-esm/samples-dev/scriptExecutionHistoryPromoteSample.js.map +0 -1
  698. package/dist-esm/samples-dev/virtualMachinesGetAsyncOperationStatusSample.d.ts +0 -2
  699. package/dist-esm/samples-dev/virtualMachinesGetAsyncOperationStatusSample.d.ts.map +0 -1
  700. package/dist-esm/samples-dev/virtualMachinesGetAsyncOperationStatusSample.js +0 -37
  701. package/dist-esm/samples-dev/virtualMachinesGetAsyncOperationStatusSample.js.map +0 -1
  702. package/dist-esm/samples-dev/virtualMachinesListHostsSample.d.ts +0 -2
  703. package/dist-esm/samples-dev/virtualMachinesListHostsSample.d.ts.map +0 -1
  704. package/dist-esm/samples-dev/virtualMachinesListHostsSample.js +0 -36
  705. package/dist-esm/samples-dev/virtualMachinesListHostsSample.js.map +0 -1
  706. package/dist-esm/samples-dev/virtualMachinesRestartHostsSample.d.ts +0 -2
  707. package/dist-esm/samples-dev/virtualMachinesRestartHostsSample.d.ts.map +0 -1
  708. package/dist-esm/samples-dev/virtualMachinesRestartHostsSample.js +0 -37
  709. package/dist-esm/samples-dev/virtualMachinesRestartHostsSample.js.map +0 -1
  710. package/dist-esm/src/hDInsightManagementClient.d.ts +0 -31
  711. package/dist-esm/src/hDInsightManagementClient.d.ts.map +0 -1
  712. package/dist-esm/src/hDInsightManagementClient.js +0 -111
  713. package/dist-esm/src/hDInsightManagementClient.js.map +0 -1
  714. package/dist-esm/src/index.d.ts +0 -5
  715. package/dist-esm/src/index.d.ts.map +0 -1
  716. package/dist-esm/src/index.js +0 -13
  717. package/dist-esm/src/index.js.map +0 -1
  718. package/dist-esm/src/lroImpl.js.map +0 -1
  719. package/dist-esm/src/models/index.js.map +0 -1
  720. package/dist-esm/src/models/mappers.js.map +0 -1
  721. package/dist-esm/src/models/parameters.js +0 -280
  722. package/dist-esm/src/models/parameters.js.map +0 -1
  723. package/dist-esm/src/operations/applications.d.ts +0 -90
  724. package/dist-esm/src/operations/applications.d.ts.map +0 -1
  725. package/dist-esm/src/operations/applications.js +0 -398
  726. package/dist-esm/src/operations/applications.js.map +0 -1
  727. package/dist-esm/src/operations/clusters.d.ts +0 -214
  728. package/dist-esm/src/operations/clusters.d.ts.map +0 -1
  729. package/dist-esm/src/operations/clusters.js +0 -1052
  730. package/dist-esm/src/operations/clusters.js.map +0 -1
  731. package/dist-esm/src/operations/configurations.d.ts +0 -54
  732. package/dist-esm/src/operations/configurations.d.ts.map +0 -1
  733. package/dist-esm/src/operations/configurations.js +0 -184
  734. package/dist-esm/src/operations/configurations.js.map +0 -1
  735. package/dist-esm/src/operations/extensions.d.ts +0 -176
  736. package/dist-esm/src/operations/extensions.d.ts.map +0 -1
  737. package/dist-esm/src/operations/extensions.js +0 -834
  738. package/dist-esm/src/operations/extensions.js.map +0 -1
  739. package/dist-esm/src/operations/index.d.ts +0 -12
  740. package/dist-esm/src/operations/index.d.ts.map +0 -1
  741. package/dist-esm/src/operations/index.js +0 -19
  742. package/dist-esm/src/operations/index.js.map +0 -1
  743. package/dist-esm/src/operations/locations.d.ts +0 -52
  744. package/dist-esm/src/operations/locations.d.ts.map +0 -1
  745. package/dist-esm/src/operations/locations.js +0 -199
  746. package/dist-esm/src/operations/locations.js.map +0 -1
  747. package/dist-esm/src/operations/operations.d.ts +0 -32
  748. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  749. package/dist-esm/src/operations/operations.js +0 -133
  750. package/dist-esm/src/operations/operations.js.map +0 -1
  751. package/dist-esm/src/operations/privateEndpointConnections.d.ts +0 -81
  752. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +0 -1
  753. package/dist-esm/src/operations/privateEndpointConnections.js +0 -374
  754. package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
  755. package/dist-esm/src/operations/privateLinkResources.d.ts +0 -28
  756. package/dist-esm/src/operations/privateLinkResources.d.ts.map +0 -1
  757. package/dist-esm/src/operations/privateLinkResources.js +0 -85
  758. package/dist-esm/src/operations/privateLinkResources.js.map +0 -1
  759. package/dist-esm/src/operations/scriptActions.d.ts +0 -62
  760. package/dist-esm/src/operations/scriptActions.d.ts.map +0 -1
  761. package/dist-esm/src/operations/scriptActions.js +0 -245
  762. package/dist-esm/src/operations/scriptActions.js.map +0 -1
  763. package/dist-esm/src/operations/scriptExecutionHistory.d.ts +0 -46
  764. package/dist-esm/src/operations/scriptExecutionHistory.d.ts.map +0 -1
  765. package/dist-esm/src/operations/scriptExecutionHistory.js +0 -180
  766. package/dist-esm/src/operations/scriptExecutionHistory.js.map +0 -1
  767. package/dist-esm/src/operations/virtualMachines.d.ts +0 -45
  768. package/dist-esm/src/operations/virtualMachines.d.ts.map +0 -1
  769. package/dist-esm/src/operations/virtualMachines.js +0 -175
  770. package/dist-esm/src/operations/virtualMachines.js.map +0 -1
  771. package/dist-esm/src/operationsInterfaces/applications.d.ts +0 -65
  772. package/dist-esm/src/operationsInterfaces/applications.d.ts.map +0 -1
  773. package/dist-esm/src/operationsInterfaces/applications.js.map +0 -1
  774. package/dist-esm/src/operationsInterfaces/clusters.d.ts +0 -178
  775. package/dist-esm/src/operationsInterfaces/clusters.d.ts.map +0 -1
  776. package/dist-esm/src/operationsInterfaces/clusters.js.map +0 -1
  777. package/dist-esm/src/operationsInterfaces/configurations.d.ts +0 -46
  778. package/dist-esm/src/operationsInterfaces/configurations.d.ts.map +0 -1
  779. package/dist-esm/src/operationsInterfaces/configurations.js.map +0 -1
  780. package/dist-esm/src/operationsInterfaces/extensions.d.ts +0 -168
  781. package/dist-esm/src/operationsInterfaces/extensions.d.ts.map +0 -1
  782. package/dist-esm/src/operationsInterfaces/extensions.js.map +0 -1
  783. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -12
  784. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  785. package/dist-esm/src/operationsInterfaces/index.js +0 -19
  786. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  787. package/dist-esm/src/operationsInterfaces/locations.d.ts +0 -44
  788. package/dist-esm/src/operationsInterfaces/locations.d.ts.map +0 -1
  789. package/dist-esm/src/operationsInterfaces/locations.js.map +0 -1
  790. package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
  791. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  792. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  793. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +0 -56
  794. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  795. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  796. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +0 -20
  797. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  798. package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +0 -1
  799. package/dist-esm/src/operationsInterfaces/scriptActions.d.ts +0 -37
  800. package/dist-esm/src/operationsInterfaces/scriptActions.d.ts.map +0 -1
  801. package/dist-esm/src/operationsInterfaces/scriptActions.js.map +0 -1
  802. package/dist-esm/src/operationsInterfaces/scriptExecutionHistory.d.ts +0 -21
  803. package/dist-esm/src/operationsInterfaces/scriptExecutionHistory.d.ts.map +0 -1
  804. package/dist-esm/src/operationsInterfaces/scriptExecutionHistory.js.map +0 -1
  805. package/dist-esm/src/operationsInterfaces/virtualMachines.d.ts +0 -37
  806. package/dist-esm/src/operationsInterfaces/virtualMachines.d.ts.map +0 -1
  807. package/dist-esm/src/operationsInterfaces/virtualMachines.js.map +0 -1
  808. package/dist-esm/src/pagingHelper.js.map +0 -1
  809. package/dist-esm/test/hdinsights_operations_test.spec.d.ts +0 -4
  810. package/dist-esm/test/hdinsights_operations_test.spec.d.ts.map +0 -1
  811. package/dist-esm/test/hdinsights_operations_test.spec.js +0 -82
  812. package/dist-esm/test/hdinsights_operations_test.spec.js.map +0 -1
  813. package/src/hDInsightManagementClient.ts +0 -186
  814. package/src/index.ts +0 -13
  815. package/src/lroImpl.ts +0 -38
  816. package/src/models/index.ts +0 -2345
  817. package/src/models/mappers.ts +0 -3934
  818. package/src/models/parameters.ts +0 -336
  819. package/src/operations/applications.ts +0 -548
  820. package/src/operations/clusters.ts +0 -1401
  821. package/src/operations/configurations.ts +0 -249
  822. package/src/operations/extensions.ts +0 -1135
  823. package/src/operations/index.ts +0 -19
  824. package/src/operations/locations.ts +0 -266
  825. package/src/operations/operations.ts +0 -149
  826. package/src/operations/privateEndpointConnections.ts +0 -514
  827. package/src/operations/privateLinkResources.ts +0 -114
  828. package/src/operations/scriptActions.ts +0 -329
  829. package/src/operations/scriptExecutionHistory.ts +0 -241
  830. package/src/operations/virtualMachines.ts +0 -237
  831. package/src/operationsInterfaces/applications.ts +0 -126
  832. package/src/operationsInterfaces/clusters.ts +0 -327
  833. package/src/operationsInterfaces/configurations.ts +0 -77
  834. package/src/operationsInterfaces/extensions.ts +0 -297
  835. package/src/operationsInterfaces/index.ts +0 -19
  836. package/src/operationsInterfaces/locations.ts +0 -88
  837. package/src/operationsInterfaces/operations.ts +0 -22
  838. package/src/operationsInterfaces/privateEndpointConnections.ts +0 -109
  839. package/src/operationsInterfaces/privateLinkResources.ts +0 -42
  840. package/src/operationsInterfaces/scriptActions.ts +0 -73
  841. package/src/operationsInterfaces/scriptExecutionHistory.ts +0 -43
  842. package/src/operationsInterfaces/virtualMachines.ts +0 -70
  843. package/src/pagingHelper.ts +0 -39
  844. package/tsconfig.json +0 -33
  845. package/types/arm-hdinsight.d.ts +0 -3029
  846. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  847. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  848. /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
  849. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  850. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  851. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  852. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  853. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  854. /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
  855. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  856. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  857. /package/{dist-esm/src → dist/browser}/operationsInterfaces/applications.js +0 -0
  858. /package/{dist-esm/src → dist/browser}/operationsInterfaces/clusters.js +0 -0
  859. /package/{dist-esm/src → dist/browser}/operationsInterfaces/configurations.js +0 -0
  860. /package/{dist-esm/src → dist/browser}/operationsInterfaces/extensions.js +0 -0
  861. /package/{dist-esm/src → dist/browser}/operationsInterfaces/locations.js +0 -0
  862. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  863. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.js +0 -0
  864. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.js +0 -0
  865. /package/{dist-esm/src → dist/browser}/operationsInterfaces/scriptActions.js +0 -0
  866. /package/{dist-esm/src → dist/browser}/operationsInterfaces/scriptExecutionHistory.js +0 -0
  867. /package/{dist-esm/src → dist/browser}/operationsInterfaces/virtualMachines.js +0 -0
  868. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  869. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  870. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
  871. /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"locations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/locations.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,sCAAsC,EACtC,gCAAgC,EAChC,iCAAiC,EACjC,2BAA2B,EAC3B,uCAAuC,EACvC,iCAAiC,EACjC,mDAAmD,EACnD,6CAA6C,EAC7C,sCAAsC,EACtC,4CAA4C,EAC5C,sCAAsC,EACtC,wCAAwC,EACxC,mDAAmD,EACnD,6CAA6C,EAC9C,MAAM,oBAAoB,CAAC;AAE5B,0CAA0C;AAC1C,MAAM,WAAW,SAAS;IACxB;;;;OAIG;IACH,eAAe,CACb,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,sCAAsC,GAC/C,OAAO,CAAC,gCAAgC,CAAC,CAAC;IAC7C;;;;OAIG;IACH,UAAU,CACR,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,2BAA2B,CAAC,CAAC;IACxC;;;;OAIG;IACH,gBAAgB,CACd,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,uCAAuC,GAChD,OAAO,CAAC,iCAAiC,CAAC,CAAC;IAC9C;;;;;OAKG;IACH,4BAA4B,CAC1B,QAAQ,EAAE,MAAM,EAChB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,mDAAmD,GAC5D,OAAO,CAAC,6CAA6C,CAAC,CAAC;IAC1D;;;;;OAKG;IACH,qBAAqB,CACnB,QAAQ,EAAE,MAAM,EAChB,UAAU,EAAE,sCAAsC,EAClD,OAAO,CAAC,EAAE,4CAA4C,GACrD,OAAO,CAAC,sCAAsC,CAAC,CAAC;IACnD;;;;;OAKG;IACH,4BAA4B,CAC1B,QAAQ,EAAE,MAAM,EAChB,UAAU,EAAE,wCAAwC,EACpD,OAAO,CAAC,EAAE,mDAAmD,GAC5D,OAAO,CAAC,6CAA6C,CAAC,CAAC;CAC3D"}
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ //# sourceMappingURL=locations.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"locations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/locations.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n LocationsGetCapabilitiesOptionalParams,\n LocationsGetCapabilitiesResponse,\n LocationsListUsagesOptionalParams,\n LocationsListUsagesResponse,\n LocationsListBillingSpecsOptionalParams,\n LocationsListBillingSpecsResponse,\n LocationsGetAzureAsyncOperationStatusOptionalParams,\n LocationsGetAzureAsyncOperationStatusResponse,\n NameAvailabilityCheckRequestParameters,\n LocationsCheckNameAvailabilityOptionalParams,\n LocationsCheckNameAvailabilityResponse,\n ClusterCreateRequestValidationParameters,\n LocationsValidateClusterCreateRequestOptionalParams,\n LocationsValidateClusterCreateRequestResponse,\n} from \"../models/index.js\";\n\n/** Interface representing a Locations. */\nexport interface Locations {\n /**\n * Gets the capabilities for the specified location.\n * @param location The Azure location (region) for which to make the request.\n * @param options The options parameters.\n */\n getCapabilities(\n location: string,\n options?: LocationsGetCapabilitiesOptionalParams,\n ): Promise<LocationsGetCapabilitiesResponse>;\n /**\n * Lists the usages for the specified location.\n * @param location The Azure location (region) for which to make the request.\n * @param options The options parameters.\n */\n listUsages(\n location: string,\n options?: LocationsListUsagesOptionalParams,\n ): Promise<LocationsListUsagesResponse>;\n /**\n * Lists the billingSpecs for the specified subscription and location.\n * @param location The Azure location (region) for which to make the request.\n * @param options The options parameters.\n */\n listBillingSpecs(\n location: string,\n options?: LocationsListBillingSpecsOptionalParams,\n ): Promise<LocationsListBillingSpecsResponse>;\n /**\n * Get the async operation status.\n * @param location The Azure location (region) for which to make the request.\n * @param operationId The long running operation id.\n * @param options The options parameters.\n */\n getAzureAsyncOperationStatus(\n location: string,\n operationId: string,\n options?: LocationsGetAzureAsyncOperationStatusOptionalParams,\n ): Promise<LocationsGetAzureAsyncOperationStatusResponse>;\n /**\n * Check the cluster name is available or not.\n * @param location The Azure location (region) for which to make the request.\n * @param parameters The request spec of checking name availability.\n * @param options The options parameters.\n */\n checkNameAvailability(\n location: string,\n parameters: NameAvailabilityCheckRequestParameters,\n options?: LocationsCheckNameAvailabilityOptionalParams,\n ): Promise<LocationsCheckNameAvailabilityResponse>;\n /**\n * Validate the cluster create request spec is valid or not.\n * @param location The Azure location (region) for which to make the request.\n * @param parameters The cluster create request specification.\n * @param options The options parameters.\n */\n validateClusterCreateRequest(\n location: string,\n parameters: ClusterCreateRequestValidationParameters,\n options?: LocationsValidateClusterCreateRequestOptionalParams,\n ): Promise<LocationsValidateClusterCreateRequestResponse>;\n}\n"]}
@@ -0,0 +1,11 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { Operation, OperationsListOptionalParams } from "../models/index.js";
3
+ /** Interface representing a Operations. */
4
+ export interface Operations {
5
+ /**
6
+ * Lists all of the available HDInsight REST API operations.
7
+ * @param options The options parameters.
8
+ */
9
+ list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
10
+ }
11
+ //# sourceMappingURL=operations.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,SAAS,EAAE,4BAA4B,EAAE,MAAM,oBAAoB,CAAC;AAG7E,2CAA2C;AAC3C,MAAM,WAAW,UAAU;IACzB;;;OAGG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,4BAA4B,GACrC,0BAA0B,CAAC,SAAS,CAAC,CAAC;CAC1C"}
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ //# sourceMappingURL=operations.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Operation, OperationsListOptionalParams } from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Operations. */\nexport interface Operations {\n /**\n * Lists all of the available HDInsight REST API operations.\n * @param options The options parameters.\n */\n list(\n options?: OperationsListOptionalParams,\n ): PagedAsyncIterableIterator<Operation>;\n}\n"]}
@@ -0,0 +1,56 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { SimplePollerLike, OperationState } from "@azure/core-lro";
3
+ import { PrivateEndpointConnection, PrivateEndpointConnectionsListByClusterOptionalParams, PrivateEndpointConnectionsCreateOrUpdateOptionalParams, PrivateEndpointConnectionsCreateOrUpdateResponse, PrivateEndpointConnectionsGetOptionalParams, PrivateEndpointConnectionsGetResponse, PrivateEndpointConnectionsDeleteOptionalParams } from "../models/index.js";
4
+ /** Interface representing a PrivateEndpointConnections. */
5
+ export interface PrivateEndpointConnections {
6
+ /**
7
+ * Lists the private endpoint connections for a HDInsight cluster.
8
+ * @param resourceGroupName The name of the resource group.
9
+ * @param clusterName The name of the cluster.
10
+ * @param options The options parameters.
11
+ */
12
+ listByCluster(resourceGroupName: string, clusterName: string, options?: PrivateEndpointConnectionsListByClusterOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection>;
13
+ /**
14
+ * Approve or reject a private endpoint connection manually.
15
+ * @param resourceGroupName The name of the resource group.
16
+ * @param clusterName The name of the cluster.
17
+ * @param privateEndpointConnectionName The name of the private endpoint connection.
18
+ * @param parameters The private endpoint connection create or update request.
19
+ * @param options The options parameters.
20
+ */
21
+ beginCreateOrUpdate(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnectionsCreateOrUpdateResponse>, PrivateEndpointConnectionsCreateOrUpdateResponse>>;
22
+ /**
23
+ * Approve or reject a private endpoint connection manually.
24
+ * @param resourceGroupName The name of the resource group.
25
+ * @param clusterName The name of the cluster.
26
+ * @param privateEndpointConnectionName The name of the private endpoint connection.
27
+ * @param parameters The private endpoint connection create or update request.
28
+ * @param options The options parameters.
29
+ */
30
+ beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnectionsCreateOrUpdateResponse>;
31
+ /**
32
+ * Gets the specific private endpoint connection.
33
+ * @param resourceGroupName The name of the resource group.
34
+ * @param clusterName The name of the cluster.
35
+ * @param privateEndpointConnectionName The name of the private endpoint connection.
36
+ * @param options The options parameters.
37
+ */
38
+ get(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnectionsGetResponse>;
39
+ /**
40
+ * Deletes the specific private endpoint connection.
41
+ * @param resourceGroupName The name of the resource group.
42
+ * @param clusterName The name of the cluster.
43
+ * @param privateEndpointConnectionName The name of the private endpoint connection.
44
+ * @param options The options parameters.
45
+ */
46
+ beginDelete(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
47
+ /**
48
+ * Deletes the specific private endpoint connection.
49
+ * @param resourceGroupName The name of the resource group.
50
+ * @param clusterName The name of the cluster.
51
+ * @param privateEndpointConnectionName The name of the private endpoint connection.
52
+ * @param options The options parameters.
53
+ */
54
+ beginDeleteAndWait(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>;
55
+ }
56
+ //# sourceMappingURL=privateEndpointConnections.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"privateEndpointConnections.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/privateEndpointConnections.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,yBAAyB,EACzB,qDAAqD,EACrD,sDAAsD,EACtD,gDAAgD,EAChD,2CAA2C,EAC3C,qCAAqC,EACrC,8CAA8C,EAC/C,MAAM,oBAAoB,CAAC;AAG5B,2DAA2D;AAC3D,MAAM,WAAW,0BAA0B;IACzC;;;;;OAKG;IACH,aAAa,CACX,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,qDAAqD,GAC9D,0BAA0B,CAAC,yBAAyB,CAAC,CAAC;IACzD;;;;;;;OAOG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,6BAA6B,EAAE,MAAM,EACrC,UAAU,EAAE,yBAAyB,EACrC,OAAO,CAAC,EAAE,sDAAsD,GAC/D,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,gDAAgD,CAAC,EAChE,gDAAgD,CACjD,CACF,CAAC;IACF;;;;;;;OAOG;IACH,0BAA0B,CACxB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,6BAA6B,EAAE,MAAM,EACrC,UAAU,EAAE,yBAAyB,EACrC,OAAO,CAAC,EAAE,sDAAsD,GAC/D,OAAO,CAAC,gDAAgD,CAAC,CAAC;IAC7D;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,6BAA6B,EAAE,MAAM,EACrC,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,qCAAqC,CAAC,CAAC;IAClD;;;;;;OAMG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,6BAA6B,EAAE,MAAM,EACrC,OAAO,CAAC,EAAE,8CAA8C,GACvD,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;OAMG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,6BAA6B,EAAE,MAAM,EACrC,OAAO,CAAC,EAAE,8CAA8C,GACvD,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ //# sourceMappingURL=privateEndpointConnections.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"privateEndpointConnections.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/privateEndpointConnections.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n PrivateEndpointConnection,\n PrivateEndpointConnectionsListByClusterOptionalParams,\n PrivateEndpointConnectionsCreateOrUpdateOptionalParams,\n PrivateEndpointConnectionsCreateOrUpdateResponse,\n PrivateEndpointConnectionsGetOptionalParams,\n PrivateEndpointConnectionsGetResponse,\n PrivateEndpointConnectionsDeleteOptionalParams,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a PrivateEndpointConnections. */\nexport interface PrivateEndpointConnections {\n /**\n * Lists the private endpoint connections for a HDInsight cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param options The options parameters.\n */\n listByCluster(\n resourceGroupName: string,\n clusterName: string,\n options?: PrivateEndpointConnectionsListByClusterOptionalParams,\n ): PagedAsyncIterableIterator<PrivateEndpointConnection>;\n /**\n * Approve or reject a private endpoint connection manually.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param privateEndpointConnectionName The name of the private endpoint connection.\n * @param parameters The private endpoint connection create or update request.\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n clusterName: string,\n privateEndpointConnectionName: string,\n parameters: PrivateEndpointConnection,\n options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<PrivateEndpointConnectionsCreateOrUpdateResponse>,\n PrivateEndpointConnectionsCreateOrUpdateResponse\n >\n >;\n /**\n * Approve or reject a private endpoint connection manually.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param privateEndpointConnectionName The name of the private endpoint connection.\n * @param parameters The private endpoint connection create or update request.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n clusterName: string,\n privateEndpointConnectionName: string,\n parameters: PrivateEndpointConnection,\n options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams,\n ): Promise<PrivateEndpointConnectionsCreateOrUpdateResponse>;\n /**\n * Gets the specific private endpoint connection.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param privateEndpointConnectionName The name of the private endpoint connection.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n clusterName: string,\n privateEndpointConnectionName: string,\n options?: PrivateEndpointConnectionsGetOptionalParams,\n ): Promise<PrivateEndpointConnectionsGetResponse>;\n /**\n * Deletes the specific private endpoint connection.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param privateEndpointConnectionName The name of the private endpoint connection.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n clusterName: string,\n privateEndpointConnectionName: string,\n options?: PrivateEndpointConnectionsDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Deletes the specific private endpoint connection.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param privateEndpointConnectionName The name of the private endpoint connection.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n clusterName: string,\n privateEndpointConnectionName: string,\n options?: PrivateEndpointConnectionsDeleteOptionalParams,\n ): Promise<void>;\n}\n"]}
@@ -0,0 +1,20 @@
1
+ import { PrivateLinkResourcesListByClusterOptionalParams, PrivateLinkResourcesListByClusterResponse, PrivateLinkResourcesGetOptionalParams, PrivateLinkResourcesGetResponse } from "../models/index.js";
2
+ /** Interface representing a PrivateLinkResources. */
3
+ export interface PrivateLinkResources {
4
+ /**
5
+ * Lists the private link resources in a HDInsight cluster.
6
+ * @param resourceGroupName The name of the resource group.
7
+ * @param clusterName The name of the cluster.
8
+ * @param options The options parameters.
9
+ */
10
+ listByCluster(resourceGroupName: string, clusterName: string, options?: PrivateLinkResourcesListByClusterOptionalParams): Promise<PrivateLinkResourcesListByClusterResponse>;
11
+ /**
12
+ * Gets the specific private link resource.
13
+ * @param resourceGroupName The name of the resource group.
14
+ * @param clusterName The name of the cluster.
15
+ * @param privateLinkResourceName The name of the private link resource.
16
+ * @param options The options parameters.
17
+ */
18
+ get(resourceGroupName: string, clusterName: string, privateLinkResourceName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResourcesGetResponse>;
19
+ }
20
+ //# sourceMappingURL=privateLinkResources.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"privateLinkResources.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/privateLinkResources.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,+CAA+C,EAC/C,yCAAyC,EACzC,qCAAqC,EACrC,+BAA+B,EAChC,MAAM,oBAAoB,CAAC;AAE5B,qDAAqD;AACrD,MAAM,WAAW,oBAAoB;IACnC;;;;;OAKG;IACH,aAAa,CACX,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,+CAA+C,GACxD,OAAO,CAAC,yCAAyC,CAAC,CAAC;IACtD;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,uBAAuB,EAAE,MAAM,EAC/B,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,+BAA+B,CAAC,CAAC;CAC7C"}
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ //# sourceMappingURL=privateLinkResources.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"privateLinkResources.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/privateLinkResources.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n PrivateLinkResourcesListByClusterOptionalParams,\n PrivateLinkResourcesListByClusterResponse,\n PrivateLinkResourcesGetOptionalParams,\n PrivateLinkResourcesGetResponse,\n} from \"../models/index.js\";\n\n/** Interface representing a PrivateLinkResources. */\nexport interface PrivateLinkResources {\n /**\n * Lists the private link resources in a HDInsight cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param options The options parameters.\n */\n listByCluster(\n resourceGroupName: string,\n clusterName: string,\n options?: PrivateLinkResourcesListByClusterOptionalParams,\n ): Promise<PrivateLinkResourcesListByClusterResponse>;\n /**\n * Gets the specific private link resource.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param privateLinkResourceName The name of the private link resource.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n clusterName: string,\n privateLinkResourceName: string,\n options?: PrivateLinkResourcesGetOptionalParams,\n ): Promise<PrivateLinkResourcesGetResponse>;\n}\n"]}
@@ -0,0 +1,37 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { RuntimeScriptActionDetail, ScriptActionsListByClusterOptionalParams, ScriptActionsDeleteOptionalParams, ScriptActionsGetExecutionDetailOptionalParams, ScriptActionsGetExecutionDetailResponse, ScriptActionsGetExecutionAsyncOperationStatusOptionalParams, ScriptActionsGetExecutionAsyncOperationStatusResponse } from "../models/index.js";
3
+ /** Interface representing a ScriptActions. */
4
+ export interface ScriptActions {
5
+ /**
6
+ * Lists all the persisted script actions for the specified cluster.
7
+ * @param resourceGroupName The name of the resource group.
8
+ * @param clusterName The name of the cluster.
9
+ * @param options The options parameters.
10
+ */
11
+ listByCluster(resourceGroupName: string, clusterName: string, options?: ScriptActionsListByClusterOptionalParams): PagedAsyncIterableIterator<RuntimeScriptActionDetail>;
12
+ /**
13
+ * Deletes a specified persisted script action of the cluster.
14
+ * @param resourceGroupName The name of the resource group.
15
+ * @param clusterName The name of the cluster.
16
+ * @param scriptName The name of the script.
17
+ * @param options The options parameters.
18
+ */
19
+ delete(resourceGroupName: string, clusterName: string, scriptName: string, options?: ScriptActionsDeleteOptionalParams): Promise<void>;
20
+ /**
21
+ * Gets the script execution detail for the given script execution ID.
22
+ * @param resourceGroupName The name of the resource group.
23
+ * @param clusterName The name of the cluster.
24
+ * @param scriptExecutionId The script execution Id
25
+ * @param options The options parameters.
26
+ */
27
+ getExecutionDetail(resourceGroupName: string, clusterName: string, scriptExecutionId: string, options?: ScriptActionsGetExecutionDetailOptionalParams): Promise<ScriptActionsGetExecutionDetailResponse>;
28
+ /**
29
+ * Gets the async operation status of execution operation.
30
+ * @param resourceGroupName The name of the resource group.
31
+ * @param clusterName The name of the cluster.
32
+ * @param operationId The long running operation id.
33
+ * @param options The options parameters.
34
+ */
35
+ getExecutionAsyncOperationStatus(resourceGroupName: string, clusterName: string, operationId: string, options?: ScriptActionsGetExecutionAsyncOperationStatusOptionalParams): Promise<ScriptActionsGetExecutionAsyncOperationStatusResponse>;
36
+ }
37
+ //# sourceMappingURL=scriptActions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"scriptActions.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/scriptActions.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,yBAAyB,EACzB,wCAAwC,EACxC,iCAAiC,EACjC,6CAA6C,EAC7C,uCAAuC,EACvC,2DAA2D,EAC3D,qDAAqD,EACtD,MAAM,oBAAoB,CAAC;AAG5B,8CAA8C;AAC9C,MAAM,WAAW,aAAa;IAC5B;;;;;OAKG;IACH,aAAa,CACX,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,wCAAwC,GACjD,0BAA0B,CAAC,yBAAyB,CAAC,CAAC;IACzD;;;;;;OAMG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;OAMG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,6CAA6C,GACtD,OAAO,CAAC,uCAAuC,CAAC,CAAC;IACpD;;;;;;OAMG;IACH,gCAAgC,CAC9B,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,2DAA2D,GACpE,OAAO,CAAC,qDAAqD,CAAC,CAAC;CACnE"}
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ //# sourceMappingURL=scriptActions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"scriptActions.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/scriptActions.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport {\n RuntimeScriptActionDetail,\n ScriptActionsListByClusterOptionalParams,\n ScriptActionsDeleteOptionalParams,\n ScriptActionsGetExecutionDetailOptionalParams,\n ScriptActionsGetExecutionDetailResponse,\n ScriptActionsGetExecutionAsyncOperationStatusOptionalParams,\n ScriptActionsGetExecutionAsyncOperationStatusResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a ScriptActions. */\nexport interface ScriptActions {\n /**\n * Lists all the persisted script actions for the specified cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param options The options parameters.\n */\n listByCluster(\n resourceGroupName: string,\n clusterName: string,\n options?: ScriptActionsListByClusterOptionalParams,\n ): PagedAsyncIterableIterator<RuntimeScriptActionDetail>;\n /**\n * Deletes a specified persisted script action of the cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param scriptName The name of the script.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n clusterName: string,\n scriptName: string,\n options?: ScriptActionsDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Gets the script execution detail for the given script execution ID.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param scriptExecutionId The script execution Id\n * @param options The options parameters.\n */\n getExecutionDetail(\n resourceGroupName: string,\n clusterName: string,\n scriptExecutionId: string,\n options?: ScriptActionsGetExecutionDetailOptionalParams,\n ): Promise<ScriptActionsGetExecutionDetailResponse>;\n /**\n * Gets the async operation status of execution operation.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param operationId The long running operation id.\n * @param options The options parameters.\n */\n getExecutionAsyncOperationStatus(\n resourceGroupName: string,\n clusterName: string,\n operationId: string,\n options?: ScriptActionsGetExecutionAsyncOperationStatusOptionalParams,\n ): Promise<ScriptActionsGetExecutionAsyncOperationStatusResponse>;\n}\n"]}
@@ -0,0 +1,21 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { RuntimeScriptActionDetail, ScriptExecutionHistoryListByClusterOptionalParams, ScriptExecutionHistoryPromoteOptionalParams } from "../models/index.js";
3
+ /** Interface representing a ScriptExecutionHistory. */
4
+ export interface ScriptExecutionHistory {
5
+ /**
6
+ * Lists all scripts' execution history for the specified cluster.
7
+ * @param resourceGroupName The name of the resource group.
8
+ * @param clusterName The name of the cluster.
9
+ * @param options The options parameters.
10
+ */
11
+ listByCluster(resourceGroupName: string, clusterName: string, options?: ScriptExecutionHistoryListByClusterOptionalParams): PagedAsyncIterableIterator<RuntimeScriptActionDetail>;
12
+ /**
13
+ * Promotes the specified ad-hoc script execution to a persisted script.
14
+ * @param resourceGroupName The name of the resource group.
15
+ * @param clusterName The name of the cluster.
16
+ * @param scriptExecutionId The script execution Id
17
+ * @param options The options parameters.
18
+ */
19
+ promote(resourceGroupName: string, clusterName: string, scriptExecutionId: string, options?: ScriptExecutionHistoryPromoteOptionalParams): Promise<void>;
20
+ }
21
+ //# sourceMappingURL=scriptExecutionHistory.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"scriptExecutionHistory.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/scriptExecutionHistory.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,yBAAyB,EACzB,iDAAiD,EACjD,2CAA2C,EAC5C,MAAM,oBAAoB,CAAC;AAG5B,uDAAuD;AACvD,MAAM,WAAW,sBAAsB;IACrC;;;;;OAKG;IACH,aAAa,CACX,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,iDAAiD,GAC1D,0BAA0B,CAAC,yBAAyB,CAAC,CAAC;IACzD;;;;;;OAMG;IACH,OAAO,CACL,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ //# sourceMappingURL=scriptExecutionHistory.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"scriptExecutionHistory.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/scriptExecutionHistory.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport {\n RuntimeScriptActionDetail,\n ScriptExecutionHistoryListByClusterOptionalParams,\n ScriptExecutionHistoryPromoteOptionalParams,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a ScriptExecutionHistory. */\nexport interface ScriptExecutionHistory {\n /**\n * Lists all scripts' execution history for the specified cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param options The options parameters.\n */\n listByCluster(\n resourceGroupName: string,\n clusterName: string,\n options?: ScriptExecutionHistoryListByClusterOptionalParams,\n ): PagedAsyncIterableIterator<RuntimeScriptActionDetail>;\n /**\n * Promotes the specified ad-hoc script execution to a persisted script.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param scriptExecutionId The script execution Id\n * @param options The options parameters.\n */\n promote(\n resourceGroupName: string,\n clusterName: string,\n scriptExecutionId: string,\n options?: ScriptExecutionHistoryPromoteOptionalParams,\n ): Promise<void>;\n}\n"]}
@@ -0,0 +1,37 @@
1
+ import { SimplePollerLike, OperationState } from "@azure/core-lro";
2
+ import { VirtualMachinesListHostsOptionalParams, VirtualMachinesListHostsResponse, VirtualMachinesRestartHostsOptionalParams, VirtualMachinesGetAsyncOperationStatusOptionalParams, VirtualMachinesGetAsyncOperationStatusResponse } from "../models/index.js";
3
+ /** Interface representing a VirtualMachines. */
4
+ export interface VirtualMachines {
5
+ /**
6
+ * Lists the HDInsight clusters hosts
7
+ * @param resourceGroupName The name of the resource group.
8
+ * @param clusterName The name of the cluster.
9
+ * @param options The options parameters.
10
+ */
11
+ listHosts(resourceGroupName: string, clusterName: string, options?: VirtualMachinesListHostsOptionalParams): Promise<VirtualMachinesListHostsResponse>;
12
+ /**
13
+ * Restarts the specified HDInsight cluster hosts.
14
+ * @param resourceGroupName The name of the resource group.
15
+ * @param clusterName The name of the cluster.
16
+ * @param hosts The list of hosts to restart
17
+ * @param options The options parameters.
18
+ */
19
+ beginRestartHosts(resourceGroupName: string, clusterName: string, hosts: string[], options?: VirtualMachinesRestartHostsOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
20
+ /**
21
+ * Restarts the specified HDInsight cluster hosts.
22
+ * @param resourceGroupName The name of the resource group.
23
+ * @param clusterName The name of the cluster.
24
+ * @param hosts The list of hosts to restart
25
+ * @param options The options parameters.
26
+ */
27
+ beginRestartHostsAndWait(resourceGroupName: string, clusterName: string, hosts: string[], options?: VirtualMachinesRestartHostsOptionalParams): Promise<void>;
28
+ /**
29
+ * Gets the async operation status.
30
+ * @param resourceGroupName The name of the resource group.
31
+ * @param clusterName The name of the cluster.
32
+ * @param operationId The long running operation id.
33
+ * @param options The options parameters.
34
+ */
35
+ getAsyncOperationStatus(resourceGroupName: string, clusterName: string, operationId: string, options?: VirtualMachinesGetAsyncOperationStatusOptionalParams): Promise<VirtualMachinesGetAsyncOperationStatusResponse>;
36
+ }
37
+ //# sourceMappingURL=virtualMachines.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"virtualMachines.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/virtualMachines.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,sCAAsC,EACtC,gCAAgC,EAChC,yCAAyC,EACzC,oDAAoD,EACpD,8CAA8C,EAC/C,MAAM,oBAAoB,CAAC;AAE5B,gDAAgD;AAChD,MAAM,WAAW,eAAe;IAC9B;;;;;OAKG;IACH,SAAS,CACP,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,sCAAsC,GAC/C,OAAO,CAAC,gCAAgC,CAAC,CAAC;IAC7C;;;;;;OAMG;IACH,iBAAiB,CACf,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,KAAK,EAAE,MAAM,EAAE,EACf,OAAO,CAAC,EAAE,yCAAyC,GAClD,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;OAMG;IACH,wBAAwB,CACtB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,KAAK,EAAE,MAAM,EAAE,EACf,OAAO,CAAC,EAAE,yCAAyC,GAClD,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;OAMG;IACH,uBAAuB,CACrB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,oDAAoD,GAC7D,OAAO,CAAC,8CAA8C,CAAC,CAAC;CAC5D"}
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ //# sourceMappingURL=virtualMachines.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"virtualMachines.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/virtualMachines.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n VirtualMachinesListHostsOptionalParams,\n VirtualMachinesListHostsResponse,\n VirtualMachinesRestartHostsOptionalParams,\n VirtualMachinesGetAsyncOperationStatusOptionalParams,\n VirtualMachinesGetAsyncOperationStatusResponse,\n} from \"../models/index.js\";\n\n/** Interface representing a VirtualMachines. */\nexport interface VirtualMachines {\n /**\n * Lists the HDInsight clusters hosts\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param options The options parameters.\n */\n listHosts(\n resourceGroupName: string,\n clusterName: string,\n options?: VirtualMachinesListHostsOptionalParams,\n ): Promise<VirtualMachinesListHostsResponse>;\n /**\n * Restarts the specified HDInsight cluster hosts.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param hosts The list of hosts to restart\n * @param options The options parameters.\n */\n beginRestartHosts(\n resourceGroupName: string,\n clusterName: string,\n hosts: string[],\n options?: VirtualMachinesRestartHostsOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Restarts the specified HDInsight cluster hosts.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param hosts The list of hosts to restart\n * @param options The options parameters.\n */\n beginRestartHostsAndWait(\n resourceGroupName: string,\n clusterName: string,\n hosts: string[],\n options?: VirtualMachinesRestartHostsOptionalParams,\n ): Promise<void>;\n /**\n * Gets the async operation status.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param operationId The long running operation id.\n * @param options The options parameters.\n */\n getAsyncOperationStatus(\n resourceGroupName: string,\n clusterName: string,\n operationId: string,\n options?: VirtualMachinesGetAsyncOperationStatusOptionalParams,\n ): Promise<VirtualMachinesGetAsyncOperationStatusResponse>;\n}\n"]}
@@ -0,0 +1,3 @@
1
+ {
2
+ "type": "commonjs"
3
+ }
@@ -0,0 +1,13 @@
1
+ export interface PageInfo {
2
+ continuationToken?: string;
3
+ }
4
+ /**
5
+ * Given the last `.value` produced by the `byPage` iterator,
6
+ * returns a continuation token that can be used to begin paging from
7
+ * that point later.
8
+ * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
9
+ * @returns The continuation token that can be passed into byPage() during future calls.
10
+ */
11
+ export declare function getContinuationToken(page: unknown): string | undefined;
12
+ export declare function setContinuationToken(page: unknown, continuationToken: string | undefined): void;
13
+ //# sourceMappingURL=pagingHelper.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pagingHelper.d.ts","sourceRoot":"","sources":["../../src/pagingHelper.ts"],"names":[],"mappings":"AAQA,MAAM,WAAW,QAAQ;IACvB,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B;AAID;;;;;;GAMG;AACH,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,OAAO,GAAG,MAAM,GAAG,SAAS,CAKtE;AAED,wBAAgB,oBAAoB,CAClC,IAAI,EAAE,OAAO,EACb,iBAAiB,EAAE,MAAM,GAAG,SAAS,GACpC,IAAI,CAON"}
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.getContinuationToken = getContinuationToken;
11
+ exports.setContinuationToken = setContinuationToken;
12
+ const pageMap = new WeakMap();
13
+ /**
14
+ * Given the last `.value` produced by the `byPage` iterator,
15
+ * returns a continuation token that can be used to begin paging from
16
+ * that point later.
17
+ * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
18
+ * @returns The continuation token that can be passed into byPage() during future calls.
19
+ */
20
+ function getContinuationToken(page) {
21
+ var _a;
22
+ if (typeof page !== "object" || page === null) {
23
+ return undefined;
24
+ }
25
+ return (_a = pageMap.get(page)) === null || _a === void 0 ? void 0 : _a.continuationToken;
26
+ }
27
+ function setContinuationToken(page, continuationToken) {
28
+ var _a;
29
+ if (typeof page !== "object" || page === null || !continuationToken) {
30
+ return;
31
+ }
32
+ const pageInfo = (_a = pageMap.get(page)) !== null && _a !== void 0 ? _a : {};
33
+ pageInfo.continuationToken = continuationToken;
34
+ pageMap.set(page, pageInfo);
35
+ }
36
+ //# sourceMappingURL=pagingHelper.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pagingHelper.js","sourceRoot":"","sources":["../../src/pagingHelper.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;AAeH,oDAKC;AAED,oDAUC;AA1BD,MAAM,OAAO,GAAG,IAAI,OAAO,EAAoB,CAAC;AAEhD;;;;;;GAMG;AACH,SAAgB,oBAAoB,CAAC,IAAa;;IAChD,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,IAAI,EAAE,CAAC;QAC9C,OAAO,SAAS,CAAC;IACnB,CAAC;IACD,OAAO,MAAA,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,0CAAE,iBAAiB,CAAC;AAC9C,CAAC;AAED,SAAgB,oBAAoB,CAClC,IAAa,EACb,iBAAqC;;IAErC,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,IAAI,IAAI,CAAC,iBAAiB,EAAE,CAAC;QACpE,OAAO;IACT,CAAC;IACD,MAAM,QAAQ,GAAG,MAAA,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,mCAAI,EAAE,CAAC;IACzC,QAAQ,CAAC,iBAAiB,GAAG,iBAAiB,CAAC;IAC/C,OAAO,CAAC,GAAG,CAAC,IAAI,EAAE,QAAQ,CAAC,CAAC;AAC9B,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport interface PageInfo {\n continuationToken?: string;\n}\n\nconst pageMap = new WeakMap<object, PageInfo>();\n\n/**\n * Given the last `.value` produced by the `byPage` iterator,\n * returns a continuation token that can be used to begin paging from\n * that point later.\n * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.\n * @returns The continuation token that can be passed into byPage() during future calls.\n */\nexport function getContinuationToken(page: unknown): string | undefined {\n if (typeof page !== \"object\" || page === null) {\n return undefined;\n }\n return pageMap.get(page)?.continuationToken;\n}\n\nexport function setContinuationToken(\n page: unknown,\n continuationToken: string | undefined,\n): void {\n if (typeof page !== \"object\" || page === null || !continuationToken) {\n return;\n }\n const pageInfo = pageMap.get(page) ?? {};\n pageInfo.continuationToken = continuationToken;\n pageMap.set(page, pageInfo);\n}\n"]}
@@ -0,0 +1,31 @@
1
+ import * as coreClient from "@azure/core-client";
2
+ import * as coreAuth from "@azure/core-auth";
3
+ import { Applications, Clusters, Configurations, Extensions, Locations, Operations, PrivateEndpointConnections, PrivateLinkResources, ScriptActions, ScriptExecutionHistory, VirtualMachines } from "./operationsInterfaces/index.js";
4
+ import { HDInsightManagementClientOptionalParams } from "./models/index.js";
5
+ export declare class HDInsightManagementClient extends coreClient.ServiceClient {
6
+ $host: string;
7
+ subscriptionId: string;
8
+ apiVersion: string;
9
+ /**
10
+ * Initializes a new instance of the HDInsightManagementClient class.
11
+ * @param credentials Subscription credentials which uniquely identify client subscription.
12
+ * @param subscriptionId The subscription credentials which uniquely identify Microsoft Azure
13
+ * subscription. The subscription ID forms part of the URI for every service call.
14
+ * @param options The parameter options
15
+ */
16
+ constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: HDInsightManagementClientOptionalParams);
17
+ /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
18
+ private addCustomApiVersionPolicy;
19
+ applications: Applications;
20
+ clusters: Clusters;
21
+ configurations: Configurations;
22
+ extensions: Extensions;
23
+ locations: Locations;
24
+ operations: Operations;
25
+ privateEndpointConnections: PrivateEndpointConnections;
26
+ privateLinkResources: PrivateLinkResources;
27
+ scriptActions: ScriptActions;
28
+ scriptExecutionHistory: ScriptExecutionHistory;
29
+ virtualMachines: VirtualMachines;
30
+ }
31
+ //# sourceMappingURL=hDInsightManagementClient.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hDInsightManagementClient.d.ts","sourceRoot":"","sources":["../../src/hDInsightManagementClient.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAOjD,OAAO,KAAK,QAAQ,MAAM,kBAAkB,CAAC;AAc7C,OAAO,EACL,YAAY,EACZ,QAAQ,EACR,cAAc,EACd,UAAU,EACV,SAAS,EACT,UAAU,EACV,0BAA0B,EAC1B,oBAAoB,EACpB,aAAa,EACb,sBAAsB,EACtB,eAAe,EAChB,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAAE,uCAAuC,EAAE,MAAM,mBAAmB,CAAC;AAE5E,qBAAa,yBAA0B,SAAQ,UAAU,CAAC,aAAa;IACrE,KAAK,EAAE,MAAM,CAAC;IACd,cAAc,EAAE,MAAM,CAAC;IACvB,UAAU,EAAE,MAAM,CAAC;IAEnB;;;;;;OAMG;gBAED,WAAW,EAAE,QAAQ,CAAC,eAAe,EACrC,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,uCAAuC;IAuFnD,8GAA8G;IAC9G,OAAO,CAAC,yBAAyB;IA2BjC,YAAY,EAAE,YAAY,CAAC;IAC3B,QAAQ,EAAE,QAAQ,CAAC;IACnB,cAAc,EAAE,cAAc,CAAC;IAC/B,UAAU,EAAE,UAAU,CAAC;IACvB,SAAS,EAAE,SAAS,CAAC;IACrB,UAAU,EAAE,UAAU,CAAC;IACvB,0BAA0B,EAAE,0BAA0B,CAAC;IACvD,oBAAoB,EAAE,oBAAoB,CAAC;IAC3C,aAAa,EAAE,aAAa,CAAC;IAC7B,sBAAsB,EAAE,sBAAsB,CAAC;IAC/C,eAAe,EAAE,eAAe,CAAC;CAClC"}
@@ -0,0 +1,108 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ import * as coreClient from "@azure/core-client";
9
+ import * as coreRestPipeline from "@azure/core-rest-pipeline";
10
+ import { ApplicationsImpl, ClustersImpl, ConfigurationsImpl, ExtensionsImpl, LocationsImpl, OperationsImpl, PrivateEndpointConnectionsImpl, PrivateLinkResourcesImpl, ScriptActionsImpl, ScriptExecutionHistoryImpl, VirtualMachinesImpl, } from "./operations/index.js";
11
+ export class HDInsightManagementClient extends coreClient.ServiceClient {
12
+ /**
13
+ * Initializes a new instance of the HDInsightManagementClient class.
14
+ * @param credentials Subscription credentials which uniquely identify client subscription.
15
+ * @param subscriptionId The subscription credentials which uniquely identify Microsoft Azure
16
+ * subscription. The subscription ID forms part of the URI for every service call.
17
+ * @param options The parameter options
18
+ */
19
+ constructor(credentials, subscriptionId, options) {
20
+ var _a, _b, _c;
21
+ if (credentials === undefined) {
22
+ throw new Error("'credentials' cannot be null");
23
+ }
24
+ if (subscriptionId === undefined) {
25
+ throw new Error("'subscriptionId' cannot be null");
26
+ }
27
+ // Initializing default values for options
28
+ if (!options) {
29
+ options = {};
30
+ }
31
+ const defaults = {
32
+ requestContentType: "application/json; charset=utf-8",
33
+ credential: credentials,
34
+ };
35
+ const packageDetails = `azsdk-js-arm-hdinsight/1.3.0-beta.3`;
36
+ const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
37
+ ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
38
+ : `${packageDetails}`;
39
+ const optionsWithDefaults = Object.assign(Object.assign(Object.assign({}, defaults), options), { userAgentOptions: {
40
+ userAgentPrefix,
41
+ }, endpoint: (_b = (_a = options.endpoint) !== null && _a !== void 0 ? _a : options.baseUri) !== null && _b !== void 0 ? _b : "https://management.azure.com" });
42
+ super(optionsWithDefaults);
43
+ let bearerTokenAuthenticationPolicyFound = false;
44
+ if ((options === null || options === void 0 ? void 0 : options.pipeline) && options.pipeline.getOrderedPolicies().length > 0) {
45
+ const pipelinePolicies = options.pipeline.getOrderedPolicies();
46
+ bearerTokenAuthenticationPolicyFound = pipelinePolicies.some((pipelinePolicy) => pipelinePolicy.name ===
47
+ coreRestPipeline.bearerTokenAuthenticationPolicyName);
48
+ }
49
+ if (!options ||
50
+ !options.pipeline ||
51
+ options.pipeline.getOrderedPolicies().length == 0 ||
52
+ !bearerTokenAuthenticationPolicyFound) {
53
+ this.pipeline.removePolicy({
54
+ name: coreRestPipeline.bearerTokenAuthenticationPolicyName,
55
+ });
56
+ this.pipeline.addPolicy(coreRestPipeline.bearerTokenAuthenticationPolicy({
57
+ credential: credentials,
58
+ scopes: (_c = optionsWithDefaults.credentialScopes) !== null && _c !== void 0 ? _c : `${optionsWithDefaults.endpoint}/.default`,
59
+ challengeCallbacks: {
60
+ authorizeRequestOnChallenge: coreClient.authorizeRequestOnClaimChallenge,
61
+ },
62
+ }));
63
+ }
64
+ // Parameter assignments
65
+ this.subscriptionId = subscriptionId;
66
+ // Assigning values to Constant parameters
67
+ this.$host = options.$host || "https://management.azure.com";
68
+ this.apiVersion = options.apiVersion || "2024-08-01-preview";
69
+ this.applications = new ApplicationsImpl(this);
70
+ this.clusters = new ClustersImpl(this);
71
+ this.configurations = new ConfigurationsImpl(this);
72
+ this.extensions = new ExtensionsImpl(this);
73
+ this.locations = new LocationsImpl(this);
74
+ this.operations = new OperationsImpl(this);
75
+ this.privateEndpointConnections = new PrivateEndpointConnectionsImpl(this);
76
+ this.privateLinkResources = new PrivateLinkResourcesImpl(this);
77
+ this.scriptActions = new ScriptActionsImpl(this);
78
+ this.scriptExecutionHistory = new ScriptExecutionHistoryImpl(this);
79
+ this.virtualMachines = new VirtualMachinesImpl(this);
80
+ this.addCustomApiVersionPolicy(options.apiVersion);
81
+ }
82
+ /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
83
+ addCustomApiVersionPolicy(apiVersion) {
84
+ if (!apiVersion) {
85
+ return;
86
+ }
87
+ const apiVersionPolicy = {
88
+ name: "CustomApiVersionPolicy",
89
+ async sendRequest(request, next) {
90
+ const param = request.url.split("?");
91
+ if (param.length > 1) {
92
+ const newParams = param[1].split("&").map((item) => {
93
+ if (item.indexOf("api-version") > -1) {
94
+ return "api-version=" + apiVersion;
95
+ }
96
+ else {
97
+ return item;
98
+ }
99
+ });
100
+ request.url = param[0] + "?" + newParams.join("&");
101
+ }
102
+ return next(request);
103
+ },
104
+ };
105
+ this.pipeline.addPolicy(apiVersionPolicy);
106
+ }
107
+ }
108
+ //# sourceMappingURL=hDInsightManagementClient.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hDInsightManagementClient.js","sourceRoot":"","sources":["../../src/hDInsightManagementClient.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,gBAAgB,MAAM,2BAA2B,CAAC;AAO9D,OAAO,EACL,gBAAgB,EAChB,YAAY,EACZ,kBAAkB,EAClB,cAAc,EACd,aAAa,EACb,cAAc,EACd,8BAA8B,EAC9B,wBAAwB,EACxB,iBAAiB,EACjB,0BAA0B,EAC1B,mBAAmB,GACpB,MAAM,uBAAuB,CAAC;AAgB/B,MAAM,OAAO,yBAA0B,SAAQ,UAAU,CAAC,aAAa;IAKrE;;;;;;OAMG;IACH,YACE,WAAqC,EACrC,cAAsB,EACtB,OAAiD;;QAEjD,IAAI,WAAW,KAAK,SAAS,EAAE,CAAC;YAC9B,MAAM,IAAI,KAAK,CAAC,8BAA8B,CAAC,CAAC;QAClD,CAAC;QACD,IAAI,cAAc,KAAK,SAAS,EAAE,CAAC;YACjC,MAAM,IAAI,KAAK,CAAC,iCAAiC,CAAC,CAAC;QACrD,CAAC;QAED,0CAA0C;QAC1C,IAAI,CAAC,OAAO,EAAE,CAAC;YACb,OAAO,GAAG,EAAE,CAAC;QACf,CAAC;QACD,MAAM,QAAQ,GAA4C;YACxD,kBAAkB,EAAE,iCAAiC;YACrD,UAAU,EAAE,WAAW;SACxB,CAAC;QAEF,MAAM,cAAc,GAAG,qCAAqC,CAAC;QAC7D,MAAM,eAAe,GACnB,OAAO,CAAC,gBAAgB,IAAI,OAAO,CAAC,gBAAgB,CAAC,eAAe;YAClE,CAAC,CAAC,GAAG,OAAO,CAAC,gBAAgB,CAAC,eAAe,IAAI,cAAc,EAAE;YACjE,CAAC,CAAC,GAAG,cAAc,EAAE,CAAC;QAE1B,MAAM,mBAAmB,iDACpB,QAAQ,GACR,OAAO,KACV,gBAAgB,EAAE;gBAChB,eAAe;aAChB,EACD,QAAQ,EACN,MAAA,MAAA,OAAO,CAAC,QAAQ,mCAAI,OAAO,CAAC,OAAO,mCAAI,8BAA8B,GACxE,CAAC;QACF,KAAK,CAAC,mBAAmB,CAAC,CAAC;QAE3B,IAAI,oCAAoC,GAAY,KAAK,CAAC;QAC1D,IAAI,CAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,QAAQ,KAAI,OAAO,CAAC,QAAQ,CAAC,kBAAkB,EAAE,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;YAC1E,MAAM,gBAAgB,GACpB,OAAO,CAAC,QAAQ,CAAC,kBAAkB,EAAE,CAAC;YACxC,oCAAoC,GAAG,gBAAgB,CAAC,IAAI,CAC1D,CAAC,cAAc,EAAE,EAAE,CACjB,cAAc,CAAC,IAAI;gBACnB,gBAAgB,CAAC,mCAAmC,CACvD,CAAC;QACJ,CAAC;QACD,IACE,CAAC,OAAO;YACR,CAAC,OAAO,CAAC,QAAQ;YACjB,OAAO,CAAC,QAAQ,CAAC,kBAAkB,EAAE,CAAC,MAAM,IAAI,CAAC;YACjD,CAAC,oCAAoC,EACrC,CAAC;YACD,IAAI,CAAC,QAAQ,CAAC,YAAY,CAAC;gBACzB,IAAI,EAAE,gBAAgB,CAAC,mCAAmC;aAC3D,CAAC,CAAC;YACH,IAAI,CAAC,QAAQ,CAAC,SAAS,CACrB,gBAAgB,CAAC,+BAA+B,CAAC;gBAC/C,UAAU,EAAE,WAAW;gBACvB,MAAM,EACJ,MAAA,mBAAmB,CAAC,gBAAgB,mCACpC,GAAG,mBAAmB,CAAC,QAAQ,WAAW;gBAC5C,kBAAkB,EAAE;oBAClB,2BAA2B,EACzB,UAAU,CAAC,gCAAgC;iBAC9C;aACF,CAAC,CACH,CAAC;QACJ,CAAC;QACD,wBAAwB;QACxB,IAAI,CAAC,cAAc,GAAG,cAAc,CAAC;QAErC,0CAA0C;QAC1C,IAAI,CAAC,KAAK,GAAG,OAAO,CAAC,KAAK,IAAI,8BAA8B,CAAC;QAC7D,IAAI,CAAC,UAAU,GAAG,OAAO,CAAC,UAAU,IAAI,oBAAoB,CAAC;QAC7D,IAAI,CAAC,YAAY,GAAG,IAAI,gBAAgB,CAAC,IAAI,CAAC,CAAC;QAC/C,IAAI,CAAC,QAAQ,GAAG,IAAI,YAAY,CAAC,IAAI,CAAC,CAAC;QACvC,IAAI,CAAC,cAAc,GAAG,IAAI,kBAAkB,CAAC,IAAI,CAAC,CAAC;QACnD,IAAI,CAAC,UAAU,GAAG,IAAI,cAAc,CAAC,IAAI,CAAC,CAAC;QAC3C,IAAI,CAAC,SAAS,GAAG,IAAI,aAAa,CAAC,IAAI,CAAC,CAAC;QACzC,IAAI,CAAC,UAAU,GAAG,IAAI,cAAc,CAAC,IAAI,CAAC,CAAC;QAC3C,IAAI,CAAC,0BAA0B,GAAG,IAAI,8BAA8B,CAAC,IAAI,CAAC,CAAC;QAC3E,IAAI,CAAC,oBAAoB,GAAG,IAAI,wBAAwB,CAAC,IAAI,CAAC,CAAC;QAC/D,IAAI,CAAC,aAAa,GAAG,IAAI,iBAAiB,CAAC,IAAI,CAAC,CAAC;QACjD,IAAI,CAAC,sBAAsB,GAAG,IAAI,0BAA0B,CAAC,IAAI,CAAC,CAAC;QACnE,IAAI,CAAC,eAAe,GAAG,IAAI,mBAAmB,CAAC,IAAI,CAAC,CAAC;QACrD,IAAI,CAAC,yBAAyB,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC;IACrD,CAAC;IAED,8GAA8G;IACtG,yBAAyB,CAAC,UAAmB;QACnD,IAAI,CAAC,UAAU,EAAE,CAAC;YAChB,OAAO;QACT,CAAC;QACD,MAAM,gBAAgB,GAAG;YACvB,IAAI,EAAE,wBAAwB;YAC9B,KAAK,CAAC,WAAW,CACf,OAAwB,EACxB,IAAiB;gBAEjB,MAAM,KAAK,GAAG,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;gBACrC,IAAI,KAAK,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;oBACrB,MAAM,SAAS,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;wBACjD,IAAI,IAAI,CAAC,OAAO,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC;4BACrC,OAAO,cAAc,GAAG,UAAU,CAAC;wBACrC,CAAC;6BAAM,CAAC;4BACN,OAAO,IAAI,CAAC;wBACd,CAAC;oBACH,CAAC,CAAC,CAAC;oBACH,OAAO,CAAC,GAAG,GAAG,KAAK,CAAC,CAAC,CAAC,GAAG,GAAG,GAAG,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;gBACrD,CAAC;gBACD,OAAO,IAAI,CAAC,OAAO,CAAC,CAAC;YACvB,CAAC;SACF,CAAC;QACF,IAAI,CAAC,QAAQ,CAAC,SAAS,CAAC,gBAAgB,CAAC,CAAC;IAC5C,CAAC;CAaF","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\nimport * as coreRestPipeline from \"@azure/core-rest-pipeline\";\nimport {\n PipelineRequest,\n PipelineResponse,\n SendRequest,\n} from \"@azure/core-rest-pipeline\";\nimport * as coreAuth from \"@azure/core-auth\";\nimport {\n ApplicationsImpl,\n ClustersImpl,\n ConfigurationsImpl,\n ExtensionsImpl,\n LocationsImpl,\n OperationsImpl,\n PrivateEndpointConnectionsImpl,\n PrivateLinkResourcesImpl,\n ScriptActionsImpl,\n ScriptExecutionHistoryImpl,\n VirtualMachinesImpl,\n} from \"./operations/index.js\";\nimport {\n Applications,\n Clusters,\n Configurations,\n Extensions,\n Locations,\n Operations,\n PrivateEndpointConnections,\n PrivateLinkResources,\n ScriptActions,\n ScriptExecutionHistory,\n VirtualMachines,\n} from \"./operationsInterfaces/index.js\";\nimport { HDInsightManagementClientOptionalParams } from \"./models/index.js\";\n\nexport class HDInsightManagementClient extends coreClient.ServiceClient {\n $host: string;\n subscriptionId: string;\n apiVersion: string;\n\n /**\n * Initializes a new instance of the HDInsightManagementClient class.\n * @param credentials Subscription credentials which uniquely identify client subscription.\n * @param subscriptionId The subscription credentials which uniquely identify Microsoft Azure\n * subscription. The subscription ID forms part of the URI for every service call.\n * @param options The parameter options\n */\n constructor(\n credentials: coreAuth.TokenCredential,\n subscriptionId: string,\n options?: HDInsightManagementClientOptionalParams,\n ) {\n if (credentials === undefined) {\n throw new Error(\"'credentials' cannot be null\");\n }\n if (subscriptionId === undefined) {\n throw new Error(\"'subscriptionId' cannot be null\");\n }\n\n // Initializing default values for options\n if (!options) {\n options = {};\n }\n const defaults: HDInsightManagementClientOptionalParams = {\n requestContentType: \"application/json; charset=utf-8\",\n credential: credentials,\n };\n\n const packageDetails = `azsdk-js-arm-hdinsight/1.3.0-beta.3`;\n const userAgentPrefix =\n options.userAgentOptions && options.userAgentOptions.userAgentPrefix\n ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`\n : `${packageDetails}`;\n\n const optionsWithDefaults = {\n ...defaults,\n ...options,\n userAgentOptions: {\n userAgentPrefix,\n },\n endpoint:\n options.endpoint ?? options.baseUri ?? \"https://management.azure.com\",\n };\n super(optionsWithDefaults);\n\n let bearerTokenAuthenticationPolicyFound: boolean = false;\n if (options?.pipeline && options.pipeline.getOrderedPolicies().length > 0) {\n const pipelinePolicies: coreRestPipeline.PipelinePolicy[] =\n options.pipeline.getOrderedPolicies();\n bearerTokenAuthenticationPolicyFound = pipelinePolicies.some(\n (pipelinePolicy) =>\n pipelinePolicy.name ===\n coreRestPipeline.bearerTokenAuthenticationPolicyName,\n );\n }\n if (\n !options ||\n !options.pipeline ||\n options.pipeline.getOrderedPolicies().length == 0 ||\n !bearerTokenAuthenticationPolicyFound\n ) {\n this.pipeline.removePolicy({\n name: coreRestPipeline.bearerTokenAuthenticationPolicyName,\n });\n this.pipeline.addPolicy(\n coreRestPipeline.bearerTokenAuthenticationPolicy({\n credential: credentials,\n scopes:\n optionsWithDefaults.credentialScopes ??\n `${optionsWithDefaults.endpoint}/.default`,\n challengeCallbacks: {\n authorizeRequestOnChallenge:\n coreClient.authorizeRequestOnClaimChallenge,\n },\n }),\n );\n }\n // Parameter assignments\n this.subscriptionId = subscriptionId;\n\n // Assigning values to Constant parameters\n this.$host = options.$host || \"https://management.azure.com\";\n this.apiVersion = options.apiVersion || \"2024-08-01-preview\";\n this.applications = new ApplicationsImpl(this);\n this.clusters = new ClustersImpl(this);\n this.configurations = new ConfigurationsImpl(this);\n this.extensions = new ExtensionsImpl(this);\n this.locations = new LocationsImpl(this);\n this.operations = new OperationsImpl(this);\n this.privateEndpointConnections = new PrivateEndpointConnectionsImpl(this);\n this.privateLinkResources = new PrivateLinkResourcesImpl(this);\n this.scriptActions = new ScriptActionsImpl(this);\n this.scriptExecutionHistory = new ScriptExecutionHistoryImpl(this);\n this.virtualMachines = new VirtualMachinesImpl(this);\n this.addCustomApiVersionPolicy(options.apiVersion);\n }\n\n /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */\n private addCustomApiVersionPolicy(apiVersion?: string) {\n if (!apiVersion) {\n return;\n }\n const apiVersionPolicy = {\n name: \"CustomApiVersionPolicy\",\n async sendRequest(\n request: PipelineRequest,\n next: SendRequest,\n ): Promise<PipelineResponse> {\n const param = request.url.split(\"?\");\n if (param.length > 1) {\n const newParams = param[1].split(\"&\").map((item) => {\n if (item.indexOf(\"api-version\") > -1) {\n return \"api-version=\" + apiVersion;\n } else {\n return item;\n }\n });\n request.url = param[0] + \"?\" + newParams.join(\"&\");\n }\n return next(request);\n },\n };\n this.pipeline.addPolicy(apiVersionPolicy);\n }\n\n applications: Applications;\n clusters: Clusters;\n configurations: Configurations;\n extensions: Extensions;\n locations: Locations;\n operations: Operations;\n privateEndpointConnections: PrivateEndpointConnections;\n privateLinkResources: PrivateLinkResources;\n scriptActions: ScriptActions;\n scriptExecutionHistory: ScriptExecutionHistory;\n virtualMachines: VirtualMachines;\n}\n"]}