pulumi-azure-native 2.81.0__py3-none-any.whl → 2.81.0a1735840149__py3-none-any.whl

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.

Potentially problematic release.


This version of pulumi-azure-native might be problematic. Click here for more details.

Files changed (280) hide show
  1. pulumi_azure_native/__init__.py +0 -42
  2. pulumi_azure_native/azurestackhci/__init__.py +0 -3
  3. pulumi_azure_native/azurestackhci/arc_setting.py +3 -3
  4. pulumi_azure_native/azurestackhci/cluster.py +3 -3
  5. pulumi_azure_native/azurestackhci/deployment_setting.py +3 -3
  6. pulumi_azure_native/azurestackhci/edge_device.py +3 -3
  7. pulumi_azure_native/azurestackhci/extension.py +3 -3
  8. pulumi_azure_native/azurestackhci/get_arc_setting.py +2 -2
  9. pulumi_azure_native/azurestackhci/get_cluster.py +2 -2
  10. pulumi_azure_native/azurestackhci/get_deployment_setting.py +2 -2
  11. pulumi_azure_native/azurestackhci/get_edge_device.py +2 -2
  12. pulumi_azure_native/azurestackhci/get_extension.py +2 -2
  13. pulumi_azure_native/azurestackhci/get_security_setting.py +2 -2
  14. pulumi_azure_native/azurestackhci/get_update.py +2 -2
  15. pulumi_azure_native/azurestackhci/get_update_run.py +2 -2
  16. pulumi_azure_native/azurestackhci/get_update_summary.py +2 -2
  17. pulumi_azure_native/azurestackhci/hci_edge_device_job.py +1 -1
  18. pulumi_azure_native/azurestackhci/security_setting.py +3 -3
  19. pulumi_azure_native/azurestackhci/update.py +3 -3
  20. pulumi_azure_native/azurestackhci/update_run.py +3 -3
  21. pulumi_azure_native/azurestackhci/update_summary.py +3 -3
  22. pulumi_azure_native/azurestackhci/v20210901preview/arc_setting.py +1 -1
  23. pulumi_azure_native/azurestackhci/v20220101/cluster.py +1 -1
  24. pulumi_azure_native/azurestackhci/v20220901/cluster.py +1 -1
  25. pulumi_azure_native/azurestackhci/v20221215preview/arc_setting.py +1 -1
  26. pulumi_azure_native/azurestackhci/v20221215preview/cluster.py +1 -1
  27. pulumi_azure_native/azurestackhci/v20221215preview/extension.py +1 -1
  28. pulumi_azure_native/azurestackhci/v20221215preview/update.py +1 -1
  29. pulumi_azure_native/azurestackhci/v20221215preview/update_run.py +1 -1
  30. pulumi_azure_native/azurestackhci/v20221215preview/update_summary.py +1 -1
  31. pulumi_azure_native/azurestackhci/v20230301/arc_setting.py +1 -1
  32. pulumi_azure_native/azurestackhci/v20230301/cluster.py +1 -1
  33. pulumi_azure_native/azurestackhci/v20230301/extension.py +1 -1
  34. pulumi_azure_native/azurestackhci/v20230301/update.py +1 -1
  35. pulumi_azure_native/azurestackhci/v20230301/update_run.py +1 -1
  36. pulumi_azure_native/azurestackhci/v20230301/update_summary.py +1 -1
  37. pulumi_azure_native/azurestackhci/v20230601/arc_setting.py +1 -1
  38. pulumi_azure_native/azurestackhci/v20230601/cluster.py +1 -1
  39. pulumi_azure_native/azurestackhci/v20230601/extension.py +1 -1
  40. pulumi_azure_native/azurestackhci/v20230601/update.py +1 -1
  41. pulumi_azure_native/azurestackhci/v20230601/update_run.py +1 -1
  42. pulumi_azure_native/azurestackhci/v20230601/update_summary.py +1 -1
  43. pulumi_azure_native/azurestackhci/v20230801/arc_setting.py +1 -1
  44. pulumi_azure_native/azurestackhci/v20230801/cluster.py +1 -1
  45. pulumi_azure_native/azurestackhci/v20230801/extension.py +1 -1
  46. pulumi_azure_native/azurestackhci/v20230801/update.py +1 -1
  47. pulumi_azure_native/azurestackhci/v20230801/update_run.py +1 -1
  48. pulumi_azure_native/azurestackhci/v20230801/update_summary.py +1 -1
  49. pulumi_azure_native/azurestackhci/v20230801preview/arc_setting.py +1 -1
  50. pulumi_azure_native/azurestackhci/v20230801preview/cluster.py +1 -1
  51. pulumi_azure_native/azurestackhci/v20230801preview/deployment_setting.py +1 -1
  52. pulumi_azure_native/azurestackhci/v20230801preview/edge_device.py +1 -1
  53. pulumi_azure_native/azurestackhci/v20230801preview/extension.py +1 -1
  54. pulumi_azure_native/azurestackhci/v20230801preview/update.py +1 -1
  55. pulumi_azure_native/azurestackhci/v20230801preview/update_run.py +1 -1
  56. pulumi_azure_native/azurestackhci/v20230801preview/update_summary.py +1 -1
  57. pulumi_azure_native/azurestackhci/v20231101preview/arc_setting.py +1 -1
  58. pulumi_azure_native/azurestackhci/v20231101preview/cluster.py +1 -1
  59. pulumi_azure_native/azurestackhci/v20231101preview/deployment_setting.py +1 -1
  60. pulumi_azure_native/azurestackhci/v20231101preview/edge_device.py +1 -1
  61. pulumi_azure_native/azurestackhci/v20231101preview/extension.py +1 -1
  62. pulumi_azure_native/azurestackhci/v20231101preview/security_setting.py +1 -1
  63. pulumi_azure_native/azurestackhci/v20231101preview/update.py +1 -1
  64. pulumi_azure_native/azurestackhci/v20231101preview/update_run.py +1 -1
  65. pulumi_azure_native/azurestackhci/v20231101preview/update_summary.py +1 -1
  66. pulumi_azure_native/azurestackhci/v20240101/arc_setting.py +1 -1
  67. pulumi_azure_native/azurestackhci/v20240101/cluster.py +1 -1
  68. pulumi_azure_native/azurestackhci/v20240101/deployment_setting.py +1 -1
  69. pulumi_azure_native/azurestackhci/v20240101/edge_device.py +1 -1
  70. pulumi_azure_native/azurestackhci/v20240101/extension.py +1 -1
  71. pulumi_azure_native/azurestackhci/v20240101/security_setting.py +1 -1
  72. pulumi_azure_native/azurestackhci/v20240101/update.py +1 -1
  73. pulumi_azure_native/azurestackhci/v20240101/update_run.py +1 -1
  74. pulumi_azure_native/azurestackhci/v20240101/update_summary.py +1 -1
  75. pulumi_azure_native/azurestackhci/v20240215preview/arc_setting.py +1 -1
  76. pulumi_azure_native/azurestackhci/v20240215preview/cluster.py +1 -1
  77. pulumi_azure_native/azurestackhci/v20240215preview/deployment_setting.py +1 -1
  78. pulumi_azure_native/azurestackhci/v20240215preview/extension.py +1 -1
  79. pulumi_azure_native/azurestackhci/v20240215preview/hci_edge_device.py +1 -1
  80. pulumi_azure_native/azurestackhci/v20240215preview/security_setting.py +1 -1
  81. pulumi_azure_native/azurestackhci/v20240215preview/update.py +1 -1
  82. pulumi_azure_native/azurestackhci/v20240215preview/update_run.py +1 -1
  83. pulumi_azure_native/azurestackhci/v20240215preview/update_summary.py +1 -1
  84. pulumi_azure_native/azurestackhci/v20240401/arc_setting.py +1 -1
  85. pulumi_azure_native/azurestackhci/v20240401/cluster.py +1 -1
  86. pulumi_azure_native/azurestackhci/v20240401/deployment_setting.py +1 -1
  87. pulumi_azure_native/azurestackhci/v20240401/extension.py +1 -1
  88. pulumi_azure_native/azurestackhci/v20240401/hci_edge_device.py +1 -1
  89. pulumi_azure_native/azurestackhci/v20240401/security_setting.py +1 -1
  90. pulumi_azure_native/azurestackhci/v20240401/update.py +1 -1
  91. pulumi_azure_native/azurestackhci/v20240401/update_run.py +1 -1
  92. pulumi_azure_native/azurestackhci/v20240401/update_summary.py +1 -1
  93. pulumi_azure_native/azurestackhci/v20240901preview/arc_setting.py +1 -1
  94. pulumi_azure_native/azurestackhci/v20240901preview/cluster.py +1 -1
  95. pulumi_azure_native/azurestackhci/v20240901preview/deployment_setting.py +1 -1
  96. pulumi_azure_native/azurestackhci/v20240901preview/extension.py +1 -1
  97. pulumi_azure_native/azurestackhci/v20240901preview/hci_edge_device.py +1 -1
  98. pulumi_azure_native/azurestackhci/v20240901preview/hci_edge_device_job.py +1 -1
  99. pulumi_azure_native/azurestackhci/v20240901preview/security_setting.py +1 -1
  100. pulumi_azure_native/azurestackhci/v20240901preview/update.py +1 -1
  101. pulumi_azure_native/azurestackhci/v20240901preview/update_run.py +1 -1
  102. pulumi_azure_native/azurestackhci/v20240901preview/update_summary.py +1 -1
  103. pulumi_azure_native/machinelearningservices/v20241001preview/_inputs.py +1 -113
  104. pulumi_azure_native/machinelearningservices/v20241001preview/outputs.py +1 -107
  105. pulumi_azure_native/networkcloud/__init__.py +0 -3
  106. pulumi_azure_native/networkcloud/agent_pool.py +3 -3
  107. pulumi_azure_native/networkcloud/bare_metal_machine.py +3 -3
  108. pulumi_azure_native/networkcloud/bare_metal_machine_key_set.py +3 -3
  109. pulumi_azure_native/networkcloud/bmc_key_set.py +3 -3
  110. pulumi_azure_native/networkcloud/cloud_services_network.py +3 -3
  111. pulumi_azure_native/networkcloud/cluster.py +3 -3
  112. pulumi_azure_native/networkcloud/cluster_manager.py +3 -3
  113. pulumi_azure_native/networkcloud/console.py +3 -3
  114. pulumi_azure_native/networkcloud/get_agent_pool.py +2 -2
  115. pulumi_azure_native/networkcloud/get_bare_metal_machine.py +2 -2
  116. pulumi_azure_native/networkcloud/get_bare_metal_machine_key_set.py +2 -2
  117. pulumi_azure_native/networkcloud/get_bmc_key_set.py +2 -2
  118. pulumi_azure_native/networkcloud/get_cloud_services_network.py +2 -2
  119. pulumi_azure_native/networkcloud/get_cluster.py +2 -2
  120. pulumi_azure_native/networkcloud/get_cluster_manager.py +2 -2
  121. pulumi_azure_native/networkcloud/get_console.py +2 -2
  122. pulumi_azure_native/networkcloud/get_kubernetes_cluster.py +2 -2
  123. pulumi_azure_native/networkcloud/get_kubernetes_cluster_feature.py +2 -2
  124. pulumi_azure_native/networkcloud/get_l2_network.py +2 -2
  125. pulumi_azure_native/networkcloud/get_l3_network.py +2 -2
  126. pulumi_azure_native/networkcloud/get_metrics_configuration.py +2 -2
  127. pulumi_azure_native/networkcloud/get_rack.py +2 -2
  128. pulumi_azure_native/networkcloud/get_storage_appliance.py +2 -2
  129. pulumi_azure_native/networkcloud/get_trunked_network.py +2 -2
  130. pulumi_azure_native/networkcloud/get_virtual_machine.py +2 -2
  131. pulumi_azure_native/networkcloud/get_volume.py +2 -2
  132. pulumi_azure_native/networkcloud/kubernetes_cluster.py +3 -3
  133. pulumi_azure_native/networkcloud/kubernetes_cluster_feature.py +3 -3
  134. pulumi_azure_native/networkcloud/l2_network.py +3 -3
  135. pulumi_azure_native/networkcloud/l3_network.py +3 -3
  136. pulumi_azure_native/networkcloud/metrics_configuration.py +3 -3
  137. pulumi_azure_native/networkcloud/rack.py +3 -3
  138. pulumi_azure_native/networkcloud/storage_appliance.py +3 -3
  139. pulumi_azure_native/networkcloud/trunked_network.py +3 -3
  140. pulumi_azure_native/networkcloud/v20230701/agent_pool.py +1 -1
  141. pulumi_azure_native/networkcloud/v20230701/bare_metal_machine.py +1 -1
  142. pulumi_azure_native/networkcloud/v20230701/bare_metal_machine_key_set.py +1 -1
  143. pulumi_azure_native/networkcloud/v20230701/bmc_key_set.py +1 -1
  144. pulumi_azure_native/networkcloud/v20230701/cloud_services_network.py +1 -1
  145. pulumi_azure_native/networkcloud/v20230701/cluster.py +1 -1
  146. pulumi_azure_native/networkcloud/v20230701/cluster_manager.py +1 -1
  147. pulumi_azure_native/networkcloud/v20230701/console.py +1 -1
  148. pulumi_azure_native/networkcloud/v20230701/kubernetes_cluster.py +1 -1
  149. pulumi_azure_native/networkcloud/v20230701/l2_network.py +1 -1
  150. pulumi_azure_native/networkcloud/v20230701/l3_network.py +1 -1
  151. pulumi_azure_native/networkcloud/v20230701/metrics_configuration.py +1 -1
  152. pulumi_azure_native/networkcloud/v20230701/rack.py +1 -1
  153. pulumi_azure_native/networkcloud/v20230701/storage_appliance.py +1 -1
  154. pulumi_azure_native/networkcloud/v20230701/trunked_network.py +1 -1
  155. pulumi_azure_native/networkcloud/v20230701/virtual_machine.py +1 -1
  156. pulumi_azure_native/networkcloud/v20230701/volume.py +1 -1
  157. pulumi_azure_native/networkcloud/v20231001preview/agent_pool.py +1 -1
  158. pulumi_azure_native/networkcloud/v20231001preview/bare_metal_machine.py +1 -1
  159. pulumi_azure_native/networkcloud/v20231001preview/bare_metal_machine_key_set.py +1 -1
  160. pulumi_azure_native/networkcloud/v20231001preview/bmc_key_set.py +1 -1
  161. pulumi_azure_native/networkcloud/v20231001preview/cloud_services_network.py +1 -1
  162. pulumi_azure_native/networkcloud/v20231001preview/cluster.py +1 -1
  163. pulumi_azure_native/networkcloud/v20231001preview/cluster_manager.py +1 -1
  164. pulumi_azure_native/networkcloud/v20231001preview/console.py +1 -1
  165. pulumi_azure_native/networkcloud/v20231001preview/kubernetes_cluster.py +1 -1
  166. pulumi_azure_native/networkcloud/v20231001preview/l2_network.py +1 -1
  167. pulumi_azure_native/networkcloud/v20231001preview/l3_network.py +1 -1
  168. pulumi_azure_native/networkcloud/v20231001preview/metrics_configuration.py +1 -1
  169. pulumi_azure_native/networkcloud/v20231001preview/rack.py +1 -1
  170. pulumi_azure_native/networkcloud/v20231001preview/storage_appliance.py +1 -1
  171. pulumi_azure_native/networkcloud/v20231001preview/trunked_network.py +1 -1
  172. pulumi_azure_native/networkcloud/v20231001preview/virtual_machine.py +1 -1
  173. pulumi_azure_native/networkcloud/v20231001preview/volume.py +1 -1
  174. pulumi_azure_native/networkcloud/v20240601preview/agent_pool.py +1 -1
  175. pulumi_azure_native/networkcloud/v20240601preview/bare_metal_machine.py +1 -1
  176. pulumi_azure_native/networkcloud/v20240601preview/bare_metal_machine_key_set.py +1 -1
  177. pulumi_azure_native/networkcloud/v20240601preview/bmc_key_set.py +1 -1
  178. pulumi_azure_native/networkcloud/v20240601preview/cloud_services_network.py +1 -1
  179. pulumi_azure_native/networkcloud/v20240601preview/cluster.py +1 -1
  180. pulumi_azure_native/networkcloud/v20240601preview/cluster_manager.py +1 -1
  181. pulumi_azure_native/networkcloud/v20240601preview/console.py +1 -1
  182. pulumi_azure_native/networkcloud/v20240601preview/kubernetes_cluster.py +1 -1
  183. pulumi_azure_native/networkcloud/v20240601preview/kubernetes_cluster_feature.py +1 -1
  184. pulumi_azure_native/networkcloud/v20240601preview/l2_network.py +1 -1
  185. pulumi_azure_native/networkcloud/v20240601preview/l3_network.py +1 -1
  186. pulumi_azure_native/networkcloud/v20240601preview/metrics_configuration.py +1 -1
  187. pulumi_azure_native/networkcloud/v20240601preview/rack.py +1 -1
  188. pulumi_azure_native/networkcloud/v20240601preview/storage_appliance.py +1 -1
  189. pulumi_azure_native/networkcloud/v20240601preview/trunked_network.py +1 -1
  190. pulumi_azure_native/networkcloud/v20240601preview/virtual_machine.py +1 -1
  191. pulumi_azure_native/networkcloud/v20240601preview/volume.py +1 -1
  192. pulumi_azure_native/networkcloud/v20240701/agent_pool.py +1 -1
  193. pulumi_azure_native/networkcloud/v20240701/bare_metal_machine.py +1 -1
  194. pulumi_azure_native/networkcloud/v20240701/bare_metal_machine_key_set.py +1 -1
  195. pulumi_azure_native/networkcloud/v20240701/bmc_key_set.py +1 -1
  196. pulumi_azure_native/networkcloud/v20240701/cloud_services_network.py +1 -1
  197. pulumi_azure_native/networkcloud/v20240701/cluster.py +1 -1
  198. pulumi_azure_native/networkcloud/v20240701/cluster_manager.py +1 -1
  199. pulumi_azure_native/networkcloud/v20240701/console.py +1 -1
  200. pulumi_azure_native/networkcloud/v20240701/kubernetes_cluster.py +1 -1
  201. pulumi_azure_native/networkcloud/v20240701/kubernetes_cluster_feature.py +1 -1
  202. pulumi_azure_native/networkcloud/v20240701/l2_network.py +1 -1
  203. pulumi_azure_native/networkcloud/v20240701/l3_network.py +1 -1
  204. pulumi_azure_native/networkcloud/v20240701/metrics_configuration.py +1 -1
  205. pulumi_azure_native/networkcloud/v20240701/rack.py +1 -1
  206. pulumi_azure_native/networkcloud/v20240701/storage_appliance.py +1 -1
  207. pulumi_azure_native/networkcloud/v20240701/trunked_network.py +1 -1
  208. pulumi_azure_native/networkcloud/v20240701/virtual_machine.py +1 -1
  209. pulumi_azure_native/networkcloud/v20240701/volume.py +1 -1
  210. pulumi_azure_native/networkcloud/virtual_machine.py +3 -3
  211. pulumi_azure_native/networkcloud/volume.py +3 -3
  212. pulumi_azure_native/pulumi-plugin.json +1 -1
  213. {pulumi_azure_native-2.81.0.dist-info → pulumi_azure_native-2.81.0a1735840149.dist-info}/METADATA +1 -1
  214. {pulumi_azure_native-2.81.0.dist-info → pulumi_azure_native-2.81.0a1735840149.dist-info}/RECORD +216 -280
  215. {pulumi_azure_native-2.81.0.dist-info → pulumi_azure_native-2.81.0a1735840149.dist-info}/WHEEL +1 -1
  216. pulumi_azure_native/azurestackhci/v20241201preview/__init__.py +0 -30
  217. pulumi_azure_native/azurestackhci/v20241201preview/_enums.py +0 -267
  218. pulumi_azure_native/azurestackhci/v20241201preview/_inputs.py +0 -3459
  219. pulumi_azure_native/azurestackhci/v20241201preview/arc_setting.py +0 -406
  220. pulumi_azure_native/azurestackhci/v20241201preview/cluster.py +0 -680
  221. pulumi_azure_native/azurestackhci/v20241201preview/deployment_setting.py +0 -335
  222. pulumi_azure_native/azurestackhci/v20241201preview/extension.py +0 -473
  223. pulumi_azure_native/azurestackhci/v20241201preview/get_arc_setting.py +0 -275
  224. pulumi_azure_native/azurestackhci/v20241201preview/get_cluster.py +0 -521
  225. pulumi_azure_native/azurestackhci/v20241201preview/get_deployment_setting.py +0 -219
  226. pulumi_azure_native/azurestackhci/v20241201preview/get_extension.py +0 -295
  227. pulumi_azure_native/azurestackhci/v20241201preview/get_hci_edge_device.py +0 -158
  228. pulumi_azure_native/azurestackhci/v20241201preview/get_hci_edge_device_job.py +0 -164
  229. pulumi_azure_native/azurestackhci/v20241201preview/get_security_setting.py +0 -205
  230. pulumi_azure_native/azurestackhci/v20241201preview/get_update.py +0 -401
  231. pulumi_azure_native/azurestackhci/v20241201preview/get_update_run.py +0 -337
  232. pulumi_azure_native/azurestackhci/v20241201preview/get_update_summary.py +0 -283
  233. pulumi_azure_native/azurestackhci/v20241201preview/hci_edge_device.py +0 -233
  234. pulumi_azure_native/azurestackhci/v20241201preview/hci_edge_device_job.py +0 -256
  235. pulumi_azure_native/azurestackhci/v20241201preview/outputs.py +0 -6470
  236. pulumi_azure_native/azurestackhci/v20241201preview/security_setting.py +0 -310
  237. pulumi_azure_native/azurestackhci/v20241201preview/update.py +0 -724
  238. pulumi_azure_native/azurestackhci/v20241201preview/update_run.py +0 -619
  239. pulumi_azure_native/azurestackhci/v20241201preview/update_summary.py +0 -471
  240. pulumi_azure_native/networkcloud/v20241001preview/__init__.py +0 -46
  241. pulumi_azure_native/networkcloud/v20241001preview/_enums.py +0 -353
  242. pulumi_azure_native/networkcloud/v20241001preview/_inputs.py +0 -3580
  243. pulumi_azure_native/networkcloud/v20241001preview/agent_pool.py +0 -610
  244. pulumi_azure_native/networkcloud/v20241001preview/bare_metal_machine.py +0 -795
  245. pulumi_azure_native/networkcloud/v20241001preview/bare_metal_machine_key_set.py +0 -507
  246. pulumi_azure_native/networkcloud/v20241001preview/bmc_key_set.py +0 -448
  247. pulumi_azure_native/networkcloud/v20241001preview/cloud_services_network.py +0 -417
  248. pulumi_azure_native/networkcloud/v20241001preview/cluster.py +0 -917
  249. pulumi_azure_native/networkcloud/v20241001preview/cluster_manager.py +0 -452
  250. pulumi_azure_native/networkcloud/v20241001preview/console.py +0 -417
  251. pulumi_azure_native/networkcloud/v20241001preview/get_agent_pool.py +0 -370
  252. pulumi_azure_native/networkcloud/v20241001preview/get_bare_metal_machine.py +0 -616
  253. pulumi_azure_native/networkcloud/v20241001preview/get_bare_metal_machine_key_set.py +0 -328
  254. pulumi_azure_native/networkcloud/v20241001preview/get_bmc_key_set.py +0 -300
  255. pulumi_azure_native/networkcloud/v20241001preview/get_cloud_services_network.py +0 -328
  256. pulumi_azure_native/networkcloud/v20241001preview/get_cluster.py +0 -603
  257. pulumi_azure_native/networkcloud/v20241001preview/get_cluster_manager.py +0 -308
  258. pulumi_azure_native/networkcloud/v20241001preview/get_console.py +0 -286
  259. pulumi_azure_native/networkcloud/v20241001preview/get_kubernetes_cluster.py +0 -406
  260. pulumi_azure_native/networkcloud/v20241001preview/get_kubernetes_cluster_feature.py +0 -258
  261. pulumi_azure_native/networkcloud/v20241001preview/get_l2_network.py +0 -308
  262. pulumi_azure_native/networkcloud/v20241001preview/get_l3_network.py +0 -380
  263. pulumi_azure_native/networkcloud/v20241001preview/get_metrics_configuration.py +0 -258
  264. pulumi_azure_native/networkcloud/v20241001preview/get_rack.py +0 -280
  265. pulumi_azure_native/networkcloud/v20241001preview/get_storage_appliance.py +0 -420
  266. pulumi_azure_native/networkcloud/v20241001preview/get_trunked_network.py +0 -322
  267. pulumi_azure_native/networkcloud/v20241001preview/get_virtual_machine.py +0 -518
  268. pulumi_azure_native/networkcloud/v20241001preview/get_volume.py +0 -252
  269. pulumi_azure_native/networkcloud/v20241001preview/kubernetes_cluster.py +0 -564
  270. pulumi_azure_native/networkcloud/v20241001preview/kubernetes_cluster_feature.py +0 -336
  271. pulumi_azure_native/networkcloud/v20241001preview/l2_network.py +0 -419
  272. pulumi_azure_native/networkcloud/v20241001preview/l3_network.py +0 -581
  273. pulumi_azure_native/networkcloud/v20241001preview/metrics_configuration.py +0 -376
  274. pulumi_azure_native/networkcloud/v20241001preview/outputs.py +0 -4372
  275. pulumi_azure_native/networkcloud/v20241001preview/rack.py +0 -416
  276. pulumi_azure_native/networkcloud/v20241001preview/storage_appliance.py +0 -536
  277. pulumi_azure_native/networkcloud/v20241001preview/trunked_network.py +0 -449
  278. pulumi_azure_native/networkcloud/v20241001preview/virtual_machine.py +0 -852
  279. pulumi_azure_native/networkcloud/v20241001preview/volume.py +0 -336
  280. {pulumi_azure_native-2.81.0.dist-info → pulumi_azure_native-2.81.0a1735840149.dist-info}/top_level.txt +0 -0
