pulumi-azure-native 2.81.0__py3-none-any.whl → 2.81.0a1735840149__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-azure-native might be problematic. Click here for more details.
- pulumi_azure_native/__init__.py +0 -42
- pulumi_azure_native/azurestackhci/__init__.py +0 -3
- 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/machinelearningservices/v20241001preview/_inputs.py +1 -113
- pulumi_azure_native/machinelearningservices/v20241001preview/outputs.py +1 -107
- pulumi_azure_native/networkcloud/__init__.py +0 -3
- 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/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.0.dist-info → pulumi_azure_native-2.81.0a1735840149.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.81.0.dist-info → pulumi_azure_native-2.81.0a1735840149.dist-info}/RECORD +216 -280
- {pulumi_azure_native-2.81.0.dist-info → pulumi_azure_native-2.81.0a1735840149.dist-info}/WHEEL +1 -1
- pulumi_azure_native/azurestackhci/v20241201preview/__init__.py +0 -30
- pulumi_azure_native/azurestackhci/v20241201preview/_enums.py +0 -267
- pulumi_azure_native/azurestackhci/v20241201preview/_inputs.py +0 -3459
- pulumi_azure_native/azurestackhci/v20241201preview/arc_setting.py +0 -406
- pulumi_azure_native/azurestackhci/v20241201preview/cluster.py +0 -680
- pulumi_azure_native/azurestackhci/v20241201preview/deployment_setting.py +0 -335
- pulumi_azure_native/azurestackhci/v20241201preview/extension.py +0 -473
- pulumi_azure_native/azurestackhci/v20241201preview/get_arc_setting.py +0 -275
- pulumi_azure_native/azurestackhci/v20241201preview/get_cluster.py +0 -521
- pulumi_azure_native/azurestackhci/v20241201preview/get_deployment_setting.py +0 -219
- pulumi_azure_native/azurestackhci/v20241201preview/get_extension.py +0 -295
- pulumi_azure_native/azurestackhci/v20241201preview/get_hci_edge_device.py +0 -158
- pulumi_azure_native/azurestackhci/v20241201preview/get_hci_edge_device_job.py +0 -164
- pulumi_azure_native/azurestackhci/v20241201preview/get_security_setting.py +0 -205
- pulumi_azure_native/azurestackhci/v20241201preview/get_update.py +0 -401
- pulumi_azure_native/azurestackhci/v20241201preview/get_update_run.py +0 -337
- pulumi_azure_native/azurestackhci/v20241201preview/get_update_summary.py +0 -283
- pulumi_azure_native/azurestackhci/v20241201preview/hci_edge_device.py +0 -233
- pulumi_azure_native/azurestackhci/v20241201preview/hci_edge_device_job.py +0 -256
- pulumi_azure_native/azurestackhci/v20241201preview/outputs.py +0 -6470
- pulumi_azure_native/azurestackhci/v20241201preview/security_setting.py +0 -310
- pulumi_azure_native/azurestackhci/v20241201preview/update.py +0 -724
- pulumi_azure_native/azurestackhci/v20241201preview/update_run.py +0 -619
- pulumi_azure_native/azurestackhci/v20241201preview/update_summary.py +0 -471
- pulumi_azure_native/networkcloud/v20241001preview/__init__.py +0 -46
- pulumi_azure_native/networkcloud/v20241001preview/_enums.py +0 -353
- pulumi_azure_native/networkcloud/v20241001preview/_inputs.py +0 -3580
- pulumi_azure_native/networkcloud/v20241001preview/agent_pool.py +0 -610
- pulumi_azure_native/networkcloud/v20241001preview/bare_metal_machine.py +0 -795
- pulumi_azure_native/networkcloud/v20241001preview/bare_metal_machine_key_set.py +0 -507
- pulumi_azure_native/networkcloud/v20241001preview/bmc_key_set.py +0 -448
- pulumi_azure_native/networkcloud/v20241001preview/cloud_services_network.py +0 -417
- pulumi_azure_native/networkcloud/v20241001preview/cluster.py +0 -917
- pulumi_azure_native/networkcloud/v20241001preview/cluster_manager.py +0 -452
- pulumi_azure_native/networkcloud/v20241001preview/console.py +0 -417
- pulumi_azure_native/networkcloud/v20241001preview/get_agent_pool.py +0 -370
- pulumi_azure_native/networkcloud/v20241001preview/get_bare_metal_machine.py +0 -616
- pulumi_azure_native/networkcloud/v20241001preview/get_bare_metal_machine_key_set.py +0 -328
- pulumi_azure_native/networkcloud/v20241001preview/get_bmc_key_set.py +0 -300
- pulumi_azure_native/networkcloud/v20241001preview/get_cloud_services_network.py +0 -328
- pulumi_azure_native/networkcloud/v20241001preview/get_cluster.py +0 -603
- pulumi_azure_native/networkcloud/v20241001preview/get_cluster_manager.py +0 -308
- pulumi_azure_native/networkcloud/v20241001preview/get_console.py +0 -286
- pulumi_azure_native/networkcloud/v20241001preview/get_kubernetes_cluster.py +0 -406
- pulumi_azure_native/networkcloud/v20241001preview/get_kubernetes_cluster_feature.py +0 -258
- pulumi_azure_native/networkcloud/v20241001preview/get_l2_network.py +0 -308
- pulumi_azure_native/networkcloud/v20241001preview/get_l3_network.py +0 -380
- pulumi_azure_native/networkcloud/v20241001preview/get_metrics_configuration.py +0 -258
- pulumi_azure_native/networkcloud/v20241001preview/get_rack.py +0 -280
- pulumi_azure_native/networkcloud/v20241001preview/get_storage_appliance.py +0 -420
- pulumi_azure_native/networkcloud/v20241001preview/get_trunked_network.py +0 -322
- pulumi_azure_native/networkcloud/v20241001preview/get_virtual_machine.py +0 -518
- pulumi_azure_native/networkcloud/v20241001preview/get_volume.py +0 -252
- pulumi_azure_native/networkcloud/v20241001preview/kubernetes_cluster.py +0 -564
- pulumi_azure_native/networkcloud/v20241001preview/kubernetes_cluster_feature.py +0 -336
- pulumi_azure_native/networkcloud/v20241001preview/l2_network.py +0 -419
- pulumi_azure_native/networkcloud/v20241001preview/l3_network.py +0 -581
- pulumi_azure_native/networkcloud/v20241001preview/metrics_configuration.py +0 -376
- pulumi_azure_native/networkcloud/v20241001preview/outputs.py +0 -4372
- pulumi_azure_native/networkcloud/v20241001preview/rack.py +0 -416
- pulumi_azure_native/networkcloud/v20241001preview/storage_appliance.py +0 -536
- pulumi_azure_native/networkcloud/v20241001preview/trunked_network.py +0 -449
- pulumi_azure_native/networkcloud/v20241001preview/virtual_machine.py +0 -852
- pulumi_azure_native/networkcloud/v20241001preview/volume.py +0 -336
- {pulumi_azure_native-2.81.0.dist-info → pulumi_azure_native-2.81.0a1735840149.dist-info}/top_level.txt +0 -0
|
@@ -1,310 +0,0 @@
|
|
|
1
|
-
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
-
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
-
|
|
5
|
-
import copy
|
|
6
|
-
import warnings
|
|
7
|
-
import sys
|
|
8
|
-
import pulumi
|
|
9
|
-
import pulumi.runtime
|
|
10
|
-
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
-
from ... import _utilities
|
|
16
|
-
from . import outputs
|
|
17
|
-
from ._enums import *
|
|
18
|
-
|
|
19
|
-
__all__ = ['SecuritySettingArgs', 'SecuritySetting']
|
|
20
|
-
|
|
21
|
-
@pulumi.input_type
|
|
22
|
-
class SecuritySettingArgs:
|
|
23
|
-
def __init__(__self__, *,
|
|
24
|
-
cluster_name: pulumi.Input[str],
|
|
25
|
-
resource_group_name: pulumi.Input[str],
|
|
26
|
-
secured_core_compliance_assignment: Optional[pulumi.Input[Union[str, 'ComplianceAssignmentType']]] = None,
|
|
27
|
-
security_settings_name: Optional[pulumi.Input[str]] = None,
|
|
28
|
-
smb_encryption_for_intra_cluster_traffic_compliance_assignment: Optional[pulumi.Input[Union[str, 'ComplianceAssignmentType']]] = None,
|
|
29
|
-
wdac_compliance_assignment: Optional[pulumi.Input[Union[str, 'ComplianceAssignmentType']]] = None):
|
|
30
|
-
"""
|
|
31
|
-
The set of arguments for constructing a SecuritySetting resource.
|
|
32
|
-
:param pulumi.Input[str] cluster_name: The name of the cluster.
|
|
33
|
-
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
34
|
-
:param pulumi.Input[Union[str, 'ComplianceAssignmentType']] secured_core_compliance_assignment: Secured Core Compliance Assignment
|
|
35
|
-
:param pulumi.Input[str] security_settings_name: Name of security setting
|
|
36
|
-
:param pulumi.Input[Union[str, 'ComplianceAssignmentType']] smb_encryption_for_intra_cluster_traffic_compliance_assignment: SMB encryption for intra-cluster traffic Compliance Assignment
|
|
37
|
-
:param pulumi.Input[Union[str, 'ComplianceAssignmentType']] wdac_compliance_assignment: WDAC Compliance Assignment
|
|
38
|
-
"""
|
|
39
|
-
pulumi.set(__self__, "cluster_name", cluster_name)
|
|
40
|
-
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
41
|
-
if secured_core_compliance_assignment is None:
|
|
42
|
-
secured_core_compliance_assignment = 'Audit'
|
|
43
|
-
if secured_core_compliance_assignment is not None:
|
|
44
|
-
pulumi.set(__self__, "secured_core_compliance_assignment", secured_core_compliance_assignment)
|
|
45
|
-
if security_settings_name is not None:
|
|
46
|
-
pulumi.set(__self__, "security_settings_name", security_settings_name)
|
|
47
|
-
if smb_encryption_for_intra_cluster_traffic_compliance_assignment is None:
|
|
48
|
-
smb_encryption_for_intra_cluster_traffic_compliance_assignment = 'Audit'
|
|
49
|
-
if smb_encryption_for_intra_cluster_traffic_compliance_assignment is not None:
|
|
50
|
-
pulumi.set(__self__, "smb_encryption_for_intra_cluster_traffic_compliance_assignment", smb_encryption_for_intra_cluster_traffic_compliance_assignment)
|
|
51
|
-
if wdac_compliance_assignment is None:
|
|
52
|
-
wdac_compliance_assignment = 'Audit'
|
|
53
|
-
if wdac_compliance_assignment is not None:
|
|
54
|
-
pulumi.set(__self__, "wdac_compliance_assignment", wdac_compliance_assignment)
|
|
55
|
-
|
|
56
|
-
@property
|
|
57
|
-
@pulumi.getter(name="clusterName")
|
|
58
|
-
def cluster_name(self) -> pulumi.Input[str]:
|
|
59
|
-
"""
|
|
60
|
-
The name of the cluster.
|
|
61
|
-
"""
|
|
62
|
-
return pulumi.get(self, "cluster_name")
|
|
63
|
-
|
|
64
|
-
@cluster_name.setter
|
|
65
|
-
def cluster_name(self, value: pulumi.Input[str]):
|
|
66
|
-
pulumi.set(self, "cluster_name", value)
|
|
67
|
-
|
|
68
|
-
@property
|
|
69
|
-
@pulumi.getter(name="resourceGroupName")
|
|
70
|
-
def resource_group_name(self) -> pulumi.Input[str]:
|
|
71
|
-
"""
|
|
72
|
-
The name of the resource group. The name is case insensitive.
|
|
73
|
-
"""
|
|
74
|
-
return pulumi.get(self, "resource_group_name")
|
|
75
|
-
|
|
76
|
-
@resource_group_name.setter
|
|
77
|
-
def resource_group_name(self, value: pulumi.Input[str]):
|
|
78
|
-
pulumi.set(self, "resource_group_name", value)
|
|
79
|
-
|
|
80
|
-
@property
|
|
81
|
-
@pulumi.getter(name="securedCoreComplianceAssignment")
|
|
82
|
-
def secured_core_compliance_assignment(self) -> Optional[pulumi.Input[Union[str, 'ComplianceAssignmentType']]]:
|
|
83
|
-
"""
|
|
84
|
-
Secured Core Compliance Assignment
|
|
85
|
-
"""
|
|
86
|
-
return pulumi.get(self, "secured_core_compliance_assignment")
|
|
87
|
-
|
|
88
|
-
@secured_core_compliance_assignment.setter
|
|
89
|
-
def secured_core_compliance_assignment(self, value: Optional[pulumi.Input[Union[str, 'ComplianceAssignmentType']]]):
|
|
90
|
-
pulumi.set(self, "secured_core_compliance_assignment", value)
|
|
91
|
-
|
|
92
|
-
@property
|
|
93
|
-
@pulumi.getter(name="securitySettingsName")
|
|
94
|
-
def security_settings_name(self) -> Optional[pulumi.Input[str]]:
|
|
95
|
-
"""
|
|
96
|
-
Name of security setting
|
|
97
|
-
"""
|
|
98
|
-
return pulumi.get(self, "security_settings_name")
|
|
99
|
-
|
|
100
|
-
@security_settings_name.setter
|
|
101
|
-
def security_settings_name(self, value: Optional[pulumi.Input[str]]):
|
|
102
|
-
pulumi.set(self, "security_settings_name", value)
|
|
103
|
-
|
|
104
|
-
@property
|
|
105
|
-
@pulumi.getter(name="smbEncryptionForIntraClusterTrafficComplianceAssignment")
|
|
106
|
-
def smb_encryption_for_intra_cluster_traffic_compliance_assignment(self) -> Optional[pulumi.Input[Union[str, 'ComplianceAssignmentType']]]:
|
|
107
|
-
"""
|
|
108
|
-
SMB encryption for intra-cluster traffic Compliance Assignment
|
|
109
|
-
"""
|
|
110
|
-
return pulumi.get(self, "smb_encryption_for_intra_cluster_traffic_compliance_assignment")
|
|
111
|
-
|
|
112
|
-
@smb_encryption_for_intra_cluster_traffic_compliance_assignment.setter
|
|
113
|
-
def smb_encryption_for_intra_cluster_traffic_compliance_assignment(self, value: Optional[pulumi.Input[Union[str, 'ComplianceAssignmentType']]]):
|
|
114
|
-
pulumi.set(self, "smb_encryption_for_intra_cluster_traffic_compliance_assignment", value)
|
|
115
|
-
|
|
116
|
-
@property
|
|
117
|
-
@pulumi.getter(name="wdacComplianceAssignment")
|
|
118
|
-
def wdac_compliance_assignment(self) -> Optional[pulumi.Input[Union[str, 'ComplianceAssignmentType']]]:
|
|
119
|
-
"""
|
|
120
|
-
WDAC Compliance Assignment
|
|
121
|
-
"""
|
|
122
|
-
return pulumi.get(self, "wdac_compliance_assignment")
|
|
123
|
-
|
|
124
|
-
@wdac_compliance_assignment.setter
|
|
125
|
-
def wdac_compliance_assignment(self, value: Optional[pulumi.Input[Union[str, 'ComplianceAssignmentType']]]):
|
|
126
|
-
pulumi.set(self, "wdac_compliance_assignment", value)
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
class SecuritySetting(pulumi.CustomResource):
|
|
130
|
-
@overload
|
|
131
|
-
def __init__(__self__,
|
|
132
|
-
resource_name: str,
|
|
133
|
-
opts: Optional[pulumi.ResourceOptions] = None,
|
|
134
|
-
cluster_name: Optional[pulumi.Input[str]] = None,
|
|
135
|
-
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
136
|
-
secured_core_compliance_assignment: Optional[pulumi.Input[Union[str, 'ComplianceAssignmentType']]] = None,
|
|
137
|
-
security_settings_name: Optional[pulumi.Input[str]] = None,
|
|
138
|
-
smb_encryption_for_intra_cluster_traffic_compliance_assignment: Optional[pulumi.Input[Union[str, 'ComplianceAssignmentType']]] = None,
|
|
139
|
-
wdac_compliance_assignment: Optional[pulumi.Input[Union[str, 'ComplianceAssignmentType']]] = None,
|
|
140
|
-
__props__=None):
|
|
141
|
-
"""
|
|
142
|
-
Security settings proxy resource
|
|
143
|
-
|
|
144
|
-
:param str resource_name: The name of the resource.
|
|
145
|
-
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
146
|
-
:param pulumi.Input[str] cluster_name: The name of the cluster.
|
|
147
|
-
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
148
|
-
:param pulumi.Input[Union[str, 'ComplianceAssignmentType']] secured_core_compliance_assignment: Secured Core Compliance Assignment
|
|
149
|
-
:param pulumi.Input[str] security_settings_name: Name of security setting
|
|
150
|
-
:param pulumi.Input[Union[str, 'ComplianceAssignmentType']] smb_encryption_for_intra_cluster_traffic_compliance_assignment: SMB encryption for intra-cluster traffic Compliance Assignment
|
|
151
|
-
:param pulumi.Input[Union[str, 'ComplianceAssignmentType']] wdac_compliance_assignment: WDAC Compliance Assignment
|
|
152
|
-
"""
|
|
153
|
-
...
|
|
154
|
-
@overload
|
|
155
|
-
def __init__(__self__,
|
|
156
|
-
resource_name: str,
|
|
157
|
-
args: SecuritySettingArgs,
|
|
158
|
-
opts: Optional[pulumi.ResourceOptions] = None):
|
|
159
|
-
"""
|
|
160
|
-
Security settings proxy resource
|
|
161
|
-
|
|
162
|
-
:param str resource_name: The name of the resource.
|
|
163
|
-
:param SecuritySettingArgs args: The arguments to use to populate this resource's properties.
|
|
164
|
-
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
165
|
-
"""
|
|
166
|
-
...
|
|
167
|
-
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
168
|
-
resource_args, opts = _utilities.get_resource_args_opts(SecuritySettingArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
169
|
-
if resource_args is not None:
|
|
170
|
-
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
171
|
-
else:
|
|
172
|
-
__self__._internal_init(resource_name, *args, **kwargs)
|
|
173
|
-
|
|
174
|
-
def _internal_init(__self__,
|
|
175
|
-
resource_name: str,
|
|
176
|
-
opts: Optional[pulumi.ResourceOptions] = None,
|
|
177
|
-
cluster_name: Optional[pulumi.Input[str]] = None,
|
|
178
|
-
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
179
|
-
secured_core_compliance_assignment: Optional[pulumi.Input[Union[str, 'ComplianceAssignmentType']]] = None,
|
|
180
|
-
security_settings_name: Optional[pulumi.Input[str]] = None,
|
|
181
|
-
smb_encryption_for_intra_cluster_traffic_compliance_assignment: Optional[pulumi.Input[Union[str, 'ComplianceAssignmentType']]] = None,
|
|
182
|
-
wdac_compliance_assignment: Optional[pulumi.Input[Union[str, 'ComplianceAssignmentType']]] = None,
|
|
183
|
-
__props__=None):
|
|
184
|
-
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
185
|
-
if not isinstance(opts, pulumi.ResourceOptions):
|
|
186
|
-
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
187
|
-
if opts.id is None:
|
|
188
|
-
if __props__ is not None:
|
|
189
|
-
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
190
|
-
__props__ = SecuritySettingArgs.__new__(SecuritySettingArgs)
|
|
191
|
-
|
|
192
|
-
if cluster_name is None and not opts.urn:
|
|
193
|
-
raise TypeError("Missing required property 'cluster_name'")
|
|
194
|
-
__props__.__dict__["cluster_name"] = cluster_name
|
|
195
|
-
if resource_group_name is None and not opts.urn:
|
|
196
|
-
raise TypeError("Missing required property 'resource_group_name'")
|
|
197
|
-
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
198
|
-
if secured_core_compliance_assignment is None:
|
|
199
|
-
secured_core_compliance_assignment = 'Audit'
|
|
200
|
-
__props__.__dict__["secured_core_compliance_assignment"] = secured_core_compliance_assignment
|
|
201
|
-
__props__.__dict__["security_settings_name"] = security_settings_name
|
|
202
|
-
if smb_encryption_for_intra_cluster_traffic_compliance_assignment is None:
|
|
203
|
-
smb_encryption_for_intra_cluster_traffic_compliance_assignment = 'Audit'
|
|
204
|
-
__props__.__dict__["smb_encryption_for_intra_cluster_traffic_compliance_assignment"] = smb_encryption_for_intra_cluster_traffic_compliance_assignment
|
|
205
|
-
if wdac_compliance_assignment is None:
|
|
206
|
-
wdac_compliance_assignment = 'Audit'
|
|
207
|
-
__props__.__dict__["wdac_compliance_assignment"] = wdac_compliance_assignment
|
|
208
|
-
__props__.__dict__["name"] = None
|
|
209
|
-
__props__.__dict__["provisioning_state"] = None
|
|
210
|
-
__props__.__dict__["security_compliance_status"] = None
|
|
211
|
-
__props__.__dict__["system_data"] = None
|
|
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"), pulumi.Alias(type_="azure-native:azurestackhci/v20240901preview:SecuritySetting")])
|
|
214
|
-
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
215
|
-
super(SecuritySetting, __self__).__init__(
|
|
216
|
-
'azure-native:azurestackhci/v20241201preview:SecuritySetting',
|
|
217
|
-
resource_name,
|
|
218
|
-
__props__,
|
|
219
|
-
opts)
|
|
220
|
-
|
|
221
|
-
@staticmethod
|
|
222
|
-
def get(resource_name: str,
|
|
223
|
-
id: pulumi.Input[str],
|
|
224
|
-
opts: Optional[pulumi.ResourceOptions] = None) -> 'SecuritySetting':
|
|
225
|
-
"""
|
|
226
|
-
Get an existing SecuritySetting resource's state with the given name, id, and optional extra
|
|
227
|
-
properties used to qualify the lookup.
|
|
228
|
-
|
|
229
|
-
:param str resource_name: The unique name of the resulting resource.
|
|
230
|
-
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
231
|
-
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
232
|
-
"""
|
|
233
|
-
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
234
|
-
|
|
235
|
-
__props__ = SecuritySettingArgs.__new__(SecuritySettingArgs)
|
|
236
|
-
|
|
237
|
-
__props__.__dict__["name"] = None
|
|
238
|
-
__props__.__dict__["provisioning_state"] = None
|
|
239
|
-
__props__.__dict__["secured_core_compliance_assignment"] = None
|
|
240
|
-
__props__.__dict__["security_compliance_status"] = None
|
|
241
|
-
__props__.__dict__["smb_encryption_for_intra_cluster_traffic_compliance_assignment"] = None
|
|
242
|
-
__props__.__dict__["system_data"] = None
|
|
243
|
-
__props__.__dict__["type"] = None
|
|
244
|
-
__props__.__dict__["wdac_compliance_assignment"] = None
|
|
245
|
-
return SecuritySetting(resource_name, opts=opts, __props__=__props__)
|
|
246
|
-
|
|
247
|
-
@property
|
|
248
|
-
@pulumi.getter
|
|
249
|
-
def name(self) -> pulumi.Output[str]:
|
|
250
|
-
"""
|
|
251
|
-
The name of the resource
|
|
252
|
-
"""
|
|
253
|
-
return pulumi.get(self, "name")
|
|
254
|
-
|
|
255
|
-
@property
|
|
256
|
-
@pulumi.getter(name="provisioningState")
|
|
257
|
-
def provisioning_state(self) -> pulumi.Output[str]:
|
|
258
|
-
"""
|
|
259
|
-
The status of the last operation.
|
|
260
|
-
"""
|
|
261
|
-
return pulumi.get(self, "provisioning_state")
|
|
262
|
-
|
|
263
|
-
@property
|
|
264
|
-
@pulumi.getter(name="securedCoreComplianceAssignment")
|
|
265
|
-
def secured_core_compliance_assignment(self) -> pulumi.Output[Optional[str]]:
|
|
266
|
-
"""
|
|
267
|
-
Secured Core Compliance Assignment
|
|
268
|
-
"""
|
|
269
|
-
return pulumi.get(self, "secured_core_compliance_assignment")
|
|
270
|
-
|
|
271
|
-
@property
|
|
272
|
-
@pulumi.getter(name="securityComplianceStatus")
|
|
273
|
-
def security_compliance_status(self) -> pulumi.Output['outputs.SecurityComplianceStatusResponse']:
|
|
274
|
-
"""
|
|
275
|
-
Security Compliance Status
|
|
276
|
-
"""
|
|
277
|
-
return pulumi.get(self, "security_compliance_status")
|
|
278
|
-
|
|
279
|
-
@property
|
|
280
|
-
@pulumi.getter(name="smbEncryptionForIntraClusterTrafficComplianceAssignment")
|
|
281
|
-
def smb_encryption_for_intra_cluster_traffic_compliance_assignment(self) -> pulumi.Output[Optional[str]]:
|
|
282
|
-
"""
|
|
283
|
-
SMB encryption for intra-cluster traffic Compliance Assignment
|
|
284
|
-
"""
|
|
285
|
-
return pulumi.get(self, "smb_encryption_for_intra_cluster_traffic_compliance_assignment")
|
|
286
|
-
|
|
287
|
-
@property
|
|
288
|
-
@pulumi.getter(name="systemData")
|
|
289
|
-
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
290
|
-
"""
|
|
291
|
-
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
292
|
-
"""
|
|
293
|
-
return pulumi.get(self, "system_data")
|
|
294
|
-
|
|
295
|
-
@property
|
|
296
|
-
@pulumi.getter
|
|
297
|
-
def type(self) -> pulumi.Output[str]:
|
|
298
|
-
"""
|
|
299
|
-
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
300
|
-
"""
|
|
301
|
-
return pulumi.get(self, "type")
|
|
302
|
-
|
|
303
|
-
@property
|
|
304
|
-
@pulumi.getter(name="wdacComplianceAssignment")
|
|
305
|
-
def wdac_compliance_assignment(self) -> pulumi.Output[Optional[str]]:
|
|
306
|
-
"""
|
|
307
|
-
WDAC Compliance Assignment
|
|
308
|
-
"""
|
|
309
|
-
return pulumi.get(self, "wdac_compliance_assignment")
|
|
310
|
-
|