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
|
@@ -210,7 +210,7 @@ class SecuritySetting(pulumi.CustomResource):
|
|
|
210
210
|
__props__.__dict__["security_compliance_status"] = None
|
|
211
211
|
__props__.__dict__["system_data"] = None
|
|
212
212
|
__props__.__dict__["type"] = None
|
|
213
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci:SecuritySetting"), 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")])
|
|
213
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci:SecuritySetting"), 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/v20241201preview:SecuritySetting")])
|
|
214
214
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
215
215
|
super(SecuritySetting, __self__).__init__(
|
|
216
216
|
'azure-native:azurestackhci/v20240901preview:SecuritySetting',
|
|
@@ -498,7 +498,7 @@ class Update(pulumi.CustomResource):
|
|
|
498
498
|
__props__.__dict__["provisioning_state"] = None
|
|
499
499
|
__props__.__dict__["system_data"] = None
|
|
500
500
|
__props__.__dict__["type"] = None
|
|
501
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci:Update"), 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")])
|
|
501
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci:Update"), 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/v20241201preview:Update")])
|
|
502
502
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
503
503
|
super(Update, __self__).__init__(
|
|
504
504
|
'azure-native:azurestackhci/v20240901preview:Update',
|
|
@@ -438,7 +438,7 @@ class UpdateRun(pulumi.CustomResource):
|
|
|
438
438
|
__props__.__dict__["provisioning_state"] = None
|
|
439
439
|
__props__.__dict__["system_data"] = None
|
|
440
440
|
__props__.__dict__["type"] = None
|
|
441
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci:UpdateRun"), 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")])
|
|
441
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci:UpdateRun"), 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/v20241201preview:UpdateRun")])
|
|
442
442
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
443
443
|
super(UpdateRun, __self__).__init__(
|
|
444
444
|
'azure-native:azurestackhci/v20240901preview:UpdateRun',
|
|
@@ -317,7 +317,7 @@ class UpdateSummary(pulumi.CustomResource):
|
|
|
317
317
|
__props__.__dict__["provisioning_state"] = None
|
|
318
318
|
__props__.__dict__["system_data"] = None
|
|
319
319
|
__props__.__dict__["type"] = None
|
|
320
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci:UpdateSummary"), 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")])
|
|
320
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci:UpdateSummary"), 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/v20241201preview:UpdateSummary")])
|
|
321
321
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
322
322
|
super(UpdateSummary, __self__).__init__(
|
|
323
323
|
'azure-native:azurestackhci/v20240901preview:UpdateSummary',
|
|
@@ -0,0 +1,30 @@
|
|
|
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
|
+
from ... import _utilities
|
|
6
|
+
import typing
|
|
7
|
+
# Export this package's modules as members:
|
|
8
|
+
from ._enums import *
|
|
9
|
+
from .arc_setting import *
|
|
10
|
+
from .cluster import *
|
|
11
|
+
from .deployment_setting import *
|
|
12
|
+
from .extension import *
|
|
13
|
+
from .get_arc_setting import *
|
|
14
|
+
from .get_cluster import *
|
|
15
|
+
from .get_deployment_setting import *
|
|
16
|
+
from .get_extension import *
|
|
17
|
+
from .get_hci_edge_device import *
|
|
18
|
+
from .get_hci_edge_device_job import *
|
|
19
|
+
from .get_security_setting import *
|
|
20
|
+
from .get_update import *
|
|
21
|
+
from .get_update_run import *
|
|
22
|
+
from .get_update_summary import *
|
|
23
|
+
from .hci_edge_device import *
|
|
24
|
+
from .hci_edge_device_job import *
|
|
25
|
+
from .security_setting import *
|
|
26
|
+
from .update import *
|
|
27
|
+
from .update_run import *
|
|
28
|
+
from .update_summary import *
|
|
29
|
+
from ._inputs import *
|
|
30
|
+
from . import outputs
|
|
@@ -0,0 +1,267 @@
|
|
|
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
|
+
from enum import Enum
|
|
6
|
+
|
|
7
|
+
__all__ = [
|
|
8
|
+
'AvailabilityType',
|
|
9
|
+
'ComplianceAssignmentType',
|
|
10
|
+
'DeploymentMode',
|
|
11
|
+
'DeviceKind',
|
|
12
|
+
'DiagnosticLevel',
|
|
13
|
+
'EceSecrets',
|
|
14
|
+
'EdgeDeviceKind',
|
|
15
|
+
'HciEdgeDeviceJobType',
|
|
16
|
+
'ManagedServiceIdentityType',
|
|
17
|
+
'OperationType',
|
|
18
|
+
'RemoteSupportAccessLevel',
|
|
19
|
+
'RemoteSupportType',
|
|
20
|
+
'SecretsType',
|
|
21
|
+
'ServiceName',
|
|
22
|
+
'SoftwareAssuranceIntent',
|
|
23
|
+
'State',
|
|
24
|
+
'UpdateRunPropertiesState',
|
|
25
|
+
'UpdateSummariesPropertiesState',
|
|
26
|
+
'WindowsServerSubscription',
|
|
27
|
+
]
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
class AvailabilityType(str, Enum):
|
|
31
|
+
"""
|
|
32
|
+
Indicates the way the update content can be downloaded.
|
|
33
|
+
"""
|
|
34
|
+
LOCAL = "Local"
|
|
35
|
+
ONLINE = "Online"
|
|
36
|
+
NOTIFY = "Notify"
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
class ComplianceAssignmentType(str, Enum):
|
|
40
|
+
"""
|
|
41
|
+
WDAC Compliance Assignment
|
|
42
|
+
"""
|
|
43
|
+
AUDIT = "Audit"
|
|
44
|
+
"""
|
|
45
|
+
Report on the state of the machine, but don't make changes.
|
|
46
|
+
"""
|
|
47
|
+
APPLY_AND_AUTO_CORRECT = "ApplyAndAutoCorrect"
|
|
48
|
+
"""
|
|
49
|
+
Applied to the machine. If it drifts, the local service inside the machine makes a correction at the next evaluation.
|
|
50
|
+
"""
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
class DeploymentMode(str, Enum):
|
|
54
|
+
"""
|
|
55
|
+
Deployment mode to trigger job.
|
|
56
|
+
"""
|
|
57
|
+
VALIDATE = "Validate"
|
|
58
|
+
"""
|
|
59
|
+
Validate ECE action deployment for a cluster.
|
|
60
|
+
"""
|
|
61
|
+
DEPLOY = "Deploy"
|
|
62
|
+
"""
|
|
63
|
+
Deploy ECE action deployment for a cluster.
|
|
64
|
+
"""
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
class DeviceKind(str, Enum):
|
|
68
|
+
"""
|
|
69
|
+
Device kind to support polymorphic resource.
|
|
70
|
+
"""
|
|
71
|
+
HCI = "HCI"
|
|
72
|
+
"""
|
|
73
|
+
Arc-enabled edge device with HCI OS.
|
|
74
|
+
"""
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
class DiagnosticLevel(str, Enum):
|
|
78
|
+
"""
|
|
79
|
+
Desired level of diagnostic data emitted by the cluster.
|
|
80
|
+
"""
|
|
81
|
+
OFF = "Off"
|
|
82
|
+
BASIC = "Basic"
|
|
83
|
+
ENHANCED = "Enhanced"
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
class EceSecrets(str, Enum):
|
|
87
|
+
"""
|
|
88
|
+
Secret name expected for Enterprise Cloud Engine (ECE) deployment.
|
|
89
|
+
"""
|
|
90
|
+
AZURE_STACK_LCMUSER_CREDENTIAL = "AzureStackLCMUserCredential"
|
|
91
|
+
"""
|
|
92
|
+
AzureStackLCMUserCredential used for LCM operations for AzureStackHCI cluster.
|
|
93
|
+
"""
|
|
94
|
+
DEFAULT_ARB_APPLICATION = "DefaultARBApplication"
|
|
95
|
+
"""
|
|
96
|
+
DefaultARBApplication used to manage Azure Arc resource bridge (ARB) for AzureStackHCI cluster.
|
|
97
|
+
"""
|
|
98
|
+
LOCAL_ADMIN_CREDENTIAL = "LocalAdminCredential"
|
|
99
|
+
"""
|
|
100
|
+
LocalAdminCredential used for admin operations for AzureStackHCI cluster.
|
|
101
|
+
"""
|
|
102
|
+
WITNESS_STORAGE_KEY = "WitnessStorageKey"
|
|
103
|
+
"""
|
|
104
|
+
WitnessStorageKey used for setting up a cloud witness for AzureStackHCI cluster.
|
|
105
|
+
"""
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
class EdgeDeviceKind(str, Enum):
|
|
109
|
+
"""
|
|
110
|
+
Edge Solution type to support polymorphic resource.
|
|
111
|
+
"""
|
|
112
|
+
HCI = "HCI"
|
|
113
|
+
"""
|
|
114
|
+
Arc-enabled edge device with HCI OS.
|
|
115
|
+
"""
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
class HciEdgeDeviceJobType(str, Enum):
|
|
119
|
+
"""
|
|
120
|
+
Job Type to support polymorphic resource.
|
|
121
|
+
"""
|
|
122
|
+
COLLECT_LOG = "CollectLog"
|
|
123
|
+
"""
|
|
124
|
+
Job to collect logs from the device.
|
|
125
|
+
"""
|
|
126
|
+
REMOTE_SUPPORT = "RemoteSupport"
|
|
127
|
+
"""
|
|
128
|
+
Job to provide remote support to the device.
|
|
129
|
+
"""
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
class ManagedServiceIdentityType(str, Enum):
|
|
133
|
+
"""
|
|
134
|
+
Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
|
|
135
|
+
"""
|
|
136
|
+
NONE = "None"
|
|
137
|
+
SYSTEM_ASSIGNED = "SystemAssigned"
|
|
138
|
+
USER_ASSIGNED = "UserAssigned"
|
|
139
|
+
SYSTEM_ASSIGNED_USER_ASSIGNED = "SystemAssigned, UserAssigned"
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
class OperationType(str, Enum):
|
|
143
|
+
"""
|
|
144
|
+
The intended operation for a cluster.
|
|
145
|
+
"""
|
|
146
|
+
CLUSTER_PROVISIONING = "ClusterProvisioning"
|
|
147
|
+
"""
|
|
148
|
+
Cluster provisioning operation.
|
|
149
|
+
"""
|
|
150
|
+
CLUSTER_UPGRADE = "ClusterUpgrade"
|
|
151
|
+
"""
|
|
152
|
+
Cluster upgrade operation.
|
|
153
|
+
"""
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
class RemoteSupportAccessLevel(str, Enum):
|
|
157
|
+
"""
|
|
158
|
+
Remote support access level.
|
|
159
|
+
"""
|
|
160
|
+
NONE = "None"
|
|
161
|
+
"""
|
|
162
|
+
No remote support access is granted.
|
|
163
|
+
"""
|
|
164
|
+
DIAGNOSTICS = "Diagnostics"
|
|
165
|
+
"""
|
|
166
|
+
Access is limited to diagnostics information only.
|
|
167
|
+
"""
|
|
168
|
+
DIAGNOSTICS_AND_REPAIR = "DiagnosticsAndRepair"
|
|
169
|
+
"""
|
|
170
|
+
Access includes diagnostics information and the ability to perform repairs.
|
|
171
|
+
"""
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
class RemoteSupportType(str, Enum):
|
|
175
|
+
"""
|
|
176
|
+
Remote support type.
|
|
177
|
+
"""
|
|
178
|
+
ENABLE = "Enable"
|
|
179
|
+
"""
|
|
180
|
+
Enables remote support for the edge device.
|
|
181
|
+
"""
|
|
182
|
+
REVOKE = "Revoke"
|
|
183
|
+
"""
|
|
184
|
+
Revokes previously granted remote support access for the edge device.
|
|
185
|
+
"""
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
class SecretsType(str, Enum):
|
|
189
|
+
"""
|
|
190
|
+
Type of secrets to store
|
|
191
|
+
"""
|
|
192
|
+
BACKUP_SECRETS = "BackupSecrets"
|
|
193
|
+
"""
|
|
194
|
+
Backup secrets type
|
|
195
|
+
"""
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
class ServiceName(str, Enum):
|
|
199
|
+
"""
|
|
200
|
+
Name of the service.
|
|
201
|
+
"""
|
|
202
|
+
WAC = "WAC"
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
class SoftwareAssuranceIntent(str, Enum):
|
|
206
|
+
"""
|
|
207
|
+
Customer Intent for Software Assurance Benefit.
|
|
208
|
+
"""
|
|
209
|
+
ENABLE = "Enable"
|
|
210
|
+
DISABLE = "Disable"
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
class State(str, Enum):
|
|
214
|
+
"""
|
|
215
|
+
State of the update as it relates to this stamp.
|
|
216
|
+
"""
|
|
217
|
+
HAS_PREREQUISITE = "HasPrerequisite"
|
|
218
|
+
OBSOLETE = "Obsolete"
|
|
219
|
+
READY = "Ready"
|
|
220
|
+
NOT_APPLICABLE_BECAUSE_ANOTHER_UPDATE_IS_IN_PROGRESS = "NotApplicableBecauseAnotherUpdateIsInProgress"
|
|
221
|
+
PREPARING = "Preparing"
|
|
222
|
+
INSTALLING = "Installing"
|
|
223
|
+
INSTALLED = "Installed"
|
|
224
|
+
PREPARATION_FAILED = "PreparationFailed"
|
|
225
|
+
INSTALLATION_FAILED = "InstallationFailed"
|
|
226
|
+
INVALID = "Invalid"
|
|
227
|
+
RECALLED = "Recalled"
|
|
228
|
+
DOWNLOADING = "Downloading"
|
|
229
|
+
DOWNLOAD_FAILED = "DownloadFailed"
|
|
230
|
+
HEALTH_CHECKING = "HealthChecking"
|
|
231
|
+
HEALTH_CHECK_FAILED = "HealthCheckFailed"
|
|
232
|
+
READY_TO_INSTALL = "ReadyToInstall"
|
|
233
|
+
SCAN_IN_PROGRESS = "ScanInProgress"
|
|
234
|
+
SCAN_FAILED = "ScanFailed"
|
|
235
|
+
ADDITIONAL_CONTENT_REQUIRED = "AdditionalContentRequired"
|
|
236
|
+
|
|
237
|
+
|
|
238
|
+
class UpdateRunPropertiesState(str, Enum):
|
|
239
|
+
"""
|
|
240
|
+
State of the update run.
|
|
241
|
+
"""
|
|
242
|
+
UNKNOWN = "Unknown"
|
|
243
|
+
SUCCEEDED = "Succeeded"
|
|
244
|
+
IN_PROGRESS = "InProgress"
|
|
245
|
+
FAILED = "Failed"
|
|
246
|
+
|
|
247
|
+
|
|
248
|
+
class UpdateSummariesPropertiesState(str, Enum):
|
|
249
|
+
"""
|
|
250
|
+
Overall update state of the stamp.
|
|
251
|
+
"""
|
|
252
|
+
UNKNOWN = "Unknown"
|
|
253
|
+
APPLIED_SUCCESSFULLY = "AppliedSuccessfully"
|
|
254
|
+
UPDATE_AVAILABLE = "UpdateAvailable"
|
|
255
|
+
UPDATE_IN_PROGRESS = "UpdateInProgress"
|
|
256
|
+
UPDATE_FAILED = "UpdateFailed"
|
|
257
|
+
NEEDS_ATTENTION = "NeedsAttention"
|
|
258
|
+
PREPARATION_IN_PROGRESS = "PreparationInProgress"
|
|
259
|
+
PREPARATION_FAILED = "PreparationFailed"
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
class WindowsServerSubscription(str, Enum):
|
|
263
|
+
"""
|
|
264
|
+
Desired state of Windows Server Subscription.
|
|
265
|
+
"""
|
|
266
|
+
DISABLED = "Disabled"
|
|
267
|
+
ENABLED = "Enabled"
|