pulumi-azure-native 2.81.0a1736184069__py3-none-any.whl → 2.82.0__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 +144 -1
- pulumi_azure_native/azureplaywrightservice/v20241201/account.py +4 -4
- pulumi_azure_native/azureplaywrightservice/v20241201/get_account.py +1 -1
- 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/chaos/__init__.py +3 -0
- pulumi_azure_native/chaos/capability.py +3 -3
- pulumi_azure_native/chaos/experiment.py +3 -3
- pulumi_azure_native/chaos/get_capability.py +2 -2
- pulumi_azure_native/chaos/get_experiment.py +2 -2
- pulumi_azure_native/chaos/get_experiment_execution_details.py +2 -2
- pulumi_azure_native/chaos/get_private_access.py +2 -2
- pulumi_azure_native/chaos/get_target.py +2 -2
- pulumi_azure_native/chaos/private_access.py +3 -3
- pulumi_azure_native/chaos/target.py +3 -3
- pulumi_azure_native/chaos/v20230415preview/capability.py +1 -1
- pulumi_azure_native/chaos/v20230415preview/experiment.py +1 -1
- pulumi_azure_native/chaos/v20230415preview/target.py +1 -1
- pulumi_azure_native/chaos/v20230901preview/capability.py +1 -1
- pulumi_azure_native/chaos/v20230901preview/experiment.py +1 -1
- pulumi_azure_native/chaos/v20230901preview/target.py +1 -1
- pulumi_azure_native/chaos/v20231027preview/capability.py +1 -1
- pulumi_azure_native/chaos/v20231027preview/experiment.py +1 -1
- pulumi_azure_native/chaos/v20231027preview/private_access.py +1 -1
- pulumi_azure_native/chaos/v20231027preview/target.py +1 -1
- pulumi_azure_native/chaos/v20231101/capability.py +1 -1
- pulumi_azure_native/chaos/v20231101/experiment.py +1 -1
- pulumi_azure_native/chaos/v20231101/target.py +1 -1
- pulumi_azure_native/chaos/v20240101/capability.py +1 -1
- pulumi_azure_native/chaos/v20240101/experiment.py +1 -1
- pulumi_azure_native/chaos/v20240101/target.py +1 -1
- pulumi_azure_native/chaos/v20240322preview/capability.py +1 -1
- pulumi_azure_native/chaos/v20240322preview/experiment.py +1 -1
- pulumi_azure_native/chaos/v20240322preview/private_access.py +1 -1
- pulumi_azure_native/chaos/v20240322preview/target.py +1 -1
- pulumi_azure_native/chaos/v20241101preview/__init__.py +19 -0
- pulumi_azure_native/chaos/v20241101preview/_enums.py +81 -0
- pulumi_azure_native/chaos/v20241101preview/_inputs.py +965 -0
- pulumi_azure_native/chaos/v20241101preview/capability.py +313 -0
- pulumi_azure_native/chaos/v20241101preview/experiment.py +357 -0
- pulumi_azure_native/chaos/v20241101preview/get_capability.py +237 -0
- pulumi_azure_native/chaos/v20241101preview/get_experiment.py +227 -0
- pulumi_azure_native/chaos/v20241101preview/get_experiment_execution_details.py +135 -0
- pulumi_azure_native/chaos/v20241101preview/get_private_access.py +199 -0
- pulumi_azure_native/chaos/v20241101preview/get_target.py +175 -0
- pulumi_azure_native/chaos/v20241101preview/outputs.py +1488 -0
- pulumi_azure_native/chaos/v20241101preview/private_access.py +277 -0
- pulumi_azure_native/chaos/v20241101preview/target.py +290 -0
- pulumi_azure_native/confidentialledger/__init__.py +3 -0
- pulumi_azure_native/confidentialledger/get_ledger.py +2 -2
- pulumi_azure_native/confidentialledger/get_managed_ccf.py +2 -2
- pulumi_azure_native/confidentialledger/ledger.py +3 -3
- pulumi_azure_native/confidentialledger/managed_ccf.py +3 -3
- pulumi_azure_native/confidentialledger/v20220513/ledger.py +1 -1
- pulumi_azure_native/confidentialledger/v20230126preview/ledger.py +1 -1
- pulumi_azure_native/confidentialledger/v20230126preview/managed_ccf.py +1 -1
- pulumi_azure_native/confidentialledger/v20230628preview/ledger.py +1 -1
- pulumi_azure_native/confidentialledger/v20230628preview/managed_ccf.py +1 -1
- pulumi_azure_native/confidentialledger/v20240709preview/ledger.py +1 -1
- pulumi_azure_native/confidentialledger/v20240709preview/managed_ccf.py +1 -1
- pulumi_azure_native/confidentialledger/v20240919preview/__init__.py +14 -0
- pulumi_azure_native/confidentialledger/v20240919preview/_enums.py +77 -0
- pulumi_azure_native/confidentialledger/v20240919preview/_inputs.py +721 -0
- pulumi_azure_native/confidentialledger/v20240919preview/get_ledger.py +171 -0
- pulumi_azure_native/confidentialledger/v20240919preview/get_managed_ccf.py +171 -0
- pulumi_azure_native/confidentialledger/v20240919preview/ledger.py +258 -0
- pulumi_azure_native/confidentialledger/v20240919preview/managed_ccf.py +258 -0
- pulumi_azure_native/confidentialledger/v20240919preview/outputs.py +800 -0
- pulumi_azure_native/confluent/__init__.py +9 -0
- pulumi_azure_native/confluent/_enums.py +91 -0
- pulumi_azure_native/confluent/_inputs.py +2882 -63
- pulumi_azure_native/confluent/connector.py +323 -0
- pulumi_azure_native/confluent/get_connector.py +191 -0
- pulumi_azure_native/confluent/get_organization_cluster_by_id.py +185 -0
- pulumi_azure_native/confluent/get_organization_environment_by_id.py +165 -0
- pulumi_azure_native/confluent/get_topic.py +261 -0
- pulumi_azure_native/confluent/organization_cluster_by_id.py +379 -0
- pulumi_azure_native/confluent/organization_environment_by_id.py +329 -0
- pulumi_azure_native/confluent/outputs.py +2233 -222
- pulumi_azure_native/confluent/topic.py +486 -0
- pulumi_azure_native/confluent/v20240701/connector.py +2 -0
- pulumi_azure_native/confluent/v20240701/organization_cluster_by_id.py +2 -0
- pulumi_azure_native/confluent/v20240701/organization_environment_by_id.py +2 -0
- pulumi_azure_native/confluent/v20240701/topic.py +2 -0
- pulumi_azure_native/maintenance/_inputs.py +6 -6
- pulumi_azure_native/maintenance/outputs.py +4 -4
- pulumi_azure_native/maintenance/v20221101preview/_inputs.py +6 -6
- pulumi_azure_native/maintenance/v20221101preview/outputs.py +4 -4
- pulumi_azure_native/maintenance/v20230401/_inputs.py +6 -6
- pulumi_azure_native/maintenance/v20230401/outputs.py +4 -4
- pulumi_azure_native/maintenance/v20230901preview/_inputs.py +6 -6
- pulumi_azure_native/maintenance/v20230901preview/outputs.py +4 -4
- pulumi_azure_native/maintenance/v20231001preview/_inputs.py +6 -6
- pulumi_azure_native/maintenance/v20231001preview/outputs.py +4 -4
- 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/recoveryservices/__init__.py +3 -0
- pulumi_azure_native/recoveryservices/get_vault.py +2 -2
- pulumi_azure_native/recoveryservices/v20200202/vault.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/vault.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/vault.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/vault.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/vault.py +1 -1
- pulumi_azure_native/recoveryservices/v20240201/vault.py +1 -1
- pulumi_azure_native/recoveryservices/v20240401/vault.py +1 -1
- pulumi_azure_native/recoveryservices/v20240430preview/vault.py +1 -1
- pulumi_azure_native/recoveryservices/v20240930preview/__init__.py +12 -0
- pulumi_azure_native/recoveryservices/v20240930preview/_enums.py +102 -0
- pulumi_azure_native/recoveryservices/v20240930preview/_inputs.py +967 -0
- pulumi_azure_native/recoveryservices/v20240930preview/get_vault.py +213 -0
- pulumi_azure_native/recoveryservices/v20240930preview/outputs.py +1659 -0
- pulumi_azure_native/recoveryservices/v20240930preview/vault.py +326 -0
- pulumi_azure_native/recoveryservices/v20241001/vault.py +1 -1
- pulumi_azure_native/recoveryservices/vault.py +3 -3
- pulumi_azure_native/securityinsights/__init__.py +3 -0
- pulumi_azure_native/securityinsights/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/action.py +3 -3
- pulumi_azure_native/securityinsights/activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/anomalies.py +1 -1
- pulumi_azure_native/securityinsights/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/automation_rule.py +3 -3
- pulumi_azure_native/securityinsights/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/bookmark.py +3 -3
- pulumi_azure_native/securityinsights/bookmark_relation.py +3 -3
- pulumi_azure_native/securityinsights/business_application_agent.py +5 -1
- pulumi_azure_native/securityinsights/content_package.py +3 -3
- pulumi_azure_native/securityinsights/content_template.py +3 -3
- pulumi_azure_native/securityinsights/customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/file_import.py +3 -3
- pulumi_azure_native/securityinsights/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/get_action.py +2 -2
- pulumi_azure_native/securityinsights/get_automation_rule.py +2 -2
- pulumi_azure_native/securityinsights/get_bookmark.py +2 -2
- pulumi_azure_native/securityinsights/get_bookmark_relation.py +2 -2
- pulumi_azure_native/securityinsights/get_business_application_agent.py +4 -0
- pulumi_azure_native/securityinsights/get_content_package.py +2 -2
- pulumi_azure_native/securityinsights/get_content_template.py +2 -2
- pulumi_azure_native/securityinsights/get_entities_get_timeline.py +2 -2
- pulumi_azure_native/securityinsights/get_entity_insights.py +2 -2
- pulumi_azure_native/securityinsights/get_file_import.py +2 -2
- pulumi_azure_native/securityinsights/get_hunt.py +2 -2
- pulumi_azure_native/securityinsights/get_hunt_comment.py +2 -2
- pulumi_azure_native/securityinsights/get_hunt_relation.py +2 -2
- pulumi_azure_native/securityinsights/get_incident.py +2 -2
- pulumi_azure_native/securityinsights/get_incident_comment.py +2 -2
- pulumi_azure_native/securityinsights/get_incident_relation.py +2 -2
- pulumi_azure_native/securityinsights/get_incident_task.py +2 -2
- pulumi_azure_native/securityinsights/get_metadata.py +2 -2
- pulumi_azure_native/securityinsights/get_sentinel_onboarding_state.py +2 -2
- pulumi_azure_native/securityinsights/get_system.py +4 -0
- pulumi_azure_native/securityinsights/get_threat_intelligence_indicator.py +2 -2
- pulumi_azure_native/securityinsights/get_watchlist.py +2 -2
- pulumi_azure_native/securityinsights/get_watchlist_item.py +2 -2
- pulumi_azure_native/securityinsights/get_workspace_manager_assignment.py +2 -2
- pulumi_azure_native/securityinsights/get_workspace_manager_configuration.py +2 -2
- pulumi_azure_native/securityinsights/get_workspace_manager_group.py +2 -2
- pulumi_azure_native/securityinsights/get_workspace_manager_member.py +2 -2
- pulumi_azure_native/securityinsights/hunt.py +3 -3
- pulumi_azure_native/securityinsights/hunt_comment.py +3 -3
- pulumi_azure_native/securityinsights/hunt_relation.py +3 -3
- pulumi_azure_native/securityinsights/incident.py +3 -3
- pulumi_azure_native/securityinsights/incident_comment.py +3 -3
- pulumi_azure_native/securityinsights/incident_relation.py +3 -3
- pulumi_azure_native/securityinsights/incident_task.py +3 -3
- pulumi_azure_native/securityinsights/list_geodata_by_ip.py +2 -2
- pulumi_azure_native/securityinsights/list_source_control_repositories.py +2 -2
- pulumi_azure_native/securityinsights/list_system_actions.py +4 -0
- pulumi_azure_native/securityinsights/list_whois_by_domain.py +2 -2
- pulumi_azure_native/securityinsights/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/metadata.py +3 -3
- pulumi_azure_native/securityinsights/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/sentinel_onboarding_state.py +3 -3
- pulumi_azure_native/securityinsights/system.py +5 -1
- pulumi_azure_native/securityinsights/threat_intelligence_indicator.py +3 -3
- pulumi_azure_native/securityinsights/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20190101preview/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20190101preview/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20190101preview/bookmark_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20190101preview/ip_syncer.py +1 -1
- pulumi_azure_native/securityinsights/v20190101preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/action.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/anomalies.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20210401/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20210401/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20210401/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20210901preview/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20211001preview/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20211001preview/nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20211001preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20220101preview/entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20220101preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/action.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20230201preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20230201preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20230301preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/action.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/anomalies.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/aws_s3_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/bookmark_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/codeless_api_polling_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/file_import.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/gcp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/hunt.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/hunt_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/hunt_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/io_t_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/microsoft_purview_information_protection_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/office365_project_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/office_irm_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/office_power_bi_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_assignment.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_configuration.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_group.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_member.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/action.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/anomalies.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/aws_s3_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/bookmark_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/codeless_api_polling_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/file_import.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/gcp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/hunt.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/hunt_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/hunt_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/io_t_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/microsoft_purview_information_protection_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/office365_project_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/office_irm_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/office_power_bi_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_assignment.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_configuration.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_group.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_member.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/action.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/anomalies.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/aws_s3_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/bookmark_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/codeless_api_polling_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/file_import.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/gcp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/hunt.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/hunt_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/hunt_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/io_t_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/microsoft_purview_information_protection_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/office365_project_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/office_irm_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/office_power_bi_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_assignment.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_configuration.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_group.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_member.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/action.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/anomalies.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/aws_s3_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/bookmark_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/codeless_api_polling_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/file_import.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/gcp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/hunt.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/hunt_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/hunt_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/io_t_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/microsoft_purview_information_protection_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/office365_project_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/office_irm_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/office_power_bi_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_assignment.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_configuration.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_group.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_member.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/action.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/anomalies.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/aws_s3_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/bookmark_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/codeless_api_polling_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/file_import.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/gcp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/hunt.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/hunt_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/hunt_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/io_t_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/microsoft_purview_information_protection_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/office365_project_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/office_irm_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/office_power_bi_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_assignment.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_configuration.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_group.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_member.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/action.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/action.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/anomalies.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/aws_s3_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/bookmark_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/codeless_api_polling_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/file_import.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/gcp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/hunt.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/hunt_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/hunt_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/io_t_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/microsoft_purview_information_protection_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/office365_project_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/office_irm_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/office_power_bi_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_assignment.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_configuration.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_group.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_member.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/action.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/anomalies.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/aws_s3_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/bookmark_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/codeless_api_polling_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/file_import.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/gcp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/hunt.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/hunt_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/hunt_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/io_t_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/microsoft_purview_information_protection_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/office365_project_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/office_irm_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/office_power_bi_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/rest_api_poller_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_assignment.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_configuration.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_group.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_member.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/action.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/action.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/anomalies.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/aws_s3_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/bookmark_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/business_application_agent.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/codeless_api_polling_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/file_import.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/gcp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/hunt.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/hunt_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/hunt_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/io_t_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/microsoft_purview_information_protection_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/office365_project_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/office_irm_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/office_power_bi_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/rest_api_poller_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/system.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_assignment.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_configuration.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_group.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_member.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/action.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/premium_microsoft_defender_for_threat_intelligence.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/rest_api_poller_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/__init__.py +140 -0
- pulumi_azure_native/securityinsights/v20241001preview/_enums.py +1499 -0
- pulumi_azure_native/securityinsights/v20241001preview/_inputs.py +11019 -0
- pulumi_azure_native/securityinsights/v20241001preview/aad_data_connector.py +295 -0
- pulumi_azure_native/securityinsights/v20241001preview/aatp_data_connector.py +295 -0
- pulumi_azure_native/securityinsights/v20241001preview/action.py +282 -0
- pulumi_azure_native/securityinsights/v20241001preview/activity_custom_entity_query.py +517 -0
- pulumi_azure_native/securityinsights/v20241001preview/anomalies.py +244 -0
- pulumi_azure_native/securityinsights/v20241001preview/anomaly_security_ml_analytics_settings.py +629 -0
- pulumi_azure_native/securityinsights/v20241001preview/asc_data_connector.py +294 -0
- pulumi_azure_native/securityinsights/v20241001preview/automation_rule.py +360 -0
- pulumi_azure_native/securityinsights/v20241001preview/aws_cloud_trail_data_connector.py +295 -0
- pulumi_azure_native/securityinsights/v20241001preview/aws_s3_data_connector.py +356 -0
- pulumi_azure_native/securityinsights/v20241001preview/bookmark.py +668 -0
- pulumi_azure_native/securityinsights/v20241001preview/bookmark_relation.py +281 -0
- pulumi_azure_native/securityinsights/v20241001preview/business_application_agent.py +268 -0
- pulumi_azure_native/securityinsights/v20241001preview/codeless_api_polling_data_connector.py +294 -0
- pulumi_azure_native/securityinsights/v20241001preview/codeless_ui_data_connector.py +265 -0
- pulumi_azure_native/securityinsights/v20241001preview/content_package.py +874 -0
- pulumi_azure_native/securityinsights/v20241001preview/content_template.py +955 -0
- pulumi_azure_native/securityinsights/v20241001preview/customizable_connector_definition.py +353 -0
- pulumi_azure_native/securityinsights/v20241001preview/dynamics365_data_connector.py +296 -0
- pulumi_azure_native/securityinsights/v20241001preview/entity_analytics.py +264 -0
- pulumi_azure_native/securityinsights/v20241001preview/eyes_on.py +244 -0
- pulumi_azure_native/securityinsights/v20241001preview/file_import.py +402 -0
- pulumi_azure_native/securityinsights/v20241001preview/fusion_alert_rule.py +424 -0
- pulumi_azure_native/securityinsights/v20241001preview/gcp_data_connector.py +354 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_aad_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_aatp_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_action.py +183 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_activity_custom_entity_query.py +318 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_anomalies.py +178 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_anomaly_security_ml_analytics_settings.py +360 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_asc_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_automation_rule.py +258 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_aws_cloud_trail_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_aws_s3_data_connector.py +220 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_bookmark.py +373 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_bookmark_relation.py +211 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_business_application_agent.py +196 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_codeless_api_polling_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_codeless_ui_data_connector.py +178 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_content_package.py +471 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_content_template.py +533 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_customizable_connector_definition.py +220 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_dynamics365_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_entities_get_timeline.py +132 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_entity_analytics.py +178 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_entity_insights.py +131 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_eyes_on.py +178 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_file_import.py +317 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_fusion_alert_rule.py +318 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_gcp_data_connector.py +220 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_hunt.py +261 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_hunt_comment.py +169 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_hunt_relation.py +225 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_incident.py +426 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_incident_comment.py +211 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_incident_relation.py +211 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_incident_task.py +247 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_io_t_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_mcas_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_mdatp_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_metadata.py +415 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_microsoft_purview_information_protection_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_microsoft_security_incident_creation_alert_rule.py +290 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_ml_behavior_analytics_alert_rule.py +290 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_msti_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_mtp_data_connector.py +206 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_nrt_alert_rule.py +430 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_office365_project_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_office_atp_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_office_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_office_irm_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_office_power_bi_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_purview_audit_data_connector.py +234 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_rest_api_poller_data_connector.py +290 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_scheduled_alert_rule.py +486 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_sentinel_onboarding_state.py +163 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_system.py +205 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_threat_intelligence_alert_rule.py +290 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_threat_intelligence_indicator.py +163 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_ti_data_connector.py +206 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_ti_taxii_data_connector.py +304 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_ueba.py +178 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_watchlist.py +457 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_watchlist_item.py +295 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_workspace_manager_assignment.py +205 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_workspace_manager_configuration.py +163 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_workspace_manager_group.py +191 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_workspace_manager_member.py +177 -0
- pulumi_azure_native/securityinsights/v20241001preview/hunt.py +444 -0
- pulumi_azure_native/securityinsights/v20241001preview/hunt_comment.py +251 -0
- pulumi_azure_native/securityinsights/v20241001preview/hunt_relation.py +310 -0
- pulumi_azure_native/securityinsights/v20241001preview/incident.py +612 -0
- pulumi_azure_native/securityinsights/v20241001preview/incident_comment.py +281 -0
- pulumi_azure_native/securityinsights/v20241001preview/incident_relation.py +281 -0
- pulumi_azure_native/securityinsights/v20241001preview/incident_task.py +380 -0
- pulumi_azure_native/securityinsights/v20241001preview/io_t_data_connector.py +294 -0
- pulumi_azure_native/securityinsights/v20241001preview/list_geodata_by_ip.py +322 -0
- pulumi_azure_native/securityinsights/v20241001preview/list_source_control_repositories.py +138 -0
- pulumi_azure_native/securityinsights/v20241001preview/list_system_actions.py +113 -0
- pulumi_azure_native/securityinsights/v20241001preview/list_whois_by_domain.py +169 -0
- pulumi_azure_native/securityinsights/v20241001preview/mcas_data_connector.py +296 -0
- pulumi_azure_native/securityinsights/v20241001preview/mdatp_data_connector.py +295 -0
- pulumi_azure_native/securityinsights/v20241001preview/metadata.py +755 -0
- pulumi_azure_native/securityinsights/v20241001preview/microsoft_purview_information_protection_data_connector.py +296 -0
- pulumi_azure_native/securityinsights/v20241001preview/microsoft_security_incident_creation_alert_rule.py +480 -0
- pulumi_azure_native/securityinsights/v20241001preview/ml_behavior_analytics_alert_rule.py +364 -0
- pulumi_azure_native/securityinsights/v20241001preview/msti_data_connector.py +296 -0
- pulumi_azure_native/securityinsights/v20241001preview/mtp_data_connector.py +325 -0
- pulumi_azure_native/securityinsights/v20241001preview/nrt_alert_rule.py +774 -0
- pulumi_azure_native/securityinsights/v20241001preview/office365_project_data_connector.py +296 -0
- pulumi_azure_native/securityinsights/v20241001preview/office_atp_data_connector.py +295 -0
- pulumi_azure_native/securityinsights/v20241001preview/office_data_connector.py +296 -0
- pulumi_azure_native/securityinsights/v20241001preview/office_irm_data_connector.py +295 -0
- pulumi_azure_native/securityinsights/v20241001preview/office_power_bi_data_connector.py +296 -0
- pulumi_azure_native/securityinsights/v20241001preview/outputs.py +10593 -0
- pulumi_azure_native/securityinsights/v20241001preview/purview_audit_data_connector.py +383 -0
- pulumi_azure_native/securityinsights/v20241001preview/rest_api_poller_data_connector.py +500 -0
- pulumi_azure_native/securityinsights/v20241001preview/scheduled_alert_rule.py +894 -0
- pulumi_azure_native/securityinsights/v20241001preview/sentinel_onboarding_state.py +229 -0
- pulumi_azure_native/securityinsights/v20241001preview/system.py +311 -0
- pulumi_azure_native/securityinsights/v20241001preview/threat_intelligence_alert_rule.py +364 -0
- pulumi_azure_native/securityinsights/v20241001preview/threat_intelligence_indicator.py +793 -0
- pulumi_azure_native/securityinsights/v20241001preview/ti_data_connector.py +325 -0
- pulumi_azure_native/securityinsights/v20241001preview/ti_taxii_data_connector.py +529 -0
- pulumi_azure_native/securityinsights/v20241001preview/ueba.py +264 -0
- pulumi_azure_native/securityinsights/v20241001preview/watchlist.py +804 -0
- pulumi_azure_native/securityinsights/v20241001preview/watchlist_item.py +493 -0
- pulumi_azure_native/securityinsights/v20241001preview/workspace_manager_assignment.py +281 -0
- pulumi_azure_native/securityinsights/v20241001preview/workspace_manager_configuration.py +231 -0
- pulumi_azure_native/securityinsights/v20241001preview/workspace_manager_group.py +289 -0
- pulumi_azure_native/securityinsights/v20241001preview/workspace_manager_member.py +260 -0
- pulumi_azure_native/securityinsights/watchlist.py +3 -3
- pulumi_azure_native/securityinsights/watchlist_item.py +3 -3
- pulumi_azure_native/securityinsights/workspace_manager_assignment.py +3 -3
- pulumi_azure_native/securityinsights/workspace_manager_configuration.py +3 -3
- pulumi_azure_native/securityinsights/workspace_manager_group.py +3 -3
- pulumi_azure_native/securityinsights/workspace_manager_member.py +3 -3
- pulumi_azure_native/synapse/v20210601preview/_inputs.py +197 -1
- pulumi_azure_native/synapse/v20210601preview/outputs.py +179 -2
- {pulumi_azure_native-2.81.0a1736184069.dist-info → pulumi_azure_native-2.82.0.dist-info}/METADATA +2 -2
- {pulumi_azure_native-2.81.0a1736184069.dist-info → pulumi_azure_native-2.82.0.dist-info}/RECORD +1212 -978
- {pulumi_azure_native-2.81.0a1736184069.dist-info → pulumi_azure_native-2.82.0.dist-info}/WHEEL +1 -1
- {pulumi_azure_native-2.81.0a1736184069.dist-info → pulumi_azure_native-2.82.0.dist-info}/top_level.txt +0 -0
|
@@ -37,7 +37,7 @@ if not MYPY:
|
|
|
37
37
|
"""
|
|
38
38
|
classifications_to_include: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
39
39
|
"""
|
|
40
|
-
Classification category of patches to be patched
|
|
40
|
+
Classification category of patches to be patched. Allowed values are 'Critical', 'Security', and 'Other'.
|
|
41
41
|
"""
|
|
42
42
|
package_name_masks_to_exclude: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
43
43
|
"""
|
|
@@ -58,7 +58,7 @@ class InputLinuxParametersArgs:
|
|
|
58
58
|
package_name_masks_to_include: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
59
59
|
"""
|
|
60
60
|
Input properties for patching a Linux machine.
|
|
61
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] classifications_to_include: Classification category of patches to be patched
|
|
61
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] classifications_to_include: Classification category of patches to be patched. Allowed values are 'Critical', 'Security', and 'Other'.
|
|
62
62
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] package_name_masks_to_exclude: Package names to be excluded for patching.
|
|
63
63
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] package_name_masks_to_include: Package names to be included for patching.
|
|
64
64
|
"""
|
|
@@ -73,7 +73,7 @@ class InputLinuxParametersArgs:
|
|
|
73
73
|
@pulumi.getter(name="classificationsToInclude")
|
|
74
74
|
def classifications_to_include(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
75
75
|
"""
|
|
76
|
-
Classification category of patches to be patched
|
|
76
|
+
Classification category of patches to be patched. Allowed values are 'Critical', 'Security', and 'Other'.
|
|
77
77
|
"""
|
|
78
78
|
return pulumi.get(self, "classifications_to_include")
|
|
79
79
|
|
|
@@ -231,7 +231,7 @@ if not MYPY:
|
|
|
231
231
|
"""
|
|
232
232
|
classifications_to_include: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
233
233
|
"""
|
|
234
|
-
Classification category of patches to be patched
|
|
234
|
+
Classification category of patches to be patched. Allowed values are 'Critical', 'Security', 'UpdateRollup', 'FeaturePack', 'ServicePack', 'Definition', 'Tools', and 'Updates'.
|
|
235
235
|
"""
|
|
236
236
|
exclude_kbs_requiring_reboot: NotRequired[pulumi.Input[bool]]
|
|
237
237
|
"""
|
|
@@ -257,7 +257,7 @@ class InputWindowsParametersArgs:
|
|
|
257
257
|
kb_numbers_to_include: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
258
258
|
"""
|
|
259
259
|
Input properties for patching a Windows machine.
|
|
260
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] classifications_to_include: Classification category of patches to be patched
|
|
260
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] classifications_to_include: Classification category of patches to be patched. Allowed values are 'Critical', 'Security', 'UpdateRollup', 'FeaturePack', 'ServicePack', 'Definition', 'Tools', and 'Updates'.
|
|
261
261
|
:param pulumi.Input[bool] exclude_kbs_requiring_reboot: Exclude patches which need reboot
|
|
262
262
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] kb_numbers_to_exclude: Windows KBID to be excluded for patching.
|
|
263
263
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] kb_numbers_to_include: Windows KBID to be included for patching.
|
|
@@ -275,7 +275,7 @@ class InputWindowsParametersArgs:
|
|
|
275
275
|
@pulumi.getter(name="classificationsToInclude")
|
|
276
276
|
def classifications_to_include(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
277
277
|
"""
|
|
278
|
-
Classification category of patches to be patched
|
|
278
|
+
Classification category of patches to be patched. Allowed values are 'Critical', 'Security', 'UpdateRollup', 'FeaturePack', 'ServicePack', 'Definition', 'Tools', and 'Updates'.
|
|
279
279
|
"""
|
|
280
280
|
return pulumi.get(self, "classifications_to_include")
|
|
281
281
|
|
|
@@ -57,7 +57,7 @@ class InputLinuxParametersResponse(dict):
|
|
|
57
57
|
package_name_masks_to_include: Optional[Sequence[str]] = None):
|
|
58
58
|
"""
|
|
59
59
|
Input properties for patching a Linux machine.
|
|
60
|
-
:param Sequence[str] classifications_to_include: Classification category of patches to be patched
|
|
60
|
+
:param Sequence[str] classifications_to_include: Classification category of patches to be patched. Allowed values are 'Critical', 'Security', and 'Other'.
|
|
61
61
|
:param Sequence[str] package_name_masks_to_exclude: Package names to be excluded for patching.
|
|
62
62
|
:param Sequence[str] package_name_masks_to_include: Package names to be included for patching.
|
|
63
63
|
"""
|
|
@@ -72,7 +72,7 @@ class InputLinuxParametersResponse(dict):
|
|
|
72
72
|
@pulumi.getter(name="classificationsToInclude")
|
|
73
73
|
def classifications_to_include(self) -> Optional[Sequence[str]]:
|
|
74
74
|
"""
|
|
75
|
-
Classification category of patches to be patched
|
|
75
|
+
Classification category of patches to be patched. Allowed values are 'Critical', 'Security', and 'Other'.
|
|
76
76
|
"""
|
|
77
77
|
return pulumi.get(self, "classifications_to_include")
|
|
78
78
|
|
|
@@ -226,7 +226,7 @@ class InputWindowsParametersResponse(dict):
|
|
|
226
226
|
kb_numbers_to_include: Optional[Sequence[str]] = None):
|
|
227
227
|
"""
|
|
228
228
|
Input properties for patching a Windows machine.
|
|
229
|
-
:param Sequence[str] classifications_to_include: Classification category of patches to be patched
|
|
229
|
+
:param Sequence[str] classifications_to_include: Classification category of patches to be patched. Allowed values are 'Critical', 'Security', 'UpdateRollup', 'FeaturePack', 'ServicePack', 'Definition', 'Tools', and 'Updates'.
|
|
230
230
|
:param bool exclude_kbs_requiring_reboot: Exclude patches which need reboot
|
|
231
231
|
:param Sequence[str] kb_numbers_to_exclude: Windows KBID to be excluded for patching.
|
|
232
232
|
:param Sequence[str] kb_numbers_to_include: Windows KBID to be included for patching.
|
|
@@ -244,7 +244,7 @@ class InputWindowsParametersResponse(dict):
|
|
|
244
244
|
@pulumi.getter(name="classificationsToInclude")
|
|
245
245
|
def classifications_to_include(self) -> Optional[Sequence[str]]:
|
|
246
246
|
"""
|
|
247
|
-
Classification category of patches to be patched
|
|
247
|
+
Classification category of patches to be patched. Allowed values are 'Critical', 'Security', 'UpdateRollup', 'FeaturePack', 'ServicePack', 'Definition', 'Tools', and 'Updates'.
|
|
248
248
|
"""
|
|
249
249
|
return pulumi.get(self, "classifications_to_include")
|
|
250
250
|
|
|
@@ -153,7 +153,7 @@ if not MYPY:
|
|
|
153
153
|
"""
|
|
154
154
|
classifications_to_include: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
155
155
|
"""
|
|
156
|
-
Classification category of patches to be patched
|
|
156
|
+
Classification category of patches to be patched. Allowed values are 'Critical', 'Security', and 'Other'.
|
|
157
157
|
"""
|
|
158
158
|
package_name_masks_to_exclude: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
159
159
|
"""
|
|
@@ -174,7 +174,7 @@ class InputLinuxParametersArgs:
|
|
|
174
174
|
package_name_masks_to_include: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
175
175
|
"""
|
|
176
176
|
Input properties for patching a Linux machine.
|
|
177
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] classifications_to_include: Classification category of patches to be patched
|
|
177
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] classifications_to_include: Classification category of patches to be patched. Allowed values are 'Critical', 'Security', and 'Other'.
|
|
178
178
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] package_name_masks_to_exclude: Package names to be excluded for patching.
|
|
179
179
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] package_name_masks_to_include: Package names to be included for patching.
|
|
180
180
|
"""
|
|
@@ -189,7 +189,7 @@ class InputLinuxParametersArgs:
|
|
|
189
189
|
@pulumi.getter(name="classificationsToInclude")
|
|
190
190
|
def classifications_to_include(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
191
191
|
"""
|
|
192
|
-
Classification category of patches to be patched
|
|
192
|
+
Classification category of patches to be patched. Allowed values are 'Critical', 'Security', and 'Other'.
|
|
193
193
|
"""
|
|
194
194
|
return pulumi.get(self, "classifications_to_include")
|
|
195
195
|
|
|
@@ -307,7 +307,7 @@ if not MYPY:
|
|
|
307
307
|
"""
|
|
308
308
|
classifications_to_include: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
309
309
|
"""
|
|
310
|
-
Classification category of patches to be patched
|
|
310
|
+
Classification category of patches to be patched. Allowed values are 'Critical', 'Security', 'UpdateRollup', 'FeaturePack', 'ServicePack', 'Definition', 'Tools', and 'Updates'.
|
|
311
311
|
"""
|
|
312
312
|
exclude_kbs_requiring_reboot: NotRequired[pulumi.Input[bool]]
|
|
313
313
|
"""
|
|
@@ -333,7 +333,7 @@ class InputWindowsParametersArgs:
|
|
|
333
333
|
kb_numbers_to_include: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
334
334
|
"""
|
|
335
335
|
Input properties for patching a Windows machine.
|
|
336
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] classifications_to_include: Classification category of patches to be patched
|
|
336
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] classifications_to_include: Classification category of patches to be patched. Allowed values are 'Critical', 'Security', 'UpdateRollup', 'FeaturePack', 'ServicePack', 'Definition', 'Tools', and 'Updates'.
|
|
337
337
|
:param pulumi.Input[bool] exclude_kbs_requiring_reboot: Exclude patches which need reboot
|
|
338
338
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] kb_numbers_to_exclude: Windows KBID to be excluded for patching.
|
|
339
339
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] kb_numbers_to_include: Windows KBID to be included for patching.
|
|
@@ -351,7 +351,7 @@ class InputWindowsParametersArgs:
|
|
|
351
351
|
@pulumi.getter(name="classificationsToInclude")
|
|
352
352
|
def classifications_to_include(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
353
353
|
"""
|
|
354
|
-
Classification category of patches to be patched
|
|
354
|
+
Classification category of patches to be patched. Allowed values are 'Critical', 'Security', 'UpdateRollup', 'FeaturePack', 'ServicePack', 'Definition', 'Tools', and 'Updates'.
|
|
355
355
|
"""
|
|
356
356
|
return pulumi.get(self, "classifications_to_include")
|
|
357
357
|
|
|
@@ -151,7 +151,7 @@ class InputLinuxParametersResponse(dict):
|
|
|
151
151
|
package_name_masks_to_include: Optional[Sequence[str]] = None):
|
|
152
152
|
"""
|
|
153
153
|
Input properties for patching a Linux machine.
|
|
154
|
-
:param Sequence[str] classifications_to_include: Classification category of patches to be patched
|
|
154
|
+
:param Sequence[str] classifications_to_include: Classification category of patches to be patched. Allowed values are 'Critical', 'Security', and 'Other'.
|
|
155
155
|
:param Sequence[str] package_name_masks_to_exclude: Package names to be excluded for patching.
|
|
156
156
|
:param Sequence[str] package_name_masks_to_include: Package names to be included for patching.
|
|
157
157
|
"""
|
|
@@ -166,7 +166,7 @@ class InputLinuxParametersResponse(dict):
|
|
|
166
166
|
@pulumi.getter(name="classificationsToInclude")
|
|
167
167
|
def classifications_to_include(self) -> Optional[Sequence[str]]:
|
|
168
168
|
"""
|
|
169
|
-
Classification category of patches to be patched
|
|
169
|
+
Classification category of patches to be patched. Allowed values are 'Critical', 'Security', and 'Other'.
|
|
170
170
|
"""
|
|
171
171
|
return pulumi.get(self, "classifications_to_include")
|
|
172
172
|
|
|
@@ -292,7 +292,7 @@ class InputWindowsParametersResponse(dict):
|
|
|
292
292
|
kb_numbers_to_include: Optional[Sequence[str]] = None):
|
|
293
293
|
"""
|
|
294
294
|
Input properties for patching a Windows machine.
|
|
295
|
-
:param Sequence[str] classifications_to_include: Classification category of patches to be patched
|
|
295
|
+
:param Sequence[str] classifications_to_include: Classification category of patches to be patched. Allowed values are 'Critical', 'Security', 'UpdateRollup', 'FeaturePack', 'ServicePack', 'Definition', 'Tools', and 'Updates'.
|
|
296
296
|
:param bool exclude_kbs_requiring_reboot: Exclude patches which need reboot
|
|
297
297
|
:param Sequence[str] kb_numbers_to_exclude: Windows KBID to be excluded for patching.
|
|
298
298
|
:param Sequence[str] kb_numbers_to_include: Windows KBID to be included for patching.
|
|
@@ -310,7 +310,7 @@ class InputWindowsParametersResponse(dict):
|
|
|
310
310
|
@pulumi.getter(name="classificationsToInclude")
|
|
311
311
|
def classifications_to_include(self) -> Optional[Sequence[str]]:
|
|
312
312
|
"""
|
|
313
|
-
Classification category of patches to be patched
|
|
313
|
+
Classification category of patches to be patched. Allowed values are 'Critical', 'Security', 'UpdateRollup', 'FeaturePack', 'ServicePack', 'Definition', 'Tools', and 'Updates'.
|
|
314
314
|
"""
|
|
315
315
|
return pulumi.get(self, "classifications_to_include")
|
|
316
316
|
|
|
@@ -153,7 +153,7 @@ if not MYPY:
|
|
|
153
153
|
"""
|
|
154
154
|
classifications_to_include: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
155
155
|
"""
|
|
156
|
-
Classification category of patches to be patched
|
|
156
|
+
Classification category of patches to be patched. Allowed values are 'Critical', 'Security', and 'Other'.
|
|
157
157
|
"""
|
|
158
158
|
package_name_masks_to_exclude: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
159
159
|
"""
|
|
@@ -174,7 +174,7 @@ class InputLinuxParametersArgs:
|
|
|
174
174
|
package_name_masks_to_include: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
175
175
|
"""
|
|
176
176
|
Input properties for patching a Linux machine.
|
|
177
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] classifications_to_include: Classification category of patches to be patched
|
|
177
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] classifications_to_include: Classification category of patches to be patched. Allowed values are 'Critical', 'Security', and 'Other'.
|
|
178
178
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] package_name_masks_to_exclude: Package names to be excluded for patching.
|
|
179
179
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] package_name_masks_to_include: Package names to be included for patching.
|
|
180
180
|
"""
|
|
@@ -189,7 +189,7 @@ class InputLinuxParametersArgs:
|
|
|
189
189
|
@pulumi.getter(name="classificationsToInclude")
|
|
190
190
|
def classifications_to_include(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
191
191
|
"""
|
|
192
|
-
Classification category of patches to be patched
|
|
192
|
+
Classification category of patches to be patched. Allowed values are 'Critical', 'Security', and 'Other'.
|
|
193
193
|
"""
|
|
194
194
|
return pulumi.get(self, "classifications_to_include")
|
|
195
195
|
|
|
@@ -307,7 +307,7 @@ if not MYPY:
|
|
|
307
307
|
"""
|
|
308
308
|
classifications_to_include: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
309
309
|
"""
|
|
310
|
-
Classification category of patches to be patched
|
|
310
|
+
Classification category of patches to be patched. Allowed values are 'Critical', 'Security', 'UpdateRollup', 'FeaturePack', 'ServicePack', 'Definition', 'Tools', and 'Updates'.
|
|
311
311
|
"""
|
|
312
312
|
exclude_kbs_requiring_reboot: NotRequired[pulumi.Input[bool]]
|
|
313
313
|
"""
|
|
@@ -333,7 +333,7 @@ class InputWindowsParametersArgs:
|
|
|
333
333
|
kb_numbers_to_include: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
334
334
|
"""
|
|
335
335
|
Input properties for patching a Windows machine.
|
|
336
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] classifications_to_include: Classification category of patches to be patched
|
|
336
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] classifications_to_include: Classification category of patches to be patched. Allowed values are 'Critical', 'Security', 'UpdateRollup', 'FeaturePack', 'ServicePack', 'Definition', 'Tools', and 'Updates'.
|
|
337
337
|
:param pulumi.Input[bool] exclude_kbs_requiring_reboot: Exclude patches which need reboot
|
|
338
338
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] kb_numbers_to_exclude: Windows KBID to be excluded for patching.
|
|
339
339
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] kb_numbers_to_include: Windows KBID to be included for patching.
|
|
@@ -351,7 +351,7 @@ class InputWindowsParametersArgs:
|
|
|
351
351
|
@pulumi.getter(name="classificationsToInclude")
|
|
352
352
|
def classifications_to_include(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
353
353
|
"""
|
|
354
|
-
Classification category of patches to be patched
|
|
354
|
+
Classification category of patches to be patched. Allowed values are 'Critical', 'Security', 'UpdateRollup', 'FeaturePack', 'ServicePack', 'Definition', 'Tools', and 'Updates'.
|
|
355
355
|
"""
|
|
356
356
|
return pulumi.get(self, "classifications_to_include")
|
|
357
357
|
|
|
@@ -151,7 +151,7 @@ class InputLinuxParametersResponse(dict):
|
|
|
151
151
|
package_name_masks_to_include: Optional[Sequence[str]] = None):
|
|
152
152
|
"""
|
|
153
153
|
Input properties for patching a Linux machine.
|
|
154
|
-
:param Sequence[str] classifications_to_include: Classification category of patches to be patched
|
|
154
|
+
:param Sequence[str] classifications_to_include: Classification category of patches to be patched. Allowed values are 'Critical', 'Security', and 'Other'.
|
|
155
155
|
:param Sequence[str] package_name_masks_to_exclude: Package names to be excluded for patching.
|
|
156
156
|
:param Sequence[str] package_name_masks_to_include: Package names to be included for patching.
|
|
157
157
|
"""
|
|
@@ -166,7 +166,7 @@ class InputLinuxParametersResponse(dict):
|
|
|
166
166
|
@pulumi.getter(name="classificationsToInclude")
|
|
167
167
|
def classifications_to_include(self) -> Optional[Sequence[str]]:
|
|
168
168
|
"""
|
|
169
|
-
Classification category of patches to be patched
|
|
169
|
+
Classification category of patches to be patched. Allowed values are 'Critical', 'Security', and 'Other'.
|
|
170
170
|
"""
|
|
171
171
|
return pulumi.get(self, "classifications_to_include")
|
|
172
172
|
|
|
@@ -292,7 +292,7 @@ class InputWindowsParametersResponse(dict):
|
|
|
292
292
|
kb_numbers_to_include: Optional[Sequence[str]] = None):
|
|
293
293
|
"""
|
|
294
294
|
Input properties for patching a Windows machine.
|
|
295
|
-
:param Sequence[str] classifications_to_include: Classification category of patches to be patched
|
|
295
|
+
:param Sequence[str] classifications_to_include: Classification category of patches to be patched. Allowed values are 'Critical', 'Security', 'UpdateRollup', 'FeaturePack', 'ServicePack', 'Definition', 'Tools', and 'Updates'.
|
|
296
296
|
:param bool exclude_kbs_requiring_reboot: Exclude patches which need reboot
|
|
297
297
|
:param Sequence[str] kb_numbers_to_exclude: Windows KBID to be excluded for patching.
|
|
298
298
|
:param Sequence[str] kb_numbers_to_include: Windows KBID to be included for patching.
|
|
@@ -310,7 +310,7 @@ class InputWindowsParametersResponse(dict):
|
|
|
310
310
|
@pulumi.getter(name="classificationsToInclude")
|
|
311
311
|
def classifications_to_include(self) -> Optional[Sequence[str]]:
|
|
312
312
|
"""
|
|
313
|
-
Classification category of patches to be patched
|
|
313
|
+
Classification category of patches to be patched. Allowed values are 'Critical', 'Security', 'UpdateRollup', 'FeaturePack', 'ServicePack', 'Definition', 'Tools', and 'Updates'.
|
|
314
314
|
"""
|
|
315
315
|
return pulumi.get(self, "classifications_to_include")
|
|
316
316
|
|
|
@@ -153,7 +153,7 @@ if not MYPY:
|
|
|
153
153
|
"""
|
|
154
154
|
classifications_to_include: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
155
155
|
"""
|
|
156
|
-
Classification category of patches to be patched
|
|
156
|
+
Classification category of patches to be patched. Allowed values are 'Critical', 'Security', and 'Other'.
|
|
157
157
|
"""
|
|
158
158
|
package_name_masks_to_exclude: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
159
159
|
"""
|
|
@@ -174,7 +174,7 @@ class InputLinuxParametersArgs:
|
|
|
174
174
|
package_name_masks_to_include: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
175
175
|
"""
|
|
176
176
|
Input properties for patching a Linux machine.
|
|
177
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] classifications_to_include: Classification category of patches to be patched
|
|
177
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] classifications_to_include: Classification category of patches to be patched. Allowed values are 'Critical', 'Security', and 'Other'.
|
|
178
178
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] package_name_masks_to_exclude: Package names to be excluded for patching.
|
|
179
179
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] package_name_masks_to_include: Package names to be included for patching.
|
|
180
180
|
"""
|
|
@@ -189,7 +189,7 @@ class InputLinuxParametersArgs:
|
|
|
189
189
|
@pulumi.getter(name="classificationsToInclude")
|
|
190
190
|
def classifications_to_include(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
191
191
|
"""
|
|
192
|
-
Classification category of patches to be patched
|
|
192
|
+
Classification category of patches to be patched. Allowed values are 'Critical', 'Security', and 'Other'.
|
|
193
193
|
"""
|
|
194
194
|
return pulumi.get(self, "classifications_to_include")
|
|
195
195
|
|
|
@@ -307,7 +307,7 @@ if not MYPY:
|
|
|
307
307
|
"""
|
|
308
308
|
classifications_to_include: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
309
309
|
"""
|
|
310
|
-
Classification category of patches to be patched
|
|
310
|
+
Classification category of patches to be patched. Allowed values are 'Critical', 'Security', 'UpdateRollup', 'FeaturePack', 'ServicePack', 'Definition', 'Tools', and 'Updates'.
|
|
311
311
|
"""
|
|
312
312
|
exclude_kbs_requiring_reboot: NotRequired[pulumi.Input[bool]]
|
|
313
313
|
"""
|
|
@@ -333,7 +333,7 @@ class InputWindowsParametersArgs:
|
|
|
333
333
|
kb_numbers_to_include: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
334
334
|
"""
|
|
335
335
|
Input properties for patching a Windows machine.
|
|
336
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] classifications_to_include: Classification category of patches to be patched
|
|
336
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] classifications_to_include: Classification category of patches to be patched. Allowed values are 'Critical', 'Security', 'UpdateRollup', 'FeaturePack', 'ServicePack', 'Definition', 'Tools', and 'Updates'.
|
|
337
337
|
:param pulumi.Input[bool] exclude_kbs_requiring_reboot: Exclude patches which need reboot
|
|
338
338
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] kb_numbers_to_exclude: Windows KBID to be excluded for patching.
|
|
339
339
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] kb_numbers_to_include: Windows KBID to be included for patching.
|
|
@@ -351,7 +351,7 @@ class InputWindowsParametersArgs:
|
|
|
351
351
|
@pulumi.getter(name="classificationsToInclude")
|
|
352
352
|
def classifications_to_include(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
353
353
|
"""
|
|
354
|
-
Classification category of patches to be patched
|
|
354
|
+
Classification category of patches to be patched. Allowed values are 'Critical', 'Security', 'UpdateRollup', 'FeaturePack', 'ServicePack', 'Definition', 'Tools', and 'Updates'.
|
|
355
355
|
"""
|
|
356
356
|
return pulumi.get(self, "classifications_to_include")
|
|
357
357
|
|
|
@@ -151,7 +151,7 @@ class InputLinuxParametersResponse(dict):
|
|
|
151
151
|
package_name_masks_to_include: Optional[Sequence[str]] = None):
|
|
152
152
|
"""
|
|
153
153
|
Input properties for patching a Linux machine.
|
|
154
|
-
:param Sequence[str] classifications_to_include: Classification category of patches to be patched
|
|
154
|
+
:param Sequence[str] classifications_to_include: Classification category of patches to be patched. Allowed values are 'Critical', 'Security', and 'Other'.
|
|
155
155
|
:param Sequence[str] package_name_masks_to_exclude: Package names to be excluded for patching.
|
|
156
156
|
:param Sequence[str] package_name_masks_to_include: Package names to be included for patching.
|
|
157
157
|
"""
|
|
@@ -166,7 +166,7 @@ class InputLinuxParametersResponse(dict):
|
|
|
166
166
|
@pulumi.getter(name="classificationsToInclude")
|
|
167
167
|
def classifications_to_include(self) -> Optional[Sequence[str]]:
|
|
168
168
|
"""
|
|
169
|
-
Classification category of patches to be patched
|
|
169
|
+
Classification category of patches to be patched. Allowed values are 'Critical', 'Security', and 'Other'.
|
|
170
170
|
"""
|
|
171
171
|
return pulumi.get(self, "classifications_to_include")
|
|
172
172
|
|
|
@@ -292,7 +292,7 @@ class InputWindowsParametersResponse(dict):
|
|
|
292
292
|
kb_numbers_to_include: Optional[Sequence[str]] = None):
|
|
293
293
|
"""
|
|
294
294
|
Input properties for patching a Windows machine.
|
|
295
|
-
:param Sequence[str] classifications_to_include: Classification category of patches to be patched
|
|
295
|
+
:param Sequence[str] classifications_to_include: Classification category of patches to be patched. Allowed values are 'Critical', 'Security', 'UpdateRollup', 'FeaturePack', 'ServicePack', 'Definition', 'Tools', and 'Updates'.
|
|
296
296
|
:param bool exclude_kbs_requiring_reboot: Exclude patches which need reboot
|
|
297
297
|
:param Sequence[str] kb_numbers_to_exclude: Windows KBID to be excluded for patching.
|
|
298
298
|
:param Sequence[str] kb_numbers_to_include: Windows KBID to be included for patching.
|
|
@@ -310,7 +310,7 @@ class InputWindowsParametersResponse(dict):
|
|
|
310
310
|
@pulumi.getter(name="classificationsToInclude")
|
|
311
311
|
def classifications_to_include(self) -> Optional[Sequence[str]]:
|
|
312
312
|
"""
|
|
313
|
-
Classification category of patches to be patched
|
|
313
|
+
Classification category of patches to be patched. Allowed values are 'Critical', 'Security', 'UpdateRollup', 'FeaturePack', 'ServicePack', 'Definition', 'Tools', and 'Updates'.
|
|
314
314
|
"""
|
|
315
315
|
return pulumi.get(self, "classifications_to_include")
|
|
316
316
|
|
|
@@ -55,9 +55,12 @@ if typing.TYPE_CHECKING:
|
|
|
55
55
|
v20240601preview = __v20240601preview
|
|
56
56
|
import pulumi_azure_native.networkcloud.v20240701 as __v20240701
|
|
57
57
|
v20240701 = __v20240701
|
|
58
|
+
import pulumi_azure_native.networkcloud.v20241001preview as __v20241001preview
|
|
59
|
+
v20241001preview = __v20241001preview
|
|
58
60
|
else:
|
|
59
61
|
v20230701 = _utilities.lazy_import('pulumi_azure_native.networkcloud.v20230701')
|
|
60
62
|
v20231001preview = _utilities.lazy_import('pulumi_azure_native.networkcloud.v20231001preview')
|
|
61
63
|
v20240601preview = _utilities.lazy_import('pulumi_azure_native.networkcloud.v20240601preview')
|
|
62
64
|
v20240701 = _utilities.lazy_import('pulumi_azure_native.networkcloud.v20240701')
|
|
65
|
+
v20241001preview = _utilities.lazy_import('pulumi_azure_native.networkcloud.v20241001preview')
|
|
63
66
|
|
|
@@ -303,7 +303,7 @@ class AgentPool(pulumi.CustomResource):
|
|
|
303
303
|
"""
|
|
304
304
|
Azure REST API version: 2023-10-01-preview.
|
|
305
305
|
|
|
306
|
-
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01.
|
|
306
|
+
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview.
|
|
307
307
|
|
|
308
308
|
:param str resource_name: The name of the resource.
|
|
309
309
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -333,7 +333,7 @@ class AgentPool(pulumi.CustomResource):
|
|
|
333
333
|
"""
|
|
334
334
|
Azure REST API version: 2023-10-01-preview.
|
|
335
335
|
|
|
336
|
-
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01.
|
|
336
|
+
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview.
|
|
337
337
|
|
|
338
338
|
:param str resource_name: The name of the resource.
|
|
339
339
|
:param AgentPoolArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -408,7 +408,7 @@ class AgentPool(pulumi.CustomResource):
|
|
|
408
408
|
__props__.__dict__["provisioning_state"] = None
|
|
409
409
|
__props__.__dict__["system_data"] = None
|
|
410
410
|
__props__.__dict__["type"] = None
|
|
411
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:networkcloud/v20230701:AgentPool"), pulumi.Alias(type_="azure-native:networkcloud/v20231001preview:AgentPool"), pulumi.Alias(type_="azure-native:networkcloud/v20240601preview:AgentPool"), pulumi.Alias(type_="azure-native:networkcloud/v20240701:AgentPool")])
|
|
411
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:networkcloud/v20230701:AgentPool"), pulumi.Alias(type_="azure-native:networkcloud/v20231001preview:AgentPool"), pulumi.Alias(type_="azure-native:networkcloud/v20240601preview:AgentPool"), pulumi.Alias(type_="azure-native:networkcloud/v20240701:AgentPool"), pulumi.Alias(type_="azure-native:networkcloud/v20241001preview:AgentPool")])
|
|
412
412
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
413
413
|
super(AgentPool, __self__).__init__(
|
|
414
414
|
'azure-native:networkcloud:AgentPool',
|
|
@@ -278,7 +278,7 @@ class BareMetalMachine(pulumi.CustomResource):
|
|
|
278
278
|
"""
|
|
279
279
|
Azure REST API version: 2023-10-01-preview. Prior API version in Azure Native 1.x: 2022-12-12-preview.
|
|
280
280
|
|
|
281
|
-
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01.
|
|
281
|
+
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview.
|
|
282
282
|
|
|
283
283
|
:param str resource_name: The name of the resource.
|
|
284
284
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -307,7 +307,7 @@ class BareMetalMachine(pulumi.CustomResource):
|
|
|
307
307
|
"""
|
|
308
308
|
Azure REST API version: 2023-10-01-preview. Prior API version in Azure Native 1.x: 2022-12-12-preview.
|
|
309
309
|
|
|
310
|
-
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01.
|
|
310
|
+
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview.
|
|
311
311
|
|
|
312
312
|
:param str resource_name: The name of the resource.
|
|
313
313
|
:param BareMetalMachineArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -410,7 +410,7 @@ class BareMetalMachine(pulumi.CustomResource):
|
|
|
410
410
|
__props__.__dict__["system_data"] = None
|
|
411
411
|
__props__.__dict__["type"] = None
|
|
412
412
|
__props__.__dict__["virtual_machines_associated_ids"] = None
|
|
413
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:networkcloud/v20230701:BareMetalMachine"), pulumi.Alias(type_="azure-native:networkcloud/v20231001preview:BareMetalMachine"), pulumi.Alias(type_="azure-native:networkcloud/v20240601preview:BareMetalMachine"), pulumi.Alias(type_="azure-native:networkcloud/v20240701:BareMetalMachine")])
|
|
413
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:networkcloud/v20230701:BareMetalMachine"), pulumi.Alias(type_="azure-native:networkcloud/v20231001preview:BareMetalMachine"), pulumi.Alias(type_="azure-native:networkcloud/v20240601preview:BareMetalMachine"), pulumi.Alias(type_="azure-native:networkcloud/v20240701:BareMetalMachine"), pulumi.Alias(type_="azure-native:networkcloud/v20241001preview:BareMetalMachine")])
|
|
414
414
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
415
415
|
super(BareMetalMachine, __self__).__init__(
|
|
416
416
|
'azure-native:networkcloud:BareMetalMachine',
|
|
@@ -232,7 +232,7 @@ class BareMetalMachineKeySet(pulumi.CustomResource):
|
|
|
232
232
|
"""
|
|
233
233
|
Azure REST API version: 2023-10-01-preview. Prior API version in Azure Native 1.x: 2022-12-12-preview.
|
|
234
234
|
|
|
235
|
-
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01.
|
|
235
|
+
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview.
|
|
236
236
|
|
|
237
237
|
:param str resource_name: The name of the resource.
|
|
238
238
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -258,7 +258,7 @@ class BareMetalMachineKeySet(pulumi.CustomResource):
|
|
|
258
258
|
"""
|
|
259
259
|
Azure REST API version: 2023-10-01-preview. Prior API version in Azure Native 1.x: 2022-12-12-preview.
|
|
260
260
|
|
|
261
|
-
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01.
|
|
261
|
+
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview.
|
|
262
262
|
|
|
263
263
|
:param str resource_name: The name of the resource.
|
|
264
264
|
:param BareMetalMachineKeySetArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -332,7 +332,7 @@ class BareMetalMachineKeySet(pulumi.CustomResource):
|
|
|
332
332
|
__props__.__dict__["system_data"] = None
|
|
333
333
|
__props__.__dict__["type"] = None
|
|
334
334
|
__props__.__dict__["user_list_status"] = None
|
|
335
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:networkcloud/v20230701:BareMetalMachineKeySet"), pulumi.Alias(type_="azure-native:networkcloud/v20231001preview:BareMetalMachineKeySet"), pulumi.Alias(type_="azure-native:networkcloud/v20240601preview:BareMetalMachineKeySet"), pulumi.Alias(type_="azure-native:networkcloud/v20240701:BareMetalMachineKeySet")])
|
|
335
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:networkcloud/v20230701:BareMetalMachineKeySet"), pulumi.Alias(type_="azure-native:networkcloud/v20231001preview:BareMetalMachineKeySet"), pulumi.Alias(type_="azure-native:networkcloud/v20240601preview:BareMetalMachineKeySet"), pulumi.Alias(type_="azure-native:networkcloud/v20240701:BareMetalMachineKeySet"), pulumi.Alias(type_="azure-native:networkcloud/v20241001preview:BareMetalMachineKeySet")])
|
|
336
336
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
337
337
|
super(BareMetalMachineKeySet, __self__).__init__(
|
|
338
338
|
'azure-native:networkcloud:BareMetalMachineKeySet',
|
|
@@ -199,7 +199,7 @@ class BmcKeySet(pulumi.CustomResource):
|
|
|
199
199
|
"""
|
|
200
200
|
Azure REST API version: 2023-10-01-preview. Prior API version in Azure Native 1.x: 2022-12-12-preview.
|
|
201
201
|
|
|
202
|
-
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01.
|
|
202
|
+
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview.
|
|
203
203
|
|
|
204
204
|
:param str resource_name: The name of the resource.
|
|
205
205
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -223,7 +223,7 @@ class BmcKeySet(pulumi.CustomResource):
|
|
|
223
223
|
"""
|
|
224
224
|
Azure REST API version: 2023-10-01-preview. Prior API version in Azure Native 1.x: 2022-12-12-preview.
|
|
225
225
|
|
|
226
|
-
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01.
|
|
226
|
+
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview.
|
|
227
227
|
|
|
228
228
|
:param str resource_name: The name of the resource.
|
|
229
229
|
:param BmcKeySetArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -291,7 +291,7 @@ class BmcKeySet(pulumi.CustomResource):
|
|
|
291
291
|
__props__.__dict__["system_data"] = None
|
|
292
292
|
__props__.__dict__["type"] = None
|
|
293
293
|
__props__.__dict__["user_list_status"] = None
|
|
294
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:networkcloud/v20230701:BmcKeySet"), pulumi.Alias(type_="azure-native:networkcloud/v20231001preview:BmcKeySet"), pulumi.Alias(type_="azure-native:networkcloud/v20240601preview:BmcKeySet"), pulumi.Alias(type_="azure-native:networkcloud/v20240701:BmcKeySet")])
|
|
294
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:networkcloud/v20230701:BmcKeySet"), pulumi.Alias(type_="azure-native:networkcloud/v20231001preview:BmcKeySet"), pulumi.Alias(type_="azure-native:networkcloud/v20240601preview:BmcKeySet"), pulumi.Alias(type_="azure-native:networkcloud/v20240701:BmcKeySet"), pulumi.Alias(type_="azure-native:networkcloud/v20241001preview:BmcKeySet")])
|
|
295
295
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
296
296
|
super(BmcKeySet, __self__).__init__(
|
|
297
297
|
'azure-native:networkcloud:BmcKeySet',
|
|
@@ -159,7 +159,7 @@ class CloudServicesNetwork(pulumi.CustomResource):
|
|
|
159
159
|
virtual machines and/or Hybrid AKS clusters.
|
|
160
160
|
Azure REST API version: 2023-10-01-preview. Prior API version in Azure Native 1.x: 2022-12-12-preview.
|
|
161
161
|
|
|
162
|
-
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01.
|
|
162
|
+
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview.
|
|
163
163
|
|
|
164
164
|
:param str resource_name: The name of the resource.
|
|
165
165
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -184,7 +184,7 @@ class CloudServicesNetwork(pulumi.CustomResource):
|
|
|
184
184
|
virtual machines and/or Hybrid AKS clusters.
|
|
185
185
|
Azure REST API version: 2023-10-01-preview. Prior API version in Azure Native 1.x: 2022-12-12-preview.
|
|
186
186
|
|
|
187
|
-
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01.
|
|
187
|
+
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview.
|
|
188
188
|
|
|
189
189
|
:param str resource_name: The name of the resource.
|
|
190
190
|
:param CloudServicesNetworkArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -242,7 +242,7 @@ class CloudServicesNetwork(pulumi.CustomResource):
|
|
|
242
242
|
__props__.__dict__["system_data"] = None
|
|
243
243
|
__props__.__dict__["type"] = None
|
|
244
244
|
__props__.__dict__["virtual_machines_associated_ids"] = None
|
|
245
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:networkcloud/v20230701:CloudServicesNetwork"), pulumi.Alias(type_="azure-native:networkcloud/v20231001preview:CloudServicesNetwork"), pulumi.Alias(type_="azure-native:networkcloud/v20240601preview:CloudServicesNetwork"), pulumi.Alias(type_="azure-native:networkcloud/v20240701:CloudServicesNetwork")])
|
|
245
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:networkcloud/v20230701:CloudServicesNetwork"), pulumi.Alias(type_="azure-native:networkcloud/v20231001preview:CloudServicesNetwork"), pulumi.Alias(type_="azure-native:networkcloud/v20240601preview:CloudServicesNetwork"), pulumi.Alias(type_="azure-native:networkcloud/v20240701:CloudServicesNetwork"), pulumi.Alias(type_="azure-native:networkcloud/v20241001preview:CloudServicesNetwork")])
|
|
246
246
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
247
247
|
super(CloudServicesNetwork, __self__).__init__(
|
|
248
248
|
'azure-native:networkcloud:CloudServicesNetwork',
|
|
@@ -338,7 +338,7 @@ class Cluster(pulumi.CustomResource):
|
|
|
338
338
|
"""
|
|
339
339
|
Azure REST API version: 2023-10-01-preview. Prior API version in Azure Native 1.x: 2022-12-12-preview.
|
|
340
340
|
|
|
341
|
-
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01.
|
|
341
|
+
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview.
|
|
342
342
|
|
|
343
343
|
:param str resource_name: The name of the resource.
|
|
344
344
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -371,7 +371,7 @@ class Cluster(pulumi.CustomResource):
|
|
|
371
371
|
"""
|
|
372
372
|
Azure REST API version: 2023-10-01-preview. Prior API version in Azure Native 1.x: 2022-12-12-preview.
|
|
373
373
|
|
|
374
|
-
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01.
|
|
374
|
+
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview.
|
|
375
375
|
|
|
376
376
|
:param str resource_name: The name of the resource.
|
|
377
377
|
:param ClusterArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -461,7 +461,7 @@ class Cluster(pulumi.CustomResource):
|
|
|
461
461
|
__props__.__dict__["system_data"] = None
|
|
462
462
|
__props__.__dict__["type"] = None
|
|
463
463
|
__props__.__dict__["workload_resource_ids"] = None
|
|
464
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:networkcloud/v20230701:Cluster"), pulumi.Alias(type_="azure-native:networkcloud/v20231001preview:Cluster"), pulumi.Alias(type_="azure-native:networkcloud/v20240601preview:Cluster"), pulumi.Alias(type_="azure-native:networkcloud/v20240701:Cluster")])
|
|
464
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:networkcloud/v20230701:Cluster"), pulumi.Alias(type_="azure-native:networkcloud/v20231001preview:Cluster"), pulumi.Alias(type_="azure-native:networkcloud/v20240601preview:Cluster"), pulumi.Alias(type_="azure-native:networkcloud/v20240701:Cluster"), pulumi.Alias(type_="azure-native:networkcloud/v20241001preview:Cluster")])
|
|
465
465
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
466
466
|
super(Cluster, __self__).__init__(
|
|
467
467
|
'azure-native:networkcloud:Cluster',
|
|
@@ -186,7 +186,7 @@ class ClusterManager(pulumi.CustomResource):
|
|
|
186
186
|
"""
|
|
187
187
|
Azure REST API version: 2023-10-01-preview. Prior API version in Azure Native 1.x: 2022-12-12-preview.
|
|
188
188
|
|
|
189
|
-
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01.
|
|
189
|
+
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview.
|
|
190
190
|
|
|
191
191
|
:param str resource_name: The name of the resource.
|
|
192
192
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -209,7 +209,7 @@ class ClusterManager(pulumi.CustomResource):
|
|
|
209
209
|
"""
|
|
210
210
|
Azure REST API version: 2023-10-01-preview. Prior API version in Azure Native 1.x: 2022-12-12-preview.
|
|
211
211
|
|
|
212
|
-
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01.
|
|
212
|
+
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview.
|
|
213
213
|
|
|
214
214
|
:param str resource_name: The name of the resource.
|
|
215
215
|
:param ClusterManagerArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -265,7 +265,7 @@ class ClusterManager(pulumi.CustomResource):
|
|
|
265
265
|
__props__.__dict__["provisioning_state"] = None
|
|
266
266
|
__props__.__dict__["system_data"] = None
|
|
267
267
|
__props__.__dict__["type"] = None
|
|
268
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:networkcloud/v20230701:ClusterManager"), pulumi.Alias(type_="azure-native:networkcloud/v20231001preview:ClusterManager"), pulumi.Alias(type_="azure-native:networkcloud/v20240601preview:ClusterManager"), pulumi.Alias(type_="azure-native:networkcloud/v20240701:ClusterManager")])
|
|
268
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:networkcloud/v20230701:ClusterManager"), pulumi.Alias(type_="azure-native:networkcloud/v20231001preview:ClusterManager"), pulumi.Alias(type_="azure-native:networkcloud/v20240601preview:ClusterManager"), pulumi.Alias(type_="azure-native:networkcloud/v20240701:ClusterManager"), pulumi.Alias(type_="azure-native:networkcloud/v20241001preview:ClusterManager")])
|
|
269
269
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
270
270
|
super(ClusterManager, __self__).__init__(
|
|
271
271
|
'azure-native:networkcloud:ClusterManager',
|
|
@@ -184,7 +184,7 @@ class Console(pulumi.CustomResource):
|
|
|
184
184
|
"""
|
|
185
185
|
Azure REST API version: 2023-10-01-preview. Prior API version in Azure Native 1.x: 2022-12-12-preview.
|
|
186
186
|
|
|
187
|
-
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01.
|
|
187
|
+
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview.
|
|
188
188
|
|
|
189
189
|
:param str resource_name: The name of the resource.
|
|
190
190
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -207,7 +207,7 @@ class Console(pulumi.CustomResource):
|
|
|
207
207
|
"""
|
|
208
208
|
Azure REST API version: 2023-10-01-preview. Prior API version in Azure Native 1.x: 2022-12-12-preview.
|
|
209
209
|
|
|
210
|
-
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01.
|
|
210
|
+
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview.
|
|
211
211
|
|
|
212
212
|
:param str resource_name: The name of the resource.
|
|
213
213
|
:param ConsoleArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -269,7 +269,7 @@ class Console(pulumi.CustomResource):
|
|
|
269
269
|
__props__.__dict__["system_data"] = None
|
|
270
270
|
__props__.__dict__["type"] = None
|
|
271
271
|
__props__.__dict__["virtual_machine_access_id"] = None
|
|
272
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:networkcloud/v20230701:Console"), pulumi.Alias(type_="azure-native:networkcloud/v20231001preview:Console"), pulumi.Alias(type_="azure-native:networkcloud/v20240601preview:Console"), pulumi.Alias(type_="azure-native:networkcloud/v20240701:Console")])
|
|
272
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:networkcloud/v20230701:Console"), pulumi.Alias(type_="azure-native:networkcloud/v20231001preview:Console"), pulumi.Alias(type_="azure-native:networkcloud/v20240601preview:Console"), pulumi.Alias(type_="azure-native:networkcloud/v20240701:Console"), pulumi.Alias(type_="azure-native:networkcloud/v20241001preview:Console")])
|
|
273
273
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
274
274
|
super(Console, __self__).__init__(
|
|
275
275
|
'azure-native:networkcloud:Console',
|
|
@@ -295,7 +295,7 @@ def get_agent_pool(agent_pool_name: Optional[str] = None,
|
|
|
295
295
|
Get properties of the provided Kubernetes cluster agent pool.
|
|
296
296
|
Azure REST API version: 2023-10-01-preview.
|
|
297
297
|
|
|
298
|
-
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01.
|
|
298
|
+
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview.
|
|
299
299
|
|
|
300
300
|
|
|
301
301
|
:param str agent_pool_name: The name of the Kubernetes cluster agent pool.
|
|
@@ -339,7 +339,7 @@ def get_agent_pool_output(agent_pool_name: Optional[pulumi.Input[str]] = None,
|
|
|
339
339
|
Get properties of the provided Kubernetes cluster agent pool.
|
|
340
340
|
Azure REST API version: 2023-10-01-preview.
|
|
341
341
|
|
|
342
|
-
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01.
|
|
342
|
+
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview.
|
|
343
343
|
|
|
344
344
|
|
|
345
345
|
:param str agent_pool_name: The name of the Kubernetes cluster agent pool.
|