pulumi-azure-native 2.9.1a1696411987__py3-none-any.whl → 2.10.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 +133 -1
- pulumi_azure_native/baremetalinfrastructure/__init__.py +3 -0
- pulumi_azure_native/baremetalinfrastructure/azure_bare_metal_storage_instance.py +1 -1
- pulumi_azure_native/baremetalinfrastructure/v20230406/azure_bare_metal_storage_instance.py +1 -1
- pulumi_azure_native/baremetalinfrastructure/v20230804preview/__init__.py +12 -0
- pulumi_azure_native/baremetalinfrastructure/v20230804preview/_enums.py +23 -0
- pulumi_azure_native/baremetalinfrastructure/v20230804preview/_inputs.py +177 -0
- pulumi_azure_native/baremetalinfrastructure/v20230804preview/azure_bare_metal_storage_instance.py +282 -0
- pulumi_azure_native/baremetalinfrastructure/v20230804preview/get_azure_bare_metal_storage_instance.py +170 -0
- pulumi_azure_native/baremetalinfrastructure/v20230804preview/outputs.py +305 -0
- pulumi_azure_native/chaos/__init__.py +3 -0
- pulumi_azure_native/chaos/capability.py +1 -1
- pulumi_azure_native/chaos/experiment.py +1 -1
- pulumi_azure_native/chaos/target.py +1 -1
- 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/__init__.py +16 -0
- pulumi_azure_native/chaos/v20230901preview/_enums.py +43 -0
- pulumi_azure_native/chaos/v20230901preview/_inputs.py +689 -0
- pulumi_azure_native/chaos/v20230901preview/capability.py +258 -0
- pulumi_azure_native/chaos/v20230901preview/experiment.py +293 -0
- pulumi_azure_native/chaos/v20230901preview/get_capability.py +151 -0
- pulumi_azure_native/chaos/v20230901preview/get_experiment.py +183 -0
- pulumi_azure_native/chaos/v20230901preview/get_target.py +159 -0
- pulumi_azure_native/chaos/v20230901preview/outputs.py +931 -0
- pulumi_azure_native/chaos/v20230901preview/target.py +286 -0
- pulumi_azure_native/containerservice/__init__.py +3 -0
- pulumi_azure_native/containerservice/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/snapshot.py +1 -1
- pulumi_azure_native/containerservice/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20190601/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20200601/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20210201/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20210501/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20210801/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20220402preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230401/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230401/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230401/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230401/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230401/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230601/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230601/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230601/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230601/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230601/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230701/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230701/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230701/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230701/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230701/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230801/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230801/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230801/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230801/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230801/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/__init__.py +27 -0
- pulumi_azure_native/containerservice/v20230802preview/_enums.py +741 -0
- pulumi_azure_native/containerservice/v20230802preview/_inputs.py +6236 -0
- pulumi_azure_native/containerservice/v20230802preview/agent_pool.py +1473 -0
- pulumi_azure_native/containerservice/v20230802preview/get_agent_pool.py +708 -0
- pulumi_azure_native/containerservice/v20230802preview/get_maintenance_configuration.py +162 -0
- pulumi_azure_native/containerservice/v20230802preview/get_managed_cluster.py +768 -0
- pulumi_azure_native/containerservice/v20230802preview/get_managed_cluster_snapshot.py +183 -0
- pulumi_azure_native/containerservice/v20230802preview/get_private_endpoint_connection.py +149 -0
- pulumi_azure_native/containerservice/v20230802preview/get_snapshot.py +248 -0
- pulumi_azure_native/containerservice/v20230802preview/get_trusted_access_role_binding.py +162 -0
- pulumi_azure_native/containerservice/v20230802preview/list_managed_cluster_admin_credentials.py +84 -0
- pulumi_azure_native/containerservice/v20230802preview/list_managed_cluster_monitoring_user_credentials.py +84 -0
- pulumi_azure_native/containerservice/v20230802preview/list_managed_cluster_user_credentials.py +89 -0
- pulumi_azure_native/containerservice/v20230802preview/maintenance_configuration.py +274 -0
- pulumi_azure_native/containerservice/v20230802preview/managed_cluster.py +1464 -0
- pulumi_azure_native/containerservice/v20230802preview/managed_cluster_snapshot.py +292 -0
- pulumi_azure_native/containerservice/v20230802preview/outputs.py +7383 -0
- pulumi_azure_native/containerservice/v20230802preview/private_endpoint_connection.py +246 -0
- pulumi_azure_native/containerservice/v20230802preview/snapshot.py +342 -0
- pulumi_azure_native/containerservice/v20230802preview/trusted_access_role_binding.py +255 -0
- pulumi_azure_native/dashboard/__init__.py +5 -0
- pulumi_azure_native/dashboard/get_managed_private_endpoint.py +255 -0
- pulumi_azure_native/dashboard/grafana.py +1 -1
- pulumi_azure_native/dashboard/managed_private_endpoint.py +420 -0
- pulumi_azure_native/dashboard/outputs.py +34 -0
- pulumi_azure_native/dashboard/private_endpoint_connection.py +1 -1
- pulumi_azure_native/dashboard/v20210901preview/grafana.py +1 -1
- pulumi_azure_native/dashboard/v20220801/grafana.py +1 -1
- pulumi_azure_native/dashboard/v20220801/private_endpoint_connection.py +1 -1
- pulumi_azure_native/dashboard/v20221001preview/__init__.py +16 -0
- pulumi_azure_native/dashboard/v20221001preview/_enums.py +93 -0
- pulumi_azure_native/dashboard/v20221001preview/_inputs.py +560 -0
- pulumi_azure_native/dashboard/v20221001preview/get_grafana.py +183 -0
- pulumi_azure_native/dashboard/v20221001preview/get_managed_private_endpoint.py +253 -0
- pulumi_azure_native/dashboard/v20221001preview/get_private_endpoint_connection.py +175 -0
- pulumi_azure_native/dashboard/v20221001preview/grafana.py +311 -0
- pulumi_azure_native/dashboard/v20221001preview/managed_private_endpoint.py +418 -0
- pulumi_azure_native/dashboard/v20221001preview/outputs.py +1092 -0
- pulumi_azure_native/dashboard/v20221001preview/private_endpoint_connection.py +266 -0
- pulumi_azure_native/datadog/__init__.py +8 -0
- pulumi_azure_native/datadog/_enums.py +32 -0
- pulumi_azure_native/datadog/_inputs.py +326 -0
- pulumi_azure_native/datadog/get_monitored_subscription.py +125 -0
- pulumi_azure_native/datadog/monitor.py +1 -1
- pulumi_azure_native/datadog/monitored_subscription.py +208 -0
- pulumi_azure_native/datadog/outputs.py +368 -0
- pulumi_azure_native/datadog/v20220601/monitor.py +1 -1
- pulumi_azure_native/datadog/v20220801/__init__.py +17 -0
- pulumi_azure_native/datadog/v20220801/_enums.py +26 -0
- pulumi_azure_native/datadog/v20220801/_inputs.py +329 -0
- pulumi_azure_native/datadog/v20220801/get_monitor.py +166 -0
- pulumi_azure_native/datadog/v20220801/get_monitor_default_key.py +112 -0
- pulumi_azure_native/datadog/v20220801/list_monitor_api_keys.py +92 -0
- pulumi_azure_native/datadog/v20220801/list_monitor_hosts.py +92 -0
- pulumi_azure_native/datadog/v20220801/list_monitor_linked_resources.py +92 -0
- pulumi_azure_native/datadog/v20220801/list_monitor_monitored_resources.py +92 -0
- pulumi_azure_native/datadog/v20220801/monitor.py +277 -0
- pulumi_azure_native/datadog/v20220801/outputs.py +738 -0
- pulumi_azure_native/datadog/v20230101/__init__.py +19 -0
- pulumi_azure_native/datadog/v20230101/_enums.py +58 -0
- pulumi_azure_native/datadog/v20230101/_inputs.py +655 -0
- pulumi_azure_native/datadog/v20230101/get_monitor.py +166 -0
- pulumi_azure_native/datadog/v20230101/get_monitor_default_key.py +112 -0
- pulumi_azure_native/datadog/v20230101/get_monitored_subscription.py +123 -0
- pulumi_azure_native/datadog/v20230101/list_monitor_api_keys.py +92 -0
- pulumi_azure_native/datadog/v20230101/list_monitor_hosts.py +92 -0
- pulumi_azure_native/datadog/v20230101/list_monitor_linked_resources.py +92 -0
- pulumi_azure_native/datadog/v20230101/list_monitor_monitored_resources.py +92 -0
- pulumi_azure_native/datadog/v20230101/monitor.py +277 -0
- pulumi_azure_native/datadog/v20230101/monitored_subscription.py +206 -0
- pulumi_azure_native/datadog/v20230101/outputs.py +1106 -0
- pulumi_azure_native/datafactory/_inputs.py +16 -0
- pulumi_azure_native/datafactory/outputs.py +12 -0
- pulumi_azure_native/datafactory/v20180601/_inputs.py +16 -0
- pulumi_azure_native/datafactory/v20180601/outputs.py +12 -0
- pulumi_azure_native/migrate/__init__.py +8 -0
- pulumi_azure_native/migrate/_enums.py +69 -5
- pulumi_azure_native/migrate/_inputs.py +20 -20
- pulumi_azure_native/migrate/get_private_endpoint_connection_proxy_controller.py +139 -0
- pulumi_azure_native/migrate/get_solutions_controller_config.py +85 -0
- pulumi_azure_native/migrate/get_solutions_controller_solution.py +138 -0
- pulumi_azure_native/migrate/migrate_project.py +1 -1
- pulumi_azure_native/migrate/migrate_projects_controller_migrate_project.py +1 -1
- pulumi_azure_native/migrate/outputs.py +471 -3
- pulumi_azure_native/migrate/private_endpoint_connection_controller_private_endpoint_connection.py +1 -1
- pulumi_azure_native/migrate/private_endpoint_connection_proxy_controller.py +212 -0
- pulumi_azure_native/migrate/solution.py +2 -1
- pulumi_azure_native/migrate/solutions_controller_solution.py +218 -0
- pulumi_azure_native/migrate/v20180901preview/migrate_project.py +1 -1
- pulumi_azure_native/migrate/v20180901preview/solution.py +1 -1
- pulumi_azure_native/migrate/v20200501/migrate_projects_controller_migrate_project.py +1 -1
- pulumi_azure_native/migrate/v20200501/private_endpoint_connection_controller_private_endpoint_connection.py +1 -1
- pulumi_azure_native/migrate/v20230101/__init__.py +19 -0
- pulumi_azure_native/migrate/v20230101/_enums.py +104 -0
- pulumi_azure_native/migrate/v20230101/_inputs.py +316 -0
- pulumi_azure_native/migrate/v20230101/get_migrate_projects_controller_migrate_project.py +157 -0
- pulumi_azure_native/migrate/v20230101/get_private_endpoint_connection_controller_private_endpoint_connection.py +149 -0
- pulumi_azure_native/migrate/v20230101/get_private_endpoint_connection_proxy_controller.py +137 -0
- pulumi_azure_native/migrate/v20230101/get_solutions_controller_config.py +83 -0
- pulumi_azure_native/migrate/v20230101/get_solutions_controller_solution.py +136 -0
- pulumi_azure_native/migrate/v20230101/migrate_projects_controller_migrate_project.py +253 -0
- pulumi_azure_native/migrate/v20230101/outputs.py +1240 -0
- pulumi_azure_native/migrate/v20230101/private_endpoint_connection_controller_private_endpoint_connection.py +226 -0
- pulumi_azure_native/migrate/v20230101/private_endpoint_connection_proxy_controller.py +210 -0
- pulumi_azure_native/migrate/v20230101/solutions_controller_solution.py +216 -0
- pulumi_azure_native/networkanalytics/__init__.py +23 -0
- pulumi_azure_native/networkanalytics/_enums.py +64 -0
- pulumi_azure_native/networkanalytics/_inputs.py +313 -0
- pulumi_azure_native/networkanalytics/data_product.py +715 -0
- pulumi_azure_native/networkanalytics/data_type.py +334 -0
- pulumi_azure_native/networkanalytics/get_data_product.py +406 -0
- pulumi_azure_native/networkanalytics/get_data_type.py +216 -0
- pulumi_azure_native/networkanalytics/list_data_product_roles_assignments.py +94 -0
- pulumi_azure_native/networkanalytics/outputs.py +679 -0
- pulumi_azure_native/networkanalytics/v20231115/__init__.py +15 -0
- pulumi_azure_native/networkanalytics/v20231115/_enums.py +64 -0
- pulumi_azure_native/networkanalytics/v20231115/_inputs.py +313 -0
- pulumi_azure_native/networkanalytics/v20231115/data_product.py +713 -0
- pulumi_azure_native/networkanalytics/v20231115/data_type.py +332 -0
- pulumi_azure_native/networkanalytics/v20231115/get_data_product.py +404 -0
- pulumi_azure_native/networkanalytics/v20231115/get_data_type.py +214 -0
- pulumi_azure_native/networkanalytics/v20231115/list_data_product_roles_assignments.py +92 -0
- pulumi_azure_native/networkanalytics/v20231115/outputs.py +679 -0
- pulumi_azure_native/redhatopenshift/__init__.py +3 -0
- pulumi_azure_native/redhatopenshift/machine_pool.py +1 -1
- pulumi_azure_native/redhatopenshift/open_shift_cluster.py +1 -1
- pulumi_azure_native/redhatopenshift/secret.py +1 -1
- pulumi_azure_native/redhatopenshift/sync_identity_provider.py +1 -1
- pulumi_azure_native/redhatopenshift/sync_set.py +1 -1
- pulumi_azure_native/redhatopenshift/v20220904/machine_pool.py +1 -1
- pulumi_azure_native/redhatopenshift/v20220904/open_shift_cluster.py +1 -1
- pulumi_azure_native/redhatopenshift/v20220904/secret.py +1 -1
- pulumi_azure_native/redhatopenshift/v20220904/sync_identity_provider.py +1 -1
- pulumi_azure_native/redhatopenshift/v20220904/sync_set.py +1 -1
- pulumi_azure_native/redhatopenshift/v20230401/machine_pool.py +1 -1
- pulumi_azure_native/redhatopenshift/v20230401/open_shift_cluster.py +1 -1
- pulumi_azure_native/redhatopenshift/v20230401/secret.py +1 -1
- pulumi_azure_native/redhatopenshift/v20230401/sync_identity_provider.py +1 -1
- pulumi_azure_native/redhatopenshift/v20230401/sync_set.py +1 -1
- pulumi_azure_native/redhatopenshift/v20230701preview/machine_pool.py +1 -1
- pulumi_azure_native/redhatopenshift/v20230701preview/open_shift_cluster.py +1 -1
- pulumi_azure_native/redhatopenshift/v20230701preview/secret.py +1 -1
- pulumi_azure_native/redhatopenshift/v20230701preview/sync_identity_provider.py +1 -1
- pulumi_azure_native/redhatopenshift/v20230701preview/sync_set.py +1 -1
- pulumi_azure_native/redhatopenshift/v20230904/__init__.py +22 -0
- pulumi_azure_native/redhatopenshift/v20230904/_enums.py +66 -0
- pulumi_azure_native/redhatopenshift/v20230904/_inputs.py +551 -0
- pulumi_azure_native/redhatopenshift/v20230904/get_machine_pool.py +133 -0
- pulumi_azure_native/redhatopenshift/v20230904/get_open_shift_cluster.py +274 -0
- pulumi_azure_native/redhatopenshift/v20230904/get_secret.py +136 -0
- pulumi_azure_native/redhatopenshift/v20230904/get_sync_identity_provider.py +133 -0
- pulumi_azure_native/redhatopenshift/v20230904/get_sync_set.py +136 -0
- pulumi_azure_native/redhatopenshift/v20230904/list_open_shift_cluster_admin_credentials.py +78 -0
- pulumi_azure_native/redhatopenshift/v20230904/list_open_shift_cluster_credentials.py +91 -0
- pulumi_azure_native/redhatopenshift/v20230904/machine_pool.py +206 -0
- pulumi_azure_native/redhatopenshift/v20230904/open_shift_cluster.py +495 -0
- pulumi_azure_native/redhatopenshift/v20230904/outputs.py +681 -0
- pulumi_azure_native/redhatopenshift/v20230904/secret.py +214 -0
- pulumi_azure_native/redhatopenshift/v20230904/sync_identity_provider.py +206 -0
- pulumi_azure_native/redhatopenshift/v20230904/sync_set.py +214 -0
- pulumi_azure_native/servicefabric/__init__.py +3 -0
- pulumi_azure_native/servicefabric/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/node_type.py +1 -1
- pulumi_azure_native/servicefabric/v20200101preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20220101/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20221001preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20230301preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/v20230301preview/node_type.py +1 -1
- pulumi_azure_native/servicefabric/v20230701preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/v20230701preview/node_type.py +1 -1
- pulumi_azure_native/servicefabric/v20230901preview/__init__.py +24 -0
- pulumi_azure_native/servicefabric/v20230901preview/_enums.py +484 -0
- pulumi_azure_native/servicefabric/v20230901preview/_inputs.py +3501 -0
- pulumi_azure_native/servicefabric/v20230901preview/get_managed_cluster.py +625 -0
- pulumi_azure_native/servicefabric/v20230901preview/get_managed_cluster_application.py +228 -0
- pulumi_azure_native/servicefabric/v20230901preview/get_managed_cluster_application_type.py +162 -0
- pulumi_azure_native/servicefabric/v20230901preview/get_managed_cluster_application_type_version.py +180 -0
- pulumi_azure_native/servicefabric/v20230901preview/get_managed_cluster_service.py +167 -0
- pulumi_azure_native/servicefabric/v20230901preview/get_node_type.py +760 -0
- pulumi_azure_native/servicefabric/v20230901preview/getmanaged_az_resiliency_status.py +92 -0
- pulumi_azure_native/servicefabric/v20230901preview/getmanaged_maintenance_window_status.py +156 -0
- pulumi_azure_native/servicefabric/v20230901preview/managed_cluster.py +1160 -0
- pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application.py +404 -0
- pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application_type.py +253 -0
- pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application_type_version.py +304 -0
- pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_service.py +295 -0
- pulumi_azure_native/servicefabric/v20230901preview/node_type.py +1603 -0
- pulumi_azure_native/servicefabric/v20230901preview/outputs.py +4039 -0
- pulumi_azure_native/storagemover/__init__.py +3 -0
- pulumi_azure_native/storagemover/agent.py +1 -1
- pulumi_azure_native/storagemover/endpoint.py +1 -1
- pulumi_azure_native/storagemover/job_definition.py +1 -1
- pulumi_azure_native/storagemover/project.py +1 -1
- pulumi_azure_native/storagemover/storage_mover.py +1 -1
- pulumi_azure_native/storagemover/v20230301/agent.py +1 -1
- pulumi_azure_native/storagemover/v20230301/endpoint.py +1 -1
- pulumi_azure_native/storagemover/v20230301/job_definition.py +1 -1
- pulumi_azure_native/storagemover/v20230301/project.py +1 -1
- pulumi_azure_native/storagemover/v20230301/storage_mover.py +1 -1
- pulumi_azure_native/storagemover/v20230701preview/agent.py +1 -1
- pulumi_azure_native/storagemover/v20230701preview/endpoint.py +1 -1
- pulumi_azure_native/storagemover/v20230701preview/job_definition.py +1 -1
- pulumi_azure_native/storagemover/v20230701preview/project.py +1 -1
- pulumi_azure_native/storagemover/v20230701preview/storage_mover.py +1 -1
- pulumi_azure_native/storagemover/v20231001/__init__.py +20 -0
- pulumi_azure_native/storagemover/v20231001/_enums.py +46 -0
- pulumi_azure_native/storagemover/v20231001/_inputs.py +393 -0
- pulumi_azure_native/storagemover/v20231001/agent.py +361 -0
- pulumi_azure_native/storagemover/v20231001/endpoint.py +217 -0
- pulumi_azure_native/storagemover/v20231001/get_agent.py +276 -0
- pulumi_azure_native/storagemover/v20231001/get_endpoint.py +136 -0
- pulumi_azure_native/storagemover/v20231001/get_job_definition.py +310 -0
- pulumi_azure_native/storagemover/v20231001/get_project.py +149 -0
- pulumi_azure_native/storagemover/v20231001/get_storage_mover.py +170 -0
- pulumi_azure_native/storagemover/v20231001/job_definition.py +483 -0
- pulumi_azure_native/storagemover/v20231001/outputs.py +619 -0
- pulumi_azure_native/storagemover/v20231001/project.py +224 -0
- pulumi_azure_native/storagemover/v20231001/storage_mover.py +261 -0
- {pulumi_azure_native-2.9.1a1696411987.dist-info → pulumi_azure_native-2.10.0.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.9.1a1696411987.dist-info → pulumi_azure_native-2.10.0.dist-info}/RECORD +317 -158
- {pulumi_azure_native-2.9.1a1696411987.dist-info → pulumi_azure_native-2.10.0.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.9.1a1696411987.dist-info → pulumi_azure_native-2.10.0.dist-info}/top_level.txt +0 -0
|
@@ -12,9 +12,15 @@ from ._enums import *
|
|
|
12
12
|
|
|
13
13
|
__all__ = [
|
|
14
14
|
'DatadogOrganizationPropertiesArgs',
|
|
15
|
+
'FilteringTagArgs',
|
|
15
16
|
'IdentityPropertiesArgs',
|
|
17
|
+
'LogRulesArgs',
|
|
18
|
+
'MetricRulesArgs',
|
|
16
19
|
'MonitorPropertiesArgs',
|
|
20
|
+
'MonitoredSubscriptionArgs',
|
|
21
|
+
'MonitoringTagRulesPropertiesArgs',
|
|
17
22
|
'ResourceSkuArgs',
|
|
23
|
+
'SubscriptionListArgs',
|
|
18
24
|
'UserInfoArgs',
|
|
19
25
|
]
|
|
20
26
|
|
|
@@ -154,6 +160,62 @@ class DatadogOrganizationPropertiesArgs:
|
|
|
154
160
|
pulumi.set(self, "redirect_uri", value)
|
|
155
161
|
|
|
156
162
|
|
|
163
|
+
@pulumi.input_type
|
|
164
|
+
class FilteringTagArgs:
|
|
165
|
+
def __init__(__self__, *,
|
|
166
|
+
action: Optional[pulumi.Input[Union[str, 'TagAction']]] = None,
|
|
167
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
168
|
+
value: Optional[pulumi.Input[str]] = None):
|
|
169
|
+
"""
|
|
170
|
+
The definition of a filtering tag. Filtering tags are used for capturing resources and include/exclude them from being monitored.
|
|
171
|
+
:param pulumi.Input[Union[str, 'TagAction']] action: Valid actions for a filtering tag. Exclusion takes priority over inclusion.
|
|
172
|
+
:param pulumi.Input[str] name: The name (also known as the key) of the tag.
|
|
173
|
+
:param pulumi.Input[str] value: The value of the tag.
|
|
174
|
+
"""
|
|
175
|
+
if action is not None:
|
|
176
|
+
pulumi.set(__self__, "action", action)
|
|
177
|
+
if name is not None:
|
|
178
|
+
pulumi.set(__self__, "name", name)
|
|
179
|
+
if value is not None:
|
|
180
|
+
pulumi.set(__self__, "value", value)
|
|
181
|
+
|
|
182
|
+
@property
|
|
183
|
+
@pulumi.getter
|
|
184
|
+
def action(self) -> Optional[pulumi.Input[Union[str, 'TagAction']]]:
|
|
185
|
+
"""
|
|
186
|
+
Valid actions for a filtering tag. Exclusion takes priority over inclusion.
|
|
187
|
+
"""
|
|
188
|
+
return pulumi.get(self, "action")
|
|
189
|
+
|
|
190
|
+
@action.setter
|
|
191
|
+
def action(self, value: Optional[pulumi.Input[Union[str, 'TagAction']]]):
|
|
192
|
+
pulumi.set(self, "action", value)
|
|
193
|
+
|
|
194
|
+
@property
|
|
195
|
+
@pulumi.getter
|
|
196
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
197
|
+
"""
|
|
198
|
+
The name (also known as the key) of the tag.
|
|
199
|
+
"""
|
|
200
|
+
return pulumi.get(self, "name")
|
|
201
|
+
|
|
202
|
+
@name.setter
|
|
203
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
204
|
+
pulumi.set(self, "name", value)
|
|
205
|
+
|
|
206
|
+
@property
|
|
207
|
+
@pulumi.getter
|
|
208
|
+
def value(self) -> Optional[pulumi.Input[str]]:
|
|
209
|
+
"""
|
|
210
|
+
The value of the tag.
|
|
211
|
+
"""
|
|
212
|
+
return pulumi.get(self, "value")
|
|
213
|
+
|
|
214
|
+
@value.setter
|
|
215
|
+
def value(self, value: Optional[pulumi.Input[str]]):
|
|
216
|
+
pulumi.set(self, "value", value)
|
|
217
|
+
|
|
218
|
+
|
|
157
219
|
@pulumi.input_type
|
|
158
220
|
class IdentityPropertiesArgs:
|
|
159
221
|
def __init__(__self__, *,
|
|
@@ -177,6 +239,102 @@ class IdentityPropertiesArgs:
|
|
|
177
239
|
pulumi.set(self, "type", value)
|
|
178
240
|
|
|
179
241
|
|
|
242
|
+
@pulumi.input_type
|
|
243
|
+
class LogRulesArgs:
|
|
244
|
+
def __init__(__self__, *,
|
|
245
|
+
filtering_tags: Optional[pulumi.Input[Sequence[pulumi.Input['FilteringTagArgs']]]] = None,
|
|
246
|
+
send_aad_logs: Optional[pulumi.Input[bool]] = None,
|
|
247
|
+
send_resource_logs: Optional[pulumi.Input[bool]] = None,
|
|
248
|
+
send_subscription_logs: Optional[pulumi.Input[bool]] = None):
|
|
249
|
+
"""
|
|
250
|
+
Set of rules for sending logs for the Monitor resource.
|
|
251
|
+
:param pulumi.Input[Sequence[pulumi.Input['FilteringTagArgs']]] filtering_tags: List of filtering tags to be used for capturing logs. This only takes effect if SendResourceLogs flag is enabled. If empty, all resources will be captured. If only Exclude action is specified, the rules will apply to the list of all available resources. If Include actions are specified, the rules will only include resources with the associated tags.
|
|
252
|
+
:param pulumi.Input[bool] send_aad_logs: Flag specifying if AAD logs should be sent for the Monitor resource.
|
|
253
|
+
:param pulumi.Input[bool] send_resource_logs: Flag specifying if Azure resource logs should be sent for the Monitor resource.
|
|
254
|
+
:param pulumi.Input[bool] send_subscription_logs: Flag specifying if Azure subscription logs should be sent for the Monitor resource.
|
|
255
|
+
"""
|
|
256
|
+
if filtering_tags is not None:
|
|
257
|
+
pulumi.set(__self__, "filtering_tags", filtering_tags)
|
|
258
|
+
if send_aad_logs is not None:
|
|
259
|
+
pulumi.set(__self__, "send_aad_logs", send_aad_logs)
|
|
260
|
+
if send_resource_logs is not None:
|
|
261
|
+
pulumi.set(__self__, "send_resource_logs", send_resource_logs)
|
|
262
|
+
if send_subscription_logs is not None:
|
|
263
|
+
pulumi.set(__self__, "send_subscription_logs", send_subscription_logs)
|
|
264
|
+
|
|
265
|
+
@property
|
|
266
|
+
@pulumi.getter(name="filteringTags")
|
|
267
|
+
def filtering_tags(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['FilteringTagArgs']]]]:
|
|
268
|
+
"""
|
|
269
|
+
List of filtering tags to be used for capturing logs. This only takes effect if SendResourceLogs flag is enabled. If empty, all resources will be captured. If only Exclude action is specified, the rules will apply to the list of all available resources. If Include actions are specified, the rules will only include resources with the associated tags.
|
|
270
|
+
"""
|
|
271
|
+
return pulumi.get(self, "filtering_tags")
|
|
272
|
+
|
|
273
|
+
@filtering_tags.setter
|
|
274
|
+
def filtering_tags(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['FilteringTagArgs']]]]):
|
|
275
|
+
pulumi.set(self, "filtering_tags", value)
|
|
276
|
+
|
|
277
|
+
@property
|
|
278
|
+
@pulumi.getter(name="sendAadLogs")
|
|
279
|
+
def send_aad_logs(self) -> Optional[pulumi.Input[bool]]:
|
|
280
|
+
"""
|
|
281
|
+
Flag specifying if AAD logs should be sent for the Monitor resource.
|
|
282
|
+
"""
|
|
283
|
+
return pulumi.get(self, "send_aad_logs")
|
|
284
|
+
|
|
285
|
+
@send_aad_logs.setter
|
|
286
|
+
def send_aad_logs(self, value: Optional[pulumi.Input[bool]]):
|
|
287
|
+
pulumi.set(self, "send_aad_logs", value)
|
|
288
|
+
|
|
289
|
+
@property
|
|
290
|
+
@pulumi.getter(name="sendResourceLogs")
|
|
291
|
+
def send_resource_logs(self) -> Optional[pulumi.Input[bool]]:
|
|
292
|
+
"""
|
|
293
|
+
Flag specifying if Azure resource logs should be sent for the Monitor resource.
|
|
294
|
+
"""
|
|
295
|
+
return pulumi.get(self, "send_resource_logs")
|
|
296
|
+
|
|
297
|
+
@send_resource_logs.setter
|
|
298
|
+
def send_resource_logs(self, value: Optional[pulumi.Input[bool]]):
|
|
299
|
+
pulumi.set(self, "send_resource_logs", value)
|
|
300
|
+
|
|
301
|
+
@property
|
|
302
|
+
@pulumi.getter(name="sendSubscriptionLogs")
|
|
303
|
+
def send_subscription_logs(self) -> Optional[pulumi.Input[bool]]:
|
|
304
|
+
"""
|
|
305
|
+
Flag specifying if Azure subscription logs should be sent for the Monitor resource.
|
|
306
|
+
"""
|
|
307
|
+
return pulumi.get(self, "send_subscription_logs")
|
|
308
|
+
|
|
309
|
+
@send_subscription_logs.setter
|
|
310
|
+
def send_subscription_logs(self, value: Optional[pulumi.Input[bool]]):
|
|
311
|
+
pulumi.set(self, "send_subscription_logs", value)
|
|
312
|
+
|
|
313
|
+
|
|
314
|
+
@pulumi.input_type
|
|
315
|
+
class MetricRulesArgs:
|
|
316
|
+
def __init__(__self__, *,
|
|
317
|
+
filtering_tags: Optional[pulumi.Input[Sequence[pulumi.Input['FilteringTagArgs']]]] = None):
|
|
318
|
+
"""
|
|
319
|
+
Set of rules for sending metrics for the Monitor resource.
|
|
320
|
+
:param pulumi.Input[Sequence[pulumi.Input['FilteringTagArgs']]] filtering_tags: List of filtering tags to be used for capturing metrics. If empty, all resources will be captured. If only Exclude action is specified, the rules will apply to the list of all available resources. If Include actions are specified, the rules will only include resources with the associated tags.
|
|
321
|
+
"""
|
|
322
|
+
if filtering_tags is not None:
|
|
323
|
+
pulumi.set(__self__, "filtering_tags", filtering_tags)
|
|
324
|
+
|
|
325
|
+
@property
|
|
326
|
+
@pulumi.getter(name="filteringTags")
|
|
327
|
+
def filtering_tags(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['FilteringTagArgs']]]]:
|
|
328
|
+
"""
|
|
329
|
+
List of filtering tags to be used for capturing metrics. If empty, all resources will be captured. If only Exclude action is specified, the rules will apply to the list of all available resources. If Include actions are specified, the rules will only include resources with the associated tags.
|
|
330
|
+
"""
|
|
331
|
+
return pulumi.get(self, "filtering_tags")
|
|
332
|
+
|
|
333
|
+
@filtering_tags.setter
|
|
334
|
+
def filtering_tags(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['FilteringTagArgs']]]]):
|
|
335
|
+
pulumi.set(self, "filtering_tags", value)
|
|
336
|
+
|
|
337
|
+
|
|
180
338
|
@pulumi.input_type
|
|
181
339
|
class MonitorPropertiesArgs:
|
|
182
340
|
def __init__(__self__, *,
|
|
@@ -233,6 +391,134 @@ class MonitorPropertiesArgs:
|
|
|
233
391
|
pulumi.set(self, "user_info", value)
|
|
234
392
|
|
|
235
393
|
|
|
394
|
+
@pulumi.input_type
|
|
395
|
+
class MonitoredSubscriptionArgs:
|
|
396
|
+
def __init__(__self__, *,
|
|
397
|
+
error: Optional[pulumi.Input[str]] = None,
|
|
398
|
+
status: Optional[pulumi.Input[Union[str, 'Status']]] = None,
|
|
399
|
+
subscription_id: Optional[pulumi.Input[str]] = None,
|
|
400
|
+
tag_rules: Optional[pulumi.Input['MonitoringTagRulesPropertiesArgs']] = None):
|
|
401
|
+
"""
|
|
402
|
+
The list of subscriptions and it's monitoring status by current Datadog monitor.
|
|
403
|
+
:param pulumi.Input[str] error: The reason of not monitoring the subscription.
|
|
404
|
+
:param pulumi.Input[Union[str, 'Status']] status: The state of monitoring.
|
|
405
|
+
:param pulumi.Input[str] subscription_id: The subscriptionId to be monitored.
|
|
406
|
+
:param pulumi.Input['MonitoringTagRulesPropertiesArgs'] tag_rules: Definition of the properties for a TagRules resource.
|
|
407
|
+
"""
|
|
408
|
+
if error is not None:
|
|
409
|
+
pulumi.set(__self__, "error", error)
|
|
410
|
+
if status is not None:
|
|
411
|
+
pulumi.set(__self__, "status", status)
|
|
412
|
+
if subscription_id is not None:
|
|
413
|
+
pulumi.set(__self__, "subscription_id", subscription_id)
|
|
414
|
+
if tag_rules is not None:
|
|
415
|
+
pulumi.set(__self__, "tag_rules", tag_rules)
|
|
416
|
+
|
|
417
|
+
@property
|
|
418
|
+
@pulumi.getter
|
|
419
|
+
def error(self) -> Optional[pulumi.Input[str]]:
|
|
420
|
+
"""
|
|
421
|
+
The reason of not monitoring the subscription.
|
|
422
|
+
"""
|
|
423
|
+
return pulumi.get(self, "error")
|
|
424
|
+
|
|
425
|
+
@error.setter
|
|
426
|
+
def error(self, value: Optional[pulumi.Input[str]]):
|
|
427
|
+
pulumi.set(self, "error", value)
|
|
428
|
+
|
|
429
|
+
@property
|
|
430
|
+
@pulumi.getter
|
|
431
|
+
def status(self) -> Optional[pulumi.Input[Union[str, 'Status']]]:
|
|
432
|
+
"""
|
|
433
|
+
The state of monitoring.
|
|
434
|
+
"""
|
|
435
|
+
return pulumi.get(self, "status")
|
|
436
|
+
|
|
437
|
+
@status.setter
|
|
438
|
+
def status(self, value: Optional[pulumi.Input[Union[str, 'Status']]]):
|
|
439
|
+
pulumi.set(self, "status", value)
|
|
440
|
+
|
|
441
|
+
@property
|
|
442
|
+
@pulumi.getter(name="subscriptionId")
|
|
443
|
+
def subscription_id(self) -> Optional[pulumi.Input[str]]:
|
|
444
|
+
"""
|
|
445
|
+
The subscriptionId to be monitored.
|
|
446
|
+
"""
|
|
447
|
+
return pulumi.get(self, "subscription_id")
|
|
448
|
+
|
|
449
|
+
@subscription_id.setter
|
|
450
|
+
def subscription_id(self, value: Optional[pulumi.Input[str]]):
|
|
451
|
+
pulumi.set(self, "subscription_id", value)
|
|
452
|
+
|
|
453
|
+
@property
|
|
454
|
+
@pulumi.getter(name="tagRules")
|
|
455
|
+
def tag_rules(self) -> Optional[pulumi.Input['MonitoringTagRulesPropertiesArgs']]:
|
|
456
|
+
"""
|
|
457
|
+
Definition of the properties for a TagRules resource.
|
|
458
|
+
"""
|
|
459
|
+
return pulumi.get(self, "tag_rules")
|
|
460
|
+
|
|
461
|
+
@tag_rules.setter
|
|
462
|
+
def tag_rules(self, value: Optional[pulumi.Input['MonitoringTagRulesPropertiesArgs']]):
|
|
463
|
+
pulumi.set(self, "tag_rules", value)
|
|
464
|
+
|
|
465
|
+
|
|
466
|
+
@pulumi.input_type
|
|
467
|
+
class MonitoringTagRulesPropertiesArgs:
|
|
468
|
+
def __init__(__self__, *,
|
|
469
|
+
automuting: Optional[pulumi.Input[bool]] = None,
|
|
470
|
+
log_rules: Optional[pulumi.Input['LogRulesArgs']] = None,
|
|
471
|
+
metric_rules: Optional[pulumi.Input['MetricRulesArgs']] = None):
|
|
472
|
+
"""
|
|
473
|
+
Definition of the properties for a TagRules resource.
|
|
474
|
+
:param pulumi.Input[bool] automuting: Configuration to enable/disable auto-muting flag
|
|
475
|
+
:param pulumi.Input['LogRulesArgs'] log_rules: Set of rules for sending logs for the Monitor resource.
|
|
476
|
+
:param pulumi.Input['MetricRulesArgs'] metric_rules: Set of rules for sending metrics for the Monitor resource.
|
|
477
|
+
"""
|
|
478
|
+
if automuting is not None:
|
|
479
|
+
pulumi.set(__self__, "automuting", automuting)
|
|
480
|
+
if log_rules is not None:
|
|
481
|
+
pulumi.set(__self__, "log_rules", log_rules)
|
|
482
|
+
if metric_rules is not None:
|
|
483
|
+
pulumi.set(__self__, "metric_rules", metric_rules)
|
|
484
|
+
|
|
485
|
+
@property
|
|
486
|
+
@pulumi.getter
|
|
487
|
+
def automuting(self) -> Optional[pulumi.Input[bool]]:
|
|
488
|
+
"""
|
|
489
|
+
Configuration to enable/disable auto-muting flag
|
|
490
|
+
"""
|
|
491
|
+
return pulumi.get(self, "automuting")
|
|
492
|
+
|
|
493
|
+
@automuting.setter
|
|
494
|
+
def automuting(self, value: Optional[pulumi.Input[bool]]):
|
|
495
|
+
pulumi.set(self, "automuting", value)
|
|
496
|
+
|
|
497
|
+
@property
|
|
498
|
+
@pulumi.getter(name="logRules")
|
|
499
|
+
def log_rules(self) -> Optional[pulumi.Input['LogRulesArgs']]:
|
|
500
|
+
"""
|
|
501
|
+
Set of rules for sending logs for the Monitor resource.
|
|
502
|
+
"""
|
|
503
|
+
return pulumi.get(self, "log_rules")
|
|
504
|
+
|
|
505
|
+
@log_rules.setter
|
|
506
|
+
def log_rules(self, value: Optional[pulumi.Input['LogRulesArgs']]):
|
|
507
|
+
pulumi.set(self, "log_rules", value)
|
|
508
|
+
|
|
509
|
+
@property
|
|
510
|
+
@pulumi.getter(name="metricRules")
|
|
511
|
+
def metric_rules(self) -> Optional[pulumi.Input['MetricRulesArgs']]:
|
|
512
|
+
"""
|
|
513
|
+
Set of rules for sending metrics for the Monitor resource.
|
|
514
|
+
"""
|
|
515
|
+
return pulumi.get(self, "metric_rules")
|
|
516
|
+
|
|
517
|
+
@metric_rules.setter
|
|
518
|
+
def metric_rules(self, value: Optional[pulumi.Input['MetricRulesArgs']]):
|
|
519
|
+
pulumi.set(self, "metric_rules", value)
|
|
520
|
+
|
|
521
|
+
|
|
236
522
|
@pulumi.input_type
|
|
237
523
|
class ResourceSkuArgs:
|
|
238
524
|
def __init__(__self__, *,
|
|
@@ -255,6 +541,46 @@ class ResourceSkuArgs:
|
|
|
255
541
|
pulumi.set(self, "name", value)
|
|
256
542
|
|
|
257
543
|
|
|
544
|
+
@pulumi.input_type
|
|
545
|
+
class SubscriptionListArgs:
|
|
546
|
+
def __init__(__self__, *,
|
|
547
|
+
monitored_subscription_list: Optional[pulumi.Input[Sequence[pulumi.Input['MonitoredSubscriptionArgs']]]] = None,
|
|
548
|
+
operation: Optional[pulumi.Input[Union[str, 'Operation']]] = None):
|
|
549
|
+
"""
|
|
550
|
+
The request to update subscriptions needed to be monitored by the Datadog monitor resource.
|
|
551
|
+
:param pulumi.Input[Sequence[pulumi.Input['MonitoredSubscriptionArgs']]] monitored_subscription_list: List of subscriptions and the state of the monitoring.
|
|
552
|
+
:param pulumi.Input[Union[str, 'Operation']] operation: The operation for the patch on the resource.
|
|
553
|
+
"""
|
|
554
|
+
if monitored_subscription_list is not None:
|
|
555
|
+
pulumi.set(__self__, "monitored_subscription_list", monitored_subscription_list)
|
|
556
|
+
if operation is not None:
|
|
557
|
+
pulumi.set(__self__, "operation", operation)
|
|
558
|
+
|
|
559
|
+
@property
|
|
560
|
+
@pulumi.getter(name="monitoredSubscriptionList")
|
|
561
|
+
def monitored_subscription_list(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['MonitoredSubscriptionArgs']]]]:
|
|
562
|
+
"""
|
|
563
|
+
List of subscriptions and the state of the monitoring.
|
|
564
|
+
"""
|
|
565
|
+
return pulumi.get(self, "monitored_subscription_list")
|
|
566
|
+
|
|
567
|
+
@monitored_subscription_list.setter
|
|
568
|
+
def monitored_subscription_list(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['MonitoredSubscriptionArgs']]]]):
|
|
569
|
+
pulumi.set(self, "monitored_subscription_list", value)
|
|
570
|
+
|
|
571
|
+
@property
|
|
572
|
+
@pulumi.getter
|
|
573
|
+
def operation(self) -> Optional[pulumi.Input[Union[str, 'Operation']]]:
|
|
574
|
+
"""
|
|
575
|
+
The operation for the patch on the resource.
|
|
576
|
+
"""
|
|
577
|
+
return pulumi.get(self, "operation")
|
|
578
|
+
|
|
579
|
+
@operation.setter
|
|
580
|
+
def operation(self, value: Optional[pulumi.Input[Union[str, 'Operation']]]):
|
|
581
|
+
pulumi.set(self, "operation", value)
|
|
582
|
+
|
|
583
|
+
|
|
258
584
|
@pulumi.input_type
|
|
259
585
|
class UserInfoArgs:
|
|
260
586
|
def __init__(__self__, *,
|
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from .. import _utilities
|
|
11
|
+
from . import outputs
|
|
12
|
+
|
|
13
|
+
__all__ = [
|
|
14
|
+
'GetMonitoredSubscriptionResult',
|
|
15
|
+
'AwaitableGetMonitoredSubscriptionResult',
|
|
16
|
+
'get_monitored_subscription',
|
|
17
|
+
'get_monitored_subscription_output',
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
@pulumi.output_type
|
|
21
|
+
class GetMonitoredSubscriptionResult:
|
|
22
|
+
"""
|
|
23
|
+
The request to update subscriptions needed to be monitored by the Datadog monitor resource.
|
|
24
|
+
"""
|
|
25
|
+
def __init__(__self__, id=None, name=None, properties=None, type=None):
|
|
26
|
+
if id and not isinstance(id, str):
|
|
27
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
28
|
+
pulumi.set(__self__, "id", id)
|
|
29
|
+
if name and not isinstance(name, str):
|
|
30
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
31
|
+
pulumi.set(__self__, "name", name)
|
|
32
|
+
if properties and not isinstance(properties, dict):
|
|
33
|
+
raise TypeError("Expected argument 'properties' to be a dict")
|
|
34
|
+
pulumi.set(__self__, "properties", properties)
|
|
35
|
+
if type and not isinstance(type, str):
|
|
36
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
37
|
+
pulumi.set(__self__, "type", type)
|
|
38
|
+
|
|
39
|
+
@property
|
|
40
|
+
@pulumi.getter
|
|
41
|
+
def id(self) -> str:
|
|
42
|
+
"""
|
|
43
|
+
The id of the monitored subscription resource.
|
|
44
|
+
"""
|
|
45
|
+
return pulumi.get(self, "id")
|
|
46
|
+
|
|
47
|
+
@property
|
|
48
|
+
@pulumi.getter
|
|
49
|
+
def name(self) -> str:
|
|
50
|
+
"""
|
|
51
|
+
Name of the monitored subscription resource.
|
|
52
|
+
"""
|
|
53
|
+
return pulumi.get(self, "name")
|
|
54
|
+
|
|
55
|
+
@property
|
|
56
|
+
@pulumi.getter
|
|
57
|
+
def properties(self) -> 'outputs.SubscriptionListResponse':
|
|
58
|
+
"""
|
|
59
|
+
The request to update subscriptions needed to be monitored by the Datadog monitor resource.
|
|
60
|
+
"""
|
|
61
|
+
return pulumi.get(self, "properties")
|
|
62
|
+
|
|
63
|
+
@property
|
|
64
|
+
@pulumi.getter
|
|
65
|
+
def type(self) -> str:
|
|
66
|
+
"""
|
|
67
|
+
The type of the monitored subscription resource.
|
|
68
|
+
"""
|
|
69
|
+
return pulumi.get(self, "type")
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
class AwaitableGetMonitoredSubscriptionResult(GetMonitoredSubscriptionResult):
|
|
73
|
+
# pylint: disable=using-constant-test
|
|
74
|
+
def __await__(self):
|
|
75
|
+
if False:
|
|
76
|
+
yield self
|
|
77
|
+
return GetMonitoredSubscriptionResult(
|
|
78
|
+
id=self.id,
|
|
79
|
+
name=self.name,
|
|
80
|
+
properties=self.properties,
|
|
81
|
+
type=self.type)
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
def get_monitored_subscription(configuration_name: Optional[str] = None,
|
|
85
|
+
monitor_name: Optional[str] = None,
|
|
86
|
+
resource_group_name: Optional[str] = None,
|
|
87
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetMonitoredSubscriptionResult:
|
|
88
|
+
"""
|
|
89
|
+
The request to update subscriptions needed to be monitored by the Datadog monitor resource.
|
|
90
|
+
Azure REST API version: 2023-01-01.
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
:param str configuration_name: The configuration name. Only 'default' value is supported.
|
|
94
|
+
:param str monitor_name: Monitor resource name
|
|
95
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
96
|
+
"""
|
|
97
|
+
__args__ = dict()
|
|
98
|
+
__args__['configurationName'] = configuration_name
|
|
99
|
+
__args__['monitorName'] = monitor_name
|
|
100
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
101
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
102
|
+
__ret__ = pulumi.runtime.invoke('azure-native:datadog:getMonitoredSubscription', __args__, opts=opts, typ=GetMonitoredSubscriptionResult).value
|
|
103
|
+
|
|
104
|
+
return AwaitableGetMonitoredSubscriptionResult(
|
|
105
|
+
id=pulumi.get(__ret__, 'id'),
|
|
106
|
+
name=pulumi.get(__ret__, 'name'),
|
|
107
|
+
properties=pulumi.get(__ret__, 'properties'),
|
|
108
|
+
type=pulumi.get(__ret__, 'type'))
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
@_utilities.lift_output_func(get_monitored_subscription)
|
|
112
|
+
def get_monitored_subscription_output(configuration_name: Optional[pulumi.Input[str]] = None,
|
|
113
|
+
monitor_name: Optional[pulumi.Input[str]] = None,
|
|
114
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
115
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetMonitoredSubscriptionResult]:
|
|
116
|
+
"""
|
|
117
|
+
The request to update subscriptions needed to be monitored by the Datadog monitor resource.
|
|
118
|
+
Azure REST API version: 2023-01-01.
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
:param str configuration_name: The configuration name. Only 'default' value is supported.
|
|
122
|
+
:param str monitor_name: Monitor resource name
|
|
123
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
124
|
+
"""
|
|
125
|
+
...
|
|
@@ -191,7 +191,7 @@ class Monitor(pulumi.CustomResource):
|
|
|
191
191
|
__props__.__dict__["name"] = None
|
|
192
192
|
__props__.__dict__["system_data"] = None
|
|
193
193
|
__props__.__dict__["type"] = None
|
|
194
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:datadog/v20200201preview:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20210301:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20220601:Monitor")])
|
|
194
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:datadog/v20200201preview:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20210301:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20220601:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20220801:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20230101:Monitor")])
|
|
195
195
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
196
196
|
super(Monitor, __self__).__init__(
|
|
197
197
|
'azure-native:datadog:Monitor',
|