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
@@ -1,521 +0,0 @@
1
- # coding=utf-8
2
- # *** WARNING: this file was generated by pulumi-language-python. ***
3
- # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
-
5
- import copy
6
- import warnings
7
- import sys
8
- import pulumi
9
- import pulumi.runtime
10
- from typing import Any, Mapping, Optional, Sequence, Union, overload
11
- if sys.version_info >= (3, 11):
12
- from typing import NotRequired, TypedDict, TypeAlias
13
- else:
14
- from typing_extensions import NotRequired, TypedDict, TypeAlias
15
- from ... import _utilities
16
- from . import outputs
17
-
18
- __all__ = [
19
- 'GetClusterResult',
20
- 'AwaitableGetClusterResult',
21
- 'get_cluster',
22
- 'get_cluster_output',
23
- ]
24
-
25
- @pulumi.output_type
26
- class GetClusterResult:
27
- """
28
- Cluster details.
29
- """
30
- def __init__(__self__, aad_application_object_id=None, aad_client_id=None, aad_service_principal_object_id=None, aad_tenant_id=None, billing_model=None, cloud_id=None, cloud_management_endpoint=None, connectivity_status=None, desired_properties=None, id=None, isolated_vm_attestation_configuration=None, last_billing_timestamp=None, last_sync_timestamp=None, location=None, log_collection_properties=None, name=None, principal_id=None, provisioning_state=None, registration_timestamp=None, remote_support_properties=None, reported_properties=None, resource_provider_object_id=None, secrets_locations=None, service_endpoint=None, software_assurance_properties=None, status=None, system_data=None, tags=None, tenant_id=None, trial_days_remaining=None, type=None, user_assigned_identities=None):
31
- if aad_application_object_id and not isinstance(aad_application_object_id, str):
32
- raise TypeError("Expected argument 'aad_application_object_id' to be a str")
33
- pulumi.set(__self__, "aad_application_object_id", aad_application_object_id)
34
- if aad_client_id and not isinstance(aad_client_id, str):
35
- raise TypeError("Expected argument 'aad_client_id' to be a str")
36
- pulumi.set(__self__, "aad_client_id", aad_client_id)
37
- if aad_service_principal_object_id and not isinstance(aad_service_principal_object_id, str):
38
- raise TypeError("Expected argument 'aad_service_principal_object_id' to be a str")
39
- pulumi.set(__self__, "aad_service_principal_object_id", aad_service_principal_object_id)
40
- if aad_tenant_id and not isinstance(aad_tenant_id, str):
41
- raise TypeError("Expected argument 'aad_tenant_id' to be a str")
42
- pulumi.set(__self__, "aad_tenant_id", aad_tenant_id)
43
- if billing_model and not isinstance(billing_model, str):
44
- raise TypeError("Expected argument 'billing_model' to be a str")
45
- pulumi.set(__self__, "billing_model", billing_model)
46
- if cloud_id and not isinstance(cloud_id, str):
47
- raise TypeError("Expected argument 'cloud_id' to be a str")
48
- pulumi.set(__self__, "cloud_id", cloud_id)
49
- if cloud_management_endpoint and not isinstance(cloud_management_endpoint, str):
50
- raise TypeError("Expected argument 'cloud_management_endpoint' to be a str")
51
- pulumi.set(__self__, "cloud_management_endpoint", cloud_management_endpoint)
52
- if connectivity_status and not isinstance(connectivity_status, str):
53
- raise TypeError("Expected argument 'connectivity_status' to be a str")
54
- pulumi.set(__self__, "connectivity_status", connectivity_status)
55
- if desired_properties and not isinstance(desired_properties, dict):
56
- raise TypeError("Expected argument 'desired_properties' to be a dict")
57
- pulumi.set(__self__, "desired_properties", desired_properties)
58
- if id and not isinstance(id, str):
59
- raise TypeError("Expected argument 'id' to be a str")
60
- pulumi.set(__self__, "id", id)
61
- if isolated_vm_attestation_configuration and not isinstance(isolated_vm_attestation_configuration, dict):
62
- raise TypeError("Expected argument 'isolated_vm_attestation_configuration' to be a dict")
63
- pulumi.set(__self__, "isolated_vm_attestation_configuration", isolated_vm_attestation_configuration)
64
- if last_billing_timestamp and not isinstance(last_billing_timestamp, str):
65
- raise TypeError("Expected argument 'last_billing_timestamp' to be a str")
66
- pulumi.set(__self__, "last_billing_timestamp", last_billing_timestamp)
67
- if last_sync_timestamp and not isinstance(last_sync_timestamp, str):
68
- raise TypeError("Expected argument 'last_sync_timestamp' to be a str")
69
- pulumi.set(__self__, "last_sync_timestamp", last_sync_timestamp)
70
- if location and not isinstance(location, str):
71
- raise TypeError("Expected argument 'location' to be a str")
72
- pulumi.set(__self__, "location", location)
73
- if log_collection_properties and not isinstance(log_collection_properties, dict):
74
- raise TypeError("Expected argument 'log_collection_properties' to be a dict")
75
- pulumi.set(__self__, "log_collection_properties", log_collection_properties)
76
- if name and not isinstance(name, str):
77
- raise TypeError("Expected argument 'name' to be a str")
78
- pulumi.set(__self__, "name", name)
79
- if principal_id and not isinstance(principal_id, str):
80
- raise TypeError("Expected argument 'principal_id' to be a str")
81
- pulumi.set(__self__, "principal_id", principal_id)
82
- if provisioning_state and not isinstance(provisioning_state, str):
83
- raise TypeError("Expected argument 'provisioning_state' to be a str")
84
- pulumi.set(__self__, "provisioning_state", provisioning_state)
85
- if registration_timestamp and not isinstance(registration_timestamp, str):
86
- raise TypeError("Expected argument 'registration_timestamp' to be a str")
87
- pulumi.set(__self__, "registration_timestamp", registration_timestamp)
88
- if remote_support_properties and not isinstance(remote_support_properties, dict):
89
- raise TypeError("Expected argument 'remote_support_properties' to be a dict")
90
- pulumi.set(__self__, "remote_support_properties", remote_support_properties)
91
- if reported_properties and not isinstance(reported_properties, dict):
92
- raise TypeError("Expected argument 'reported_properties' to be a dict")
93
- pulumi.set(__self__, "reported_properties", reported_properties)
94
- if resource_provider_object_id and not isinstance(resource_provider_object_id, str):
95
- raise TypeError("Expected argument 'resource_provider_object_id' to be a str")
96
- pulumi.set(__self__, "resource_provider_object_id", resource_provider_object_id)
97
- if secrets_locations and not isinstance(secrets_locations, list):
98
- raise TypeError("Expected argument 'secrets_locations' to be a list")
99
- pulumi.set(__self__, "secrets_locations", secrets_locations)
100
- if service_endpoint and not isinstance(service_endpoint, str):
101
- raise TypeError("Expected argument 'service_endpoint' to be a str")
102
- pulumi.set(__self__, "service_endpoint", service_endpoint)
103
- if software_assurance_properties and not isinstance(software_assurance_properties, dict):
104
- raise TypeError("Expected argument 'software_assurance_properties' to be a dict")
105
- pulumi.set(__self__, "software_assurance_properties", software_assurance_properties)
106
- if status and not isinstance(status, str):
107
- raise TypeError("Expected argument 'status' to be a str")
108
- pulumi.set(__self__, "status", status)
109
- if system_data and not isinstance(system_data, dict):
110
- raise TypeError("Expected argument 'system_data' to be a dict")
111
- pulumi.set(__self__, "system_data", system_data)
112
- if tags and not isinstance(tags, dict):
113
- raise TypeError("Expected argument 'tags' to be a dict")
114
- pulumi.set(__self__, "tags", tags)
115
- if tenant_id and not isinstance(tenant_id, str):
116
- raise TypeError("Expected argument 'tenant_id' to be a str")
117
- pulumi.set(__self__, "tenant_id", tenant_id)
118
- if trial_days_remaining and not isinstance(trial_days_remaining, float):
119
- raise TypeError("Expected argument 'trial_days_remaining' to be a float")
120
- pulumi.set(__self__, "trial_days_remaining", trial_days_remaining)
121
- if type and not isinstance(type, str):
122
- raise TypeError("Expected argument 'type' to be a str")
123
- pulumi.set(__self__, "type", type)
124
- if user_assigned_identities and not isinstance(user_assigned_identities, dict):
125
- raise TypeError("Expected argument 'user_assigned_identities' to be a dict")
126
- pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
127
-
128
- @property
129
- @pulumi.getter(name="aadApplicationObjectId")
130
- def aad_application_object_id(self) -> Optional[str]:
131
- """
132
- Object id of cluster AAD identity.
133
- """
134
- return pulumi.get(self, "aad_application_object_id")
135
-
136
- @property
137
- @pulumi.getter(name="aadClientId")
138
- def aad_client_id(self) -> Optional[str]:
139
- """
140
- App id of cluster AAD identity.
141
- """
142
- return pulumi.get(self, "aad_client_id")
143
-
144
- @property
145
- @pulumi.getter(name="aadServicePrincipalObjectId")
146
- def aad_service_principal_object_id(self) -> Optional[str]:
147
- """
148
- Id of cluster identity service principal.
149
- """
150
- return pulumi.get(self, "aad_service_principal_object_id")
151
-
152
- @property
153
- @pulumi.getter(name="aadTenantId")
154
- def aad_tenant_id(self) -> Optional[str]:
155
- """
156
- Tenant id of cluster AAD identity.
157
- """
158
- return pulumi.get(self, "aad_tenant_id")
159
-
160
- @property
161
- @pulumi.getter(name="billingModel")
162
- def billing_model(self) -> str:
163
- """
164
- Type of billing applied to the resource.
165
- """
166
- return pulumi.get(self, "billing_model")
167
-
168
- @property
169
- @pulumi.getter(name="cloudId")
170
- def cloud_id(self) -> str:
171
- """
172
- Unique, immutable resource id.
173
- """
174
- return pulumi.get(self, "cloud_id")
175
-
176
- @property
177
- @pulumi.getter(name="cloudManagementEndpoint")
178
- def cloud_management_endpoint(self) -> Optional[str]:
179
- """
180
- Endpoint configured for management from the Azure portal.
181
- """
182
- return pulumi.get(self, "cloud_management_endpoint")
183
-
184
- @property
185
- @pulumi.getter(name="connectivityStatus")
186
- def connectivity_status(self) -> str:
187
- """
188
- Overall connectivity status for the cluster resource.
189
- """
190
- return pulumi.get(self, "connectivity_status")
191
-
192
- @property
193
- @pulumi.getter(name="desiredProperties")
194
- def desired_properties(self) -> Optional['outputs.ClusterDesiredPropertiesResponse']:
195
- """
196
- Desired properties of the cluster.
197
- """
198
- return pulumi.get(self, "desired_properties")
199
-
200
- @property
201
- @pulumi.getter
202
- def id(self) -> str:
203
- """
204
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
205
- """
206
- return pulumi.get(self, "id")
207
-
208
- @property
209
- @pulumi.getter(name="isolatedVmAttestationConfiguration")
210
- def isolated_vm_attestation_configuration(self) -> 'outputs.IsolatedVmAttestationConfigurationResponse':
211
- """
212
- Attestation configurations for isolated VM (e.g. TVM, CVM) of the cluster.
213
- """
214
- return pulumi.get(self, "isolated_vm_attestation_configuration")
215
-
216
- @property
217
- @pulumi.getter(name="lastBillingTimestamp")
218
- def last_billing_timestamp(self) -> str:
219
- """
220
- Most recent billing meter timestamp.
221
- """
222
- return pulumi.get(self, "last_billing_timestamp")
223
-
224
- @property
225
- @pulumi.getter(name="lastSyncTimestamp")
226
- def last_sync_timestamp(self) -> str:
227
- """
228
- Most recent cluster sync timestamp.
229
- """
230
- return pulumi.get(self, "last_sync_timestamp")
231
-
232
- @property
233
- @pulumi.getter
234
- def location(self) -> str:
235
- """
236
- The geo-location where the resource lives
237
- """
238
- return pulumi.get(self, "location")
239
-
240
- @property
241
- @pulumi.getter(name="logCollectionProperties")
242
- def log_collection_properties(self) -> Optional['outputs.LogCollectionPropertiesResponse']:
243
- """
244
- Log Collection properties of the cluster.
245
- """
246
- return pulumi.get(self, "log_collection_properties")
247
-
248
- @property
249
- @pulumi.getter
250
- def name(self) -> str:
251
- """
252
- The name of the resource
253
- """
254
- return pulumi.get(self, "name")
255
-
256
- @property
257
- @pulumi.getter(name="principalId")
258
- def principal_id(self) -> str:
259
- """
260
- The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
261
- """
262
- return pulumi.get(self, "principal_id")
263
-
264
- @property
265
- @pulumi.getter(name="provisioningState")
266
- def provisioning_state(self) -> str:
267
- """
268
- Provisioning state.
269
- """
270
- return pulumi.get(self, "provisioning_state")
271
-
272
- @property
273
- @pulumi.getter(name="registrationTimestamp")
274
- def registration_timestamp(self) -> str:
275
- """
276
- First cluster sync timestamp.
277
- """
278
- return pulumi.get(self, "registration_timestamp")
279
-
280
- @property
281
- @pulumi.getter(name="remoteSupportProperties")
282
- def remote_support_properties(self) -> Optional['outputs.RemoteSupportPropertiesResponse']:
283
- """
284
- RemoteSupport properties of the cluster.
285
- """
286
- return pulumi.get(self, "remote_support_properties")
287
-
288
- @property
289
- @pulumi.getter(name="reportedProperties")
290
- def reported_properties(self) -> 'outputs.ClusterReportedPropertiesResponse':
291
- """
292
- Properties reported by cluster agent.
293
- """
294
- return pulumi.get(self, "reported_properties")
295
-
296
- @property
297
- @pulumi.getter(name="resourceProviderObjectId")
298
- def resource_provider_object_id(self) -> str:
299
- """
300
- Object id of RP Service Principal
301
- """
302
- return pulumi.get(self, "resource_provider_object_id")
303
-
304
- @property
305
- @pulumi.getter(name="secretsLocations")
306
- def secrets_locations(self) -> Optional[Sequence['outputs.SecretsLocationDetailsResponse']]:
307
- """
308
- List of secret locations.
309
- """
310
- return pulumi.get(self, "secrets_locations")
311
-
312
- @property
313
- @pulumi.getter(name="serviceEndpoint")
314
- def service_endpoint(self) -> str:
315
- """
316
- Region specific DataPath Endpoint of the cluster.
317
- """
318
- return pulumi.get(self, "service_endpoint")
319
-
320
- @property
321
- @pulumi.getter(name="softwareAssuranceProperties")
322
- def software_assurance_properties(self) -> Optional['outputs.SoftwareAssurancePropertiesResponse']:
323
- """
324
- Software Assurance properties of the cluster.
325
- """
326
- return pulumi.get(self, "software_assurance_properties")
327
-
328
- @property
329
- @pulumi.getter
330
- def status(self) -> str:
331
- """
332
- Status of the cluster agent.
333
- """
334
- return pulumi.get(self, "status")
335
-
336
- @property
337
- @pulumi.getter(name="systemData")
338
- def system_data(self) -> 'outputs.SystemDataResponse':
339
- """
340
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
341
- """
342
- return pulumi.get(self, "system_data")
343
-
344
- @property
345
- @pulumi.getter
346
- def tags(self) -> Optional[Mapping[str, str]]:
347
- """
348
- Resource tags.
349
- """
350
- return pulumi.get(self, "tags")
351
-
352
- @property
353
- @pulumi.getter(name="tenantId")
354
- def tenant_id(self) -> str:
355
- """
356
- The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
357
- """
358
- return pulumi.get(self, "tenant_id")
359
-
360
- @property
361
- @pulumi.getter(name="trialDaysRemaining")
362
- def trial_days_remaining(self) -> float:
363
- """
364
- Number of days remaining in the trial period.
365
- """
366
- return pulumi.get(self, "trial_days_remaining")
367
-
368
- @property
369
- @pulumi.getter
370
- def type(self) -> str:
371
- """
372
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
373
- """
374
- return pulumi.get(self, "type")
375
-
376
- @property
377
- @pulumi.getter(name="userAssignedIdentities")
378
- def user_assigned_identities(self) -> Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']]:
379
- """
380
- The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
381
- """
382
- return pulumi.get(self, "user_assigned_identities")
383
-
384
-
385
- class AwaitableGetClusterResult(GetClusterResult):
386
- # pylint: disable=using-constant-test
387
- def __await__(self):
388
- if False:
389
- yield self
390
- return GetClusterResult(
391
- aad_application_object_id=self.aad_application_object_id,
392
- aad_client_id=self.aad_client_id,
393
- aad_service_principal_object_id=self.aad_service_principal_object_id,
394
- aad_tenant_id=self.aad_tenant_id,
395
- billing_model=self.billing_model,
396
- cloud_id=self.cloud_id,
397
- cloud_management_endpoint=self.cloud_management_endpoint,
398
- connectivity_status=self.connectivity_status,
399
- desired_properties=self.desired_properties,
400
- id=self.id,
401
- isolated_vm_attestation_configuration=self.isolated_vm_attestation_configuration,
402
- last_billing_timestamp=self.last_billing_timestamp,
403
- last_sync_timestamp=self.last_sync_timestamp,
404
- location=self.location,
405
- log_collection_properties=self.log_collection_properties,
406
- name=self.name,
407
- principal_id=self.principal_id,
408
- provisioning_state=self.provisioning_state,
409
- registration_timestamp=self.registration_timestamp,
410
- remote_support_properties=self.remote_support_properties,
411
- reported_properties=self.reported_properties,
412
- resource_provider_object_id=self.resource_provider_object_id,
413
- secrets_locations=self.secrets_locations,
414
- service_endpoint=self.service_endpoint,
415
- software_assurance_properties=self.software_assurance_properties,
416
- status=self.status,
417
- system_data=self.system_data,
418
- tags=self.tags,
419
- tenant_id=self.tenant_id,
420
- trial_days_remaining=self.trial_days_remaining,
421
- type=self.type,
422
- user_assigned_identities=self.user_assigned_identities)
423
-
424
-
425
- def get_cluster(cluster_name: Optional[str] = None,
426
- resource_group_name: Optional[str] = None,
427
- opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetClusterResult:
428
- """
429
- Get HCI cluster.
430
-
431
-
432
- :param str cluster_name: The name of the cluster.
433
- :param str resource_group_name: The name of the resource group. The name is case insensitive.
434
- """
435
- __args__ = dict()
436
- __args__['clusterName'] = cluster_name
437
- __args__['resourceGroupName'] = resource_group_name
438
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
439
- __ret__ = pulumi.runtime.invoke('azure-native:azurestackhci/v20241201preview:getCluster', __args__, opts=opts, typ=GetClusterResult).value
440
-
441
- return AwaitableGetClusterResult(
442
- aad_application_object_id=pulumi.get(__ret__, 'aad_application_object_id'),
443
- aad_client_id=pulumi.get(__ret__, 'aad_client_id'),
444
- aad_service_principal_object_id=pulumi.get(__ret__, 'aad_service_principal_object_id'),
445
- aad_tenant_id=pulumi.get(__ret__, 'aad_tenant_id'),
446
- billing_model=pulumi.get(__ret__, 'billing_model'),
447
- cloud_id=pulumi.get(__ret__, 'cloud_id'),
448
- cloud_management_endpoint=pulumi.get(__ret__, 'cloud_management_endpoint'),
449
- connectivity_status=pulumi.get(__ret__, 'connectivity_status'),
450
- desired_properties=pulumi.get(__ret__, 'desired_properties'),
451
- id=pulumi.get(__ret__, 'id'),
452
- isolated_vm_attestation_configuration=pulumi.get(__ret__, 'isolated_vm_attestation_configuration'),
453
- last_billing_timestamp=pulumi.get(__ret__, 'last_billing_timestamp'),
454
- last_sync_timestamp=pulumi.get(__ret__, 'last_sync_timestamp'),
455
- location=pulumi.get(__ret__, 'location'),
456
- log_collection_properties=pulumi.get(__ret__, 'log_collection_properties'),
457
- name=pulumi.get(__ret__, 'name'),
458
- principal_id=pulumi.get(__ret__, 'principal_id'),
459
- provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
460
- registration_timestamp=pulumi.get(__ret__, 'registration_timestamp'),
461
- remote_support_properties=pulumi.get(__ret__, 'remote_support_properties'),
462
- reported_properties=pulumi.get(__ret__, 'reported_properties'),
463
- resource_provider_object_id=pulumi.get(__ret__, 'resource_provider_object_id'),
464
- secrets_locations=pulumi.get(__ret__, 'secrets_locations'),
465
- service_endpoint=pulumi.get(__ret__, 'service_endpoint'),
466
- software_assurance_properties=pulumi.get(__ret__, 'software_assurance_properties'),
467
- status=pulumi.get(__ret__, 'status'),
468
- system_data=pulumi.get(__ret__, 'system_data'),
469
- tags=pulumi.get(__ret__, 'tags'),
470
- tenant_id=pulumi.get(__ret__, 'tenant_id'),
471
- trial_days_remaining=pulumi.get(__ret__, 'trial_days_remaining'),
472
- type=pulumi.get(__ret__, 'type'),
473
- user_assigned_identities=pulumi.get(__ret__, 'user_assigned_identities'))
474
- def get_cluster_output(cluster_name: Optional[pulumi.Input[str]] = None,
475
- resource_group_name: Optional[pulumi.Input[str]] = None,
476
- opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetClusterResult]:
477
- """
478
- Get HCI cluster.
479
-
480
-
481
- :param str cluster_name: The name of the cluster.
482
- :param str resource_group_name: The name of the resource group. The name is case insensitive.
483
- """
484
- __args__ = dict()
485
- __args__['clusterName'] = cluster_name
486
- __args__['resourceGroupName'] = resource_group_name
487
- opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
488
- __ret__ = pulumi.runtime.invoke_output('azure-native:azurestackhci/v20241201preview:getCluster', __args__, opts=opts, typ=GetClusterResult)
489
- return __ret__.apply(lambda __response__: GetClusterResult(
490
- aad_application_object_id=pulumi.get(__response__, 'aad_application_object_id'),
491
- aad_client_id=pulumi.get(__response__, 'aad_client_id'),
492
- aad_service_principal_object_id=pulumi.get(__response__, 'aad_service_principal_object_id'),
493
- aad_tenant_id=pulumi.get(__response__, 'aad_tenant_id'),
494
- billing_model=pulumi.get(__response__, 'billing_model'),
495
- cloud_id=pulumi.get(__response__, 'cloud_id'),
496
- cloud_management_endpoint=pulumi.get(__response__, 'cloud_management_endpoint'),
497
- connectivity_status=pulumi.get(__response__, 'connectivity_status'),
498
- desired_properties=pulumi.get(__response__, 'desired_properties'),
499
- id=pulumi.get(__response__, 'id'),
500
- isolated_vm_attestation_configuration=pulumi.get(__response__, 'isolated_vm_attestation_configuration'),
501
- last_billing_timestamp=pulumi.get(__response__, 'last_billing_timestamp'),
502
- last_sync_timestamp=pulumi.get(__response__, 'last_sync_timestamp'),
503
- location=pulumi.get(__response__, 'location'),
504
- log_collection_properties=pulumi.get(__response__, 'log_collection_properties'),
505
- name=pulumi.get(__response__, 'name'),
506
- principal_id=pulumi.get(__response__, 'principal_id'),
507
- provisioning_state=pulumi.get(__response__, 'provisioning_state'),
508
- registration_timestamp=pulumi.get(__response__, 'registration_timestamp'),
509
- remote_support_properties=pulumi.get(__response__, 'remote_support_properties'),
510
- reported_properties=pulumi.get(__response__, 'reported_properties'),
511
- resource_provider_object_id=pulumi.get(__response__, 'resource_provider_object_id'),
512
- secrets_locations=pulumi.get(__response__, 'secrets_locations'),
513
- service_endpoint=pulumi.get(__response__, 'service_endpoint'),
514
- software_assurance_properties=pulumi.get(__response__, 'software_assurance_properties'),
515
- status=pulumi.get(__response__, 'status'),
516
- system_data=pulumi.get(__response__, 'system_data'),
517
- tags=pulumi.get(__response__, 'tags'),
518
- tenant_id=pulumi.get(__response__, 'tenant_id'),
519
- trial_days_remaining=pulumi.get(__response__, 'trial_days_remaining'),
520
- type=pulumi.get(__response__, 'type'),
521
- user_assigned_identities=pulumi.get(__response__, 'user_assigned_identities')))