@@ -4016,23 +4016,6 @@ _utilities.register(
4016
4016
  "azure-native:azurestackhci/v20240901preview:UpdateSummary": "UpdateSummary"
4017
4017
  }
4018
4018
  },
4019
- {
4020
- "pkg": "azure-native",
4021
- "mod": "azurestackhci/v20241201preview",
4022
- "fqn": "pulumi_azure_native.azurestackhci.v20241201preview",
4023
- "classes": {
4024
- "azure-native:azurestackhci/v20241201preview:ArcSetting": "ArcSetting",
4025
- "azure-native:azurestackhci/v20241201preview:Cluster": "Cluster",
4026
- "azure-native:azurestackhci/v20241201preview:DeploymentSetting": "DeploymentSetting",
4027
- "azure-native:azurestackhci/v20241201preview:Extension": "Extension",
4028
- "azure-native:azurestackhci/v20241201preview:HciEdgeDevice": "HciEdgeDevice",
4029
- "azure-native:azurestackhci/v20241201preview:HciEdgeDeviceJob": "HciEdgeDeviceJob",
4030
- "azure-native:azurestackhci/v20241201preview:SecuritySetting": "SecuritySetting",
4031
- "azure-native:azurestackhci/v20241201preview:Update": "Update",
4032
- "azure-native:azurestackhci/v20241201preview:UpdateRun": "UpdateRun",
4033
- "azure-native:azurestackhci/v20241201preview:UpdateSummary": "UpdateSummary"
4034
- }
4035
- },
4036
4019
  {
4037
4020
  "pkg": "azure-native",
4038
4021
  "mod": "baremetalinfrastructure",
@@ -15699,31 +15682,6 @@ _utilities.register(
15699
15682
  "azure-native:networkcloud/v20240701:Volume": "Volume"
15700
15683
  }
15701
15684
  },
