pulumi-azure-native 2.81.0a1736153496__py3-none-any.whl → 2.81.0a1736233463__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.
- pulumi_azure_native/__init__.py +42 -0
- pulumi_azure_native/azurestackhci/__init__.py +3 -0
- pulumi_azure_native/azurestackhci/arc_setting.py +3 -3
- pulumi_azure_native/azurestackhci/cluster.py +3 -3
- pulumi_azure_native/azurestackhci/deployment_setting.py +3 -3
- pulumi_azure_native/azurestackhci/edge_device.py +3 -3
- pulumi_azure_native/azurestackhci/extension.py +3 -3
- pulumi_azure_native/azurestackhci/get_arc_setting.py +2 -2
- pulumi_azure_native/azurestackhci/get_cluster.py +2 -2
- pulumi_azure_native/azurestackhci/get_deployment_setting.py +2 -2
- pulumi_azure_native/azurestackhci/get_edge_device.py +2 -2
- pulumi_azure_native/azurestackhci/get_extension.py +2 -2
- pulumi_azure_native/azurestackhci/get_security_setting.py +2 -2
- pulumi_azure_native/azurestackhci/get_update.py +2 -2
- pulumi_azure_native/azurestackhci/get_update_run.py +2 -2
- pulumi_azure_native/azurestackhci/get_update_summary.py +2 -2
- pulumi_azure_native/azurestackhci/hci_edge_device_job.py +1 -1
- pulumi_azure_native/azurestackhci/security_setting.py +3 -3
- pulumi_azure_native/azurestackhci/update.py +3 -3
- pulumi_azure_native/azurestackhci/update_run.py +3 -3
- pulumi_azure_native/azurestackhci/update_summary.py +3 -3
- pulumi_azure_native/azurestackhci/v20210901preview/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20220101/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20220901/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20230301/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20230301/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20230301/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20230301/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20230301/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20230301/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20230601/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20230601/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20230601/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20230601/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20230601/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20230601/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/deployment_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/edge_device.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/deployment_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/edge_device.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/security_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/deployment_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/edge_device.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/security_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/deployment_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/hci_edge_device.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/security_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/deployment_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/hci_edge_device.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/security_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/deployment_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/hci_edge_device.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/hci_edge_device_job.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/security_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20241201preview/__init__.py +30 -0
- pulumi_azure_native/azurestackhci/v20241201preview/_enums.py +267 -0
- pulumi_azure_native/azurestackhci/v20241201preview/_inputs.py +3459 -0
- pulumi_azure_native/azurestackhci/v20241201preview/arc_setting.py +406 -0
- pulumi_azure_native/azurestackhci/v20241201preview/cluster.py +680 -0
- pulumi_azure_native/azurestackhci/v20241201preview/deployment_setting.py +335 -0
- pulumi_azure_native/azurestackhci/v20241201preview/extension.py +473 -0
- pulumi_azure_native/azurestackhci/v20241201preview/get_arc_setting.py +275 -0
- pulumi_azure_native/azurestackhci/v20241201preview/get_cluster.py +521 -0
- pulumi_azure_native/azurestackhci/v20241201preview/get_deployment_setting.py +219 -0
- pulumi_azure_native/azurestackhci/v20241201preview/get_extension.py +295 -0
- pulumi_azure_native/azurestackhci/v20241201preview/get_hci_edge_device.py +158 -0
- pulumi_azure_native/azurestackhci/v20241201preview/get_hci_edge_device_job.py +164 -0
- pulumi_azure_native/azurestackhci/v20241201preview/get_security_setting.py +205 -0
- pulumi_azure_native/azurestackhci/v20241201preview/get_update.py +401 -0
- pulumi_azure_native/azurestackhci/v20241201preview/get_update_run.py +337 -0
- pulumi_azure_native/azurestackhci/v20241201preview/get_update_summary.py +283 -0
- pulumi_azure_native/azurestackhci/v20241201preview/hci_edge_device.py +233 -0
- pulumi_azure_native/azurestackhci/v20241201preview/hci_edge_device_job.py +256 -0
- pulumi_azure_native/azurestackhci/v20241201preview/outputs.py +6470 -0
- pulumi_azure_native/azurestackhci/v20241201preview/security_setting.py +310 -0
- pulumi_azure_native/azurestackhci/v20241201preview/update.py +724 -0
- pulumi_azure_native/azurestackhci/v20241201preview/update_run.py +619 -0
- pulumi_azure_native/azurestackhci/v20241201preview/update_summary.py +471 -0
- pulumi_azure_native/networkcloud/__init__.py +3 -0
- pulumi_azure_native/networkcloud/agent_pool.py +3 -3
- pulumi_azure_native/networkcloud/bare_metal_machine.py +3 -3
- pulumi_azure_native/networkcloud/bare_metal_machine_key_set.py +3 -3
- pulumi_azure_native/networkcloud/bmc_key_set.py +3 -3
- pulumi_azure_native/networkcloud/cloud_services_network.py +3 -3
- pulumi_azure_native/networkcloud/cluster.py +3 -3
- pulumi_azure_native/networkcloud/cluster_manager.py +3 -3
- pulumi_azure_native/networkcloud/console.py +3 -3
- pulumi_azure_native/networkcloud/get_agent_pool.py +2 -2
- pulumi_azure_native/networkcloud/get_bare_metal_machine.py +2 -2
- pulumi_azure_native/networkcloud/get_bare_metal_machine_key_set.py +2 -2
- pulumi_azure_native/networkcloud/get_bmc_key_set.py +2 -2
- pulumi_azure_native/networkcloud/get_cloud_services_network.py +2 -2
- pulumi_azure_native/networkcloud/get_cluster.py +2 -2
- pulumi_azure_native/networkcloud/get_cluster_manager.py +2 -2
- pulumi_azure_native/networkcloud/get_console.py +2 -2
- pulumi_azure_native/networkcloud/get_kubernetes_cluster.py +2 -2
- pulumi_azure_native/networkcloud/get_kubernetes_cluster_feature.py +2 -2
- pulumi_azure_native/networkcloud/get_l2_network.py +2 -2
- pulumi_azure_native/networkcloud/get_l3_network.py +2 -2
- pulumi_azure_native/networkcloud/get_metrics_configuration.py +2 -2
- pulumi_azure_native/networkcloud/get_rack.py +2 -2
- pulumi_azure_native/networkcloud/get_storage_appliance.py +2 -2
- pulumi_azure_native/networkcloud/get_trunked_network.py +2 -2
- pulumi_azure_native/networkcloud/get_virtual_machine.py +2 -2
- pulumi_azure_native/networkcloud/get_volume.py +2 -2
- pulumi_azure_native/networkcloud/kubernetes_cluster.py +3 -3
- pulumi_azure_native/networkcloud/kubernetes_cluster_feature.py +3 -3
- pulumi_azure_native/networkcloud/l2_network.py +3 -3
- pulumi_azure_native/networkcloud/l3_network.py +3 -3
- pulumi_azure_native/networkcloud/metrics_configuration.py +3 -3
- pulumi_azure_native/networkcloud/rack.py +3 -3
- pulumi_azure_native/networkcloud/storage_appliance.py +3 -3
- pulumi_azure_native/networkcloud/trunked_network.py +3 -3
- pulumi_azure_native/networkcloud/v20230701/agent_pool.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/bare_metal_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/bare_metal_machine_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/bmc_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/cloud_services_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/cluster_manager.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/console.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/kubernetes_cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/l2_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/l3_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/metrics_configuration.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/rack.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/storage_appliance.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/trunked_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/virtual_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/volume.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/agent_pool.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/bare_metal_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/bare_metal_machine_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/bmc_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/cloud_services_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/cluster_manager.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/console.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/kubernetes_cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/l2_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/l3_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/metrics_configuration.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/rack.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/storage_appliance.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/trunked_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/virtual_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/volume.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/agent_pool.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/bare_metal_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/bare_metal_machine_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/bmc_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/cloud_services_network.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/cluster_manager.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/console.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/kubernetes_cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/kubernetes_cluster_feature.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/l2_network.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/l3_network.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/metrics_configuration.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/rack.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/storage_appliance.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/trunked_network.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/virtual_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/volume.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/agent_pool.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/bare_metal_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/bare_metal_machine_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/bmc_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/cloud_services_network.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/cluster_manager.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/console.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/kubernetes_cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/kubernetes_cluster_feature.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/l2_network.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/l3_network.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/metrics_configuration.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/rack.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/storage_appliance.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/trunked_network.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/virtual_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/volume.py +1 -1
- pulumi_azure_native/networkcloud/v20241001preview/__init__.py +46 -0
- pulumi_azure_native/networkcloud/v20241001preview/_enums.py +353 -0
- pulumi_azure_native/networkcloud/v20241001preview/_inputs.py +3580 -0
- pulumi_azure_native/networkcloud/v20241001preview/agent_pool.py +610 -0
- pulumi_azure_native/networkcloud/v20241001preview/bare_metal_machine.py +795 -0
- pulumi_azure_native/networkcloud/v20241001preview/bare_metal_machine_key_set.py +507 -0
- pulumi_azure_native/networkcloud/v20241001preview/bmc_key_set.py +448 -0
- pulumi_azure_native/networkcloud/v20241001preview/cloud_services_network.py +417 -0
- pulumi_azure_native/networkcloud/v20241001preview/cluster.py +917 -0
- pulumi_azure_native/networkcloud/v20241001preview/cluster_manager.py +452 -0
- pulumi_azure_native/networkcloud/v20241001preview/console.py +417 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_agent_pool.py +370 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_bare_metal_machine.py +616 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_bare_metal_machine_key_set.py +328 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_bmc_key_set.py +300 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_cloud_services_network.py +328 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_cluster.py +603 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_cluster_manager.py +308 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_console.py +286 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_kubernetes_cluster.py +406 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_kubernetes_cluster_feature.py +258 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_l2_network.py +308 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_l3_network.py +380 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_metrics_configuration.py +258 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_rack.py +280 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_storage_appliance.py +420 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_trunked_network.py +322 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_virtual_machine.py +518 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_volume.py +252 -0
- pulumi_azure_native/networkcloud/v20241001preview/kubernetes_cluster.py +564 -0
- pulumi_azure_native/networkcloud/v20241001preview/kubernetes_cluster_feature.py +336 -0
- pulumi_azure_native/networkcloud/v20241001preview/l2_network.py +419 -0
- pulumi_azure_native/networkcloud/v20241001preview/l3_network.py +581 -0
- pulumi_azure_native/networkcloud/v20241001preview/metrics_configuration.py +376 -0
- pulumi_azure_native/networkcloud/v20241001preview/outputs.py +4372 -0
- pulumi_azure_native/networkcloud/v20241001preview/rack.py +416 -0
- pulumi_azure_native/networkcloud/v20241001preview/storage_appliance.py +536 -0
- pulumi_azure_native/networkcloud/v20241001preview/trunked_network.py +449 -0
- pulumi_azure_native/networkcloud/v20241001preview/virtual_machine.py +852 -0
- pulumi_azure_native/networkcloud/v20241001preview/volume.py +336 -0
- pulumi_azure_native/networkcloud/virtual_machine.py +3 -3
- pulumi_azure_native/networkcloud/volume.py +3 -3
- pulumi_azure_native/pulumi-plugin.json +1 -1
- {pulumi_azure_native-2.81.0a1736153496.dist-info → pulumi_azure_native-2.81.0a1736233463.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.81.0a1736153496.dist-info → pulumi_azure_native-2.81.0a1736233463.dist-info}/RECORD +278 -214
- {pulumi_azure_native-2.81.0a1736153496.dist-info → pulumi_azure_native-2.81.0a1736233463.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.81.0a1736153496.dist-info → pulumi_azure_native-2.81.0a1736233463.dist-info}/top_level.txt +0 -0
pulumi_azure_native/__init__.py
CHANGED
|
@@ -4016,6 +4016,23 @@ _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
|
+
},
|
|
4019
4036
|
{
|
|
4020
4037
|
"pkg": "azure-native",
|
|
4021
4038
|
"mod": "baremetalinfrastructure",
|
|
@@ -15682,6 +15699,31 @@ _utilities.register(
|
|
|
15682
15699
|
"azure-native:networkcloud/v20240701:Volume": "Volume"
|
|
15683
15700
|
}
|
|
15684
15701
|
},
|
|
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
|
+
},
|
|
15685
15727
|
{
|
|
15686
15728
|
"pkg": "azure-native",
|
|
15687
15729
|
"mod": "networkfunction",
|
|
@@ -97,6 +97,8 @@ 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
|
|
100
102
|
else:
|
|
101
103
|
v20210901preview = _utilities.lazy_import('pulumi_azure_native.azurestackhci.v20210901preview')
|
|
102
104
|
v20220101 = _utilities.lazy_import('pulumi_azure_native.azurestackhci.v20220101')
|
|
@@ -117,4 +119,5 @@ else:
|
|
|
117
119
|
v20240715preview = _utilities.lazy_import('pulumi_azure_native.azurestackhci.v20240715preview')
|
|
118
120
|
v20240801preview = _utilities.lazy_import('pulumi_azure_native.azurestackhci.v20240801preview')
|
|
119
121
|
v20240901preview = _utilities.lazy_import('pulumi_azure_native.azurestackhci.v20240901preview')
|
|
122
|
+
v20241201preview = _utilities.lazy_import('pulumi_azure_native.azurestackhci.v20241201preview')
|
|
120
123
|
|
|
@@ -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.
|
|
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.
|
|
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.
|
|
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.
|
|
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")])
|
|
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")])
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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")])
|
|
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")])
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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")])
|
|
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")])
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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")])
|
|
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")])
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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")])
|
|
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")])
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
133
|
+
Other available API versions: 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview, 2024-12-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.
|
|
163
|
+
Other available API versions: 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview, 2024-12-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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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")])
|
|
187
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci/v20240901preview:HciEdgeDeviceJob"), pulumi.Alias(type_="azure-native:azurestackhci/v20241201preview: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.
|
|
107
|
+
Other available API versions: 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview, 2024-12-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.
|
|
126
|
+
Other available API versions: 2024-01-01, 2024-02-15-preview, 2024-04-01, 2024-09-01-preview, 2024-12-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")])
|
|
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")])
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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")])
|
|
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")])
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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")])
|
|
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")])
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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")])
|
|
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")])
|
|
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")])
|
|
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")])
|
|
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")])
|
|
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")])
|
|
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")])
|
|
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")])
|
|
429
429
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
430
430
|
super(Cluster, __self__).__init__(
|
|
431
431
|
'azure-native:azurestackhci/v20220901:Cluster',
|