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
|
@@ -0,0 +1,266 @@
|
|
|
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
|
+
from ._enums import *
|
|
13
|
+
from ._inputs import *
|
|
14
|
+
|
|
15
|
+
__all__ = ['PrivateEndpointConnectionArgs', 'PrivateEndpointConnection']
|
|
16
|
+
|
|
17
|
+
@pulumi.input_type
|
|
18
|
+
class PrivateEndpointConnectionArgs:
|
|
19
|
+
def __init__(__self__, *,
|
|
20
|
+
private_link_service_connection_state: pulumi.Input['PrivateLinkServiceConnectionStateArgs'],
|
|
21
|
+
resource_group_name: pulumi.Input[str],
|
|
22
|
+
workspace_name: pulumi.Input[str],
|
|
23
|
+
group_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
24
|
+
private_endpoint_connection_name: Optional[pulumi.Input[str]] = None):
|
|
25
|
+
"""
|
|
26
|
+
The set of arguments for constructing a PrivateEndpointConnection resource.
|
|
27
|
+
:param pulumi.Input['PrivateLinkServiceConnectionStateArgs'] private_link_service_connection_state: A collection of information about the state of the connection between service consumer and provider.
|
|
28
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
29
|
+
:param pulumi.Input[str] workspace_name: The workspace name of Azure Managed Grafana.
|
|
30
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] group_ids: The private endpoint connection group ids.
|
|
31
|
+
:param pulumi.Input[str] private_endpoint_connection_name: The private endpoint connection name of Azure Managed Grafana.
|
|
32
|
+
"""
|
|
33
|
+
pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
|
|
34
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
35
|
+
pulumi.set(__self__, "workspace_name", workspace_name)
|
|
36
|
+
if group_ids is not None:
|
|
37
|
+
pulumi.set(__self__, "group_ids", group_ids)
|
|
38
|
+
if private_endpoint_connection_name is not None:
|
|
39
|
+
pulumi.set(__self__, "private_endpoint_connection_name", private_endpoint_connection_name)
|
|
40
|
+
|
|
41
|
+
@property
|
|
42
|
+
@pulumi.getter(name="privateLinkServiceConnectionState")
|
|
43
|
+
def private_link_service_connection_state(self) -> pulumi.Input['PrivateLinkServiceConnectionStateArgs']:
|
|
44
|
+
"""
|
|
45
|
+
A collection of information about the state of the connection between service consumer and provider.
|
|
46
|
+
"""
|
|
47
|
+
return pulumi.get(self, "private_link_service_connection_state")
|
|
48
|
+
|
|
49
|
+
@private_link_service_connection_state.setter
|
|
50
|
+
def private_link_service_connection_state(self, value: pulumi.Input['PrivateLinkServiceConnectionStateArgs']):
|
|
51
|
+
pulumi.set(self, "private_link_service_connection_state", value)
|
|
52
|
+
|
|
53
|
+
@property
|
|
54
|
+
@pulumi.getter(name="resourceGroupName")
|
|
55
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
56
|
+
"""
|
|
57
|
+
The name of the resource group. The name is case insensitive.
|
|
58
|
+
"""
|
|
59
|
+
return pulumi.get(self, "resource_group_name")
|
|
60
|
+
|
|
61
|
+
@resource_group_name.setter
|
|
62
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
63
|
+
pulumi.set(self, "resource_group_name", value)
|
|
64
|
+
|
|
65
|
+
@property
|
|
66
|
+
@pulumi.getter(name="workspaceName")
|
|
67
|
+
def workspace_name(self) -> pulumi.Input[str]:
|
|
68
|
+
"""
|
|
69
|
+
The workspace name of Azure Managed Grafana.
|
|
70
|
+
"""
|
|
71
|
+
return pulumi.get(self, "workspace_name")
|
|
72
|
+
|
|
73
|
+
@workspace_name.setter
|
|
74
|
+
def workspace_name(self, value: pulumi.Input[str]):
|
|
75
|
+
pulumi.set(self, "workspace_name", value)
|
|
76
|
+
|
|
77
|
+
@property
|
|
78
|
+
@pulumi.getter(name="groupIds")
|
|
79
|
+
def group_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
80
|
+
"""
|
|
81
|
+
The private endpoint connection group ids.
|
|
82
|
+
"""
|
|
83
|
+
return pulumi.get(self, "group_ids")
|
|
84
|
+
|
|
85
|
+
@group_ids.setter
|
|
86
|
+
def group_ids(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
87
|
+
pulumi.set(self, "group_ids", value)
|
|
88
|
+
|
|
89
|
+
@property
|
|
90
|
+
@pulumi.getter(name="privateEndpointConnectionName")
|
|
91
|
+
def private_endpoint_connection_name(self) -> Optional[pulumi.Input[str]]:
|
|
92
|
+
"""
|
|
93
|
+
The private endpoint connection name of Azure Managed Grafana.
|
|
94
|
+
"""
|
|
95
|
+
return pulumi.get(self, "private_endpoint_connection_name")
|
|
96
|
+
|
|
97
|
+
@private_endpoint_connection_name.setter
|
|
98
|
+
def private_endpoint_connection_name(self, value: Optional[pulumi.Input[str]]):
|
|
99
|
+
pulumi.set(self, "private_endpoint_connection_name", value)
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
class PrivateEndpointConnection(pulumi.CustomResource):
|
|
103
|
+
@overload
|
|
104
|
+
def __init__(__self__,
|
|
105
|
+
resource_name: str,
|
|
106
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
107
|
+
group_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
108
|
+
private_endpoint_connection_name: Optional[pulumi.Input[str]] = None,
|
|
109
|
+
private_link_service_connection_state: Optional[pulumi.Input[pulumi.InputType['PrivateLinkServiceConnectionStateArgs']]] = None,
|
|
110
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
111
|
+
workspace_name: Optional[pulumi.Input[str]] = None,
|
|
112
|
+
__props__=None):
|
|
113
|
+
"""
|
|
114
|
+
The Private Endpoint Connection resource.
|
|
115
|
+
|
|
116
|
+
:param str resource_name: The name of the resource.
|
|
117
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
118
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] group_ids: The private endpoint connection group ids.
|
|
119
|
+
:param pulumi.Input[str] private_endpoint_connection_name: The private endpoint connection name of Azure Managed Grafana.
|
|
120
|
+
:param pulumi.Input[pulumi.InputType['PrivateLinkServiceConnectionStateArgs']] private_link_service_connection_state: A collection of information about the state of the connection between service consumer and provider.
|
|
121
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
122
|
+
:param pulumi.Input[str] workspace_name: The workspace name of Azure Managed Grafana.
|
|
123
|
+
"""
|
|
124
|
+
...
|
|
125
|
+
@overload
|
|
126
|
+
def __init__(__self__,
|
|
127
|
+
resource_name: str,
|
|
128
|
+
args: PrivateEndpointConnectionArgs,
|
|
129
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
130
|
+
"""
|
|
131
|
+
The Private Endpoint Connection resource.
|
|
132
|
+
|
|
133
|
+
:param str resource_name: The name of the resource.
|
|
134
|
+
:param PrivateEndpointConnectionArgs args: The arguments to use to populate this resource's properties.
|
|
135
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
136
|
+
"""
|
|
137
|
+
...
|
|
138
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
139
|
+
resource_args, opts = _utilities.get_resource_args_opts(PrivateEndpointConnectionArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
140
|
+
if resource_args is not None:
|
|
141
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
142
|
+
else:
|
|
143
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
144
|
+
|
|
145
|
+
def _internal_init(__self__,
|
|
146
|
+
resource_name: str,
|
|
147
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
148
|
+
group_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
149
|
+
private_endpoint_connection_name: Optional[pulumi.Input[str]] = None,
|
|
150
|
+
private_link_service_connection_state: Optional[pulumi.Input[pulumi.InputType['PrivateLinkServiceConnectionStateArgs']]] = None,
|
|
151
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
152
|
+
workspace_name: Optional[pulumi.Input[str]] = None,
|
|
153
|
+
__props__=None):
|
|
154
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
155
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
156
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
157
|
+
if opts.id is None:
|
|
158
|
+
if __props__ is not None:
|
|
159
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
160
|
+
__props__ = PrivateEndpointConnectionArgs.__new__(PrivateEndpointConnectionArgs)
|
|
161
|
+
|
|
162
|
+
__props__.__dict__["group_ids"] = group_ids
|
|
163
|
+
__props__.__dict__["private_endpoint_connection_name"] = private_endpoint_connection_name
|
|
164
|
+
if private_link_service_connection_state is None and not opts.urn:
|
|
165
|
+
raise TypeError("Missing required property 'private_link_service_connection_state'")
|
|
166
|
+
__props__.__dict__["private_link_service_connection_state"] = private_link_service_connection_state
|
|
167
|
+
if resource_group_name is None and not opts.urn:
|
|
168
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
169
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
170
|
+
if workspace_name is None and not opts.urn:
|
|
171
|
+
raise TypeError("Missing required property 'workspace_name'")
|
|
172
|
+
__props__.__dict__["workspace_name"] = workspace_name
|
|
173
|
+
__props__.__dict__["name"] = None
|
|
174
|
+
__props__.__dict__["private_endpoint"] = None
|
|
175
|
+
__props__.__dict__["provisioning_state"] = None
|
|
176
|
+
__props__.__dict__["system_data"] = None
|
|
177
|
+
__props__.__dict__["type"] = None
|
|
178
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:dashboard:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:dashboard/v20220501preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:dashboard/v20220801:PrivateEndpointConnection")])
|
|
179
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
180
|
+
super(PrivateEndpointConnection, __self__).__init__(
|
|
181
|
+
'azure-native:dashboard/v20221001preview:PrivateEndpointConnection',
|
|
182
|
+
resource_name,
|
|
183
|
+
__props__,
|
|
184
|
+
opts)
|
|
185
|
+
|
|
186
|
+
@staticmethod
|
|
187
|
+
def get(resource_name: str,
|
|
188
|
+
id: pulumi.Input[str],
|
|
189
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'PrivateEndpointConnection':
|
|
190
|
+
"""
|
|
191
|
+
Get an existing PrivateEndpointConnection resource's state with the given name, id, and optional extra
|
|
192
|
+
properties used to qualify the lookup.
|
|
193
|
+
|
|
194
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
195
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
196
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
197
|
+
"""
|
|
198
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
199
|
+
|
|
200
|
+
__props__ = PrivateEndpointConnectionArgs.__new__(PrivateEndpointConnectionArgs)
|
|
201
|
+
|
|
202
|
+
__props__.__dict__["group_ids"] = None
|
|
203
|
+
__props__.__dict__["name"] = None
|
|
204
|
+
__props__.__dict__["private_endpoint"] = None
|
|
205
|
+
__props__.__dict__["private_link_service_connection_state"] = None
|
|
206
|
+
__props__.__dict__["provisioning_state"] = None
|
|
207
|
+
__props__.__dict__["system_data"] = None
|
|
208
|
+
__props__.__dict__["type"] = None
|
|
209
|
+
return PrivateEndpointConnection(resource_name, opts=opts, __props__=__props__)
|
|
210
|
+
|
|
211
|
+
@property
|
|
212
|
+
@pulumi.getter(name="groupIds")
|
|
213
|
+
def group_ids(self) -> pulumi.Output[Optional[Sequence[str]]]:
|
|
214
|
+
"""
|
|
215
|
+
The private endpoint connection group ids.
|
|
216
|
+
"""
|
|
217
|
+
return pulumi.get(self, "group_ids")
|
|
218
|
+
|
|
219
|
+
@property
|
|
220
|
+
@pulumi.getter
|
|
221
|
+
def name(self) -> pulumi.Output[str]:
|
|
222
|
+
"""
|
|
223
|
+
The name of the resource
|
|
224
|
+
"""
|
|
225
|
+
return pulumi.get(self, "name")
|
|
226
|
+
|
|
227
|
+
@property
|
|
228
|
+
@pulumi.getter(name="privateEndpoint")
|
|
229
|
+
def private_endpoint(self) -> pulumi.Output[Optional['outputs.PrivateEndpointResponse']]:
|
|
230
|
+
"""
|
|
231
|
+
The resource of private end point.
|
|
232
|
+
"""
|
|
233
|
+
return pulumi.get(self, "private_endpoint")
|
|
234
|
+
|
|
235
|
+
@property
|
|
236
|
+
@pulumi.getter(name="privateLinkServiceConnectionState")
|
|
237
|
+
def private_link_service_connection_state(self) -> pulumi.Output['outputs.PrivateLinkServiceConnectionStateResponse']:
|
|
238
|
+
"""
|
|
239
|
+
A collection of information about the state of the connection between service consumer and provider.
|
|
240
|
+
"""
|
|
241
|
+
return pulumi.get(self, "private_link_service_connection_state")
|
|
242
|
+
|
|
243
|
+
@property
|
|
244
|
+
@pulumi.getter(name="provisioningState")
|
|
245
|
+
def provisioning_state(self) -> pulumi.Output[str]:
|
|
246
|
+
"""
|
|
247
|
+
The provisioning state of the private endpoint connection resource.
|
|
248
|
+
"""
|
|
249
|
+
return pulumi.get(self, "provisioning_state")
|
|
250
|
+
|
|
251
|
+
@property
|
|
252
|
+
@pulumi.getter(name="systemData")
|
|
253
|
+
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
254
|
+
"""
|
|
255
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
256
|
+
"""
|
|
257
|
+
return pulumi.get(self, "system_data")
|
|
258
|
+
|
|
259
|
+
@property
|
|
260
|
+
@pulumi.getter
|
|
261
|
+
def type(self) -> pulumi.Output[str]:
|
|
262
|
+
"""
|
|
263
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
264
|
+
"""
|
|
265
|
+
return pulumi.get(self, "type")
|
|
266
|
+
|
|
@@ -8,11 +8,13 @@ import typing
|
|
|
8
8
|
from ._enums import *
|
|
9
9
|
from .get_monitor import *
|
|
10
10
|
from .get_monitor_default_key import *
|
|
11
|
+
from .get_monitored_subscription import *
|
|
11
12
|
from .list_monitor_api_keys import *
|
|
12
13
|
from .list_monitor_hosts import *
|
|
13
14
|
from .list_monitor_linked_resources import *
|
|
14
15
|
from .list_monitor_monitored_resources import *
|
|
15
16
|
from .monitor import *
|
|
17
|
+
from .monitored_subscription import *
|
|
16
18
|
from ._inputs import *
|
|
17
19
|
from . import outputs
|
|
18
20
|
|
|
@@ -20,6 +22,12 @@ from . import outputs
|
|
|
20
22
|
if typing.TYPE_CHECKING:
|
|
21
23
|
import pulumi_azure_native.datadog.v20220601 as __v20220601
|
|
22
24
|
v20220601 = __v20220601
|
|
25
|
+
import pulumi_azure_native.datadog.v20220801 as __v20220801
|
|
26
|
+
v20220801 = __v20220801
|
|
27
|
+
import pulumi_azure_native.datadog.v20230101 as __v20230101
|
|
28
|
+
v20230101 = __v20230101
|
|
23
29
|
else:
|
|
24
30
|
v20220601 = _utilities.lazy_import('pulumi_azure_native.datadog.v20220601')
|
|
31
|
+
v20220801 = _utilities.lazy_import('pulumi_azure_native.datadog.v20220801')
|
|
32
|
+
v20230101 = _utilities.lazy_import('pulumi_azure_native.datadog.v20230101')
|
|
25
33
|
|
|
@@ -7,6 +7,9 @@ from enum import Enum
|
|
|
7
7
|
__all__ = [
|
|
8
8
|
'ManagedIdentityTypes',
|
|
9
9
|
'MonitoringStatus',
|
|
10
|
+
'Operation',
|
|
11
|
+
'Status',
|
|
12
|
+
'TagAction',
|
|
10
13
|
]
|
|
11
14
|
|
|
12
15
|
|
|
@@ -24,3 +27,32 @@ class MonitoringStatus(str, Enum):
|
|
|
24
27
|
"""
|
|
25
28
|
ENABLED = "Enabled"
|
|
26
29
|
DISABLED = "Disabled"
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
class Operation(str, Enum):
|
|
33
|
+
"""
|
|
34
|
+
The operation for the patch on the resource.
|
|
35
|
+
"""
|
|
36
|
+
ADD_BEGIN = "AddBegin"
|
|
37
|
+
ADD_COMPLETE = "AddComplete"
|
|
38
|
+
DELETE_BEGIN = "DeleteBegin"
|
|
39
|
+
DELETE_COMPLETE = "DeleteComplete"
|
|
40
|
+
ACTIVE = "Active"
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
class Status(str, Enum):
|
|
44
|
+
"""
|
|
45
|
+
The state of monitoring.
|
|
46
|
+
"""
|
|
47
|
+
IN_PROGRESS = "InProgress"
|
|
48
|
+
ACTIVE = "Active"
|
|
49
|
+
FAILED = "Failed"
|
|
50
|
+
DELETING = "Deleting"
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
class TagAction(str, Enum):
|
|
54
|
+
"""
|
|
55
|
+
Valid actions for a filtering tag. Exclusion takes priority over inclusion.
|
|
56
|
+
"""
|
|
57
|
+
INCLUDE = "Include"
|
|
58
|
+
EXCLUDE = "Exclude"
|