15702
- {
15703
- "pkg": "azure-native",
15704
- "mod": "networkcloud/v20241001preview",
15705
- "fqn": "pulumi_azure_native.networkcloud.v20241001preview",
15706
- "classes": {
15707
- "azure-native:networkcloud/v20241001preview:AgentPool": "AgentPool",
15708
- "azure-native:networkcloud/v20241001preview:BareMetalMachine": "BareMetalMachine",
15709
- "azure-native:networkcloud/v20241001preview:BareMetalMachineKeySet": "BareMetalMachineKeySet",
15710
- "azure-native:networkcloud/v20241001preview:BmcKeySet": "BmcKeySet",
15711
- "azure-native:networkcloud/v20241001preview:CloudServicesNetwork": "CloudServicesNetwork",
15712
- "azure-native:networkcloud/v20241001preview:Cluster": "Cluster",
15713
- "azure-native:networkcloud/v20241001preview:ClusterManager": "ClusterManager",
15714
- "azure-native:networkcloud/v20241001preview:Console": "Console",
15715
- "azure-native:networkcloud/v20241001preview:KubernetesCluster": "KubernetesCluster",
15716
- "azure-native:networkcloud/v20241001preview:KubernetesClusterFeature": "KubernetesClusterFeature",
15717
- "azure-native:networkcloud/v20241001preview:L2Network": "L2Network",
15718
- "azure-native:networkcloud/v20241001preview:L3Network": "L3Network",
15719
- "azure-native:networkcloud/v20241001preview:MetricsConfiguration": "MetricsConfiguration",
15720
- "azure-native:networkcloud/v20241001preview:Rack": "Rack",
15721
- "azure-native:networkcloud/v20241001preview:StorageAppliance": "StorageAppliance",
15722
- "azure-native:networkcloud/v20241001preview:TrunkedNetwork": "TrunkedNetwork",
15723
- "azure-native:networkcloud/v20241001preview:VirtualMachine": "VirtualMachine",
15724
- "azure-native:networkcloud/v20241001preview:Volume": "Volume"
15725
- }
15726
- },
15727
15685
  {
15728
15686
  "pkg": "azure-native",
15729
15687
  "mod": "networkfunction",
@@ -97,8 +97,6 @@ if typing.TYPE_CHECKING:
97
97
  v20240801preview = __v20240801preview
98
98
  import pulumi_azure_native.azurestackhci.v20240901preview as __v20240901preview
99
99
  v20240901preview = __v20240901preview
100
- import pulumi_azure_native.azurestackhci.v20241201preview as __v20241201preview
101
- v20241201preview = __v20241201preview
102
100
  else:
103
101
  v20210901preview = _utilities.lazy_import('pulumi_azure_native.azurestackhci.v20210901preview')
104
102
  v20220101 = _utilities.lazy_import('pulumi_azure_native.azurestackhci.v20220101')
@@ -119,5 +117,4 @@ else:
119
117
  v20240715preview = _utilities.lazy_import('pulumi_azure_native.azurestackhci.v20240715preview')
120
118
  v20240801preview = _utilities.lazy_import('pulumi_azure_native.azurestackhci.v20240801preview')
121
119
  v20240901preview = _utilities.lazy_import('pulumi_azure_native.azurestackhci.v20240901preview')
122
- v20241201preview = _utilities.lazy_import('pulumi_azure_native.azurestackhci.v20241201preview')
123
120
 
@@ -187,7 +187,7 @@ class ArcSetting(pulumi.CustomResource):
187
187
  ArcSetting details.
188
188
  Azure REST API version: 2023-03-01. Prior API version in Azure Native 1.x: 2021-01-01-preview.
189
189
 
190
- Other available API versions: 2021-09-01-preview, 2022-12-15-preview, 2023-06-01, 2023-08-01, 2023-08-01-preview, 2023-11-01-preview, 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview, 2024-12-01-preview.
190
+ Other available API versions: 2021-09-01-preview, 2022-12-15-preview, 2023-06-01, 2023-08-01, 2023-08-01-preview, 2023-11-01-preview, 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview.
191
191
 
192
192
  :param str resource_name: The name of the resource.
193
193
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -211,7 +211,7 @@ class ArcSetting(pulumi.CustomResource):
211
211
  ArcSetting details.
212
212
  Azure REST API version: 2023-03-01. Prior API version in Azure Native 1.x: 2021-01-01-preview.
213
213
 
214
- Other available API versions: 2021-09-01-preview, 2022-12-15-preview, 2023-06-01, 2023-08-01, 2023-08-01-preview, 2023-11-01-preview, 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview, 2024-12-01-preview.
214
+ Other available API versions: 2021-09-01-preview, 2022-12-15-preview, 2023-06-01, 2023-08-01, 2023-08-01-preview, 2023-11-01-preview, 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview.
215
215
 
216
216
  :param str resource_name: The name of the resource.
217
217
  :param ArcSettingArgs args: The arguments to use to populate this resource's properties.
@@ -266,7 +266,7 @@ class ArcSetting(pulumi.CustomResource):
266
266
  __props__.__dict__["provisioning_state"] = None
267
267
  __props__.__dict__["system_data"] = None
268
268
  __props__.__dict__["type"] = None
269
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci/v20210101preview:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20210901:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20210901preview:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20220101:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20220301:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20220501:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20220901:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20221001:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20221201:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20221215preview:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20230201:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20230301:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20230601:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20230801:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20230801preview:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20231101preview:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20240101:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20240215preview:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20240401:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20240901preview:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20241201preview:ArcSetting")])
269
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci/v20210101preview:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20210901:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20210901preview:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20220101:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20220301:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20220501:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20220901:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20221001:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20221201:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20221215preview:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20230201:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20230301:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20230601:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20230801:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20230801preview:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20231101preview:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20240101:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20240215preview:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20240401:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20240901preview:ArcSetting")])
270
270
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
271
271
  super(ArcSetting, __self__).__init__(
272
272
  'azure-native:azurestackhci:ArcSetting',
@@ -256,7 +256,7 @@ class Cluster(pulumi.CustomResource):
256
256
  Cluster details.
257
257
  Azure REST API version: 2023-03-01. Prior API version in Azure Native 1.x: 2020-10-01.
258
258
 
259
- Other available API versions: 2022-01-01, 2022-09-01, 2022-12-15-preview, 2023-06-01, 2023-08-01, 2023-08-01-preview, 2023-11-01-preview, 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview, 2024-12-01-preview.
259
+ Other available API versions: 2022-01-01, 2022-09-01, 2022-12-15-preview, 2023-06-01, 2023-08-01, 2023-08-01-preview, 2023-11-01-preview, 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview.
260
260
 
261
261
  :param str resource_name: The name of the resource.
262
262
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -284,7 +284,7 @@ class Cluster(pulumi.CustomResource):
284
284
  Cluster details.
285
285
  Azure REST API version: 2023-03-01. Prior API version in Azure Native 1.x: 2020-10-01.
286
286
 
287
- Other available API versions: 2022-01-01, 2022-09-01, 2022-12-15-preview, 2023-06-01, 2023-08-01, 2023-08-01-preview, 2023-11-01-preview, 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview, 2024-12-01-preview.
287
+ Other available API versions: 2022-01-01, 2022-09-01, 2022-12-15-preview, 2023-06-01, 2023-08-01, 2023-08-01-preview, 2023-11-01-preview, 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview.
288
288
 
289
289
  :param str resource_name: The name of the resource.
290
290
  :param ClusterInitArgs args: The arguments to use to populate this resource's properties.
@@ -355,7 +355,7 @@ class Cluster(pulumi.CustomResource):
355
355
  __props__.__dict__["system_data"] = None
356
356
  __props__.__dict__["tenant_id"] = None
357
357
  __props__.__dict__["trial_days_remaining"] = None
358
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci/v20200301preview:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20201001:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20210101preview:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20210901:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20210901preview:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20220101:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20220301:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20220501:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20220901:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20221001:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20221201:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20221215preview:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20230201:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20230301:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20230601:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20230801:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20230801preview:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20231101preview:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20240101:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20240215preview:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20240401:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20240901preview:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20241201preview:Cluster")])
358
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci/v20200301preview:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20201001:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20210101preview:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20210901:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20210901preview:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20220101:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20220301:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20220501:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20220901:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20221001:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20221201:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20221215preview:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20230201:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20230301:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20230601:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20230801:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20230801preview:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20231101preview:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20240101:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20240215preview:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20240401:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20240901preview:Cluster")])
359
359
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
360
360
  super(Cluster, __self__).__init__(
361
361
  'azure-native:azurestackhci:Cluster',
@@ -134,7 +134,7 @@ class DeploymentSetting(pulumi.CustomResource):
134
134
  Edge device resource
135
135
  Azure REST API version: 2023-08-01-preview.
136
136
 
137
- Other available API versions: 2023-11-01-preview, 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview, 2024-12-01-preview.
137
+ Other available API versions: 2023-11-01-preview, 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview.
138
138
 
139
139
  :param str resource_name: The name of the resource.
140
140
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -155,7 +155,7 @@ class DeploymentSetting(pulumi.CustomResource):
155
155
  Edge device resource
156
156
  Azure REST API version: 2023-08-01-preview.
157
157
 
158
- Other available API versions: 2023-11-01-preview, 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview, 2024-12-01-preview.
158
+ Other available API versions: 2023-11-01-preview, 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview.
159
159
 
160
160
  :param str resource_name: The name of the resource.
161
161
  :param DeploymentSettingArgs args: The arguments to use to populate this resource's properties.
@@ -208,7 +208,7 @@ class DeploymentSetting(pulumi.CustomResource):
208
208
  __props__.__dict__["reported_properties"] = None
209
209
  __props__.__dict__["system_data"] = None
210
210
  __props__.__dict__["type"] = None
211
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci/v20230801preview:DeploymentSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20231101preview:DeploymentSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20240101:DeploymentSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20240215preview:DeploymentSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20240401:DeploymentSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20240901preview:DeploymentSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20241201preview:DeploymentSetting")])
211
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci/v20230801preview:DeploymentSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20231101preview:DeploymentSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20240101:DeploymentSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20240215preview:DeploymentSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20240401:DeploymentSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20240901preview:DeploymentSetting")])
212
212
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
213
213
  super(DeploymentSetting, __self__).__init__(
214
214
  'azure-native:azurestackhci:DeploymentSetting',
@@ -85,7 +85,7 @@ class EdgeDevice(pulumi.CustomResource):
85
85
  Edge device resource
86
86
  Azure REST API version: 2023-08-01-preview.
87
87
 
88
- Other available API versions: 2023-11-01-preview, 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview, 2024-12-01-preview.
88
+ Other available API versions: 2023-11-01-preview, 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview.
89
89
 
90
90
  :param str resource_name: The name of the resource.
91
91
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -103,7 +103,7 @@ class EdgeDevice(pulumi.CustomResource):
103
103
  Edge device resource
104
104
  Azure REST API version: 2023-08-01-preview.
105
105
 
106
- Other available API versions: 2023-11-01-preview, 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview, 2024-12-01-preview.
106
+ Other available API versions: 2023-11-01-preview, 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview.
107
107
 
108
108
  :param str resource_name: The name of the resource.
109
109
  :param EdgeDeviceArgs args: The arguments to use to populate this resource's properties.
@@ -143,7 +143,7 @@ class EdgeDevice(pulumi.CustomResource):
143
143
  __props__.__dict__["provisioning_state"] = None
144
144
  __props__.__dict__["system_data"] = None
145
145
  __props__.__dict__["type"] = None
146
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci/v20230801preview:EdgeDevice"), pulumi.Alias(type_="azure-native:azurestackhci/v20231101preview:EdgeDevice"), pulumi.Alias(type_="azure-native:azurestackhci/v20240101:EdgeDevice"), pulumi.Alias(type_="azure-native:azurestackhci/v20240215preview:EdgeDevice"), pulumi.Alias(type_="azure-native:azurestackhci/v20240401:EdgeDevice"), pulumi.Alias(type_="azure-native:azurestackhci/v20240901preview:EdgeDevice"), pulumi.Alias(type_="azure-native:azurestackhci/v20241201preview:EdgeDevice")])
146
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci/v20230801preview:EdgeDevice"), pulumi.Alias(type_="azure-native:azurestackhci/v20231101preview:EdgeDevice"), pulumi.Alias(type_="azure-native:azurestackhci/v20240101:EdgeDevice"), pulumi.Alias(type_="azure-native:azurestackhci/v20240215preview:EdgeDevice"), pulumi.Alias(type_="azure-native:azurestackhci/v20240401:EdgeDevice"), pulumi.Alias(type_="azure-native:azurestackhci/v20240901preview:EdgeDevice")])
147
147
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
148
148
  super(EdgeDevice, __self__).__init__(
149
149
  'azure-native:azurestackhci:EdgeDevice',
@@ -236,7 +236,7 @@ class Extension(pulumi.CustomResource):
236
236
  Details of a particular extension in HCI Cluster.
237
237
  Azure REST API version: 2023-03-01. Prior API version in Azure Native 1.x: 2021-01-01-preview.
238
238
 
239
- Other available API versions: 2022-12-15-preview, 2023-06-01, 2023-08-01, 2023-08-01-preview, 2023-11-01-preview, 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview, 2024-12-01-preview.
239
+ Other available API versions: 2022-12-15-preview, 2023-06-01, 2023-08-01, 2023-08-01-preview, 2023-11-01-preview, 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview.
240
240
 
241
241
  :param str resource_name: The name of the resource.
242
242
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -263,7 +263,7 @@ class Extension(pulumi.CustomResource):
263
263
  Details of a particular extension in HCI Cluster.
264
264
  Azure REST API version: 2023-03-01. Prior API version in Azure Native 1.x: 2021-01-01-preview.
265
265
 
266
- Other available API versions: 2022-12-15-preview, 2023-06-01, 2023-08-01, 2023-08-01-preview, 2023-11-01-preview, 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview, 2024-12-01-preview.
266
+ Other available API versions: 2022-12-15-preview, 2023-06-01, 2023-08-01, 2023-08-01-preview, 2023-11-01-preview, 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview.
267
267
 
268
268
  :param str resource_name: The name of the resource.
269
269
  :param ExtensionArgs args: The arguments to use to populate this resource's properties.
@@ -325,7 +325,7 @@ class Extension(pulumi.CustomResource):
325
325
  __props__.__dict__["per_node_extension_details"] = None
326
326
  __props__.__dict__["provisioning_state"] = None
327
327
  __props__.__dict__["system_data"] = None
328
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci/v20210101preview:Extension"), pulumi.Alias(type_="azure-native:azurestackhci/v20210901:Extension"), pulumi.Alias(type_="azure-native:azurestackhci/v20210901preview:Extension"), pulumi.Alias(type_="azure-native:azurestackhci/v20220101:Extension"), pulumi.Alias(type_="azure-native:azurestackhci/v20220301:Extension"), pulumi.Alias(type_="azure-native:azurestackhci/v20220501:Extension"), pulumi.Alias(type_="azure-native:azurestackhci/v20220901:Extension"), pulumi.Alias(type_="azure-native:azurestackhci/v20221001:Extension"), pulumi.Alias(type_="azure-native:azurestackhci/v20221201:Extension"), pulumi.Alias(type_="azure-native:azurestackhci/v20221215preview:Extension"), pulumi.Alias(type_="azure-native:azurestackhci/v20230201:Extension"), pulumi.Alias(type_="azure-native:azurestackhci/v20230301:Extension"), pulumi.Alias(type_="azure-native:azurestackhci/v20230601:Extension"), pulumi.Alias(type_="azure-native:azurestackhci/v20230801:Extension"), pulumi.Alias(type_="azure-native:azurestackhci/v20230801preview:Extension"), pulumi.Alias(type_="azure-native:azurestackhci/v20231101preview:Extension"), pulumi.Alias(type_="azure-native:azurestackhci/v20240101:Extension"), pulumi.Alias(type_="azure-native:azurestackhci/v20240215preview:Extension"), pulumi.Alias(type_="azure-native:azurestackhci/v20240401:Extension"), pulumi.Alias(type_="azure-native:azurestackhci/v20240901preview:Extension"), pulumi.Alias(type_="azure-native:azurestackhci/v20241201preview:Extension")])
328
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci/v20210101preview:Extension"), pulumi.Alias(type_="azure-native:azurestackhci/v20210901:Extension"), pulumi.Alias(type_="azure-native:azurestackhci/v20210901preview:Extension"), pulumi.Alias(type_="azure-native:azurestackhci/v20220101:Extension"), pulumi.Alias(type_="azure-native:azurestackhci/v20220301:Extension"), pulumi.Alias(type_="azure-native:azurestackhci/v20220501:Extension"), pulumi.Alias(type_="azure-native:azurestackhci/v20220901:Extension"), pulumi.Alias(type_="azure-native:azurestackhci/v20221001:Extension"), pulumi.Alias(type_="azure-native:azurestackhci/v20221201:Extension"), pulumi.Alias(type_="azure-native:azurestackhci/v20221215preview:Extension"), pulumi.Alias(type_="azure-native:azurestackhci/v20230201:Extension"), pulumi.Alias(type_="azure-native:azurestackhci/v20230301:Extension"), pulumi.Alias(type_="azure-native:azurestackhci/v20230601:Extension"), pulumi.Alias(type_="azure-native:azurestackhci/v20230801:Extension"), pulumi.Alias(type_="azure-native:azurestackhci/v20230801preview:Extension"), pulumi.Alias(type_="azure-native:azurestackhci/v20231101preview:Extension"), pulumi.Alias(type_="azure-native:azurestackhci/v20240101:Extension"), pulumi.Alias(type_="azure-native:azurestackhci/v20240215preview:Extension"), pulumi.Alias(type_="azure-native:azurestackhci/v20240401:Extension"), pulumi.Alias(type_="azure-native:azurestackhci/v20240901preview:Extension")])
329
329
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
330
330
  super(Extension, __self__).__init__(
331
331
  'azure-native:azurestackhci:Extension',
@@ -214,7 +214,7 @@ def get_arc_setting(arc_setting_name: Optional[str] = None,
214
214
  Get ArcSetting resource details of HCI Cluster.
215
215
  Azure REST API version: 2023-03-01.
216
216
 
217
- Other available API versions: 2021-09-01-preview, 2022-12-15-preview, 2023-06-01, 2023-08-01, 2023-08-01-preview, 2023-11-01-preview, 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview, 2024-12-01-preview.
217
+ Other available API versions: 2021-09-01-preview, 2022-12-15-preview, 2023-06-01, 2023-08-01, 2023-08-01-preview, 2023-11-01-preview, 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview.
218
218
 
219
219
 
220
220
  :param str arc_setting_name: The name of the proxy resource holding details of HCI ArcSetting information.
@@ -251,7 +251,7 @@ def get_arc_setting_output(arc_setting_name: Optional[pulumi.Input[str]] = None,
251
251
  Get ArcSetting resource details of HCI Cluster.
252
252
  Azure REST API version: 2023-03-01.
253
253
 
254
- Other available API versions: 2021-09-01-preview, 2022-12-15-preview, 2023-06-01, 2023-08-01, 2023-08-01-preview, 2023-11-01-preview, 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview, 2024-12-01-preview.
254
+ Other available API versions: 2021-09-01-preview, 2022-12-15-preview, 2023-06-01, 2023-08-01, 2023-08-01-preview, 2023-11-01-preview, 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview.
255
255
 
256
256
 
257
257
  :param str arc_setting_name: The name of the proxy resource holding details of HCI ArcSetting information.
@@ -369,7 +369,7 @@ def get_cluster(cluster_name: Optional[str] = None,
369
369
  Get HCI cluster.
370
370
  Azure REST API version: 2023-03-01.
371
371
 
372
- Other available API versions: 2022-01-01, 2022-09-01, 2022-12-15-preview, 2023-06-01, 2023-08-01, 2023-08-01-preview, 2023-11-01-preview, 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview, 2024-12-01-preview.
372
+ Other available API versions: 2022-01-01, 2022-09-01, 2022-12-15-preview, 2023-06-01, 2023-08-01, 2023-08-01-preview, 2023-11-01-preview, 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview.
373
373
 
374
374
 
375
375
  :param str cluster_name: The name of the cluster.
@@ -416,7 +416,7 @@ def get_cluster_output(cluster_name: Optional[pulumi.Input[str]] = None,
416
416
  Get HCI cluster.
417
417
  Azure REST API version: 2023-03-01.
418
418
 
419
- Other available API versions: 2022-01-01, 2022-09-01, 2022-12-15-preview, 2023-06-01, 2023-08-01, 2023-08-01-preview, 2023-11-01-preview, 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview, 2024-12-01-preview.
419
+ Other available API versions: 2022-01-01, 2022-09-01, 2022-12-15-preview, 2023-06-01, 2023-08-01, 2023-08-01-preview, 2023-11-01-preview, 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview.
420
420
 
421
421
 
422
422
  :param str cluster_name: The name of the cluster.
@@ -154,7 +154,7 @@ def get_deployment_setting(cluster_name: Optional[str] = None,
154
154
  Get a DeploymentSetting
155
155
  Azure REST API version: 2023-08-01-preview.
156
156
 
157
- Other available API versions: 2023-11-01-preview, 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview, 2024-12-01-preview.
157
+ Other available API versions: 2023-11-01-preview, 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview.
158
158
 
159
159
 
160
160
  :param str cluster_name: The name of the cluster.
@@ -186,7 +186,7 @@ def get_deployment_setting_output(cluster_name: Optional[pulumi.Input[str]] = No
186
186
  Get a DeploymentSetting
187
187
  Azure REST API version: 2023-08-01-preview.
188
188
 
189
- Other available API versions: 2023-11-01-preview, 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview, 2024-12-01-preview.
189
+ Other available API versions: 2023-11-01-preview, 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview.
190
190
 
191
191
 
192
192
  :param str cluster_name: The name of the cluster.
@@ -117,7 +117,7 @@ def get_edge_device(edge_device_name: Optional[str] = None,
117
117
  Get a EdgeDevice
118
118
  Azure REST API version: 2023-08-01-preview.
119
119
 
120
- Other available API versions: 2023-11-01-preview, 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview, 2024-12-01-preview.
120
+ Other available API versions: 2023-11-01-preview, 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview.
121
121
 
122
122
 
123
123
  :param str edge_device_name: Name of Device
@@ -143,7 +143,7 @@ def get_edge_device_output(edge_device_name: Optional[pulumi.Input[str]] = None,
143
143
  Get a EdgeDevice
144
144
  Azure REST API version: 2023-08-01-preview.
145
145
 
146
- Other available API versions: 2023-11-01-preview, 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview, 2024-12-01-preview.
146
+ Other available API versions: 2023-11-01-preview, 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview.
147
147
 
148
148
 
149
149
  :param str edge_device_name: Name of Device
@@ -227,7 +227,7 @@ def get_extension(arc_setting_name: Optional[str] = None,
227
227
  Get particular Arc Extension of HCI Cluster.
228
228
  Azure REST API version: 2023-03-01.
229
229
 
230
- Other available API versions: 2022-12-15-preview, 2023-06-01, 2023-08-01, 2023-08-01-preview, 2023-11-01-preview, 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview, 2024-12-01-preview.
230
+ Other available API versions: 2022-12-15-preview, 2023-06-01, 2023-08-01, 2023-08-01-preview, 2023-11-01-preview, 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview.
231
231
 
232
232
 
233
233
  :param str arc_setting_name: The name of the proxy resource holding details of HCI ArcSetting information.
@@ -268,7 +268,7 @@ def get_extension_output(arc_setting_name: Optional[pulumi.Input[str]] = None,
268
268
  Get particular Arc Extension of HCI Cluster.
269
269
  Azure REST API version: 2023-03-01.
270
270
 
271
- Other available API versions: 2022-12-15-preview, 2023-06-01, 2023-08-01, 2023-08-01-preview, 2023-11-01-preview, 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview, 2024-12-01-preview.
271
+ Other available API versions: 2022-12-15-preview, 2023-06-01, 2023-08-01, 2023-08-01-preview, 2023-11-01-preview, 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview.
272
272
 
273
273
 
274
274
  :param str arc_setting_name: The name of the proxy resource holding details of HCI ArcSetting information.
@@ -130,7 +130,7 @@ def get_security_setting(cluster_name: Optional[str] = None,
130
130
  Get a SecuritySetting
131
131
  Azure REST API version: 2023-11-01-preview.
132
132
 
133
- Other available API versions: 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview, 2024-12-01-preview.
133
+ Other available API versions: 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview.
134
134
 
135
135
 
136
136
  :param str cluster_name: The name of the cluster.
@@ -160,7 +160,7 @@ def get_security_setting_output(cluster_name: Optional[pulumi.Input[str]] = None
160
160
  Get a SecuritySetting
161
161
  Azure REST API version: 2023-11-01-preview.
162
162
 
163
- Other available API versions: 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview, 2024-12-01-preview.
163
+ Other available API versions: 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview.
164
164
 
165
165
 
166
166
  :param str cluster_name: The name of the cluster.
@@ -310,7 +310,7 @@ def get_update(cluster_name: Optional[str] = None,
310
310
  Get specified Update
311
311
  Azure REST API version: 2023-03-01.
312
312
 
313
- Other available API versions: 2022-12-15-preview, 2023-06-01, 2023-08-01, 2023-08-01-preview, 2023-11-01-preview, 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview, 2024-12-01-preview.
313
+ Other available API versions: 2022-12-15-preview, 2023-06-01, 2023-08-01, 2023-08-01-preview, 2023-11-01-preview, 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview.
314
314
 
315
315
 
316
316
  :param str cluster_name: The name of the cluster.
@@ -355,7 +355,7 @@ def get_update_output(cluster_name: Optional[pulumi.Input[str]] = None,
355
355
  Get specified Update
356
356
  Azure REST API version: 2023-03-01.
357
357
 
358
- Other available API versions: 2022-12-15-preview, 2023-06-01, 2023-08-01, 2023-08-01-preview, 2023-11-01-preview, 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview, 2024-12-01-preview.
358
+ Other available API versions: 2022-12-15-preview, 2023-06-01, 2023-08-01, 2023-08-01-preview, 2023-11-01-preview, 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview.
359
359
 
360
360
 
361
361
  :param str cluster_name: The name of the cluster.
@@ -251,7 +251,7 @@ def get_update_run(cluster_name: Optional[str] = None,
251
251
  Get the Update run for a specified update
252
252
  Azure REST API version: 2023-03-01.
253
253
 
254
- Other available API versions: 2022-12-15-preview, 2023-06-01, 2023-08-01, 2023-08-01-preview, 2023-11-01-preview, 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview, 2024-12-01-preview.
254
+ Other available API versions: 2022-12-15-preview, 2023-06-01, 2023-08-01, 2023-08-01-preview, 2023-11-01-preview, 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview.
255
255
 
256
256
 
257
257
  :param str cluster_name: The name of the cluster.
@@ -294,7 +294,7 @@ def get_update_run_output(cluster_name: Optional[pulumi.Input[str]] = None,
294
294
  Get the Update run for a specified update
295
295
  Azure REST API version: 2023-03-01.
296
296
 
297
- Other available API versions: 2022-12-15-preview, 2023-06-01, 2023-08-01, 2023-08-01-preview, 2023-11-01-preview, 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview, 2024-12-01-preview.
297
+ Other available API versions: 2022-12-15-preview, 2023-06-01, 2023-08-01, 2023-08-01-preview, 2023-11-01-preview, 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview.
298
298
 
299
299
 
300
300
  :param str cluster_name: The name of the cluster.
@@ -201,7 +201,7 @@ def get_update_summary(cluster_name: Optional[str] = None,
201
201
  Get all Update summaries under the HCI cluster
202
202
  Azure REST API version: 2023-03-01.
203
203
 
204
- Other available API versions: 2022-12-15-preview, 2023-06-01, 2023-08-01, 2023-08-01-preview, 2023-11-01-preview, 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview, 2024-12-01-preview.
204
+ Other available API versions: 2022-12-15-preview, 2023-06-01, 2023-08-01, 2023-08-01-preview, 2023-11-01-preview, 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview.
205
205
 
206
206
 
207
207
  :param str cluster_name: The name of the cluster.
@@ -234,7 +234,7 @@ def get_update_summary_output(cluster_name: Optional[pulumi.Input[str]] = None,
234
234
  Get all Update summaries under the HCI cluster
235
235
  Azure REST API version: 2023-03-01.
236
236
 
237
- Other available API versions: 2022-12-15-preview, 2023-06-01, 2023-08-01, 2023-08-01-preview, 2023-11-01-preview, 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview, 2024-12-01-preview.
237
+ Other available API versions: 2022-12-15-preview, 2023-06-01, 2023-08-01, 2023-08-01-preview, 2023-11-01-preview, 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview.
238
238
 
239
239
 
240
240
  :param str cluster_name: The name of the cluster.
@@ -184,7 +184,7 @@ class HciEdgeDeviceJob(pulumi.CustomResource):
184
184
  __props__.__dict__["name"] = None
185
185
  __props__.__dict__["system_data"] = None
186
186
  __props__.__dict__["type"] = None
187
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci/v20240901preview:HciEdgeDeviceJob"), pulumi.Alias(type_="azure-native:azurestackhci/v20241201preview:HciEdgeDeviceJob")])
187
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci/v20240901preview:HciEdgeDeviceJob")])
188
188
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
189
189
  super(HciEdgeDeviceJob, __self__).__init__(
190
190
  'azure-native:azurestackhci:HciEdgeDeviceJob',
@@ -104,7 +104,7 @@ class SecuritySetting(pulumi.CustomResource):
104
104
  Security settings proxy resource
105
105
  Azure REST API version: 2023-11-01-preview.
106
106
 
107
- Other available API versions: 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview, 2024-12-01-preview.
107
+ Other available API versions: 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview.
108
108
 
109
109
  :param str resource_name: The name of the resource.
110
110
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -123,7 +123,7 @@ class SecuritySetting(pulumi.CustomResource):
123
123
  Security settings proxy resource
124
124
  Azure REST API version: 2023-11-01-preview.
125
125
 
126
- Other available API versions: 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview, 2024-12-01-preview.
126
+ Other available API versions: 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview.
127
127
 
128
128
  :param str resource_name: The name of the resource.
129
129
  :param SecuritySettingArgs args: The arguments to use to populate this resource's properties.
@@ -168,7 +168,7 @@ class SecuritySetting(pulumi.CustomResource):
168
168
  __props__.__dict__["security_compliance_status"] = None
169
169
  __props__.__dict__["system_data"] = None
170
170
  __props__.__dict__["type"] = None
171
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci/v20231101preview:SecuritySetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20240101:SecuritySetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20240215preview:SecuritySetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20240401:SecuritySetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20240901preview:SecuritySetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20241201preview:SecuritySetting")])
171
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci/v20231101preview:SecuritySetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20240101:SecuritySetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20240215preview:SecuritySetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20240401:SecuritySetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20240901preview:SecuritySetting")])
172
172
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
173
173
  super(SecuritySetting, __self__).__init__(
174
174
  'azure-native:azurestackhci:SecuritySetting',
@@ -375,7 +375,7 @@ class Update(pulumi.CustomResource):
375
375
  Update details
376
376
  Azure REST API version: 2023-03-01.
377
377
 
378
- Other available API versions: 2022-12-15-preview, 2023-06-01, 2023-08-01, 2023-08-01-preview, 2023-11-01-preview, 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview, 2024-12-01-preview.
378
+ Other available API versions: 2022-12-15-preview, 2023-06-01, 2023-08-01, 2023-08-01-preview, 2023-11-01-preview, 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview.
379
379
 
380
380
  :param str resource_name: The name of the resource.
381
381
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -410,7 +410,7 @@ class Update(pulumi.CustomResource):
410
410
  Update details
411
411
  Azure REST API version: 2023-03-01.
412
412
 
413
- Other available API versions: 2022-12-15-preview, 2023-06-01, 2023-08-01, 2023-08-01-preview, 2023-11-01-preview, 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview, 2024-12-01-preview.
413
+ Other available API versions: 2022-12-15-preview, 2023-06-01, 2023-08-01, 2023-08-01-preview, 2023-11-01-preview, 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview.
414
414
 
415
415
  :param str resource_name: The name of the resource.
416
416
  :param UpdateArgs args: The arguments to use to populate this resource's properties.
@@ -484,7 +484,7 @@ class Update(pulumi.CustomResource):
484
484
  __props__.__dict__["provisioning_state"] = None
485
485
  __props__.__dict__["system_data"] = None
486
486
  __props__.__dict__["type"] = None
487
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci/v20221201:Update"), pulumi.Alias(type_="azure-native:azurestackhci/v20221215preview:Update"), pulumi.Alias(type_="azure-native:azurestackhci/v20230201:Update"), pulumi.Alias(type_="azure-native:azurestackhci/v20230301:Update"), pulumi.Alias(type_="azure-native:azurestackhci/v20230601:Update"), pulumi.Alias(type_="azure-native:azurestackhci/v20230801:Update"), pulumi.Alias(type_="azure-native:azurestackhci/v20230801preview:Update"), pulumi.Alias(type_="azure-native:azurestackhci/v20231101preview:Update"), pulumi.Alias(type_="azure-native:azurestackhci/v20240101:Update"), pulumi.Alias(type_="azure-native:azurestackhci/v20240215preview:Update"), pulumi.Alias(type_="azure-native:azurestackhci/v20240401:Update"), pulumi.Alias(type_="azure-native:azurestackhci/v20240901preview:Update"), pulumi.Alias(type_="azure-native:azurestackhci/v20241201preview:Update")])
487
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci/v20221201:Update"), pulumi.Alias(type_="azure-native:azurestackhci/v20221215preview:Update"), pulumi.Alias(type_="azure-native:azurestackhci/v20230201:Update"), pulumi.Alias(type_="azure-native:azurestackhci/v20230301:Update"), pulumi.Alias(type_="azure-native:azurestackhci/v20230601:Update"), pulumi.Alias(type_="azure-native:azurestackhci/v20230801:Update"), pulumi.Alias(type_="azure-native:azurestackhci/v20230801preview:Update"), pulumi.Alias(type_="azure-native:azurestackhci/v20231101preview:Update"), pulumi.Alias(type_="azure-native:azurestackhci/v20240101:Update"), pulumi.Alias(type_="azure-native:azurestackhci/v20240215preview:Update"), pulumi.Alias(type_="azure-native:azurestackhci/v20240401:Update"), pulumi.Alias(type_="azure-native:azurestackhci/v20240901preview:Update")])
488
488
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
489
489
  super(Update, __self__).__init__(
490
490
  'azure-native:azurestackhci:Update',
@@ -323,7 +323,7 @@ class UpdateRun(pulumi.CustomResource):
323
323
  Details of an Update run
324
324
  Azure REST API version: 2023-03-01.
325
325
 
326
- Other available API versions: 2022-12-15-preview, 2023-06-01, 2023-08-01, 2023-08-01-preview, 2023-11-01-preview, 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview, 2024-12-01-preview.
326
+ Other available API versions: 2022-12-15-preview, 2023-06-01, 2023-08-01, 2023-08-01-preview, 2023-11-01-preview, 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview.
327
327
 
328
328
  :param str resource_name: The name of the resource.
329
329
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -355,7 +355,7 @@ class UpdateRun(pulumi.CustomResource):
355
355
  Details of an Update run
356
356
  Azure REST API version: 2023-03-01.
357
357
 
358
- Other available API versions: 2022-12-15-preview, 2023-06-01, 2023-08-01, 2023-08-01-preview, 2023-11-01-preview, 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview, 2024-12-01-preview.
358
+ Other available API versions: 2022-12-15-preview, 2023-06-01, 2023-08-01, 2023-08-01-preview, 2023-11-01-preview, 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview.
359
359
 
360
360
  :param str resource_name: The name of the resource.
361
361
  :param UpdateRunArgs args: The arguments to use to populate this resource's properties.
@@ -424,7 +424,7 @@ class UpdateRun(pulumi.CustomResource):
424
424
  __props__.__dict__["provisioning_state"] = None
425
425
  __props__.__dict__["system_data"] = None
426
426
  __props__.__dict__["type"] = None
427
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci/v20221201:UpdateRun"), pulumi.Alias(type_="azure-native:azurestackhci/v20221215preview:UpdateRun"), pulumi.Alias(type_="azure-native:azurestackhci/v20230201:UpdateRun"), pulumi.Alias(type_="azure-native:azurestackhci/v20230301:UpdateRun"), pulumi.Alias(type_="azure-native:azurestackhci/v20230601:UpdateRun"), pulumi.Alias(type_="azure-native:azurestackhci/v20230801:UpdateRun"), pulumi.Alias(type_="azure-native:azurestackhci/v20230801preview:UpdateRun"), pulumi.Alias(type_="azure-native:azurestackhci/v20231101preview:UpdateRun"), pulumi.Alias(type_="azure-native:azurestackhci/v20240101:UpdateRun"), pulumi.Alias(type_="azure-native:azurestackhci/v20240215preview:UpdateRun"), pulumi.Alias(type_="azure-native:azurestackhci/v20240401:UpdateRun"), pulumi.Alias(type_="azure-native:azurestackhci/v20240901preview:UpdateRun"), pulumi.Alias(type_="azure-native:azurestackhci/v20241201preview:UpdateRun")])
427
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci/v20221201:UpdateRun"), pulumi.Alias(type_="azure-native:azurestackhci/v20221215preview:UpdateRun"), pulumi.Alias(type_="azure-native:azurestackhci/v20230201:UpdateRun"), pulumi.Alias(type_="azure-native:azurestackhci/v20230301:UpdateRun"), pulumi.Alias(type_="azure-native:azurestackhci/v20230601:UpdateRun"), pulumi.Alias(type_="azure-native:azurestackhci/v20230801:UpdateRun"), pulumi.Alias(type_="azure-native:azurestackhci/v20230801preview:UpdateRun"), pulumi.Alias(type_="azure-native:azurestackhci/v20231101preview:UpdateRun"), pulumi.Alias(type_="azure-native:azurestackhci/v20240101:UpdateRun"), pulumi.Alias(type_="azure-native:azurestackhci/v20240215preview:UpdateRun"), pulumi.Alias(type_="azure-native:azurestackhci/v20240401:UpdateRun"), pulumi.Alias(type_="azure-native:azurestackhci/v20240901preview:UpdateRun")])
428
428
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
429
429
  super(UpdateRun, __self__).__init__(
430
430
  'azure-native:azurestackhci:UpdateRun',
@@ -204,7 +204,7 @@ class UpdateSummary(pulumi.CustomResource):
204
204
  Get the update summaries for the cluster
205
205
  Azure REST API version: 2023-03-01.
206
206
 
207
- Other available API versions: 2022-12-15-preview, 2023-06-01, 2023-08-01, 2023-08-01-preview, 2023-11-01-preview, 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview, 2024-12-01-preview.
207
+ Other available API versions: 2022-12-15-preview, 2023-06-01, 2023-08-01, 2023-08-01-preview, 2023-11-01-preview, 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview.
208
208
 
209
209
  :param str resource_name: The name of the resource.
210
210
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -229,7 +229,7 @@ class UpdateSummary(pulumi.CustomResource):
229
229
  Get the update summaries for the cluster
230
230
  Azure REST API version: 2023-03-01.
231
231
 
232
- Other available API versions: 2022-12-15-preview, 2023-06-01, 2023-08-01, 2023-08-01-preview, 2023-11-01-preview, 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview, 2024-12-01-preview.
232
+ Other available API versions: 2022-12-15-preview, 2023-06-01, 2023-08-01, 2023-08-01-preview, 2023-11-01-preview, 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview.
233
233
 
234
234
  :param str resource_name: The name of the resource.
235
235
  :param UpdateSummaryArgs args: The arguments to use to populate this resource's properties.
@@ -283,7 +283,7 @@ class UpdateSummary(pulumi.CustomResource):
283
283
  __props__.__dict__["provisioning_state"] = None
284
284
  __props__.__dict__["system_data"] = None
285
285
  __props__.__dict__["type"] = None
286
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci/v20221201:UpdateSummary"), pulumi.Alias(type_="azure-native:azurestackhci/v20221215preview:UpdateSummary"), pulumi.Alias(type_="azure-native:azurestackhci/v20230201:UpdateSummary"), pulumi.Alias(type_="azure-native:azurestackhci/v20230301:UpdateSummary"), pulumi.Alias(type_="azure-native:azurestackhci/v20230601:UpdateSummary"), pulumi.Alias(type_="azure-native:azurestackhci/v20230801:UpdateSummary"), pulumi.Alias(type_="azure-native:azurestackhci/v20230801preview:UpdateSummary"), pulumi.Alias(type_="azure-native:azurestackhci/v20231101preview:UpdateSummary"), pulumi.Alias(type_="azure-native:azurestackhci/v20240101:UpdateSummary"), pulumi.Alias(type_="azure-native:azurestackhci/v20240215preview:UpdateSummary"), pulumi.Alias(type_="azure-native:azurestackhci/v20240401:UpdateSummary"), pulumi.Alias(type_="azure-native:azurestackhci/v20240901preview:UpdateSummary"), pulumi.Alias(type_="azure-native:azurestackhci/v20241201preview:UpdateSummary")])
286
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci/v20221201:UpdateSummary"), pulumi.Alias(type_="azure-native:azurestackhci/v20221215preview:UpdateSummary"), pulumi.Alias(type_="azure-native:azurestackhci/v20230201:UpdateSummary"), pulumi.Alias(type_="azure-native:azurestackhci/v20230301:UpdateSummary"), pulumi.Alias(type_="azure-native:azurestackhci/v20230601:UpdateSummary"), pulumi.Alias(type_="azure-native:azurestackhci/v20230801:UpdateSummary"), pulumi.Alias(type_="azure-native:azurestackhci/v20230801preview:UpdateSummary"), pulumi.Alias(type_="azure-native:azurestackhci/v20231101preview:UpdateSummary"), pulumi.Alias(type_="azure-native:azurestackhci/v20240101:UpdateSummary"), pulumi.Alias(type_="azure-native:azurestackhci/v20240215preview:UpdateSummary"), pulumi.Alias(type_="azure-native:azurestackhci/v20240401:UpdateSummary"), pulumi.Alias(type_="azure-native:azurestackhci/v20240901preview:UpdateSummary")])
287
287
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
288
288
  super(UpdateSummary, __self__).__init__(
289
289
  'azure-native:azurestackhci:UpdateSummary',
@@ -259,7 +259,7 @@ class ArcSetting(pulumi.CustomResource):
259
259
  __props__.__dict__["per_node_details"] = None
260
260
  __props__.__dict__["provisioning_state"] = None
261
261
  __props__.__dict__["type"] = None
262
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20210101preview:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20210901:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20220101:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20220301:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20220501:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20220901:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20221001:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20221201:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20221215preview:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20230201:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20230301:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20230601:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20230801:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20230801preview:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20231101preview:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20240101:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20240215preview:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20240401:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20240901preview:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20241201preview:ArcSetting")])
262
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20210101preview:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20210901:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20220101:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20220301:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20220501:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20220901:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20221001:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20221201:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20221215preview:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20230201:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20230301:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20230601:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20230801:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20230801preview:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20231101preview:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20240101:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20240215preview:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20240401:ArcSetting"), pulumi.Alias(type_="azure-native:azurestackhci/v20240901preview:ArcSetting")])
263
263
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
264
264
  super(ArcSetting, __self__).__init__(
265
265
  'azure-native:azurestackhci/v20210901preview:ArcSetting',
@@ -366,7 +366,7 @@ class Cluster(pulumi.CustomResource):
366
366
  __props__.__dict__["status"] = None
367
367
  __props__.__dict__["trial_days_remaining"] = None
368
368
  __props__.__dict__["type"] = None
369
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20200301preview:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20201001:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20210101preview:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20210901:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20210901preview:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20220301:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20220501:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20220901:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20221001:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20221201:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20221215preview:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20230201:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20230301:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20230601:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20230801:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20230801preview:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20231101preview:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20240101:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20240215preview:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20240401:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20240901preview:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20241201preview:Cluster")])
369
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20200301preview:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20201001:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20210101preview:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20210901:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20210901preview:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20220301:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20220501:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20220901:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20221001:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20221201:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20221215preview:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20230201:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20230301:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20230601:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20230801:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20230801preview:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20231101preview:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20240101:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20240215preview:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20240401:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20240901preview:Cluster")])
370
370
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
371
371
  super(Cluster, __self__).__init__(
372
372
  'azure-native:azurestackhci/v20220101:Cluster',
@@ -425,7 +425,7 @@ class Cluster(pulumi.CustomResource):
425
425
  __props__.__dict__["status"] = None
426
426
  __props__.__dict__["trial_days_remaining"] = None
427
427
  __props__.__dict__["type"] = None
428
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20200301preview:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20201001:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20210101preview:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20210901:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20210901preview:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20220101:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20220301:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20220501:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20221001:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20221201:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20221215preview:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20230201:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20230301:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20230601:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20230801:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20230801preview:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20231101preview:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20240101:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20240215preview:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20240401:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20240901preview:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20241201preview:Cluster")])
428
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20200301preview:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20201001:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20210101preview:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20210901:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20210901preview:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20220101:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20220301:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20220501:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20221001:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20221201:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20221215preview:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20230201:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20230301:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20230601:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20230801:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20230801preview:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20231101preview:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20240101:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20240215preview:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20240401:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20240901preview:Cluster")])
429
429
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
430
430
  super(Cluster, __self__).__init__(
431
431
  'azure-native:azurestackhci/v20220901:Cluster',