@azure/arm-azurestackhci 4.0.0-beta.2 → 4.0.0-beta.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (974) hide show
  1. package/CHANGELOG.md +11 -1
  2. package/LICENSE +4 -4
  3. package/README.md +26 -17
  4. package/dist/browser/azureStackHCIClient.d.ts +33 -0
  5. package/dist/browser/azureStackHCIClient.d.ts.map +1 -0
  6. package/dist/browser/azureStackHCIClient.js +128 -0
  7. package/dist/browser/azureStackHCIClient.js.map +1 -0
  8. package/dist/browser/index.d.ts +5 -0
  9. package/dist/browser/index.d.ts.map +1 -0
  10. package/dist/browser/index.js +13 -0
  11. package/dist/browser/index.js.map +1 -0
  12. package/dist/browser/lroImpl.d.ts.map +1 -0
  13. package/dist/browser/lroImpl.js +18 -0
  14. package/dist/browser/lroImpl.js.map +1 -0
  15. package/dist/browser/models/index.js.map +1 -0
  16. package/dist/browser/models/mappers.js +5276 -0
  17. package/dist/browser/models/mappers.js.map +1 -0
  18. package/dist/browser/models/parameters.js +302 -0
  19. package/dist/browser/models/parameters.js.map +1 -0
  20. package/dist/browser/operations/arcSettings.d.ts +129 -0
  21. package/dist/browser/operations/arcSettings.d.ts.map +1 -0
  22. package/dist/browser/operations/arcSettings.js +555 -0
  23. package/dist/browser/operations/arcSettings.js.map +1 -0
  24. package/dist/browser/operations/clusters.d.ts +169 -0
  25. package/dist/browser/operations/clusters.d.ts.map +1 -0
  26. package/dist/browser/operations/clusters.js +851 -0
  27. package/dist/browser/operations/clusters.js.map +1 -0
  28. package/dist/browser/operations/deploymentSettings.d.ts +81 -0
  29. package/dist/browser/operations/deploymentSettings.d.ts.map +1 -0
  30. package/dist/browser/operations/deploymentSettings.js +357 -0
  31. package/dist/browser/operations/deploymentSettings.js.map +1 -0
  32. package/dist/browser/operations/edgeDevices.d.ts +89 -0
  33. package/dist/browser/operations/edgeDevices.d.ts.map +1 -0
  34. package/dist/browser/operations/edgeDevices.js +420 -0
  35. package/dist/browser/operations/edgeDevices.js.map +1 -0
  36. package/dist/browser/operations/extensions.d.ts +129 -0
  37. package/dist/browser/operations/extensions.d.ts.map +1 -0
  38. package/dist/browser/operations/extensions.js +575 -0
  39. package/dist/browser/operations/extensions.js.map +1 -0
  40. package/dist/browser/operations/index.d.ts +14 -0
  41. package/dist/browser/operations/index.d.ts.map +1 -0
  42. package/dist/browser/operations/index.js +21 -0
  43. package/dist/browser/operations/index.js.map +1 -0
  44. package/dist/browser/operations/offers.d.ts +74 -0
  45. package/dist/browser/operations/offers.d.ts.map +1 -0
  46. package/dist/browser/operations/offers.js +279 -0
  47. package/dist/browser/operations/offers.js.map +1 -0
  48. package/dist/browser/operations/operations.d.ts +18 -0
  49. package/dist/browser/operations/operations.d.ts.map +1 -0
  50. package/dist/browser/operations/operations.js +47 -0
  51. package/dist/browser/operations/operations.js.map +1 -0
  52. package/dist/browser/operations/publishers.d.ts +46 -0
  53. package/dist/browser/operations/publishers.d.ts.map +1 -0
  54. package/dist/browser/operations/publishers.js +165 -0
  55. package/dist/browser/operations/publishers.js.map +1 -0
  56. package/dist/browser/operations/securitySettings.d.ts +81 -0
  57. package/dist/browser/operations/securitySettings.d.ts.map +1 -0
  58. package/dist/browser/operations/securitySettings.js +357 -0
  59. package/dist/browser/operations/securitySettings.js.map +1 -0
  60. package/dist/browser/operations/skus.d.ts +54 -0
  61. package/dist/browser/operations/skus.d.ts.map +1 -0
  62. package/dist/browser/operations/skus.js +193 -0
  63. package/dist/browser/operations/skus.js.map +1 -0
  64. package/dist/browser/operations/updateRuns.d.ts +79 -0
  65. package/dist/browser/operations/updateRuns.d.ts.map +1 -0
  66. package/dist/browser/operations/updateRuns.js +309 -0
  67. package/dist/browser/operations/updateRuns.js.map +1 -0
  68. package/dist/browser/operations/updateSummariesOperations.d.ts +68 -0
  69. package/dist/browser/operations/updateSummariesOperations.d.ts.map +1 -0
  70. package/dist/browser/operations/updateSummariesOperations.js +277 -0
  71. package/dist/browser/operations/updateSummariesOperations.js.map +1 -0
  72. package/dist/browser/operations/updates.d.ts +88 -0
  73. package/dist/browser/operations/updates.d.ts.map +1 -0
  74. package/dist/browser/operations/updates.js +366 -0
  75. package/dist/browser/operations/updates.js.map +1 -0
  76. package/dist/browser/operationsInterfaces/arcSettings.d.ts +104 -0
  77. package/dist/browser/operationsInterfaces/arcSettings.d.ts.map +1 -0
  78. package/dist/browser/operationsInterfaces/arcSettings.js.map +1 -0
  79. package/dist/browser/operationsInterfaces/clusters.d.ts +133 -0
  80. package/dist/browser/operationsInterfaces/clusters.d.ts.map +1 -0
  81. package/dist/browser/operationsInterfaces/clusters.js.map +1 -0
  82. package/dist/browser/operationsInterfaces/deploymentSettings.d.ts +56 -0
  83. package/dist/browser/operationsInterfaces/deploymentSettings.d.ts.map +1 -0
  84. package/dist/browser/operationsInterfaces/deploymentSettings.js.map +1 -0
  85. package/dist/browser/operationsInterfaces/edgeDevices.d.ts +66 -0
  86. package/dist/browser/operationsInterfaces/edgeDevices.d.ts.map +1 -0
  87. package/dist/browser/operationsInterfaces/edgeDevices.js.map +1 -0
  88. package/dist/browser/operationsInterfaces/extensions.d.ts +102 -0
  89. package/dist/browser/operationsInterfaces/extensions.d.ts.map +1 -0
  90. package/dist/browser/operationsInterfaces/extensions.js.map +1 -0
  91. package/dist/browser/operationsInterfaces/index.d.ts +14 -0
  92. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  93. package/dist/browser/operationsInterfaces/index.js +21 -0
  94. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  95. package/dist/browser/operationsInterfaces/offers.d.ts +30 -0
  96. package/dist/browser/operationsInterfaces/offers.d.ts.map +1 -0
  97. package/dist/browser/operationsInterfaces/offers.js.map +1 -0
  98. package/dist/browser/operationsInterfaces/operations.d.ts +10 -0
  99. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
  100. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  101. package/dist/browser/operationsInterfaces/publishers.d.ts +21 -0
  102. package/dist/browser/operationsInterfaces/publishers.d.ts.map +1 -0
  103. package/dist/browser/operationsInterfaces/publishers.js.map +1 -0
  104. package/dist/browser/operationsInterfaces/securitySettings.d.ts +56 -0
  105. package/dist/browser/operationsInterfaces/securitySettings.d.ts.map +1 -0
  106. package/dist/browser/operationsInterfaces/securitySettings.js.map +1 -0
  107. package/dist/browser/operationsInterfaces/skus.d.ts +25 -0
  108. package/dist/browser/operationsInterfaces/skus.d.ts.map +1 -0
  109. package/dist/browser/operationsInterfaces/skus.js.map +1 -0
  110. package/dist/browser/operationsInterfaces/updateRuns.d.ts +52 -0
  111. package/dist/browser/operationsInterfaces/updateRuns.d.ts.map +1 -0
  112. package/dist/browser/operationsInterfaces/updateRuns.js.map +1 -0
  113. package/dist/browser/operationsInterfaces/updateSummariesOperations.d.ts +43 -0
  114. package/dist/browser/operationsInterfaces/updateSummariesOperations.d.ts.map +1 -0
  115. package/dist/browser/operationsInterfaces/updateSummariesOperations.js.map +1 -0
  116. package/dist/browser/operationsInterfaces/updates.d.ts +63 -0
  117. package/dist/browser/operationsInterfaces/updates.d.ts.map +1 -0
  118. package/dist/browser/operationsInterfaces/updates.js.map +1 -0
  119. package/dist/browser/package.json +3 -0
  120. package/dist/browser/pagingHelper.js +30 -0
  121. package/dist/browser/pagingHelper.js.map +1 -0
  122. package/dist/commonjs/azureStackHCIClient.d.ts +33 -0
  123. package/dist/commonjs/azureStackHCIClient.d.ts.map +1 -0
  124. package/dist/commonjs/azureStackHCIClient.js +133 -0
  125. package/dist/commonjs/azureStackHCIClient.js.map +1 -0
  126. package/dist/commonjs/index.d.ts +5 -0
  127. package/dist/commonjs/index.d.ts.map +1 -0
  128. package/dist/commonjs/index.js +19 -0
  129. package/dist/commonjs/index.js.map +1 -0
  130. package/dist/commonjs/lroImpl.d.ts +11 -0
  131. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  132. package/dist/commonjs/lroImpl.js +21 -0
  133. package/dist/commonjs/lroImpl.js.map +1 -0
  134. package/dist/commonjs/models/index.d.ts +3822 -0
  135. package/dist/commonjs/models/index.d.ts.map +1 -0
  136. package/dist/commonjs/models/index.js +635 -0
  137. package/dist/commonjs/models/index.js.map +1 -0
  138. package/dist/commonjs/models/mappers.d.ts +147 -0
  139. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  140. package/dist/commonjs/models/mappers.js +5281 -0
  141. package/dist/commonjs/models/mappers.js.map +1 -0
  142. package/dist/commonjs/models/parameters.d.ts +40 -0
  143. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  144. package/dist/commonjs/models/parameters.js +305 -0
  145. package/dist/commonjs/models/parameters.js.map +1 -0
  146. package/dist/commonjs/operations/arcSettings.d.ts +129 -0
  147. package/dist/commonjs/operations/arcSettings.d.ts.map +1 -0
  148. package/dist/commonjs/operations/arcSettings.js +560 -0
  149. package/dist/commonjs/operations/arcSettings.js.map +1 -0
  150. package/dist/commonjs/operations/clusters.d.ts +169 -0
  151. package/dist/commonjs/operations/clusters.d.ts.map +1 -0
  152. package/dist/commonjs/operations/clusters.js +856 -0
  153. package/dist/commonjs/operations/clusters.js.map +1 -0
  154. package/dist/commonjs/operations/deploymentSettings.d.ts +81 -0
  155. package/dist/commonjs/operations/deploymentSettings.d.ts.map +1 -0
  156. package/dist/commonjs/operations/deploymentSettings.js +362 -0
  157. package/dist/commonjs/operations/deploymentSettings.js.map +1 -0
  158. package/dist/commonjs/operations/edgeDevices.d.ts +89 -0
  159. package/dist/commonjs/operations/edgeDevices.d.ts.map +1 -0
  160. package/dist/commonjs/operations/edgeDevices.js +425 -0
  161. package/dist/commonjs/operations/edgeDevices.js.map +1 -0
  162. package/dist/commonjs/operations/extensions.d.ts +129 -0
  163. package/dist/commonjs/operations/extensions.d.ts.map +1 -0
  164. package/dist/commonjs/operations/extensions.js +580 -0
  165. package/dist/commonjs/operations/extensions.js.map +1 -0
  166. package/dist/commonjs/operations/index.d.ts +14 -0
  167. package/dist/commonjs/operations/index.d.ts.map +1 -0
  168. package/dist/commonjs/operations/index.js +24 -0
  169. package/dist/commonjs/operations/index.js.map +1 -0
  170. package/dist/commonjs/operations/offers.d.ts +74 -0
  171. package/dist/commonjs/operations/offers.d.ts.map +1 -0
  172. package/dist/commonjs/operations/offers.js +284 -0
  173. package/dist/commonjs/operations/offers.js.map +1 -0
  174. package/dist/commonjs/operations/operations.d.ts +18 -0
  175. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  176. package/dist/commonjs/operations/operations.js +52 -0
  177. package/dist/commonjs/operations/operations.js.map +1 -0
  178. package/dist/commonjs/operations/publishers.d.ts +46 -0
  179. package/dist/commonjs/operations/publishers.d.ts.map +1 -0
  180. package/dist/commonjs/operations/publishers.js +170 -0
  181. package/dist/commonjs/operations/publishers.js.map +1 -0
  182. package/dist/commonjs/operations/securitySettings.d.ts +81 -0
  183. package/dist/commonjs/operations/securitySettings.d.ts.map +1 -0
  184. package/dist/commonjs/operations/securitySettings.js +362 -0
  185. package/dist/commonjs/operations/securitySettings.js.map +1 -0
  186. package/dist/commonjs/operations/skus.d.ts +54 -0
  187. package/dist/commonjs/operations/skus.d.ts.map +1 -0
  188. package/dist/commonjs/operations/skus.js +198 -0
  189. package/dist/commonjs/operations/skus.js.map +1 -0
  190. package/dist/commonjs/operations/updateRuns.d.ts +79 -0
  191. package/dist/commonjs/operations/updateRuns.d.ts.map +1 -0
  192. package/dist/commonjs/operations/updateRuns.js +314 -0
  193. package/dist/commonjs/operations/updateRuns.js.map +1 -0
  194. package/dist/commonjs/operations/updateSummariesOperations.d.ts +68 -0
  195. package/dist/commonjs/operations/updateSummariesOperations.d.ts.map +1 -0
  196. package/dist/commonjs/operations/updateSummariesOperations.js +282 -0
  197. package/dist/commonjs/operations/updateSummariesOperations.js.map +1 -0
  198. package/dist/commonjs/operations/updates.d.ts +88 -0
  199. package/dist/commonjs/operations/updates.d.ts.map +1 -0
  200. package/dist/commonjs/operations/updates.js +371 -0
  201. package/dist/commonjs/operations/updates.js.map +1 -0
  202. package/dist/commonjs/operationsInterfaces/arcSettings.d.ts +104 -0
  203. package/dist/commonjs/operationsInterfaces/arcSettings.d.ts.map +1 -0
  204. package/dist/commonjs/operationsInterfaces/arcSettings.js +10 -0
  205. package/dist/commonjs/operationsInterfaces/arcSettings.js.map +1 -0
  206. package/dist/commonjs/operationsInterfaces/clusters.d.ts +133 -0
  207. package/dist/commonjs/operationsInterfaces/clusters.d.ts.map +1 -0
  208. package/dist/commonjs/operationsInterfaces/clusters.js +10 -0
  209. package/dist/commonjs/operationsInterfaces/clusters.js.map +1 -0
  210. package/dist/commonjs/operationsInterfaces/deploymentSettings.d.ts +56 -0
  211. package/dist/commonjs/operationsInterfaces/deploymentSettings.d.ts.map +1 -0
  212. package/dist/commonjs/operationsInterfaces/deploymentSettings.js +10 -0
  213. package/dist/commonjs/operationsInterfaces/deploymentSettings.js.map +1 -0
  214. package/dist/commonjs/operationsInterfaces/edgeDevices.d.ts +66 -0
  215. package/dist/commonjs/operationsInterfaces/edgeDevices.d.ts.map +1 -0
  216. package/dist/commonjs/operationsInterfaces/edgeDevices.js +10 -0
  217. package/dist/commonjs/operationsInterfaces/edgeDevices.js.map +1 -0
  218. package/dist/commonjs/operationsInterfaces/extensions.d.ts +102 -0
  219. package/dist/commonjs/operationsInterfaces/extensions.d.ts.map +1 -0
  220. package/dist/commonjs/operationsInterfaces/extensions.js +10 -0
  221. package/dist/commonjs/operationsInterfaces/extensions.js.map +1 -0
  222. package/dist/commonjs/operationsInterfaces/index.d.ts +14 -0
  223. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  224. package/dist/commonjs/operationsInterfaces/index.js +24 -0
  225. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  226. package/dist/commonjs/operationsInterfaces/offers.d.ts +30 -0
  227. package/dist/commonjs/operationsInterfaces/offers.d.ts.map +1 -0
  228. package/dist/commonjs/operationsInterfaces/offers.js +10 -0
  229. package/dist/commonjs/operationsInterfaces/offers.js.map +1 -0
  230. package/dist/commonjs/operationsInterfaces/operations.d.ts +10 -0
  231. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  232. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  233. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  234. package/dist/commonjs/operationsInterfaces/publishers.d.ts +21 -0
  235. package/dist/commonjs/operationsInterfaces/publishers.d.ts.map +1 -0
  236. package/dist/commonjs/operationsInterfaces/publishers.js +10 -0
  237. package/dist/commonjs/operationsInterfaces/publishers.js.map +1 -0
  238. package/dist/commonjs/operationsInterfaces/securitySettings.d.ts +56 -0
  239. package/dist/commonjs/operationsInterfaces/securitySettings.d.ts.map +1 -0
  240. package/dist/commonjs/operationsInterfaces/securitySettings.js +10 -0
  241. package/dist/commonjs/operationsInterfaces/securitySettings.js.map +1 -0
  242. package/dist/commonjs/operationsInterfaces/skus.d.ts +25 -0
  243. package/dist/commonjs/operationsInterfaces/skus.d.ts.map +1 -0
  244. package/dist/commonjs/operationsInterfaces/skus.js +10 -0
  245. package/dist/commonjs/operationsInterfaces/skus.js.map +1 -0
  246. package/dist/commonjs/operationsInterfaces/updateRuns.d.ts +52 -0
  247. package/dist/commonjs/operationsInterfaces/updateRuns.d.ts.map +1 -0
  248. package/dist/commonjs/operationsInterfaces/updateRuns.js +10 -0
  249. package/dist/commonjs/operationsInterfaces/updateRuns.js.map +1 -0
  250. package/dist/commonjs/operationsInterfaces/updateSummariesOperations.d.ts +43 -0
  251. package/dist/commonjs/operationsInterfaces/updateSummariesOperations.d.ts.map +1 -0
  252. package/dist/commonjs/operationsInterfaces/updateSummariesOperations.js +10 -0
  253. package/dist/commonjs/operationsInterfaces/updateSummariesOperations.js.map +1 -0
  254. package/dist/commonjs/operationsInterfaces/updates.d.ts +63 -0
  255. package/dist/commonjs/operationsInterfaces/updates.d.ts.map +1 -0
  256. package/dist/commonjs/operationsInterfaces/updates.js +10 -0
  257. package/dist/commonjs/operationsInterfaces/updates.js.map +1 -0
  258. package/dist/commonjs/package.json +3 -0
  259. package/dist/commonjs/pagingHelper.d.ts +13 -0
  260. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  261. package/dist/commonjs/pagingHelper.js +34 -0
  262. package/dist/commonjs/pagingHelper.js.map +1 -0
  263. package/dist/commonjs/tsdoc-metadata.json +11 -0
  264. package/dist/esm/azureStackHCIClient.d.ts +33 -0
  265. package/dist/esm/azureStackHCIClient.d.ts.map +1 -0
  266. package/dist/esm/azureStackHCIClient.js +128 -0
  267. package/dist/esm/azureStackHCIClient.js.map +1 -0
  268. package/dist/esm/index.d.ts +5 -0
  269. package/dist/esm/index.d.ts.map +1 -0
  270. package/dist/esm/index.js +13 -0
  271. package/dist/esm/index.js.map +1 -0
  272. package/dist/esm/lroImpl.d.ts +11 -0
  273. package/dist/esm/lroImpl.d.ts.map +1 -0
  274. package/dist/esm/lroImpl.js +18 -0
  275. package/dist/esm/lroImpl.js.map +1 -0
  276. package/dist/esm/models/index.d.ts +3822 -0
  277. package/dist/esm/models/index.d.ts.map +1 -0
  278. package/dist/esm/models/index.js +632 -0
  279. package/dist/esm/models/index.js.map +1 -0
  280. package/dist/esm/models/mappers.d.ts +147 -0
  281. package/dist/esm/models/mappers.d.ts.map +1 -0
  282. package/dist/esm/models/mappers.js +5276 -0
  283. package/dist/esm/models/mappers.js.map +1 -0
  284. package/dist/esm/models/parameters.d.ts +40 -0
  285. package/dist/esm/models/parameters.d.ts.map +1 -0
  286. package/dist/esm/models/parameters.js +302 -0
  287. package/dist/esm/models/parameters.js.map +1 -0
  288. package/dist/esm/operations/arcSettings.d.ts +129 -0
  289. package/dist/esm/operations/arcSettings.d.ts.map +1 -0
  290. package/dist/esm/operations/arcSettings.js +555 -0
  291. package/dist/esm/operations/arcSettings.js.map +1 -0
  292. package/dist/esm/operations/clusters.d.ts +169 -0
  293. package/dist/esm/operations/clusters.d.ts.map +1 -0
  294. package/dist/esm/operations/clusters.js +851 -0
  295. package/dist/esm/operations/clusters.js.map +1 -0
  296. package/dist/esm/operations/deploymentSettings.d.ts +81 -0
  297. package/dist/esm/operations/deploymentSettings.d.ts.map +1 -0
  298. package/dist/esm/operations/deploymentSettings.js +357 -0
  299. package/dist/esm/operations/deploymentSettings.js.map +1 -0
  300. package/dist/esm/operations/edgeDevices.d.ts +89 -0
  301. package/dist/esm/operations/edgeDevices.d.ts.map +1 -0
  302. package/dist/esm/operations/edgeDevices.js +420 -0
  303. package/dist/esm/operations/edgeDevices.js.map +1 -0
  304. package/dist/esm/operations/extensions.d.ts +129 -0
  305. package/dist/esm/operations/extensions.d.ts.map +1 -0
  306. package/dist/esm/operations/extensions.js +575 -0
  307. package/dist/esm/operations/extensions.js.map +1 -0
  308. package/dist/esm/operations/index.d.ts +14 -0
  309. package/dist/esm/operations/index.d.ts.map +1 -0
  310. package/dist/esm/operations/index.js +21 -0
  311. package/dist/esm/operations/index.js.map +1 -0
  312. package/dist/esm/operations/offers.d.ts +74 -0
  313. package/dist/esm/operations/offers.d.ts.map +1 -0
  314. package/dist/esm/operations/offers.js +279 -0
  315. package/dist/esm/operations/offers.js.map +1 -0
  316. package/dist/esm/operations/operations.d.ts +18 -0
  317. package/dist/esm/operations/operations.d.ts.map +1 -0
  318. package/dist/esm/operations/operations.js +47 -0
  319. package/dist/esm/operations/operations.js.map +1 -0
  320. package/dist/esm/operations/publishers.d.ts +46 -0
  321. package/dist/esm/operations/publishers.d.ts.map +1 -0
  322. package/dist/esm/operations/publishers.js +165 -0
  323. package/dist/esm/operations/publishers.js.map +1 -0
  324. package/dist/esm/operations/securitySettings.d.ts +81 -0
  325. package/dist/esm/operations/securitySettings.d.ts.map +1 -0
  326. package/dist/esm/operations/securitySettings.js +357 -0
  327. package/dist/esm/operations/securitySettings.js.map +1 -0
  328. package/dist/esm/operations/skus.d.ts +54 -0
  329. package/dist/esm/operations/skus.d.ts.map +1 -0
  330. package/dist/esm/operations/skus.js +193 -0
  331. package/dist/esm/operations/skus.js.map +1 -0
  332. package/dist/esm/operations/updateRuns.d.ts +79 -0
  333. package/dist/esm/operations/updateRuns.d.ts.map +1 -0
  334. package/dist/esm/operations/updateRuns.js +309 -0
  335. package/dist/esm/operations/updateRuns.js.map +1 -0
  336. package/dist/esm/operations/updateSummariesOperations.d.ts +68 -0
  337. package/dist/esm/operations/updateSummariesOperations.d.ts.map +1 -0
  338. package/dist/esm/operations/updateSummariesOperations.js +277 -0
  339. package/dist/esm/operations/updateSummariesOperations.js.map +1 -0
  340. package/dist/esm/operations/updates.d.ts +88 -0
  341. package/dist/esm/operations/updates.d.ts.map +1 -0
  342. package/dist/esm/operations/updates.js +366 -0
  343. package/dist/esm/operations/updates.js.map +1 -0
  344. package/dist/esm/operationsInterfaces/arcSettings.d.ts +104 -0
  345. package/dist/esm/operationsInterfaces/arcSettings.d.ts.map +1 -0
  346. package/dist/esm/operationsInterfaces/arcSettings.js +9 -0
  347. package/dist/esm/operationsInterfaces/arcSettings.js.map +1 -0
  348. package/dist/esm/operationsInterfaces/clusters.d.ts +133 -0
  349. package/dist/esm/operationsInterfaces/clusters.d.ts.map +1 -0
  350. package/dist/esm/operationsInterfaces/clusters.js +9 -0
  351. package/dist/esm/operationsInterfaces/clusters.js.map +1 -0
  352. package/dist/esm/operationsInterfaces/deploymentSettings.d.ts +56 -0
  353. package/dist/esm/operationsInterfaces/deploymentSettings.d.ts.map +1 -0
  354. package/dist/esm/operationsInterfaces/deploymentSettings.js +9 -0
  355. package/dist/esm/operationsInterfaces/deploymentSettings.js.map +1 -0
  356. package/dist/esm/operationsInterfaces/edgeDevices.d.ts +66 -0
  357. package/dist/esm/operationsInterfaces/edgeDevices.d.ts.map +1 -0
  358. package/dist/esm/operationsInterfaces/edgeDevices.js +9 -0
  359. package/dist/esm/operationsInterfaces/edgeDevices.js.map +1 -0
  360. package/dist/esm/operationsInterfaces/extensions.d.ts +102 -0
  361. package/dist/esm/operationsInterfaces/extensions.d.ts.map +1 -0
  362. package/dist/esm/operationsInterfaces/extensions.js +9 -0
  363. package/dist/esm/operationsInterfaces/extensions.js.map +1 -0
  364. package/dist/esm/operationsInterfaces/index.d.ts +14 -0
  365. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  366. package/dist/esm/operationsInterfaces/index.js +21 -0
  367. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  368. package/dist/esm/operationsInterfaces/offers.d.ts +30 -0
  369. package/dist/esm/operationsInterfaces/offers.d.ts.map +1 -0
  370. package/dist/esm/operationsInterfaces/offers.js +9 -0
  371. package/dist/esm/operationsInterfaces/offers.js.map +1 -0
  372. package/dist/esm/operationsInterfaces/operations.d.ts +10 -0
  373. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  374. package/dist/esm/operationsInterfaces/operations.js +9 -0
  375. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  376. package/dist/esm/operationsInterfaces/publishers.d.ts +21 -0
  377. package/dist/esm/operationsInterfaces/publishers.d.ts.map +1 -0
  378. package/dist/esm/operationsInterfaces/publishers.js +9 -0
  379. package/dist/esm/operationsInterfaces/publishers.js.map +1 -0
  380. package/dist/esm/operationsInterfaces/securitySettings.d.ts +56 -0
  381. package/dist/esm/operationsInterfaces/securitySettings.d.ts.map +1 -0
  382. package/dist/esm/operationsInterfaces/securitySettings.js +9 -0
  383. package/dist/esm/operationsInterfaces/securitySettings.js.map +1 -0
  384. package/dist/esm/operationsInterfaces/skus.d.ts +25 -0
  385. package/dist/esm/operationsInterfaces/skus.d.ts.map +1 -0
  386. package/dist/esm/operationsInterfaces/skus.js +9 -0
  387. package/dist/esm/operationsInterfaces/skus.js.map +1 -0
  388. package/dist/esm/operationsInterfaces/updateRuns.d.ts +52 -0
  389. package/dist/esm/operationsInterfaces/updateRuns.d.ts.map +1 -0
  390. package/dist/esm/operationsInterfaces/updateRuns.js +9 -0
  391. package/dist/esm/operationsInterfaces/updateRuns.js.map +1 -0
  392. package/dist/esm/operationsInterfaces/updateSummariesOperations.d.ts +43 -0
  393. package/dist/esm/operationsInterfaces/updateSummariesOperations.d.ts.map +1 -0
  394. package/dist/esm/operationsInterfaces/updateSummariesOperations.js +9 -0
  395. package/dist/esm/operationsInterfaces/updateSummariesOperations.js.map +1 -0
  396. package/dist/esm/operationsInterfaces/updates.d.ts +63 -0
  397. package/dist/esm/operationsInterfaces/updates.d.ts.map +1 -0
  398. package/dist/esm/operationsInterfaces/updates.js +9 -0
  399. package/dist/esm/operationsInterfaces/updates.js.map +1 -0
  400. package/dist/esm/package.json +3 -0
  401. package/dist/esm/pagingHelper.d.ts +13 -0
  402. package/dist/esm/pagingHelper.d.ts.map +1 -0
  403. package/dist/esm/pagingHelper.js +30 -0
  404. package/dist/esm/pagingHelper.js.map +1 -0
  405. package/dist/react-native/azureStackHCIClient.d.ts +33 -0
  406. package/dist/react-native/azureStackHCIClient.d.ts.map +1 -0
  407. package/dist/react-native/azureStackHCIClient.js +128 -0
  408. package/dist/react-native/azureStackHCIClient.js.map +1 -0
  409. package/dist/react-native/index.d.ts +5 -0
  410. package/dist/react-native/index.d.ts.map +1 -0
  411. package/dist/react-native/index.js +13 -0
  412. package/dist/react-native/index.js.map +1 -0
  413. package/dist/react-native/lroImpl.d.ts +11 -0
  414. package/dist/react-native/lroImpl.d.ts.map +1 -0
  415. package/dist/react-native/lroImpl.js +18 -0
  416. package/dist/react-native/lroImpl.js.map +1 -0
  417. package/dist/react-native/models/index.d.ts +3822 -0
  418. package/dist/react-native/models/index.d.ts.map +1 -0
  419. package/dist/react-native/models/index.js +632 -0
  420. package/dist/react-native/models/index.js.map +1 -0
  421. package/dist/react-native/models/mappers.d.ts +147 -0
  422. package/dist/react-native/models/mappers.d.ts.map +1 -0
  423. package/dist/react-native/models/mappers.js +5276 -0
  424. package/dist/react-native/models/mappers.js.map +1 -0
  425. package/dist/react-native/models/parameters.d.ts +40 -0
  426. package/dist/react-native/models/parameters.d.ts.map +1 -0
  427. package/dist/react-native/models/parameters.js +302 -0
  428. package/dist/react-native/models/parameters.js.map +1 -0
  429. package/dist/react-native/operations/arcSettings.d.ts +129 -0
  430. package/dist/react-native/operations/arcSettings.d.ts.map +1 -0
  431. package/dist/react-native/operations/arcSettings.js +555 -0
  432. package/dist/react-native/operations/arcSettings.js.map +1 -0
  433. package/dist/react-native/operations/clusters.d.ts +169 -0
  434. package/dist/react-native/operations/clusters.d.ts.map +1 -0
  435. package/dist/react-native/operations/clusters.js +851 -0
  436. package/dist/react-native/operations/clusters.js.map +1 -0
  437. package/dist/react-native/operations/deploymentSettings.d.ts +81 -0
  438. package/dist/react-native/operations/deploymentSettings.d.ts.map +1 -0
  439. package/dist/react-native/operations/deploymentSettings.js +357 -0
  440. package/dist/react-native/operations/deploymentSettings.js.map +1 -0
  441. package/dist/react-native/operations/edgeDevices.d.ts +89 -0
  442. package/dist/react-native/operations/edgeDevices.d.ts.map +1 -0
  443. package/dist/react-native/operations/edgeDevices.js +420 -0
  444. package/dist/react-native/operations/edgeDevices.js.map +1 -0
  445. package/dist/react-native/operations/extensions.d.ts +129 -0
  446. package/dist/react-native/operations/extensions.d.ts.map +1 -0
  447. package/dist/react-native/operations/extensions.js +575 -0
  448. package/dist/react-native/operations/extensions.js.map +1 -0
  449. package/dist/react-native/operations/index.d.ts +14 -0
  450. package/dist/react-native/operations/index.d.ts.map +1 -0
  451. package/dist/react-native/operations/index.js +21 -0
  452. package/dist/react-native/operations/index.js.map +1 -0
  453. package/dist/react-native/operations/offers.d.ts +74 -0
  454. package/dist/react-native/operations/offers.d.ts.map +1 -0
  455. package/dist/react-native/operations/offers.js +279 -0
  456. package/dist/react-native/operations/offers.js.map +1 -0
  457. package/dist/react-native/operations/operations.d.ts +18 -0
  458. package/dist/react-native/operations/operations.d.ts.map +1 -0
  459. package/dist/react-native/operations/operations.js +47 -0
  460. package/dist/react-native/operations/operations.js.map +1 -0
  461. package/dist/react-native/operations/publishers.d.ts +46 -0
  462. package/dist/react-native/operations/publishers.d.ts.map +1 -0
  463. package/dist/react-native/operations/publishers.js +165 -0
  464. package/dist/react-native/operations/publishers.js.map +1 -0
  465. package/dist/react-native/operations/securitySettings.d.ts +81 -0
  466. package/dist/react-native/operations/securitySettings.d.ts.map +1 -0
  467. package/dist/react-native/operations/securitySettings.js +357 -0
  468. package/dist/react-native/operations/securitySettings.js.map +1 -0
  469. package/dist/react-native/operations/skus.d.ts +54 -0
  470. package/dist/react-native/operations/skus.d.ts.map +1 -0
  471. package/dist/react-native/operations/skus.js +193 -0
  472. package/dist/react-native/operations/skus.js.map +1 -0
  473. package/dist/react-native/operations/updateRuns.d.ts +79 -0
  474. package/dist/react-native/operations/updateRuns.d.ts.map +1 -0
  475. package/dist/react-native/operations/updateRuns.js +309 -0
  476. package/dist/react-native/operations/updateRuns.js.map +1 -0
  477. package/dist/react-native/operations/updateSummariesOperations.d.ts +68 -0
  478. package/dist/react-native/operations/updateSummariesOperations.d.ts.map +1 -0
  479. package/dist/react-native/operations/updateSummariesOperations.js +277 -0
  480. package/dist/react-native/operations/updateSummariesOperations.js.map +1 -0
  481. package/dist/react-native/operations/updates.d.ts +88 -0
  482. package/dist/react-native/operations/updates.d.ts.map +1 -0
  483. package/dist/react-native/operations/updates.js +366 -0
  484. package/dist/react-native/operations/updates.js.map +1 -0
  485. package/dist/react-native/operationsInterfaces/arcSettings.d.ts +104 -0
  486. package/dist/react-native/operationsInterfaces/arcSettings.d.ts.map +1 -0
  487. package/dist/react-native/operationsInterfaces/arcSettings.js +9 -0
  488. package/dist/react-native/operationsInterfaces/arcSettings.js.map +1 -0
  489. package/dist/react-native/operationsInterfaces/clusters.d.ts +133 -0
  490. package/dist/react-native/operationsInterfaces/clusters.d.ts.map +1 -0
  491. package/dist/react-native/operationsInterfaces/clusters.js +9 -0
  492. package/dist/react-native/operationsInterfaces/clusters.js.map +1 -0
  493. package/dist/react-native/operationsInterfaces/deploymentSettings.d.ts +56 -0
  494. package/dist/react-native/operationsInterfaces/deploymentSettings.d.ts.map +1 -0
  495. package/dist/react-native/operationsInterfaces/deploymentSettings.js +9 -0
  496. package/dist/react-native/operationsInterfaces/deploymentSettings.js.map +1 -0
  497. package/dist/react-native/operationsInterfaces/edgeDevices.d.ts +66 -0
  498. package/dist/react-native/operationsInterfaces/edgeDevices.d.ts.map +1 -0
  499. package/dist/react-native/operationsInterfaces/edgeDevices.js +9 -0
  500. package/dist/react-native/operationsInterfaces/edgeDevices.js.map +1 -0
  501. package/dist/react-native/operationsInterfaces/extensions.d.ts +102 -0
  502. package/dist/react-native/operationsInterfaces/extensions.d.ts.map +1 -0
  503. package/dist/react-native/operationsInterfaces/extensions.js +9 -0
  504. package/dist/react-native/operationsInterfaces/extensions.js.map +1 -0
  505. package/dist/react-native/operationsInterfaces/index.d.ts +14 -0
  506. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  507. package/dist/react-native/operationsInterfaces/index.js +21 -0
  508. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  509. package/dist/react-native/operationsInterfaces/offers.d.ts +30 -0
  510. package/dist/react-native/operationsInterfaces/offers.d.ts.map +1 -0
  511. package/dist/react-native/operationsInterfaces/offers.js +9 -0
  512. package/dist/react-native/operationsInterfaces/offers.js.map +1 -0
  513. package/dist/react-native/operationsInterfaces/operations.d.ts +10 -0
  514. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  515. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  516. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  517. package/dist/react-native/operationsInterfaces/publishers.d.ts +21 -0
  518. package/dist/react-native/operationsInterfaces/publishers.d.ts.map +1 -0
  519. package/dist/react-native/operationsInterfaces/publishers.js +9 -0
  520. package/dist/react-native/operationsInterfaces/publishers.js.map +1 -0
  521. package/dist/react-native/operationsInterfaces/securitySettings.d.ts +56 -0
  522. package/dist/react-native/operationsInterfaces/securitySettings.d.ts.map +1 -0
  523. package/dist/react-native/operationsInterfaces/securitySettings.js +9 -0
  524. package/dist/react-native/operationsInterfaces/securitySettings.js.map +1 -0
  525. package/dist/react-native/operationsInterfaces/skus.d.ts +25 -0
  526. package/dist/react-native/operationsInterfaces/skus.d.ts.map +1 -0
  527. package/dist/react-native/operationsInterfaces/skus.js +9 -0
  528. package/dist/react-native/operationsInterfaces/skus.js.map +1 -0
  529. package/dist/react-native/operationsInterfaces/updateRuns.d.ts +52 -0
  530. package/dist/react-native/operationsInterfaces/updateRuns.d.ts.map +1 -0
  531. package/dist/react-native/operationsInterfaces/updateRuns.js +9 -0
  532. package/dist/react-native/operationsInterfaces/updateRuns.js.map +1 -0
  533. package/dist/react-native/operationsInterfaces/updateSummariesOperations.d.ts +43 -0
  534. package/dist/react-native/operationsInterfaces/updateSummariesOperations.d.ts.map +1 -0
  535. package/dist/react-native/operationsInterfaces/updateSummariesOperations.js +9 -0
  536. package/dist/react-native/operationsInterfaces/updateSummariesOperations.js.map +1 -0
  537. package/dist/react-native/operationsInterfaces/updates.d.ts +63 -0
  538. package/dist/react-native/operationsInterfaces/updates.d.ts.map +1 -0
  539. package/dist/react-native/operationsInterfaces/updates.js +9 -0
  540. package/dist/react-native/operationsInterfaces/updates.js.map +1 -0
  541. package/dist/react-native/package.json +3 -0
  542. package/dist/react-native/pagingHelper.d.ts +13 -0
  543. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  544. package/dist/react-native/pagingHelper.js +30 -0
  545. package/dist/react-native/pagingHelper.js.map +1 -0
  546. package/package.json +87 -73
  547. package/review/arm-azurestackhci-node.api.md +2416 -0
  548. package/dist/index.js +0 -11263
  549. package/dist/index.js.map +0 -1
  550. package/dist/index.min.js +0 -1
  551. package/dist/index.min.js.map +0 -1
  552. package/dist-esm/samples-dev/arcSettingsConsentAndInstallDefaultExtensionsSample.d.ts +0 -2
  553. package/dist-esm/samples-dev/arcSettingsConsentAndInstallDefaultExtensionsSample.d.ts.map +0 -1
  554. package/dist-esm/samples-dev/arcSettingsConsentAndInstallDefaultExtensionsSample.js +0 -40
  555. package/dist-esm/samples-dev/arcSettingsConsentAndInstallDefaultExtensionsSample.js.map +0 -1
  556. package/dist-esm/samples-dev/arcSettingsCreateIdentitySample.d.ts +0 -2
  557. package/dist-esm/samples-dev/arcSettingsCreateIdentitySample.d.ts.map +0 -1
  558. package/dist-esm/samples-dev/arcSettingsCreateIdentitySample.js +0 -40
  559. package/dist-esm/samples-dev/arcSettingsCreateIdentitySample.js.map +0 -1
  560. package/dist-esm/samples-dev/arcSettingsCreateSample.d.ts +0 -2
  561. package/dist-esm/samples-dev/arcSettingsCreateSample.d.ts.map +0 -1
  562. package/dist-esm/samples-dev/arcSettingsCreateSample.js +0 -41
  563. package/dist-esm/samples-dev/arcSettingsCreateSample.js.map +0 -1
  564. package/dist-esm/samples-dev/arcSettingsDeleteSample.d.ts +0 -2
  565. package/dist-esm/samples-dev/arcSettingsDeleteSample.d.ts.map +0 -1
  566. package/dist-esm/samples-dev/arcSettingsDeleteSample.js +0 -40
  567. package/dist-esm/samples-dev/arcSettingsDeleteSample.js.map +0 -1
  568. package/dist-esm/samples-dev/arcSettingsGeneratePasswordSample.d.ts +0 -2
  569. package/dist-esm/samples-dev/arcSettingsGeneratePasswordSample.d.ts.map +0 -1
  570. package/dist-esm/samples-dev/arcSettingsGeneratePasswordSample.js +0 -40
  571. package/dist-esm/samples-dev/arcSettingsGeneratePasswordSample.js.map +0 -1
  572. package/dist-esm/samples-dev/arcSettingsGetSample.d.ts +0 -2
  573. package/dist-esm/samples-dev/arcSettingsGetSample.d.ts.map +0 -1
  574. package/dist-esm/samples-dev/arcSettingsGetSample.js +0 -40
  575. package/dist-esm/samples-dev/arcSettingsGetSample.js.map +0 -1
  576. package/dist-esm/samples-dev/arcSettingsInitializeDisableProcessSample.d.ts +0 -2
  577. package/dist-esm/samples-dev/arcSettingsInitializeDisableProcessSample.d.ts.map +0 -1
  578. package/dist-esm/samples-dev/arcSettingsInitializeDisableProcessSample.js +0 -40
  579. package/dist-esm/samples-dev/arcSettingsInitializeDisableProcessSample.js.map +0 -1
  580. package/dist-esm/samples-dev/arcSettingsListByClusterSample.d.ts +0 -2
  581. package/dist-esm/samples-dev/arcSettingsListByClusterSample.d.ts.map +0 -1
  582. package/dist-esm/samples-dev/arcSettingsListByClusterSample.js +0 -55
  583. package/dist-esm/samples-dev/arcSettingsListByClusterSample.js.map +0 -1
  584. package/dist-esm/samples-dev/arcSettingsUpdateSample.d.ts +0 -2
  585. package/dist-esm/samples-dev/arcSettingsUpdateSample.d.ts.map +0 -1
  586. package/dist-esm/samples-dev/arcSettingsUpdateSample.js +0 -46
  587. package/dist-esm/samples-dev/arcSettingsUpdateSample.js.map +0 -1
  588. package/dist-esm/samples-dev/clustersConfigureRemoteSupportSample.d.ts +0 -2
  589. package/dist-esm/samples-dev/clustersConfigureRemoteSupportSample.d.ts.map +0 -1
  590. package/dist-esm/samples-dev/clustersConfigureRemoteSupportSample.js +0 -46
  591. package/dist-esm/samples-dev/clustersConfigureRemoteSupportSample.js.map +0 -1
  592. package/dist-esm/samples-dev/clustersCreateIdentitySample.d.ts +0 -2
  593. package/dist-esm/samples-dev/clustersCreateIdentitySample.d.ts.map +0 -1
  594. package/dist-esm/samples-dev/clustersCreateIdentitySample.js +0 -39
  595. package/dist-esm/samples-dev/clustersCreateIdentitySample.js.map +0 -1
  596. package/dist-esm/samples-dev/clustersCreateSample.d.ts +0 -2
  597. package/dist-esm/samples-dev/clustersCreateSample.d.ts.map +0 -1
  598. package/dist-esm/samples-dev/clustersCreateSample.js +0 -46
  599. package/dist-esm/samples-dev/clustersCreateSample.js.map +0 -1
  600. package/dist-esm/samples-dev/clustersDeleteSample.d.ts +0 -2
  601. package/dist-esm/samples-dev/clustersDeleteSample.d.ts.map +0 -1
  602. package/dist-esm/samples-dev/clustersDeleteSample.js +0 -39
  603. package/dist-esm/samples-dev/clustersDeleteSample.js.map +0 -1
  604. package/dist-esm/samples-dev/clustersExtendSoftwareAssuranceBenefitSample.d.ts +0 -2
  605. package/dist-esm/samples-dev/clustersExtendSoftwareAssuranceBenefitSample.d.ts.map +0 -1
  606. package/dist-esm/samples-dev/clustersExtendSoftwareAssuranceBenefitSample.js +0 -42
  607. package/dist-esm/samples-dev/clustersExtendSoftwareAssuranceBenefitSample.js.map +0 -1
  608. package/dist-esm/samples-dev/clustersGetSample.d.ts +0 -2
  609. package/dist-esm/samples-dev/clustersGetSample.d.ts.map +0 -1
  610. package/dist-esm/samples-dev/clustersGetSample.js +0 -39
  611. package/dist-esm/samples-dev/clustersGetSample.js.map +0 -1
  612. package/dist-esm/samples-dev/clustersListByResourceGroupSample.d.ts +0 -2
  613. package/dist-esm/samples-dev/clustersListByResourceGroupSample.d.ts.map +0 -1
  614. package/dist-esm/samples-dev/clustersListByResourceGroupSample.js +0 -54
  615. package/dist-esm/samples-dev/clustersListByResourceGroupSample.js.map +0 -1
  616. package/dist-esm/samples-dev/clustersListBySubscriptionSample.d.ts +0 -2
  617. package/dist-esm/samples-dev/clustersListBySubscriptionSample.d.ts.map +0 -1
  618. package/dist-esm/samples-dev/clustersListBySubscriptionSample.js +0 -53
  619. package/dist-esm/samples-dev/clustersListBySubscriptionSample.js.map +0 -1
  620. package/dist-esm/samples-dev/clustersTriggerLogCollectionSample.d.ts +0 -2
  621. package/dist-esm/samples-dev/clustersTriggerLogCollectionSample.d.ts.map +0 -1
  622. package/dist-esm/samples-dev/clustersTriggerLogCollectionSample.js +0 -45
  623. package/dist-esm/samples-dev/clustersTriggerLogCollectionSample.js.map +0 -1
  624. package/dist-esm/samples-dev/clustersUpdateSample.d.ts +0 -2
  625. package/dist-esm/samples-dev/clustersUpdateSample.d.ts.map +0 -1
  626. package/dist-esm/samples-dev/clustersUpdateSample.js +0 -48
  627. package/dist-esm/samples-dev/clustersUpdateSample.js.map +0 -1
  628. package/dist-esm/samples-dev/clustersUploadCertificateSample.d.ts +0 -2
  629. package/dist-esm/samples-dev/clustersUploadCertificateSample.d.ts.map +0 -1
  630. package/dist-esm/samples-dev/clustersUploadCertificateSample.js +0 -42
  631. package/dist-esm/samples-dev/clustersUploadCertificateSample.js.map +0 -1
  632. package/dist-esm/samples-dev/deploymentSettingsCreateOrUpdateSample.d.ts +0 -2
  633. package/dist-esm/samples-dev/deploymentSettingsCreateOrUpdateSample.d.ts.map +0 -1
  634. package/dist-esm/samples-dev/deploymentSettingsCreateOrUpdateSample.js +0 -186
  635. package/dist-esm/samples-dev/deploymentSettingsCreateOrUpdateSample.js.map +0 -1
  636. package/dist-esm/samples-dev/deploymentSettingsDeleteSample.d.ts +0 -2
  637. package/dist-esm/samples-dev/deploymentSettingsDeleteSample.d.ts.map +0 -1
  638. package/dist-esm/samples-dev/deploymentSettingsDeleteSample.js +0 -40
  639. package/dist-esm/samples-dev/deploymentSettingsDeleteSample.js.map +0 -1
  640. package/dist-esm/samples-dev/deploymentSettingsGetSample.d.ts +0 -2
  641. package/dist-esm/samples-dev/deploymentSettingsGetSample.d.ts.map +0 -1
  642. package/dist-esm/samples-dev/deploymentSettingsGetSample.js +0 -40
  643. package/dist-esm/samples-dev/deploymentSettingsGetSample.js.map +0 -1
  644. package/dist-esm/samples-dev/deploymentSettingsListByClustersSample.d.ts +0 -2
  645. package/dist-esm/samples-dev/deploymentSettingsListByClustersSample.d.ts.map +0 -1
  646. package/dist-esm/samples-dev/deploymentSettingsListByClustersSample.js +0 -55
  647. package/dist-esm/samples-dev/deploymentSettingsListByClustersSample.js.map +0 -1
  648. package/dist-esm/samples-dev/edgeDevicesCreateOrUpdateSample.d.ts +0 -2
  649. package/dist-esm/samples-dev/edgeDevicesCreateOrUpdateSample.d.ts.map +0 -1
  650. package/dist-esm/samples-dev/edgeDevicesCreateOrUpdateSample.js +0 -58
  651. package/dist-esm/samples-dev/edgeDevicesCreateOrUpdateSample.js.map +0 -1
  652. package/dist-esm/samples-dev/edgeDevicesDeleteSample.d.ts +0 -2
  653. package/dist-esm/samples-dev/edgeDevicesDeleteSample.d.ts.map +0 -1
  654. package/dist-esm/samples-dev/edgeDevicesDeleteSample.js +0 -37
  655. package/dist-esm/samples-dev/edgeDevicesDeleteSample.js.map +0 -1
  656. package/dist-esm/samples-dev/edgeDevicesGetSample.d.ts +0 -2
  657. package/dist-esm/samples-dev/edgeDevicesGetSample.d.ts.map +0 -1
  658. package/dist-esm/samples-dev/edgeDevicesGetSample.js +0 -37
  659. package/dist-esm/samples-dev/edgeDevicesGetSample.js.map +0 -1
  660. package/dist-esm/samples-dev/edgeDevicesListSample.d.ts +0 -2
  661. package/dist-esm/samples-dev/edgeDevicesListSample.d.ts.map +0 -1
  662. package/dist-esm/samples-dev/edgeDevicesListSample.js +0 -52
  663. package/dist-esm/samples-dev/edgeDevicesListSample.js.map +0 -1
  664. package/dist-esm/samples-dev/edgeDevicesValidateSample.d.ts +0 -2
  665. package/dist-esm/samples-dev/edgeDevicesValidateSample.d.ts.map +0 -1
  666. package/dist-esm/samples-dev/edgeDevicesValidateSample.js +0 -44
  667. package/dist-esm/samples-dev/edgeDevicesValidateSample.js.map +0 -1
  668. package/dist-esm/samples-dev/extensionsCreateSample.d.ts +0 -2
  669. package/dist-esm/samples-dev/extensionsCreateSample.d.ts.map +0 -1
  670. package/dist-esm/samples-dev/extensionsCreateSample.js +0 -49
  671. package/dist-esm/samples-dev/extensionsCreateSample.js.map +0 -1
  672. package/dist-esm/samples-dev/extensionsDeleteSample.d.ts +0 -2
  673. package/dist-esm/samples-dev/extensionsDeleteSample.d.ts.map +0 -1
  674. package/dist-esm/samples-dev/extensionsDeleteSample.js +0 -41
  675. package/dist-esm/samples-dev/extensionsDeleteSample.js.map +0 -1
  676. package/dist-esm/samples-dev/extensionsGetSample.d.ts +0 -2
  677. package/dist-esm/samples-dev/extensionsGetSample.d.ts.map +0 -1
  678. package/dist-esm/samples-dev/extensionsGetSample.js +0 -41
  679. package/dist-esm/samples-dev/extensionsGetSample.js.map +0 -1
  680. package/dist-esm/samples-dev/extensionsListByArcSettingSample.d.ts +0 -2
  681. package/dist-esm/samples-dev/extensionsListByArcSettingSample.d.ts.map +0 -1
  682. package/dist-esm/samples-dev/extensionsListByArcSettingSample.js +0 -56
  683. package/dist-esm/samples-dev/extensionsListByArcSettingSample.js.map +0 -1
  684. package/dist-esm/samples-dev/extensionsUpdateSample.d.ts +0 -2
  685. package/dist-esm/samples-dev/extensionsUpdateSample.d.ts.map +0 -1
  686. package/dist-esm/samples-dev/extensionsUpdateSample.js +0 -49
  687. package/dist-esm/samples-dev/extensionsUpdateSample.js.map +0 -1
  688. package/dist-esm/samples-dev/extensionsUpgradeSample.d.ts +0 -2
  689. package/dist-esm/samples-dev/extensionsUpgradeSample.d.ts.map +0 -1
  690. package/dist-esm/samples-dev/extensionsUpgradeSample.js +0 -44
  691. package/dist-esm/samples-dev/extensionsUpgradeSample.js.map +0 -1
  692. package/dist-esm/samples-dev/offersGetSample.d.ts +0 -2
  693. package/dist-esm/samples-dev/offersGetSample.d.ts.map +0 -1
  694. package/dist-esm/samples-dev/offersGetSample.js +0 -41
  695. package/dist-esm/samples-dev/offersGetSample.js.map +0 -1
  696. package/dist-esm/samples-dev/offersListByClusterSample.d.ts +0 -2
  697. package/dist-esm/samples-dev/offersListByClusterSample.d.ts.map +0 -1
  698. package/dist-esm/samples-dev/offersListByClusterSample.js +0 -55
  699. package/dist-esm/samples-dev/offersListByClusterSample.js.map +0 -1
  700. package/dist-esm/samples-dev/offersListByPublisherSample.d.ts +0 -2
  701. package/dist-esm/samples-dev/offersListByPublisherSample.d.ts.map +0 -1
  702. package/dist-esm/samples-dev/offersListByPublisherSample.js +0 -56
  703. package/dist-esm/samples-dev/offersListByPublisherSample.js.map +0 -1
  704. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  705. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  706. package/dist-esm/samples-dev/operationsListSample.js +0 -37
  707. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  708. package/dist-esm/samples-dev/publishersGetSample.d.ts +0 -2
  709. package/dist-esm/samples-dev/publishersGetSample.d.ts.map +0 -1
  710. package/dist-esm/samples-dev/publishersGetSample.js +0 -40
  711. package/dist-esm/samples-dev/publishersGetSample.js.map +0 -1
  712. package/dist-esm/samples-dev/publishersListByClusterSample.d.ts +0 -2
  713. package/dist-esm/samples-dev/publishersListByClusterSample.d.ts.map +0 -1
  714. package/dist-esm/samples-dev/publishersListByClusterSample.js +0 -55
  715. package/dist-esm/samples-dev/publishersListByClusterSample.js.map +0 -1
  716. package/dist-esm/samples-dev/securitySettingsCreateOrUpdateSample.d.ts +0 -2
  717. package/dist-esm/samples-dev/securitySettingsCreateOrUpdateSample.d.ts.map +0 -1
  718. package/dist-esm/samples-dev/securitySettingsCreateOrUpdateSample.js +0 -45
  719. package/dist-esm/samples-dev/securitySettingsCreateOrUpdateSample.js.map +0 -1
  720. package/dist-esm/samples-dev/securitySettingsDeleteSample.d.ts +0 -2
  721. package/dist-esm/samples-dev/securitySettingsDeleteSample.d.ts.map +0 -1
  722. package/dist-esm/samples-dev/securitySettingsDeleteSample.js +0 -40
  723. package/dist-esm/samples-dev/securitySettingsDeleteSample.js.map +0 -1
  724. package/dist-esm/samples-dev/securitySettingsGetSample.d.ts +0 -2
  725. package/dist-esm/samples-dev/securitySettingsGetSample.d.ts.map +0 -1
  726. package/dist-esm/samples-dev/securitySettingsGetSample.js +0 -40
  727. package/dist-esm/samples-dev/securitySettingsGetSample.js.map +0 -1
  728. package/dist-esm/samples-dev/securitySettingsListByClustersSample.d.ts +0 -2
  729. package/dist-esm/samples-dev/securitySettingsListByClustersSample.d.ts.map +0 -1
  730. package/dist-esm/samples-dev/securitySettingsListByClustersSample.js +0 -55
  731. package/dist-esm/samples-dev/securitySettingsListByClustersSample.js.map +0 -1
  732. package/dist-esm/samples-dev/skusGetSample.d.ts +0 -2
  733. package/dist-esm/samples-dev/skusGetSample.d.ts.map +0 -1
  734. package/dist-esm/samples-dev/skusGetSample.js +0 -42
  735. package/dist-esm/samples-dev/skusGetSample.js.map +0 -1
  736. package/dist-esm/samples-dev/skusListByOfferSample.d.ts +0 -2
  737. package/dist-esm/samples-dev/skusListByOfferSample.d.ts.map +0 -1
  738. package/dist-esm/samples-dev/skusListByOfferSample.js +0 -57
  739. package/dist-esm/samples-dev/skusListByOfferSample.js.map +0 -1
  740. package/dist-esm/samples-dev/updateRunsDeleteSample.d.ts +0 -2
  741. package/dist-esm/samples-dev/updateRunsDeleteSample.d.ts.map +0 -1
  742. package/dist-esm/samples-dev/updateRunsDeleteSample.js +0 -41
  743. package/dist-esm/samples-dev/updateRunsDeleteSample.js.map +0 -1
  744. package/dist-esm/samples-dev/updateRunsGetSample.d.ts +0 -2
  745. package/dist-esm/samples-dev/updateRunsGetSample.d.ts.map +0 -1
  746. package/dist-esm/samples-dev/updateRunsGetSample.js +0 -41
  747. package/dist-esm/samples-dev/updateRunsGetSample.js.map +0 -1
  748. package/dist-esm/samples-dev/updateRunsListSample.d.ts +0 -2
  749. package/dist-esm/samples-dev/updateRunsListSample.d.ts.map +0 -1
  750. package/dist-esm/samples-dev/updateRunsListSample.js +0 -56
  751. package/dist-esm/samples-dev/updateRunsListSample.js.map +0 -1
  752. package/dist-esm/samples-dev/updateRunsPutSample.d.ts +0 -2
  753. package/dist-esm/samples-dev/updateRunsPutSample.d.ts.map +0 -1
  754. package/dist-esm/samples-dev/updateRunsPutSample.js +0 -62
  755. package/dist-esm/samples-dev/updateRunsPutSample.js.map +0 -1
  756. package/dist-esm/samples-dev/updateSummariesDeleteSample.d.ts +0 -2
  757. package/dist-esm/samples-dev/updateSummariesDeleteSample.d.ts.map +0 -1
  758. package/dist-esm/samples-dev/updateSummariesDeleteSample.js +0 -39
  759. package/dist-esm/samples-dev/updateSummariesDeleteSample.js.map +0 -1
  760. package/dist-esm/samples-dev/updateSummariesGetSample.d.ts +0 -2
  761. package/dist-esm/samples-dev/updateSummariesGetSample.d.ts.map +0 -1
  762. package/dist-esm/samples-dev/updateSummariesGetSample.js +0 -39
  763. package/dist-esm/samples-dev/updateSummariesGetSample.js.map +0 -1
  764. package/dist-esm/samples-dev/updateSummariesListSample.d.ts +0 -2
  765. package/dist-esm/samples-dev/updateSummariesListSample.d.ts.map +0 -1
  766. package/dist-esm/samples-dev/updateSummariesListSample.js +0 -55
  767. package/dist-esm/samples-dev/updateSummariesListSample.js.map +0 -1
  768. package/dist-esm/samples-dev/updateSummariesPutSample.d.ts +0 -2
  769. package/dist-esm/samples-dev/updateSummariesPutSample.d.ts.map +0 -1
  770. package/dist-esm/samples-dev/updateSummariesPutSample.js +0 -47
  771. package/dist-esm/samples-dev/updateSummariesPutSample.js.map +0 -1
  772. package/dist-esm/samples-dev/updatesDeleteSample.d.ts +0 -2
  773. package/dist-esm/samples-dev/updatesDeleteSample.d.ts.map +0 -1
  774. package/dist-esm/samples-dev/updatesDeleteSample.js +0 -40
  775. package/dist-esm/samples-dev/updatesDeleteSample.js.map +0 -1
  776. package/dist-esm/samples-dev/updatesGetSample.d.ts +0 -2
  777. package/dist-esm/samples-dev/updatesGetSample.d.ts.map +0 -1
  778. package/dist-esm/samples-dev/updatesGetSample.js +0 -40
  779. package/dist-esm/samples-dev/updatesGetSample.js.map +0 -1
  780. package/dist-esm/samples-dev/updatesListSample.d.ts +0 -2
  781. package/dist-esm/samples-dev/updatesListSample.d.ts.map +0 -1
  782. package/dist-esm/samples-dev/updatesListSample.js +0 -55
  783. package/dist-esm/samples-dev/updatesListSample.js.map +0 -1
  784. package/dist-esm/samples-dev/updatesPostSample.d.ts +0 -2
  785. package/dist-esm/samples-dev/updatesPostSample.d.ts.map +0 -1
  786. package/dist-esm/samples-dev/updatesPostSample.js +0 -40
  787. package/dist-esm/samples-dev/updatesPostSample.js.map +0 -1
  788. package/dist-esm/samples-dev/updatesPutSample.d.ts +0 -2
  789. package/dist-esm/samples-dev/updatesPutSample.d.ts.map +0 -1
  790. package/dist-esm/samples-dev/updatesPutSample.js +0 -63
  791. package/dist-esm/samples-dev/updatesPutSample.js.map +0 -1
  792. package/dist-esm/src/azureStackHCIClient.d.ts +0 -33
  793. package/dist-esm/src/azureStackHCIClient.d.ts.map +0 -1
  794. package/dist-esm/src/azureStackHCIClient.js +0 -110
  795. package/dist-esm/src/azureStackHCIClient.js.map +0 -1
  796. package/dist-esm/src/index.d.ts +0 -5
  797. package/dist-esm/src/index.d.ts.map +0 -1
  798. package/dist-esm/src/index.js +0 -13
  799. package/dist-esm/src/index.js.map +0 -1
  800. package/dist-esm/src/lroImpl.d.ts.map +0 -1
  801. package/dist-esm/src/lroImpl.js +0 -21
  802. package/dist-esm/src/lroImpl.js.map +0 -1
  803. package/dist-esm/src/models/index.js.map +0 -1
  804. package/dist-esm/src/models/mappers.js +0 -5111
  805. package/dist-esm/src/models/mappers.js.map +0 -1
  806. package/dist-esm/src/models/parameters.js +0 -302
  807. package/dist-esm/src/models/parameters.js.map +0 -1
  808. package/dist-esm/src/operations/arcSettings.d.ts +0 -129
  809. package/dist-esm/src/operations/arcSettings.d.ts.map +0 -1
  810. package/dist-esm/src/operations/arcSettings.js +0 -569
  811. package/dist-esm/src/operations/arcSettings.js.map +0 -1
  812. package/dist-esm/src/operations/clusters.d.ts +0 -169
  813. package/dist-esm/src/operations/clusters.d.ts.map +0 -1
  814. package/dist-esm/src/operations/clusters.js +0 -879
  815. package/dist-esm/src/operations/clusters.js.map +0 -1
  816. package/dist-esm/src/operations/deploymentSettings.d.ts +0 -81
  817. package/dist-esm/src/operations/deploymentSettings.d.ts.map +0 -1
  818. package/dist-esm/src/operations/deploymentSettings.js +0 -372
  819. package/dist-esm/src/operations/deploymentSettings.js.map +0 -1
  820. package/dist-esm/src/operations/edgeDevices.d.ts +0 -89
  821. package/dist-esm/src/operations/edgeDevices.d.ts.map +0 -1
  822. package/dist-esm/src/operations/edgeDevices.js +0 -434
  823. package/dist-esm/src/operations/edgeDevices.js.map +0 -1
  824. package/dist-esm/src/operations/extensions.d.ts +0 -129
  825. package/dist-esm/src/operations/extensions.d.ts.map +0 -1
  826. package/dist-esm/src/operations/extensions.js +0 -588
  827. package/dist-esm/src/operations/extensions.js.map +0 -1
  828. package/dist-esm/src/operations/index.d.ts +0 -14
  829. package/dist-esm/src/operations/index.d.ts.map +0 -1
  830. package/dist-esm/src/operations/index.js +0 -21
  831. package/dist-esm/src/operations/index.js.map +0 -1
  832. package/dist-esm/src/operations/offers.d.ts +0 -74
  833. package/dist-esm/src/operations/offers.d.ts.map +0 -1
  834. package/dist-esm/src/operations/offers.js +0 -313
  835. package/dist-esm/src/operations/offers.js.map +0 -1
  836. package/dist-esm/src/operations/operations.d.ts +0 -18
  837. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  838. package/dist-esm/src/operations/operations.js +0 -46
  839. package/dist-esm/src/operations/operations.js.map +0 -1
  840. package/dist-esm/src/operations/publishers.d.ts +0 -46
  841. package/dist-esm/src/operations/publishers.d.ts.map +0 -1
  842. package/dist-esm/src/operations/publishers.js +0 -182
  843. package/dist-esm/src/operations/publishers.js.map +0 -1
  844. package/dist-esm/src/operations/securitySettings.d.ts +0 -81
  845. package/dist-esm/src/operations/securitySettings.d.ts.map +0 -1
  846. package/dist-esm/src/operations/securitySettings.js +0 -372
  847. package/dist-esm/src/operations/securitySettings.js.map +0 -1
  848. package/dist-esm/src/operations/skus.d.ts +0 -54
  849. package/dist-esm/src/operations/skus.d.ts.map +0 -1
  850. package/dist-esm/src/operations/skus.js +0 -210
  851. package/dist-esm/src/operations/skus.js.map +0 -1
  852. package/dist-esm/src/operations/updateRuns.d.ts +0 -79
  853. package/dist-esm/src/operations/updateRuns.d.ts.map +0 -1
  854. package/dist-esm/src/operations/updateRuns.js +0 -325
  855. package/dist-esm/src/operations/updateRuns.js.map +0 -1
  856. package/dist-esm/src/operations/updateSummariesOperations.d.ts +0 -68
  857. package/dist-esm/src/operations/updateSummariesOperations.d.ts.map +0 -1
  858. package/dist-esm/src/operations/updateSummariesOperations.js +0 -293
  859. package/dist-esm/src/operations/updateSummariesOperations.js.map +0 -1
  860. package/dist-esm/src/operations/updates.d.ts +0 -88
  861. package/dist-esm/src/operations/updates.d.ts.map +0 -1
  862. package/dist-esm/src/operations/updates.js +0 -381
  863. package/dist-esm/src/operations/updates.js.map +0 -1
  864. package/dist-esm/src/operationsInterfaces/arcSettings.d.ts +0 -104
  865. package/dist-esm/src/operationsInterfaces/arcSettings.d.ts.map +0 -1
  866. package/dist-esm/src/operationsInterfaces/arcSettings.js.map +0 -1
  867. package/dist-esm/src/operationsInterfaces/clusters.d.ts +0 -133
  868. package/dist-esm/src/operationsInterfaces/clusters.d.ts.map +0 -1
  869. package/dist-esm/src/operationsInterfaces/clusters.js.map +0 -1
  870. package/dist-esm/src/operationsInterfaces/deploymentSettings.d.ts +0 -56
  871. package/dist-esm/src/operationsInterfaces/deploymentSettings.d.ts.map +0 -1
  872. package/dist-esm/src/operationsInterfaces/deploymentSettings.js.map +0 -1
  873. package/dist-esm/src/operationsInterfaces/edgeDevices.d.ts +0 -66
  874. package/dist-esm/src/operationsInterfaces/edgeDevices.d.ts.map +0 -1
  875. package/dist-esm/src/operationsInterfaces/edgeDevices.js.map +0 -1
  876. package/dist-esm/src/operationsInterfaces/extensions.d.ts +0 -102
  877. package/dist-esm/src/operationsInterfaces/extensions.d.ts.map +0 -1
  878. package/dist-esm/src/operationsInterfaces/extensions.js.map +0 -1
  879. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -14
  880. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  881. package/dist-esm/src/operationsInterfaces/index.js +0 -21
  882. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  883. package/dist-esm/src/operationsInterfaces/offers.d.ts +0 -30
  884. package/dist-esm/src/operationsInterfaces/offers.d.ts.map +0 -1
  885. package/dist-esm/src/operationsInterfaces/offers.js.map +0 -1
  886. package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -10
  887. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  888. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  889. package/dist-esm/src/operationsInterfaces/publishers.d.ts +0 -21
  890. package/dist-esm/src/operationsInterfaces/publishers.d.ts.map +0 -1
  891. package/dist-esm/src/operationsInterfaces/publishers.js.map +0 -1
  892. package/dist-esm/src/operationsInterfaces/securitySettings.d.ts +0 -56
  893. package/dist-esm/src/operationsInterfaces/securitySettings.d.ts.map +0 -1
  894. package/dist-esm/src/operationsInterfaces/securitySettings.js.map +0 -1
  895. package/dist-esm/src/operationsInterfaces/skus.d.ts +0 -25
  896. package/dist-esm/src/operationsInterfaces/skus.d.ts.map +0 -1
  897. package/dist-esm/src/operationsInterfaces/skus.js.map +0 -1
  898. package/dist-esm/src/operationsInterfaces/updateRuns.d.ts +0 -52
  899. package/dist-esm/src/operationsInterfaces/updateRuns.d.ts.map +0 -1
  900. package/dist-esm/src/operationsInterfaces/updateRuns.js.map +0 -1
  901. package/dist-esm/src/operationsInterfaces/updateSummariesOperations.d.ts +0 -43
  902. package/dist-esm/src/operationsInterfaces/updateSummariesOperations.d.ts.map +0 -1
  903. package/dist-esm/src/operationsInterfaces/updateSummariesOperations.js.map +0 -1
  904. package/dist-esm/src/operationsInterfaces/updates.d.ts +0 -63
  905. package/dist-esm/src/operationsInterfaces/updates.d.ts.map +0 -1
  906. package/dist-esm/src/operationsInterfaces/updates.js.map +0 -1
  907. package/dist-esm/src/pagingHelper.js +0 -32
  908. package/dist-esm/src/pagingHelper.js.map +0 -1
  909. package/dist-esm/test/azurestackhci_operations_test.spec.d.ts +0 -4
  910. package/dist-esm/test/azurestackhci_operations_test.spec.d.ts.map +0 -1
  911. package/dist-esm/test/azurestackhci_operations_test.spec.js +0 -56
  912. package/dist-esm/test/azurestackhci_operations_test.spec.js.map +0 -1
  913. package/review/arm-azurestackhci.api.md +0 -2417
  914. package/src/azureStackHCIClient.ts +0 -207
  915. package/src/index.ts +0 -13
  916. package/src/lroImpl.ts +0 -42
  917. package/src/models/index.ts +0 -4207
  918. package/src/models/mappers.ts +0 -5430
  919. package/src/models/parameters.ts +0 -364
  920. package/src/operations/arcSettings.ts +0 -782
  921. package/src/operations/clusters.ts +0 -1175
  922. package/src/operations/deploymentSettings.ts +0 -519
  923. package/src/operations/edgeDevices.ts +0 -583
  924. package/src/operations/extensions.ts +0 -826
  925. package/src/operations/index.ts +0 -21
  926. package/src/operations/offers.ts +0 -428
  927. package/src/operations/operations.ts +0 -59
  928. package/src/operations/publishers.ts +0 -244
  929. package/src/operations/securitySettings.ts +0 -519
  930. package/src/operations/skus.ts +0 -294
  931. package/src/operations/updateRuns.ts +0 -448
  932. package/src/operations/updateSummariesOperations.ts +0 -390
  933. package/src/operations/updates.ts +0 -511
  934. package/src/operationsInterfaces/arcSettings.ts +0 -197
  935. package/src/operationsInterfaces/clusters.ts +0 -262
  936. package/src/operationsInterfaces/deploymentSettings.ts +0 -115
  937. package/src/operationsInterfaces/edgeDevices.ts +0 -137
  938. package/src/operationsInterfaces/extensions.ts +0 -199
  939. package/src/operationsInterfaces/index.ts +0 -21
  940. package/src/operationsInterfaces/offers.ts +0 -60
  941. package/src/operationsInterfaces/operations.ts +0 -21
  942. package/src/operationsInterfaces/publishers.ts +0 -44
  943. package/src/operationsInterfaces/securitySettings.ts +0 -115
  944. package/src/operationsInterfaces/skus.ts +0 -52
  945. package/src/operationsInterfaces/updateRuns.ts +0 -99
  946. package/src/operationsInterfaces/updateSummariesOperations.ts +0 -81
  947. package/src/operationsInterfaces/updates.ts +0 -116
  948. package/src/pagingHelper.ts +0 -39
  949. package/tsconfig.json +0 -33
  950. package/types/arm-azurestackhci.d.ts +0 -4954
  951. package/types/tsdoc-metadata.json +0 -11
  952. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  953. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  954. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  955. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  956. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  957. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  958. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  959. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  960. /package/{dist-esm/src → dist/browser}/operationsInterfaces/arcSettings.js +0 -0
  961. /package/{dist-esm/src → dist/browser}/operationsInterfaces/clusters.js +0 -0
  962. /package/{dist-esm/src → dist/browser}/operationsInterfaces/deploymentSettings.js +0 -0
  963. /package/{dist-esm/src → dist/browser}/operationsInterfaces/edgeDevices.js +0 -0
  964. /package/{dist-esm/src → dist/browser}/operationsInterfaces/extensions.js +0 -0
  965. /package/{dist-esm/src → dist/browser}/operationsInterfaces/offers.js +0 -0
  966. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  967. /package/{dist-esm/src → dist/browser}/operationsInterfaces/publishers.js +0 -0
  968. /package/{dist-esm/src → dist/browser}/operationsInterfaces/securitySettings.js +0 -0
  969. /package/{dist-esm/src → dist/browser}/operationsInterfaces/skus.js +0 -0
  970. /package/{dist-esm/src → dist/browser}/operationsInterfaces/updateRuns.js +0 -0
  971. /package/{dist-esm/src → dist/browser}/operationsInterfaces/updateSummariesOperations.js +0 -0
  972. /package/{dist-esm/src → dist/browser}/operationsInterfaces/updates.js +0 -0
  973. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  974. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport const ArcSettingList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ArcSettingList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ArcSetting\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PerNodeState: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PerNodeState\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n arcInstance: {\n serializedName: \"arcInstance\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n arcNodeServicePrincipalObjectId: {\n serializedName: \"arcNodeServicePrincipalObjectId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DefaultExtensionDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DefaultExtensionDetails\",\n modelProperties: {\n category: {\n serializedName: \"category\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n consentTime: {\n serializedName: \"consentTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const Resource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n },\n },\n};\n\nexport const SystemData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"String\",\n },\n },\n createdByType: {\n serializedName: \"createdByType\",\n type: {\n name: \"String\",\n },\n },\n createdAt: {\n serializedName: \"createdAt\",\n type: {\n name: \"DateTime\",\n },\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedByType: {\n serializedName: \"lastModifiedByType\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const ErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n },\n },\n};\n\nexport const ErrorDetail: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n target: {\n serializedName: \"target\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n details: {\n serializedName: \"details\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n },\n },\n additionalInfo: {\n serializedName: \"additionalInfo\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ErrorAdditionalInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n info: {\n serializedName: \"info\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n },\n },\n};\n\nexport const ArcSettingsPatch: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ArcSettingsPatch\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n connectivityProperties: {\n serializedName: \"properties.connectivityProperties\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n },\n },\n};\n\nexport const PasswordCredential: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PasswordCredential\",\n modelProperties: {\n secretText: {\n serializedName: \"secretText\",\n type: {\n name: \"String\",\n },\n },\n keyId: {\n serializedName: \"keyId\",\n type: {\n name: \"String\",\n },\n },\n startDateTime: {\n serializedName: \"startDateTime\",\n type: {\n name: \"DateTime\",\n },\n },\n endDateTime: {\n serializedName: \"endDateTime\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const ArcIdentityResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ArcIdentityResponse\",\n modelProperties: {\n arcApplicationClientId: {\n serializedName: \"properties.arcApplicationClientId\",\n type: {\n name: \"String\",\n },\n },\n arcApplicationTenantId: {\n serializedName: \"properties.arcApplicationTenantId\",\n type: {\n name: \"String\",\n },\n },\n arcServicePrincipalObjectId: {\n serializedName: \"properties.arcServicePrincipalObjectId\",\n type: {\n name: \"String\",\n },\n },\n arcApplicationObjectId: {\n serializedName: \"properties.arcApplicationObjectId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ClusterList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClusterList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Cluster\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const UserAssignedIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UserAssignedIdentity\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n readOnly: true,\n type: {\n name: \"Uuid\",\n },\n },\n clientId: {\n serializedName: \"clientId\",\n readOnly: true,\n type: {\n name: \"Uuid\",\n },\n },\n },\n },\n};\n\nexport const SoftwareAssuranceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SoftwareAssuranceProperties\",\n modelProperties: {\n softwareAssuranceStatus: {\n serializedName: \"softwareAssuranceStatus\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n softwareAssuranceIntent: {\n serializedName: \"softwareAssuranceIntent\",\n type: {\n name: \"String\",\n },\n },\n lastUpdated: {\n serializedName: \"lastUpdated\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const LogCollectionProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LogCollectionProperties\",\n modelProperties: {\n fromDate: {\n serializedName: \"fromDate\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n toDate: {\n serializedName: \"toDate\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n lastLogGenerated: {\n serializedName: \"lastLogGenerated\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n logCollectionSessionDetails: {\n serializedName: \"logCollectionSessionDetails\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LogCollectionSession\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const LogCollectionSession: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LogCollectionSession\",\n modelProperties: {\n logStartTime: {\n serializedName: \"logStartTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n logEndTime: {\n serializedName: \"logEndTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n timeCollected: {\n serializedName: \"timeCollected\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n logSize: {\n serializedName: \"logSize\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n logCollectionStatus: {\n serializedName: \"logCollectionStatus\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n logCollectionJobType: {\n serializedName: \"logCollectionJobType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n correlationId: {\n serializedName: \"correlationId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n endTimeCollected: {\n serializedName: \"endTimeCollected\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n logCollectionError: {\n serializedName: \"logCollectionError\",\n type: {\n name: \"Composite\",\n className: \"LogCollectionError\",\n },\n },\n },\n },\n};\n\nexport const LogCollectionError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LogCollectionError\",\n modelProperties: {\n errorCode: {\n serializedName: \"errorCode\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n errorMessage: {\n serializedName: \"errorMessage\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RemoteSupportProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RemoteSupportProperties\",\n modelProperties: {\n accessLevel: {\n serializedName: \"accessLevel\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n expirationTimeStamp: {\n serializedName: \"expirationTimeStamp\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n remoteSupportType: {\n serializedName: \"remoteSupportType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n remoteSupportNodeSettings: {\n serializedName: \"remoteSupportNodeSettings\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RemoteSupportNodeSettings\",\n },\n },\n },\n },\n remoteSupportSessionDetails: {\n serializedName: \"remoteSupportSessionDetails\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PerNodeRemoteSupportSession\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const RemoteSupportNodeSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RemoteSupportNodeSettings\",\n modelProperties: {\n arcResourceId: {\n serializedName: \"arcResourceId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n createdAt: {\n serializedName: \"createdAt\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n updatedAt: {\n serializedName: \"updatedAt\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n connectionStatus: {\n serializedName: \"connectionStatus\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n connectionErrorMessage: {\n serializedName: \"connectionErrorMessage\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n transcriptLocation: {\n serializedName: \"transcriptLocation\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PerNodeRemoteSupportSession: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PerNodeRemoteSupportSession\",\n modelProperties: {\n sessionStartTime: {\n serializedName: \"sessionStartTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n sessionEndTime: {\n serializedName: \"sessionEndTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n nodeName: {\n serializedName: \"nodeName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n duration: {\n serializedName: \"duration\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n accessLevel: {\n serializedName: \"accessLevel\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ClusterDesiredProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClusterDesiredProperties\",\n modelProperties: {\n windowsServerSubscription: {\n serializedName: \"windowsServerSubscription\",\n type: {\n name: \"String\",\n },\n },\n diagnosticLevel: {\n serializedName: \"diagnosticLevel\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ClusterReportedProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClusterReportedProperties\",\n modelProperties: {\n clusterName: {\n serializedName: \"clusterName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n clusterId: {\n serializedName: \"clusterId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n clusterVersion: {\n serializedName: \"clusterVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n nodes: {\n serializedName: \"nodes\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ClusterNode\",\n },\n },\n },\n },\n lastUpdated: {\n serializedName: \"lastUpdated\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n imdsAttestation: {\n serializedName: \"imdsAttestation\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n diagnosticLevel: {\n serializedName: \"diagnosticLevel\",\n type: {\n name: \"String\",\n },\n },\n supportedCapabilities: {\n serializedName: \"supportedCapabilities\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n clusterType: {\n serializedName: \"clusterType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n manufacturer: {\n serializedName: \"manufacturer\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n oemActivation: {\n serializedName: \"oemActivation\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ClusterNode: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClusterNode\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n windowsServerSubscription: {\n serializedName: \"windowsServerSubscription\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n nodeType: {\n serializedName: \"nodeType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n ehcResourceId: {\n serializedName: \"ehcResourceId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n manufacturer: {\n serializedName: \"manufacturer\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n model: {\n serializedName: \"model\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n osName: {\n serializedName: \"osName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n osVersion: {\n serializedName: \"osVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n osDisplayVersion: {\n serializedName: \"osDisplayVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n serialNumber: {\n serializedName: \"serialNumber\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n coreCount: {\n serializedName: \"coreCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n memoryInGiB: {\n serializedName: \"memoryInGiB\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n lastLicensingTimestamp: {\n serializedName: \"lastLicensingTimestamp\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n oemActivation: {\n serializedName: \"oemActivation\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const IsolatedVmAttestationConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IsolatedVmAttestationConfiguration\",\n modelProperties: {\n attestationResourceId: {\n serializedName: \"attestationResourceId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n relyingPartyServiceEndpoint: {\n serializedName: \"relyingPartyServiceEndpoint\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n attestationServiceEndpoint: {\n serializedName: \"attestationServiceEndpoint\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ClusterPatch: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClusterPatch\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n cloudManagementEndpoint: {\n serializedName: \"properties.cloudManagementEndpoint\",\n type: {\n name: \"String\",\n },\n },\n aadClientId: {\n serializedName: \"properties.aadClientId\",\n type: {\n name: \"String\",\n },\n },\n aadTenantId: {\n serializedName: \"properties.aadTenantId\",\n type: {\n name: \"String\",\n },\n },\n desiredProperties: {\n serializedName: \"properties.desiredProperties\",\n type: {\n name: \"Composite\",\n className: \"ClusterDesiredProperties\",\n },\n },\n principalId: {\n serializedName: \"identity.principalId\",\n readOnly: true,\n type: {\n name: \"Uuid\",\n },\n },\n tenantId: {\n serializedName: \"identity.tenantId\",\n readOnly: true,\n type: {\n name: \"Uuid\",\n },\n },\n type: {\n serializedName: \"identity.type\",\n type: {\n name: \"String\",\n },\n },\n userAssignedIdentities: {\n serializedName: \"identity.userAssignedIdentities\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"UserAssignedIdentity\" },\n },\n },\n },\n },\n },\n};\n\nexport const UploadCertificateRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UploadCertificateRequest\",\n modelProperties: {\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"RawCertificateData\",\n },\n },\n },\n },\n};\n\nexport const RawCertificateData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RawCertificateData\",\n modelProperties: {\n certificates: {\n serializedName: \"certificates\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ClusterIdentityResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClusterIdentityResponse\",\n modelProperties: {\n aadClientId: {\n serializedName: \"properties.aadClientId\",\n type: {\n name: \"String\",\n },\n },\n aadTenantId: {\n serializedName: \"properties.aadTenantId\",\n type: {\n name: \"String\",\n },\n },\n aadServicePrincipalObjectId: {\n serializedName: \"properties.aadServicePrincipalObjectId\",\n type: {\n name: \"String\",\n },\n },\n aadApplicationObjectId: {\n serializedName: \"properties.aadApplicationObjectId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SoftwareAssuranceChangeRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SoftwareAssuranceChangeRequest\",\n modelProperties: {\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"SoftwareAssuranceChangeRequestProperties\",\n },\n },\n },\n },\n};\n\nexport const SoftwareAssuranceChangeRequestProperties: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"SoftwareAssuranceChangeRequestProperties\",\n modelProperties: {\n softwareAssuranceIntent: {\n serializedName: \"softwareAssuranceIntent\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const LogCollectionRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LogCollectionRequest\",\n modelProperties: {\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"LogCollectionRequestProperties\",\n },\n },\n },\n },\n};\n\nexport const LogCollectionRequestProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LogCollectionRequestProperties\",\n modelProperties: {\n fromDate: {\n serializedName: \"fromDate\",\n required: true,\n type: {\n name: \"DateTime\",\n },\n },\n toDate: {\n serializedName: \"toDate\",\n required: true,\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const RemoteSupportRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RemoteSupportRequest\",\n modelProperties: {\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"RemoteSupportRequestProperties\",\n },\n },\n },\n },\n};\n\nexport const RemoteSupportRequestProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RemoteSupportRequestProperties\",\n modelProperties: {\n accessLevel: {\n serializedName: \"accessLevel\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n expirationTimeStamp: {\n serializedName: \"expirationTimeStamp\",\n type: {\n name: \"DateTime\",\n },\n },\n remoteSupportType: {\n serializedName: \"remoteSupportType\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DeploymentSettingListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DeploymentSettingListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DeploymentSetting\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DeploymentConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DeploymentConfiguration\",\n modelProperties: {\n version: {\n serializedName: \"version\",\n type: {\n name: \"String\",\n },\n },\n scaleUnits: {\n serializedName: \"scaleUnits\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ScaleUnits\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ScaleUnits: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ScaleUnits\",\n modelProperties: {\n deploymentData: {\n serializedName: \"deploymentData\",\n type: {\n name: \"Composite\",\n className: \"DeploymentData\",\n },\n },\n sbePartnerInfo: {\n serializedName: \"sbePartnerInfo\",\n type: {\n name: \"Composite\",\n className: \"SbePartnerInfo\",\n },\n },\n },\n },\n};\n\nexport const DeploymentData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DeploymentData\",\n modelProperties: {\n securitySettings: {\n serializedName: \"securitySettings\",\n type: {\n name: \"Composite\",\n className: \"DeploymentSecuritySettings\",\n },\n },\n observability: {\n serializedName: \"observability\",\n type: {\n name: \"Composite\",\n className: \"Observability\",\n },\n },\n cluster: {\n serializedName: \"cluster\",\n type: {\n name: \"Composite\",\n className: \"DeploymentCluster\",\n },\n },\n storage: {\n serializedName: \"storage\",\n type: {\n name: \"Composite\",\n className: \"Storage\",\n },\n },\n namingPrefix: {\n constraints: {\n Pattern: new RegExp(\"^[a-zA-Z0-9-]{1,8}$\"),\n },\n serializedName: \"namingPrefix\",\n type: {\n name: \"String\",\n },\n },\n domainFqdn: {\n serializedName: \"domainFqdn\",\n type: {\n name: \"String\",\n },\n },\n infrastructureNetwork: {\n serializedName: \"infrastructureNetwork\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"InfrastructureNetwork\",\n },\n },\n },\n },\n physicalNodes: {\n serializedName: \"physicalNodes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PhysicalNodes\",\n },\n },\n },\n },\n hostNetwork: {\n serializedName: \"hostNetwork\",\n type: {\n name: \"Composite\",\n className: \"DeploymentSettingHostNetwork\",\n },\n },\n sdnIntegration: {\n serializedName: \"sdnIntegration\",\n type: {\n name: \"Composite\",\n className: \"SdnIntegration\",\n },\n },\n adouPath: {\n serializedName: \"adouPath\",\n type: {\n name: \"String\",\n },\n },\n secretsLocation: {\n serializedName: \"secretsLocation\",\n type: {\n name: \"String\",\n },\n },\n secrets: {\n serializedName: \"secrets\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EceDeploymentSecrets\",\n },\n },\n },\n },\n optionalServices: {\n serializedName: \"optionalServices\",\n type: {\n name: \"Composite\",\n className: \"OptionalServices\",\n },\n },\n },\n },\n};\n\nexport const DeploymentSecuritySettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DeploymentSecuritySettings\",\n modelProperties: {\n hvciProtection: {\n defaultValue: true,\n serializedName: \"hvciProtection\",\n type: {\n name: \"Boolean\",\n },\n },\n drtmProtection: {\n defaultValue: true,\n serializedName: \"drtmProtection\",\n type: {\n name: \"Boolean\",\n },\n },\n driftControlEnforced: {\n defaultValue: true,\n serializedName: \"driftControlEnforced\",\n type: {\n name: \"Boolean\",\n },\n },\n credentialGuardEnforced: {\n defaultValue: false,\n serializedName: \"credentialGuardEnforced\",\n type: {\n name: \"Boolean\",\n },\n },\n smbSigningEnforced: {\n defaultValue: true,\n serializedName: \"smbSigningEnforced\",\n type: {\n name: \"Boolean\",\n },\n },\n smbClusterEncryption: {\n defaultValue: false,\n serializedName: \"smbClusterEncryption\",\n type: {\n name: \"Boolean\",\n },\n },\n sideChannelMitigationEnforced: {\n defaultValue: true,\n serializedName: \"sideChannelMitigationEnforced\",\n type: {\n name: \"Boolean\",\n },\n },\n bitlockerBootVolume: {\n defaultValue: true,\n serializedName: \"bitlockerBootVolume\",\n type: {\n name: \"Boolean\",\n },\n },\n bitlockerDataVolumes: {\n defaultValue: true,\n serializedName: \"bitlockerDataVolumes\",\n type: {\n name: \"Boolean\",\n },\n },\n wdacEnforced: {\n defaultValue: true,\n serializedName: \"wdacEnforced\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const Observability: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Observability\",\n modelProperties: {\n streamingDataClient: {\n defaultValue: true,\n serializedName: \"streamingDataClient\",\n type: {\n name: \"Boolean\",\n },\n },\n euLocation: {\n defaultValue: false,\n serializedName: \"euLocation\",\n type: {\n name: \"Boolean\",\n },\n },\n episodicDataUpload: {\n defaultValue: true,\n serializedName: \"episodicDataUpload\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const DeploymentCluster: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DeploymentCluster\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n witnessType: {\n serializedName: \"witnessType\",\n type: {\n name: \"String\",\n },\n },\n witnessPath: {\n serializedName: \"witnessPath\",\n type: {\n name: \"String\",\n },\n },\n cloudAccountName: {\n serializedName: \"cloudAccountName\",\n type: {\n name: \"String\",\n },\n },\n azureServiceEndpoint: {\n serializedName: \"azureServiceEndpoint\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Storage: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Storage\",\n modelProperties: {\n configurationMode: {\n defaultValue: \"Express\",\n serializedName: \"configurationMode\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const InfrastructureNetwork: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"InfrastructureNetwork\",\n modelProperties: {\n subnetMask: {\n serializedName: \"subnetMask\",\n type: {\n name: \"String\",\n },\n },\n gateway: {\n serializedName: \"gateway\",\n type: {\n name: \"String\",\n },\n },\n ipPools: {\n serializedName: \"ipPools\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"IpPools\",\n },\n },\n },\n },\n dnsServers: {\n serializedName: \"dnsServers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n useDhcp: {\n serializedName: \"useDhcp\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const IpPools: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IpPools\",\n modelProperties: {\n startingAddress: {\n serializedName: \"startingAddress\",\n type: {\n name: \"String\",\n },\n },\n endingAddress: {\n serializedName: \"endingAddress\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PhysicalNodes: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PhysicalNodes\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n ipv4Address: {\n serializedName: \"ipv4Address\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DeploymentSettingHostNetwork: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DeploymentSettingHostNetwork\",\n modelProperties: {\n intents: {\n serializedName: \"intents\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DeploymentSettingIntents\",\n },\n },\n },\n },\n storageNetworks: {\n serializedName: \"storageNetworks\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DeploymentSettingStorageNetworks\",\n },\n },\n },\n },\n storageConnectivitySwitchless: {\n defaultValue: false,\n serializedName: \"storageConnectivitySwitchless\",\n type: {\n name: \"Boolean\",\n },\n },\n enableStorageAutoIp: {\n defaultValue: false,\n serializedName: \"enableStorageAutoIp\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const DeploymentSettingIntents: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DeploymentSettingIntents\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n trafficType: {\n serializedName: \"trafficType\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n adapter: {\n serializedName: \"adapter\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n overrideVirtualSwitchConfiguration: {\n defaultValue: false,\n serializedName: \"overrideVirtualSwitchConfiguration\",\n type: {\n name: \"Boolean\",\n },\n },\n virtualSwitchConfigurationOverrides: {\n serializedName: \"virtualSwitchConfigurationOverrides\",\n type: {\n name: \"Composite\",\n className: \"DeploymentSettingVirtualSwitchConfigurationOverrides\",\n },\n },\n overrideQosPolicy: {\n defaultValue: false,\n serializedName: \"overrideQosPolicy\",\n type: {\n name: \"Boolean\",\n },\n },\n qosPolicyOverrides: {\n serializedName: \"qosPolicyOverrides\",\n type: {\n name: \"Composite\",\n className: \"QosPolicyOverrides\",\n },\n },\n overrideAdapterProperty: {\n defaultValue: false,\n serializedName: \"overrideAdapterProperty\",\n type: {\n name: \"Boolean\",\n },\n },\n adapterPropertyOverrides: {\n serializedName: \"adapterPropertyOverrides\",\n type: {\n name: \"Composite\",\n className: \"DeploymentSettingAdapterPropertyOverrides\",\n },\n },\n },\n },\n};\n\nexport const DeploymentSettingVirtualSwitchConfigurationOverrides: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"DeploymentSettingVirtualSwitchConfigurationOverrides\",\n modelProperties: {\n enableIov: {\n serializedName: \"enableIov\",\n type: {\n name: \"String\",\n },\n },\n loadBalancingAlgorithm: {\n serializedName: \"loadBalancingAlgorithm\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const QosPolicyOverrides: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"QosPolicyOverrides\",\n modelProperties: {\n priorityValue8021ActionCluster: {\n serializedName: \"priorityValue8021Action_Cluster\",\n type: {\n name: \"String\",\n },\n },\n priorityValue8021ActionSMB: {\n serializedName: \"priorityValue8021Action_SMB\",\n type: {\n name: \"String\",\n },\n },\n bandwidthPercentageSMB: {\n serializedName: \"bandwidthPercentage_SMB\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DeploymentSettingAdapterPropertyOverrides: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"DeploymentSettingAdapterPropertyOverrides\",\n modelProperties: {\n jumboPacket: {\n serializedName: \"jumboPacket\",\n type: {\n name: \"String\",\n },\n },\n networkDirect: {\n serializedName: \"networkDirect\",\n type: {\n name: \"String\",\n },\n },\n networkDirectTechnology: {\n serializedName: \"networkDirectTechnology\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const DeploymentSettingStorageNetworks: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DeploymentSettingStorageNetworks\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n networkAdapterName: {\n serializedName: \"networkAdapterName\",\n type: {\n name: \"String\",\n },\n },\n vlanId: {\n serializedName: \"vlanId\",\n type: {\n name: \"String\",\n },\n },\n storageAdapterIPInfo: {\n serializedName: \"storageAdapterIPInfo\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DeploymentSettingStorageAdapterIPInfo\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const DeploymentSettingStorageAdapterIPInfo: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"DeploymentSettingStorageAdapterIPInfo\",\n modelProperties: {\n physicalNode: {\n serializedName: \"physicalNode\",\n type: {\n name: \"String\",\n },\n },\n ipv4Address: {\n serializedName: \"ipv4Address\",\n type: {\n name: \"String\",\n },\n },\n subnetMask: {\n serializedName: \"subnetMask\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const SdnIntegration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SdnIntegration\",\n modelProperties: {\n networkController: {\n serializedName: \"networkController\",\n type: {\n name: \"Composite\",\n className: \"NetworkController\",\n },\n },\n },\n },\n};\n\nexport const NetworkController: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NetworkController\",\n modelProperties: {\n macAddressPoolStart: {\n serializedName: \"macAddressPoolStart\",\n type: {\n name: \"String\",\n },\n },\n macAddressPoolStop: {\n serializedName: \"macAddressPoolStop\",\n type: {\n name: \"String\",\n },\n },\n networkVirtualizationEnabled: {\n serializedName: \"networkVirtualizationEnabled\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const EceDeploymentSecrets: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EceDeploymentSecrets\",\n modelProperties: {\n secretName: {\n serializedName: \"secretName\",\n type: {\n name: \"String\",\n },\n },\n eceSecretName: {\n serializedName: \"eceSecretName\",\n type: {\n name: \"String\",\n },\n },\n secretLocation: {\n serializedName: \"secretLocation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OptionalServices: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OptionalServices\",\n modelProperties: {\n customLocation: {\n serializedName: \"customLocation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SbePartnerInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SbePartnerInfo\",\n modelProperties: {\n sbeDeploymentInfo: {\n serializedName: \"sbeDeploymentInfo\",\n type: {\n name: \"Composite\",\n className: \"SbeDeploymentInfo\",\n },\n },\n partnerProperties: {\n serializedName: \"partnerProperties\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SbePartnerProperties\",\n },\n },\n },\n },\n credentialList: {\n serializedName: \"credentialList\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SbeCredentials\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const SbeDeploymentInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SbeDeploymentInfo\",\n modelProperties: {\n version: {\n serializedName: \"version\",\n type: {\n name: \"String\",\n },\n },\n family: {\n serializedName: \"family\",\n type: {\n name: \"String\",\n },\n },\n publisher: {\n serializedName: \"publisher\",\n type: {\n name: \"String\",\n },\n },\n sbeManifestSource: {\n serializedName: \"sbeManifestSource\",\n type: {\n name: \"String\",\n },\n },\n sbeManifestCreationDate: {\n serializedName: \"sbeManifestCreationDate\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const SbePartnerProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SbePartnerProperties\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SbeCredentials: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SbeCredentials\",\n modelProperties: {\n secretName: {\n serializedName: \"secretName\",\n type: {\n name: \"String\",\n },\n },\n eceSecretName: {\n serializedName: \"eceSecretName\",\n type: {\n name: \"String\",\n },\n },\n secretLocation: {\n serializedName: \"secretLocation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const EceReportedProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EceReportedProperties\",\n modelProperties: {\n validationStatus: {\n serializedName: \"validationStatus\",\n type: {\n name: \"Composite\",\n className: \"EceActionStatus\",\n },\n },\n deploymentStatus: {\n serializedName: \"deploymentStatus\",\n type: {\n name: \"Composite\",\n className: \"EceActionStatus\",\n },\n },\n },\n },\n};\n\nexport const EceActionStatus: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EceActionStatus\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n steps: {\n serializedName: \"steps\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DeploymentStep\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const DeploymentStep: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DeploymentStep\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n fullStepIndex: {\n serializedName: \"fullStepIndex\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n startTimeUtc: {\n serializedName: \"startTimeUtc\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n endTimeUtc: {\n serializedName: \"endTimeUtc\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n steps: {\n serializedName: \"steps\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DeploymentStep\",\n },\n },\n },\n },\n exception: {\n serializedName: \"exception\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const EdgeDeviceListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EdgeDeviceListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EdgeDevice\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ValidateRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ValidateRequest\",\n modelProperties: {\n edgeDeviceIds: {\n serializedName: \"edgeDeviceIds\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n additionalInfo: {\n serializedName: \"additionalInfo\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ValidateResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ValidateResponse\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ExtensionList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExtensionList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Extension\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PerNodeExtensionState: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PerNodeExtensionState\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n extension: {\n serializedName: \"extension\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n typeHandlerVersion: {\n serializedName: \"typeHandlerVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n instanceView: {\n serializedName: \"instanceView\",\n type: {\n name: \"Composite\",\n className: \"ExtensionInstanceView\",\n },\n },\n },\n },\n};\n\nexport const ExtensionInstanceView: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExtensionInstanceView\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n typeHandlerVersion: {\n serializedName: \"typeHandlerVersion\",\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"Composite\",\n className: \"ExtensionInstanceViewStatus\",\n },\n },\n },\n },\n};\n\nexport const ExtensionInstanceViewStatus: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExtensionInstanceViewStatus\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\",\n },\n },\n level: {\n serializedName: \"level\",\n type: {\n name: \"String\",\n },\n },\n displayStatus: {\n serializedName: \"displayStatus\",\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\",\n },\n },\n time: {\n serializedName: \"time\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const ExtensionPatch: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExtensionPatch\",\n modelProperties: {\n extensionParameters: {\n serializedName: \"properties.extensionParameters\",\n type: {\n name: \"Composite\",\n className: \"ExtensionPatchParameters\",\n },\n },\n },\n },\n};\n\nexport const ExtensionPatchParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExtensionPatchParameters\",\n modelProperties: {\n typeHandlerVersion: {\n serializedName: \"typeHandlerVersion\",\n type: {\n name: \"String\",\n },\n },\n enableAutomaticUpgrade: {\n serializedName: \"enableAutomaticUpgrade\",\n type: {\n name: \"Boolean\",\n },\n },\n settings: {\n serializedName: \"settings\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n protectedSettings: {\n serializedName: \"protectedSettings\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n },\n },\n};\n\nexport const ExtensionUpgradeParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExtensionUpgradeParameters\",\n modelProperties: {\n targetVersion: {\n serializedName: \"targetVersion\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OfferList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OfferList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Offer\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SkuMappings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SkuMappings\",\n modelProperties: {\n catalogPlanId: {\n serializedName: \"catalogPlanId\",\n type: {\n name: \"String\",\n },\n },\n marketplaceSkuId: {\n serializedName: \"marketplaceSkuId\",\n type: {\n name: \"String\",\n },\n },\n marketplaceSkuVersions: {\n serializedName: \"marketplaceSkuVersions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const OperationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Operation\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Operation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Operation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n isDataAction: {\n serializedName: \"isDataAction\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n },\n },\n origin: {\n serializedName: \"origin\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n actionType: {\n serializedName: \"actionType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OperationDisplay: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resource: {\n serializedName: \"resource\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n operation: {\n serializedName: \"operation\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PublisherList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PublisherList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Publisher\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SecuritySettingListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecuritySettingListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SecuritySetting\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SecurityComplianceStatus: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecurityComplianceStatus\",\n modelProperties: {\n securedCoreCompliance: {\n serializedName: \"securedCoreCompliance\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n wdacCompliance: {\n serializedName: \"wdacCompliance\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n dataAtRestEncrypted: {\n serializedName: \"dataAtRestEncrypted\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n dataInTransitProtected: {\n serializedName: \"dataInTransitProtected\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n lastUpdated: {\n serializedName: \"lastUpdated\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const SkuList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SkuList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Sku\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const UpdateRunList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UpdateRunList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"UpdateRun\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Step: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Step\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n errorMessage: {\n serializedName: \"errorMessage\",\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n startTimeUtc: {\n serializedName: \"startTimeUtc\",\n type: {\n name: \"DateTime\",\n },\n },\n endTimeUtc: {\n serializedName: \"endTimeUtc\",\n type: {\n name: \"DateTime\",\n },\n },\n lastUpdatedTimeUtc: {\n serializedName: \"lastUpdatedTimeUtc\",\n type: {\n name: \"DateTime\",\n },\n },\n expectedExecutionTime: {\n serializedName: \"expectedExecutionTime\",\n type: {\n name: \"String\",\n },\n },\n steps: {\n serializedName: \"steps\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Step\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const UpdateSummariesList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UpdateSummariesList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"UpdateSummaries\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PackageVersionInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PackageVersionInfo\",\n modelProperties: {\n packageType: {\n serializedName: \"packageType\",\n type: {\n name: \"String\",\n },\n },\n version: {\n serializedName: \"version\",\n type: {\n name: \"String\",\n },\n },\n lastUpdated: {\n serializedName: \"lastUpdated\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const PrecheckResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrecheckResult\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\",\n },\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Composite\",\n className: \"PrecheckResultTags\",\n },\n },\n healthCheckTags: {\n serializedName: \"healthCheckTags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n title: {\n serializedName: \"title\",\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n severity: {\n serializedName: \"severity\",\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n remediation: {\n serializedName: \"remediation\",\n type: {\n name: \"String\",\n },\n },\n targetResourceID: {\n serializedName: \"targetResourceID\",\n type: {\n name: \"String\",\n },\n },\n targetResourceName: {\n serializedName: \"targetResourceName\",\n type: {\n name: \"String\",\n },\n },\n targetResourceType: {\n serializedName: \"targetResourceType\",\n type: {\n name: \"String\",\n },\n },\n timestamp: {\n serializedName: \"timestamp\",\n type: {\n name: \"DateTime\",\n },\n },\n additionalData: {\n serializedName: \"additionalData\",\n type: {\n name: \"String\",\n },\n },\n healthCheckSource: {\n serializedName: \"healthCheckSource\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrecheckResultTags: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrecheckResultTags\",\n modelProperties: {\n key: {\n serializedName: \"key\",\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const UpdateList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UpdateList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Update\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const UpdatePrerequisite: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UpdatePrerequisite\",\n modelProperties: {\n updateType: {\n serializedName: \"updateType\",\n type: {\n name: \"String\",\n },\n },\n version: {\n serializedName: \"version\",\n type: {\n name: \"String\",\n },\n },\n packageName: {\n serializedName: \"packageName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ArcConnectivityProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ArcConnectivityProperties\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n serviceConfigurations: {\n serializedName: \"serviceConfigurations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ServiceConfiguration\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ServiceConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceConfiguration\",\n modelProperties: {\n serviceName: {\n serializedName: \"serviceName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n port: {\n serializedName: \"port\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const HciEdgeDeviceAdapterPropertyOverrides: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"HciEdgeDeviceAdapterPropertyOverrides\",\n modelProperties: {\n jumboPacket: {\n serializedName: \"jumboPacket\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n networkDirect: {\n serializedName: \"networkDirect\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n networkDirectTechnology: {\n serializedName: \"networkDirectTechnology\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const DeviceConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DeviceConfiguration\",\n modelProperties: {\n nicDetails: {\n serializedName: \"nicDetails\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"NicDetail\",\n },\n },\n },\n },\n deviceMetadata: {\n serializedName: \"deviceMetadata\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const NicDetail: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NicDetail\",\n modelProperties: {\n adapterName: {\n serializedName: \"adapterName\",\n type: {\n name: \"String\",\n },\n },\n interfaceDescription: {\n serializedName: \"interfaceDescription\",\n type: {\n name: \"String\",\n },\n },\n componentId: {\n serializedName: \"componentId\",\n type: {\n name: \"String\",\n },\n },\n driverVersion: {\n serializedName: \"driverVersion\",\n type: {\n name: \"String\",\n },\n },\n ip4Address: {\n serializedName: \"ip4Address\",\n type: {\n name: \"String\",\n },\n },\n subnetMask: {\n serializedName: \"subnetMask\",\n type: {\n name: \"String\",\n },\n },\n defaultGateway: {\n serializedName: \"defaultGateway\",\n type: {\n name: \"String\",\n },\n },\n dnsServers: {\n serializedName: \"dnsServers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n defaultIsolationId: {\n serializedName: \"defaultIsolationId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const EdgeDeviceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EdgeDeviceProperties\",\n modelProperties: {\n deviceConfiguration: {\n serializedName: \"deviceConfiguration\",\n type: {\n name: \"Composite\",\n className: \"DeviceConfiguration\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const HciValidationFailureDetail: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HciValidationFailureDetail\",\n modelProperties: {\n exception: {\n serializedName: \"exception\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const HciEdgeDeviceArcExtension: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HciEdgeDeviceArcExtension\",\n modelProperties: {\n extensionName: {\n serializedName: \"extensionName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n errorDetails: {\n serializedName: \"errorDetails\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"HciValidationFailureDetail\",\n },\n },\n },\n },\n extensionResourceId: {\n serializedName: \"extensionResourceId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n typeHandlerVersion: {\n serializedName: \"typeHandlerVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n managedBy: {\n serializedName: \"managedBy\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ExtensionProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExtensionProfile\",\n modelProperties: {\n extensions: {\n serializedName: \"extensions\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"HciEdgeDeviceArcExtension\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const HciNetworkProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HciNetworkProfile\",\n modelProperties: {\n nicDetails: {\n serializedName: \"nicDetails\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"HciNicDetail\",\n },\n },\n },\n },\n switchDetails: {\n serializedName: \"switchDetails\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SwitchDetail\",\n },\n },\n },\n },\n hostNetwork: {\n serializedName: \"hostNetwork\",\n type: {\n name: \"Composite\",\n className: \"HciEdgeDeviceHostNetwork\",\n },\n },\n },\n },\n};\n\nexport const HciNicDetail: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HciNicDetail\",\n modelProperties: {\n adapterName: {\n serializedName: \"adapterName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n interfaceDescription: {\n serializedName: \"interfaceDescription\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n componentId: {\n serializedName: \"componentId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n driverVersion: {\n serializedName: \"driverVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n ip4Address: {\n serializedName: \"ip4Address\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n subnetMask: {\n serializedName: \"subnetMask\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n defaultGateway: {\n serializedName: \"defaultGateway\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n dnsServers: {\n serializedName: \"dnsServers\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n defaultIsolationId: {\n serializedName: \"defaultIsolationId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n macAddress: {\n serializedName: \"macAddress\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n slot: {\n serializedName: \"slot\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n switchName: {\n serializedName: \"switchName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n nicType: {\n serializedName: \"nicType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n vlanId: {\n serializedName: \"vlanId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n nicStatus: {\n serializedName: \"nicStatus\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SwitchDetail: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SwitchDetail\",\n modelProperties: {\n switchName: {\n serializedName: \"switchName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n switchType: {\n serializedName: \"switchType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n extensions: {\n serializedName: \"extensions\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SwitchExtension\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const SwitchExtension: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SwitchExtension\",\n modelProperties: {\n switchId: {\n serializedName: \"switchId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n extensionName: {\n serializedName: \"extensionName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n extensionEnabled: {\n serializedName: \"extensionEnabled\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const HciEdgeDeviceHostNetwork: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HciEdgeDeviceHostNetwork\",\n modelProperties: {\n intents: {\n serializedName: \"intents\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"HciEdgeDeviceIntents\",\n },\n },\n },\n },\n storageNetworks: {\n serializedName: \"storageNetworks\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"HciEdgeDeviceStorageNetworks\",\n },\n },\n },\n },\n storageConnectivitySwitchless: {\n serializedName: \"storageConnectivitySwitchless\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n enableStorageAutoIp: {\n serializedName: \"enableStorageAutoIp\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const HciEdgeDeviceIntents: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HciEdgeDeviceIntents\",\n modelProperties: {\n scope: {\n serializedName: \"scope\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n intentType: {\n serializedName: \"intentType\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n isComputeIntentSet: {\n serializedName: \"isComputeIntentSet\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n isStorageIntentSet: {\n serializedName: \"isStorageIntentSet\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n isOnlyStorage: {\n serializedName: \"isOnlyStorage\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n isManagementIntentSet: {\n serializedName: \"isManagementIntentSet\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n isStretchIntentSet: {\n serializedName: \"isStretchIntentSet\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n isOnlyStretch: {\n serializedName: \"isOnlyStretch\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n isNetworkIntentType: {\n serializedName: \"isNetworkIntentType\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n intentName: {\n serializedName: \"intentName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n intentAdapters: {\n serializedName: \"intentAdapters\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n overrideVirtualSwitchConfiguration: {\n serializedName: \"overrideVirtualSwitchConfiguration\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n virtualSwitchConfigurationOverrides: {\n serializedName: \"virtualSwitchConfigurationOverrides\",\n type: {\n name: \"Composite\",\n className: \"HciEdgeDeviceVirtualSwitchConfigurationOverrides\",\n },\n },\n overrideQosPolicy: {\n serializedName: \"overrideQosPolicy\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n qosPolicyOverrides: {\n serializedName: \"qosPolicyOverrides\",\n type: {\n name: \"Composite\",\n className: \"QosPolicyOverrides\",\n },\n },\n overrideAdapterProperty: {\n serializedName: \"overrideAdapterProperty\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n adapterPropertyOverrides: {\n serializedName: \"adapterPropertyOverrides\",\n type: {\n name: \"Composite\",\n className: \"HciEdgeDeviceAdapterPropertyOverrides\",\n },\n },\n },\n },\n};\n\nexport const HciEdgeDeviceVirtualSwitchConfigurationOverrides: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"HciEdgeDeviceVirtualSwitchConfigurationOverrides\",\n modelProperties: {\n enableIov: {\n serializedName: \"enableIov\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n loadBalancingAlgorithm: {\n serializedName: \"loadBalancingAlgorithm\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const HciEdgeDeviceStorageNetworks: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HciEdgeDeviceStorageNetworks\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n networkAdapterName: {\n serializedName: \"networkAdapterName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n storageVlanId: {\n serializedName: \"storageVlanId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n storageAdapterIPInfo: {\n serializedName: \"storageAdapterIPInfo\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"HciEdgeDeviceStorageAdapterIPInfo\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const HciEdgeDeviceStorageAdapterIPInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HciEdgeDeviceStorageAdapterIPInfo\",\n modelProperties: {\n physicalNode: {\n serializedName: \"physicalNode\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n ipv4Address: {\n serializedName: \"ipv4Address\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n subnetMask: {\n serializedName: \"subnetMask\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const HciOsProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HciOsProfile\",\n modelProperties: {\n bootType: {\n serializedName: \"bootType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n assemblyVersion: {\n serializedName: \"assemblyVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SbeDeploymentPackageInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SbeDeploymentPackageInfo\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n sbeManifest: {\n serializedName: \"sbeManifest\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ReportedProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ReportedProperties\",\n modelProperties: {\n deviceState: {\n serializedName: \"deviceState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n extensionProfile: {\n serializedName: \"extensionProfile\",\n type: {\n name: \"Composite\",\n className: \"ExtensionProfile\",\n },\n },\n },\n },\n};\n\nexport const ProxyResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProxyResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n },\n },\n};\n\nexport const TrackedResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TrackedResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const HciEdgeDeviceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HciEdgeDeviceProperties\",\n modelProperties: {\n ...EdgeDeviceProperties.type.modelProperties,\n reportedProperties: {\n serializedName: \"reportedProperties\",\n type: {\n name: \"Composite\",\n className: \"HciReportedProperties\",\n },\n },\n },\n },\n};\n\nexport const HciReportedProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HciReportedProperties\",\n modelProperties: {\n ...ReportedProperties.type.modelProperties,\n networkProfile: {\n serializedName: \"networkProfile\",\n type: {\n name: \"Composite\",\n className: \"HciNetworkProfile\",\n },\n },\n osProfile: {\n serializedName: \"osProfile\",\n type: {\n name: \"Composite\",\n className: \"HciOsProfile\",\n },\n },\n sbeDeploymentPackageInfo: {\n serializedName: \"sbeDeploymentPackageInfo\",\n type: {\n name: \"Composite\",\n className: \"SbeDeploymentPackageInfo\",\n },\n },\n },\n },\n};\n\nexport const ArcSetting: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ArcSetting\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n arcInstanceResourceGroup: {\n serializedName: \"properties.arcInstanceResourceGroup\",\n type: {\n name: \"String\",\n },\n },\n arcApplicationClientId: {\n serializedName: \"properties.arcApplicationClientId\",\n type: {\n name: \"String\",\n },\n },\n arcApplicationTenantId: {\n serializedName: \"properties.arcApplicationTenantId\",\n type: {\n name: \"String\",\n },\n },\n arcServicePrincipalObjectId: {\n serializedName: \"properties.arcServicePrincipalObjectId\",\n type: {\n name: \"String\",\n },\n },\n arcApplicationObjectId: {\n serializedName: \"properties.arcApplicationObjectId\",\n type: {\n name: \"String\",\n },\n },\n aggregateState: {\n serializedName: \"properties.aggregateState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n perNodeDetails: {\n serializedName: \"properties.perNodeDetails\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PerNodeState\",\n },\n },\n },\n },\n connectivityProperties: {\n serializedName: \"properties.connectivityProperties\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n defaultExtensions: {\n serializedName: \"properties.defaultExtensions\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DefaultExtensionDetails\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const DeploymentSetting: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DeploymentSetting\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n arcNodeResourceIds: {\n serializedName: \"properties.arcNodeResourceIds\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n deploymentMode: {\n defaultValue: \"Deploy\",\n serializedName: \"properties.deploymentMode\",\n type: {\n name: \"String\",\n },\n },\n operationType: {\n defaultValue: \"ClusterProvisioning\",\n serializedName: \"properties.operationType\",\n type: {\n name: \"String\",\n },\n },\n deploymentConfiguration: {\n serializedName: \"properties.deploymentConfiguration\",\n type: {\n name: \"Composite\",\n className: \"DeploymentConfiguration\",\n },\n },\n reportedProperties: {\n serializedName: \"properties.reportedProperties\",\n type: {\n name: \"Composite\",\n className: \"EceReportedProperties\",\n },\n },\n },\n },\n};\n\nexport const EdgeDevice: coreClient.CompositeMapper = {\n serializedName: \"EdgeDevice\",\n type: {\n name: \"Composite\",\n className: \"EdgeDevice\",\n uberParent: \"ProxyResource\",\n polymorphicDiscriminator: {\n serializedName: \"kind\",\n clientName: \"kind\",\n },\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n kind: {\n defaultValue: \"HCI\",\n serializedName: \"kind\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Extension: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Extension\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n aggregateState: {\n serializedName: \"properties.aggregateState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n perNodeExtensionDetails: {\n serializedName: \"properties.perNodeExtensionDetails\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PerNodeExtensionState\",\n },\n },\n },\n },\n managedBy: {\n serializedName: \"properties.managedBy\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n forceUpdateTag: {\n serializedName: \"properties.extensionParameters.forceUpdateTag\",\n type: {\n name: \"String\",\n },\n },\n publisher: {\n serializedName: \"properties.extensionParameters.publisher\",\n type: {\n name: \"String\",\n },\n },\n typePropertiesExtensionParametersType: {\n serializedName: \"properties.extensionParameters.type\",\n type: {\n name: \"String\",\n },\n },\n typeHandlerVersion: {\n serializedName: \"properties.extensionParameters.typeHandlerVersion\",\n type: {\n name: \"String\",\n },\n },\n autoUpgradeMinorVersion: {\n serializedName:\n \"properties.extensionParameters.autoUpgradeMinorVersion\",\n type: {\n name: \"Boolean\",\n },\n },\n settings: {\n serializedName: \"properties.extensionParameters.settings\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n protectedSettings: {\n serializedName: \"properties.extensionParameters.protectedSettings\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n enableAutomaticUpgrade: {\n serializedName: \"properties.extensionParameters.enableAutomaticUpgrade\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const Offer: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Offer\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n publisherId: {\n serializedName: \"properties.publisherId\",\n type: {\n name: \"String\",\n },\n },\n content: {\n serializedName: \"properties.content\",\n type: {\n name: \"String\",\n },\n },\n contentVersion: {\n serializedName: \"properties.contentVersion\",\n type: {\n name: \"String\",\n },\n },\n skuMappings: {\n serializedName: \"properties.skuMappings\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SkuMappings\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const Publisher: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Publisher\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SecuritySetting: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecuritySetting\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n securedCoreComplianceAssignment: {\n serializedName: \"properties.securedCoreComplianceAssignment\",\n type: {\n name: \"String\",\n },\n },\n wdacComplianceAssignment: {\n serializedName: \"properties.wdacComplianceAssignment\",\n type: {\n name: \"String\",\n },\n },\n smbEncryptionForIntraClusterTrafficComplianceAssignment: {\n serializedName:\n \"properties.smbEncryptionForIntraClusterTrafficComplianceAssignment\",\n type: {\n name: \"String\",\n },\n },\n securityComplianceStatus: {\n serializedName: \"properties.securityComplianceStatus\",\n type: {\n name: \"Composite\",\n className: \"SecurityComplianceStatus\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Sku: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Sku\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n publisherId: {\n serializedName: \"properties.publisherId\",\n type: {\n name: \"String\",\n },\n },\n offerId: {\n serializedName: \"properties.offerId\",\n type: {\n name: \"String\",\n },\n },\n content: {\n serializedName: \"properties.content\",\n type: {\n name: \"String\",\n },\n },\n contentVersion: {\n serializedName: \"properties.contentVersion\",\n type: {\n name: \"String\",\n },\n },\n skuMappings: {\n serializedName: \"properties.skuMappings\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SkuMappings\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const UpdateRun: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UpdateRun\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n timeStarted: {\n serializedName: \"properties.timeStarted\",\n type: {\n name: \"DateTime\",\n },\n },\n lastUpdatedTime: {\n serializedName: \"properties.lastUpdatedTime\",\n type: {\n name: \"DateTime\",\n },\n },\n duration: {\n serializedName: \"properties.duration\",\n type: {\n name: \"String\",\n },\n },\n state: {\n serializedName: \"properties.state\",\n type: {\n name: \"String\",\n },\n },\n namePropertiesProgressName: {\n serializedName: \"properties.progress.name\",\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"properties.progress.description\",\n type: {\n name: \"String\",\n },\n },\n errorMessage: {\n serializedName: \"properties.progress.errorMessage\",\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"properties.progress.status\",\n type: {\n name: \"String\",\n },\n },\n startTimeUtc: {\n serializedName: \"properties.progress.startTimeUtc\",\n type: {\n name: \"DateTime\",\n },\n },\n endTimeUtc: {\n serializedName: \"properties.progress.endTimeUtc\",\n type: {\n name: \"DateTime\",\n },\n },\n lastUpdatedTimeUtc: {\n serializedName: \"properties.progress.lastUpdatedTimeUtc\",\n type: {\n name: \"DateTime\",\n },\n },\n expectedExecutionTime: {\n serializedName: \"properties.progress.expectedExecutionTime\",\n type: {\n name: \"String\",\n },\n },\n steps: {\n serializedName: \"properties.progress.steps\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Step\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const UpdateSummaries: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UpdateSummaries\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n oemFamily: {\n serializedName: \"properties.oemFamily\",\n type: {\n name: \"String\",\n },\n },\n currentOemVersion: {\n serializedName: \"properties.currentOemVersion\",\n type: {\n name: \"String\",\n },\n },\n hardwareModel: {\n serializedName: \"properties.hardwareModel\",\n type: {\n name: \"String\",\n },\n },\n packageVersions: {\n serializedName: \"properties.packageVersions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PackageVersionInfo\",\n },\n },\n },\n },\n currentVersion: {\n serializedName: \"properties.currentVersion\",\n type: {\n name: \"String\",\n },\n },\n currentSbeVersion: {\n serializedName: \"properties.currentSbeVersion\",\n type: {\n name: \"String\",\n },\n },\n lastUpdated: {\n serializedName: \"properties.lastUpdated\",\n type: {\n name: \"DateTime\",\n },\n },\n lastChecked: {\n serializedName: \"properties.lastChecked\",\n type: {\n name: \"DateTime\",\n },\n },\n healthState: {\n serializedName: \"properties.healthState\",\n type: {\n name: \"String\",\n },\n },\n healthCheckResult: {\n serializedName: \"properties.healthCheckResult\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrecheckResult\",\n },\n },\n },\n },\n healthCheckDate: {\n serializedName: \"properties.healthCheckDate\",\n type: {\n name: \"DateTime\",\n },\n },\n state: {\n serializedName: \"properties.state\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Update: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Update\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n installedDate: {\n serializedName: \"properties.installedDate\",\n type: {\n name: \"DateTime\",\n },\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\",\n },\n },\n minSbeVersionRequired: {\n serializedName: \"properties.minSbeVersionRequired\",\n type: {\n name: \"String\",\n },\n },\n state: {\n serializedName: \"properties.state\",\n type: {\n name: \"String\",\n },\n },\n prerequisites: {\n serializedName: \"properties.prerequisites\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"UpdatePrerequisite\",\n },\n },\n },\n },\n componentVersions: {\n serializedName: \"properties.componentVersions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PackageVersionInfo\",\n },\n },\n },\n },\n rebootRequired: {\n serializedName: \"properties.rebootRequired\",\n type: {\n name: \"String\",\n },\n },\n healthState: {\n serializedName: \"properties.healthState\",\n type: {\n name: \"String\",\n },\n },\n healthCheckResult: {\n serializedName: \"properties.healthCheckResult\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrecheckResult\",\n },\n },\n },\n },\n healthCheckDate: {\n serializedName: \"properties.healthCheckDate\",\n type: {\n name: \"DateTime\",\n },\n },\n packagePath: {\n serializedName: \"properties.packagePath\",\n type: {\n name: \"String\",\n },\n },\n packageSizeInMb: {\n serializedName: \"properties.packageSizeInMb\",\n type: {\n name: \"Number\",\n },\n },\n displayName: {\n serializedName: \"properties.displayName\",\n type: {\n name: \"String\",\n },\n },\n version: {\n serializedName: \"properties.version\",\n type: {\n name: \"String\",\n },\n },\n publisher: {\n serializedName: \"properties.publisher\",\n type: {\n name: \"String\",\n },\n },\n releaseLink: {\n serializedName: \"properties.releaseLink\",\n type: {\n name: \"String\",\n },\n },\n availabilityType: {\n serializedName: \"properties.availabilityType\",\n type: {\n name: \"String\",\n },\n },\n packageType: {\n serializedName: \"properties.packageType\",\n type: {\n name: \"String\",\n },\n },\n additionalProperties: {\n serializedName: \"properties.additionalProperties\",\n type: {\n name: \"String\",\n },\n },\n progressPercentage: {\n serializedName: \"properties.updateStateProperties.progressPercentage\",\n type: {\n name: \"Number\",\n },\n },\n notifyMessage: {\n serializedName: \"properties.updateStateProperties.notifyMessage\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Cluster: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Cluster\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"properties.status\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n connectivityStatus: {\n serializedName: \"properties.connectivityStatus\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n cloudId: {\n serializedName: \"properties.cloudId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n cloudManagementEndpoint: {\n serializedName: \"properties.cloudManagementEndpoint\",\n type: {\n name: \"String\",\n },\n },\n aadClientId: {\n serializedName: \"properties.aadClientId\",\n type: {\n name: \"String\",\n },\n },\n aadTenantId: {\n serializedName: \"properties.aadTenantId\",\n type: {\n name: \"String\",\n },\n },\n aadApplicationObjectId: {\n serializedName: \"properties.aadApplicationObjectId\",\n type: {\n name: \"String\",\n },\n },\n aadServicePrincipalObjectId: {\n serializedName: \"properties.aadServicePrincipalObjectId\",\n type: {\n name: \"String\",\n },\n },\n softwareAssuranceProperties: {\n serializedName: \"properties.softwareAssuranceProperties\",\n type: {\n name: \"Composite\",\n className: \"SoftwareAssuranceProperties\",\n },\n },\n logCollectionProperties: {\n serializedName: \"properties.logCollectionProperties\",\n type: {\n name: \"Composite\",\n className: \"LogCollectionProperties\",\n },\n },\n remoteSupportProperties: {\n serializedName: \"properties.remoteSupportProperties\",\n type: {\n name: \"Composite\",\n className: \"RemoteSupportProperties\",\n },\n },\n desiredProperties: {\n serializedName: \"properties.desiredProperties\",\n type: {\n name: \"Composite\",\n className: \"ClusterDesiredProperties\",\n },\n },\n reportedProperties: {\n serializedName: \"properties.reportedProperties\",\n type: {\n name: \"Composite\",\n className: \"ClusterReportedProperties\",\n },\n },\n isolatedVmAttestationConfiguration: {\n serializedName: \"properties.isolatedVmAttestationConfiguration\",\n type: {\n name: \"Composite\",\n className: \"IsolatedVmAttestationConfiguration\",\n },\n },\n trialDaysRemaining: {\n serializedName: \"properties.trialDaysRemaining\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n billingModel: {\n serializedName: \"properties.billingModel\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n registrationTimestamp: {\n serializedName: \"properties.registrationTimestamp\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n lastSyncTimestamp: {\n serializedName: \"properties.lastSyncTimestamp\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n lastBillingTimestamp: {\n serializedName: \"properties.lastBillingTimestamp\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n serviceEndpoint: {\n serializedName: \"properties.serviceEndpoint\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resourceProviderObjectId: {\n serializedName: \"properties.resourceProviderObjectId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n principalId: {\n serializedName: \"identity.principalId\",\n readOnly: true,\n type: {\n name: \"Uuid\",\n },\n },\n tenantId: {\n serializedName: \"identity.tenantId\",\n readOnly: true,\n type: {\n name: \"Uuid\",\n },\n },\n typeIdentityType: {\n serializedName: \"identity.type\",\n type: {\n name: \"String\",\n },\n },\n userAssignedIdentities: {\n serializedName: \"identity.userAssignedIdentities\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"UserAssignedIdentity\" },\n },\n },\n },\n },\n },\n};\n\nexport const HciEdgeDevice: coreClient.CompositeMapper = {\n serializedName: \"HCI\",\n type: {\n name: \"Composite\",\n className: \"HciEdgeDevice\",\n uberParent: \"EdgeDevice\",\n polymorphicDiscriminator: EdgeDevice.type.polymorphicDiscriminator,\n modelProperties: {\n ...EdgeDevice.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"HciEdgeDeviceProperties\",\n },\n },\n },\n },\n};\n\nexport const ClustersTriggerLogCollectionHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClustersTriggerLogCollectionHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ClustersConfigureRemoteSupportHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ClustersConfigureRemoteSupportHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const DeploymentSettingsCreateOrUpdateHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"DeploymentSettingsCreateOrUpdateHeaders\",\n modelProperties: {\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const DeploymentSettingsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DeploymentSettingsDeleteHeaders\",\n modelProperties: {\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const EdgeDevicesCreateOrUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EdgeDevicesCreateOrUpdateHeaders\",\n modelProperties: {\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const EdgeDevicesDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EdgeDevicesDeleteHeaders\",\n modelProperties: {\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const EdgeDevicesValidateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EdgeDevicesValidateHeaders\",\n modelProperties: {\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SecuritySettingsCreateOrUpdateHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"SecuritySettingsCreateOrUpdateHeaders\",\n modelProperties: {\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const SecuritySettingsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecuritySettingsDeleteHeaders\",\n modelProperties: {\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const UpdateRunsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UpdateRunsDeleteHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const UpdateSummariesDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UpdateSummariesDeleteHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const UpdatesPostHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UpdatesPostHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const UpdatesDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UpdatesDeleteHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport let discriminators = {\n \"ProxyResource.EdgeDevice\": EdgeDevice,\n \"EdgeDevice.HCI\": HciEdgeDevice,\n};\n"]}