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
|
@@ -37,6 +37,7 @@ __all__ = [
|
|
|
37
37
|
'DirectoryPathResponse',
|
|
38
38
|
'DiskEncryptionSetResourceSettingsResponse',
|
|
39
39
|
'GmsaAuthenticationPropertiesResponse',
|
|
40
|
+
'GroupConnectivityInformationResponse',
|
|
40
41
|
'GroupPropertiesResponse',
|
|
41
42
|
'HealthErrorModelResponse',
|
|
42
43
|
'IISAKSWorkloadDeploymentModelCustomPropertiesResponse',
|
|
@@ -50,6 +51,7 @@ __all__ = [
|
|
|
50
51
|
'IdentityResponse',
|
|
51
52
|
'ImportCollectorPropertiesResponse',
|
|
52
53
|
'InnerHealthErrorModelResponse',
|
|
54
|
+
'IpConfigurationResponse',
|
|
53
55
|
'JobStatusResponse',
|
|
54
56
|
'KeyVaultResourceSettingsResponse',
|
|
55
57
|
'KeyVaultSecretStorePropertiesResponse',
|
|
@@ -84,8 +86,12 @@ __all__ = [
|
|
|
84
86
|
'OperatingSystemDetailsResponse',
|
|
85
87
|
'PortMappingResponse',
|
|
86
88
|
'PrivateEndpointConnectionPropertiesResponse',
|
|
89
|
+
'PrivateEndpointConnectionProxyPropertiesResponse',
|
|
87
90
|
'PrivateEndpointConnectionResponse',
|
|
91
|
+
'PrivateEndpointDetailsResponse',
|
|
92
|
+
'PrivateLinkServiceConnectionResponse',
|
|
88
93
|
'PrivateLinkServiceConnectionStateResponse',
|
|
94
|
+
'PrivateLinkServiceProxyResponse',
|
|
89
95
|
'ProjectPropertiesResponse',
|
|
90
96
|
'ProjectSummaryResponse',
|
|
91
97
|
'PublicIPAddressResourceSettingsResponse',
|
|
@@ -100,6 +106,7 @@ __all__ = [
|
|
|
100
106
|
'ServersSolutionSummaryResponse',
|
|
101
107
|
'SolutionDetailsResponse',
|
|
102
108
|
'SolutionPropertiesResponse',
|
|
109
|
+
'SolutionSummaryResponse',
|
|
103
110
|
'SqlDatabaseResourceSettingsResponse',
|
|
104
111
|
'SqlElasticPoolResourceSettingsResponse',
|
|
105
112
|
'SqlServerResourceSettingsResponse',
|
|
@@ -2871,6 +2878,100 @@ class GmsaAuthenticationPropertiesResponse(dict):
|
|
|
2871
2878
|
return pulumi.get(self, "gmsa_username")
|
|
2872
2879
|
|
|
2873
2880
|
|
|
2881
|
+
@pulumi.output_type
|
|
2882
|
+
class GroupConnectivityInformationResponse(dict):
|
|
2883
|
+
"""
|
|
2884
|
+
Defines Private link service group connectivity.
|
|
2885
|
+
"""
|
|
2886
|
+
@staticmethod
|
|
2887
|
+
def __key_warning(key: str):
|
|
2888
|
+
suggest = None
|
|
2889
|
+
if key == "customerVisibleFqdns":
|
|
2890
|
+
suggest = "customer_visible_fqdns"
|
|
2891
|
+
elif key == "groupId":
|
|
2892
|
+
suggest = "group_id"
|
|
2893
|
+
elif key == "internalFqdn":
|
|
2894
|
+
suggest = "internal_fqdn"
|
|
2895
|
+
elif key == "memberName":
|
|
2896
|
+
suggest = "member_name"
|
|
2897
|
+
elif key == "privateLinkServiceArmRegion":
|
|
2898
|
+
suggest = "private_link_service_arm_region"
|
|
2899
|
+
elif key == "redirectMapId":
|
|
2900
|
+
suggest = "redirect_map_id"
|
|
2901
|
+
|
|
2902
|
+
if suggest:
|
|
2903
|
+
pulumi.log.warn(f"Key '{key}' not found in GroupConnectivityInformationResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2904
|
+
|
|
2905
|
+
def __getitem__(self, key: str) -> Any:
|
|
2906
|
+
GroupConnectivityInformationResponse.__key_warning(key)
|
|
2907
|
+
return super().__getitem__(key)
|
|
2908
|
+
|
|
2909
|
+
def get(self, key: str, default = None) -> Any:
|
|
2910
|
+
GroupConnectivityInformationResponse.__key_warning(key)
|
|
2911
|
+
return super().get(key, default)
|
|
2912
|
+
|
|
2913
|
+
def __init__(__self__, *,
|
|
2914
|
+
customer_visible_fqdns: Optional[Sequence[str]] = None,
|
|
2915
|
+
group_id: Optional[str] = None,
|
|
2916
|
+
id: Optional[str] = None,
|
|
2917
|
+
internal_fqdn: Optional[str] = None,
|
|
2918
|
+
member_name: Optional[str] = None,
|
|
2919
|
+
private_link_service_arm_region: Optional[str] = None,
|
|
2920
|
+
redirect_map_id: Optional[str] = None):
|
|
2921
|
+
"""
|
|
2922
|
+
Defines Private link service group connectivity.
|
|
2923
|
+
"""
|
|
2924
|
+
if customer_visible_fqdns is not None:
|
|
2925
|
+
pulumi.set(__self__, "customer_visible_fqdns", customer_visible_fqdns)
|
|
2926
|
+
if group_id is not None:
|
|
2927
|
+
pulumi.set(__self__, "group_id", group_id)
|
|
2928
|
+
if id is not None:
|
|
2929
|
+
pulumi.set(__self__, "id", id)
|
|
2930
|
+
if internal_fqdn is not None:
|
|
2931
|
+
pulumi.set(__self__, "internal_fqdn", internal_fqdn)
|
|
2932
|
+
if member_name is not None:
|
|
2933
|
+
pulumi.set(__self__, "member_name", member_name)
|
|
2934
|
+
if private_link_service_arm_region is not None:
|
|
2935
|
+
pulumi.set(__self__, "private_link_service_arm_region", private_link_service_arm_region)
|
|
2936
|
+
if redirect_map_id is not None:
|
|
2937
|
+
pulumi.set(__self__, "redirect_map_id", redirect_map_id)
|
|
2938
|
+
|
|
2939
|
+
@property
|
|
2940
|
+
@pulumi.getter(name="customerVisibleFqdns")
|
|
2941
|
+
def customer_visible_fqdns(self) -> Optional[Sequence[str]]:
|
|
2942
|
+
return pulumi.get(self, "customer_visible_fqdns")
|
|
2943
|
+
|
|
2944
|
+
@property
|
|
2945
|
+
@pulumi.getter(name="groupId")
|
|
2946
|
+
def group_id(self) -> Optional[str]:
|
|
2947
|
+
return pulumi.get(self, "group_id")
|
|
2948
|
+
|
|
2949
|
+
@property
|
|
2950
|
+
@pulumi.getter
|
|
2951
|
+
def id(self) -> Optional[str]:
|
|
2952
|
+
return pulumi.get(self, "id")
|
|
2953
|
+
|
|
2954
|
+
@property
|
|
2955
|
+
@pulumi.getter(name="internalFqdn")
|
|
2956
|
+
def internal_fqdn(self) -> Optional[str]:
|
|
2957
|
+
return pulumi.get(self, "internal_fqdn")
|
|
2958
|
+
|
|
2959
|
+
@property
|
|
2960
|
+
@pulumi.getter(name="memberName")
|
|
2961
|
+
def member_name(self) -> Optional[str]:
|
|
2962
|
+
return pulumi.get(self, "member_name")
|
|
2963
|
+
|
|
2964
|
+
@property
|
|
2965
|
+
@pulumi.getter(name="privateLinkServiceArmRegion")
|
|
2966
|
+
def private_link_service_arm_region(self) -> Optional[str]:
|
|
2967
|
+
return pulumi.get(self, "private_link_service_arm_region")
|
|
2968
|
+
|
|
2969
|
+
@property
|
|
2970
|
+
@pulumi.getter(name="redirectMapId")
|
|
2971
|
+
def redirect_map_id(self) -> Optional[str]:
|
|
2972
|
+
return pulumi.get(self, "redirect_map_id")
|
|
2973
|
+
|
|
2974
|
+
|
|
2874
2975
|
@pulumi.output_type
|
|
2875
2976
|
class GroupPropertiesResponse(dict):
|
|
2876
2977
|
"""
|
|
@@ -4575,6 +4676,80 @@ class InnerHealthErrorModelResponse(dict):
|
|
|
4575
4676
|
return pulumi.get(self, "summary")
|
|
4576
4677
|
|
|
4577
4678
|
|
|
4679
|
+
@pulumi.output_type
|
|
4680
|
+
class IpConfigurationResponse(dict):
|
|
4681
|
+
"""
|
|
4682
|
+
Defines Private link IP configuration.
|
|
4683
|
+
"""
|
|
4684
|
+
@staticmethod
|
|
4685
|
+
def __key_warning(key: str):
|
|
4686
|
+
suggest = None
|
|
4687
|
+
if key == "groupId":
|
|
4688
|
+
suggest = "group_id"
|
|
4689
|
+
elif key == "linkIdentifier":
|
|
4690
|
+
suggest = "link_identifier"
|
|
4691
|
+
elif key == "memberName":
|
|
4692
|
+
suggest = "member_name"
|
|
4693
|
+
elif key == "privateIpAddress":
|
|
4694
|
+
suggest = "private_ip_address"
|
|
4695
|
+
|
|
4696
|
+
if suggest:
|
|
4697
|
+
pulumi.log.warn(f"Key '{key}' not found in IpConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
|
|
4698
|
+
|
|
4699
|
+
def __getitem__(self, key: str) -> Any:
|
|
4700
|
+
IpConfigurationResponse.__key_warning(key)
|
|
4701
|
+
return super().__getitem__(key)
|
|
4702
|
+
|
|
4703
|
+
def get(self, key: str, default = None) -> Any:
|
|
4704
|
+
IpConfigurationResponse.__key_warning(key)
|
|
4705
|
+
return super().get(key, default)
|
|
4706
|
+
|
|
4707
|
+
def __init__(__self__, *,
|
|
4708
|
+
group_id: Optional[str] = None,
|
|
4709
|
+
id: Optional[str] = None,
|
|
4710
|
+
link_identifier: Optional[str] = None,
|
|
4711
|
+
member_name: Optional[str] = None,
|
|
4712
|
+
private_ip_address: Optional[str] = None):
|
|
4713
|
+
"""
|
|
4714
|
+
Defines Private link IP configuration.
|
|
4715
|
+
"""
|
|
4716
|
+
if group_id is not None:
|
|
4717
|
+
pulumi.set(__self__, "group_id", group_id)
|
|
4718
|
+
if id is not None:
|
|
4719
|
+
pulumi.set(__self__, "id", id)
|
|
4720
|
+
if link_identifier is not None:
|
|
4721
|
+
pulumi.set(__self__, "link_identifier", link_identifier)
|
|
4722
|
+
if member_name is not None:
|
|
4723
|
+
pulumi.set(__self__, "member_name", member_name)
|
|
4724
|
+
if private_ip_address is not None:
|
|
4725
|
+
pulumi.set(__self__, "private_ip_address", private_ip_address)
|
|
4726
|
+
|
|
4727
|
+
@property
|
|
4728
|
+
@pulumi.getter(name="groupId")
|
|
4729
|
+
def group_id(self) -> Optional[str]:
|
|
4730
|
+
return pulumi.get(self, "group_id")
|
|
4731
|
+
|
|
4732
|
+
@property
|
|
4733
|
+
@pulumi.getter
|
|
4734
|
+
def id(self) -> Optional[str]:
|
|
4735
|
+
return pulumi.get(self, "id")
|
|
4736
|
+
|
|
4737
|
+
@property
|
|
4738
|
+
@pulumi.getter(name="linkIdentifier")
|
|
4739
|
+
def link_identifier(self) -> Optional[str]:
|
|
4740
|
+
return pulumi.get(self, "link_identifier")
|
|
4741
|
+
|
|
4742
|
+
@property
|
|
4743
|
+
@pulumi.getter(name="memberName")
|
|
4744
|
+
def member_name(self) -> Optional[str]:
|
|
4745
|
+
return pulumi.get(self, "member_name")
|
|
4746
|
+
|
|
4747
|
+
@property
|
|
4748
|
+
@pulumi.getter(name="privateIpAddress")
|
|
4749
|
+
def private_ip_address(self) -> Optional[str]:
|
|
4750
|
+
return pulumi.get(self, "private_ip_address")
|
|
4751
|
+
|
|
4752
|
+
|
|
4578
4753
|
@pulumi.output_type
|
|
4579
4754
|
class JobStatusResponse(dict):
|
|
4580
4755
|
"""
|
|
@@ -7313,6 +7488,52 @@ class PrivateEndpointConnectionPropertiesResponse(dict):
|
|
|
7313
7488
|
return pulumi.get(self, "private_link_service_connection_state")
|
|
7314
7489
|
|
|
7315
7490
|
|
|
7491
|
+
@pulumi.output_type
|
|
7492
|
+
class PrivateEndpointConnectionProxyPropertiesResponse(dict):
|
|
7493
|
+
"""
|
|
7494
|
+
Properties of a private endpoint connection proxy.
|
|
7495
|
+
"""
|
|
7496
|
+
@staticmethod
|
|
7497
|
+
def __key_warning(key: str):
|
|
7498
|
+
suggest = None
|
|
7499
|
+
if key == "remotePrivateEndpoint":
|
|
7500
|
+
suggest = "remote_private_endpoint"
|
|
7501
|
+
|
|
7502
|
+
if suggest:
|
|
7503
|
+
pulumi.log.warn(f"Key '{key}' not found in PrivateEndpointConnectionProxyPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
7504
|
+
|
|
7505
|
+
def __getitem__(self, key: str) -> Any:
|
|
7506
|
+
PrivateEndpointConnectionProxyPropertiesResponse.__key_warning(key)
|
|
7507
|
+
return super().__getitem__(key)
|
|
7508
|
+
|
|
7509
|
+
def get(self, key: str, default = None) -> Any:
|
|
7510
|
+
PrivateEndpointConnectionProxyPropertiesResponse.__key_warning(key)
|
|
7511
|
+
return super().get(key, default)
|
|
7512
|
+
|
|
7513
|
+
def __init__(__self__, *,
|
|
7514
|
+
remote_private_endpoint: 'outputs.PrivateEndpointDetailsResponse',
|
|
7515
|
+
status: str):
|
|
7516
|
+
"""
|
|
7517
|
+
Properties of a private endpoint connection proxy.
|
|
7518
|
+
:param 'PrivateEndpointDetailsResponse' remote_private_endpoint: Defines Private endpoint additional details.
|
|
7519
|
+
"""
|
|
7520
|
+
pulumi.set(__self__, "remote_private_endpoint", remote_private_endpoint)
|
|
7521
|
+
pulumi.set(__self__, "status", status)
|
|
7522
|
+
|
|
7523
|
+
@property
|
|
7524
|
+
@pulumi.getter(name="remotePrivateEndpoint")
|
|
7525
|
+
def remote_private_endpoint(self) -> 'outputs.PrivateEndpointDetailsResponse':
|
|
7526
|
+
"""
|
|
7527
|
+
Defines Private endpoint additional details.
|
|
7528
|
+
"""
|
|
7529
|
+
return pulumi.get(self, "remote_private_endpoint")
|
|
7530
|
+
|
|
7531
|
+
@property
|
|
7532
|
+
@pulumi.getter
|
|
7533
|
+
def status(self) -> str:
|
|
7534
|
+
return pulumi.get(self, "status")
|
|
7535
|
+
|
|
7536
|
+
|
|
7316
7537
|
@pulumi.output_type
|
|
7317
7538
|
class PrivateEndpointConnectionResponse(dict):
|
|
7318
7539
|
"""
|
|
@@ -7411,6 +7632,142 @@ class PrivateEndpointConnectionResponse(dict):
|
|
|
7411
7632
|
return pulumi.get(self, "system_data")
|
|
7412
7633
|
|
|
7413
7634
|
|
|
7635
|
+
@pulumi.output_type
|
|
7636
|
+
class PrivateEndpointDetailsResponse(dict):
|
|
7637
|
+
"""
|
|
7638
|
+
Defines Private endpoint additional details.
|
|
7639
|
+
"""
|
|
7640
|
+
@staticmethod
|
|
7641
|
+
def __key_warning(key: str):
|
|
7642
|
+
suggest = None
|
|
7643
|
+
if key == "connectionDetails":
|
|
7644
|
+
suggest = "connection_details"
|
|
7645
|
+
elif key == "manualPrivateLinkServiceConnections":
|
|
7646
|
+
suggest = "manual_private_link_service_connections"
|
|
7647
|
+
elif key == "privateLinkServiceConnections":
|
|
7648
|
+
suggest = "private_link_service_connections"
|
|
7649
|
+
elif key == "privateLinkServiceProxies":
|
|
7650
|
+
suggest = "private_link_service_proxies"
|
|
7651
|
+
|
|
7652
|
+
if suggest:
|
|
7653
|
+
pulumi.log.warn(f"Key '{key}' not found in PrivateEndpointDetailsResponse. Access the value via the '{suggest}' property getter instead.")
|
|
7654
|
+
|
|
7655
|
+
def __getitem__(self, key: str) -> Any:
|
|
7656
|
+
PrivateEndpointDetailsResponse.__key_warning(key)
|
|
7657
|
+
return super().__getitem__(key)
|
|
7658
|
+
|
|
7659
|
+
def get(self, key: str, default = None) -> Any:
|
|
7660
|
+
PrivateEndpointDetailsResponse.__key_warning(key)
|
|
7661
|
+
return super().get(key, default)
|
|
7662
|
+
|
|
7663
|
+
def __init__(__self__, *,
|
|
7664
|
+
connection_details: Optional[Sequence['outputs.IpConfigurationResponse']] = None,
|
|
7665
|
+
id: Optional[str] = None,
|
|
7666
|
+
manual_private_link_service_connections: Optional[Sequence['outputs.PrivateLinkServiceConnectionResponse']] = None,
|
|
7667
|
+
private_link_service_connections: Optional[Sequence['outputs.PrivateLinkServiceConnectionResponse']] = None,
|
|
7668
|
+
private_link_service_proxies: Optional[Sequence['outputs.PrivateLinkServiceProxyResponse']] = None):
|
|
7669
|
+
"""
|
|
7670
|
+
Defines Private endpoint additional details.
|
|
7671
|
+
"""
|
|
7672
|
+
if connection_details is not None:
|
|
7673
|
+
pulumi.set(__self__, "connection_details", connection_details)
|
|
7674
|
+
if id is not None:
|
|
7675
|
+
pulumi.set(__self__, "id", id)
|
|
7676
|
+
if manual_private_link_service_connections is not None:
|
|
7677
|
+
pulumi.set(__self__, "manual_private_link_service_connections", manual_private_link_service_connections)
|
|
7678
|
+
if private_link_service_connections is not None:
|
|
7679
|
+
pulumi.set(__self__, "private_link_service_connections", private_link_service_connections)
|
|
7680
|
+
if private_link_service_proxies is not None:
|
|
7681
|
+
pulumi.set(__self__, "private_link_service_proxies", private_link_service_proxies)
|
|
7682
|
+
|
|
7683
|
+
@property
|
|
7684
|
+
@pulumi.getter(name="connectionDetails")
|
|
7685
|
+
def connection_details(self) -> Optional[Sequence['outputs.IpConfigurationResponse']]:
|
|
7686
|
+
return pulumi.get(self, "connection_details")
|
|
7687
|
+
|
|
7688
|
+
@property
|
|
7689
|
+
@pulumi.getter
|
|
7690
|
+
def id(self) -> Optional[str]:
|
|
7691
|
+
return pulumi.get(self, "id")
|
|
7692
|
+
|
|
7693
|
+
@property
|
|
7694
|
+
@pulumi.getter(name="manualPrivateLinkServiceConnections")
|
|
7695
|
+
def manual_private_link_service_connections(self) -> Optional[Sequence['outputs.PrivateLinkServiceConnectionResponse']]:
|
|
7696
|
+
return pulumi.get(self, "manual_private_link_service_connections")
|
|
7697
|
+
|
|
7698
|
+
@property
|
|
7699
|
+
@pulumi.getter(name="privateLinkServiceConnections")
|
|
7700
|
+
def private_link_service_connections(self) -> Optional[Sequence['outputs.PrivateLinkServiceConnectionResponse']]:
|
|
7701
|
+
return pulumi.get(self, "private_link_service_connections")
|
|
7702
|
+
|
|
7703
|
+
@property
|
|
7704
|
+
@pulumi.getter(name="privateLinkServiceProxies")
|
|
7705
|
+
def private_link_service_proxies(self) -> Optional[Sequence['outputs.PrivateLinkServiceProxyResponse']]:
|
|
7706
|
+
return pulumi.get(self, "private_link_service_proxies")
|
|
7707
|
+
|
|
7708
|
+
|
|
7709
|
+
@pulumi.output_type
|
|
7710
|
+
class PrivateLinkServiceConnectionResponse(dict):
|
|
7711
|
+
"""
|
|
7712
|
+
Defines Private link service connection.
|
|
7713
|
+
"""
|
|
7714
|
+
@staticmethod
|
|
7715
|
+
def __key_warning(key: str):
|
|
7716
|
+
suggest = None
|
|
7717
|
+
if key == "groupIds":
|
|
7718
|
+
suggest = "group_ids"
|
|
7719
|
+
elif key == "requestMessage":
|
|
7720
|
+
suggest = "request_message"
|
|
7721
|
+
|
|
7722
|
+
if suggest:
|
|
7723
|
+
pulumi.log.warn(f"Key '{key}' not found in PrivateLinkServiceConnectionResponse. Access the value via the '{suggest}' property getter instead.")
|
|
7724
|
+
|
|
7725
|
+
def __getitem__(self, key: str) -> Any:
|
|
7726
|
+
PrivateLinkServiceConnectionResponse.__key_warning(key)
|
|
7727
|
+
return super().__getitem__(key)
|
|
7728
|
+
|
|
7729
|
+
def get(self, key: str, default = None) -> Any:
|
|
7730
|
+
PrivateLinkServiceConnectionResponse.__key_warning(key)
|
|
7731
|
+
return super().get(key, default)
|
|
7732
|
+
|
|
7733
|
+
def __init__(__self__, *,
|
|
7734
|
+
group_ids: Optional[Sequence[str]] = None,
|
|
7735
|
+
id: Optional[str] = None,
|
|
7736
|
+
name: Optional[str] = None,
|
|
7737
|
+
request_message: Optional[str] = None):
|
|
7738
|
+
"""
|
|
7739
|
+
Defines Private link service connection.
|
|
7740
|
+
"""
|
|
7741
|
+
if group_ids is not None:
|
|
7742
|
+
pulumi.set(__self__, "group_ids", group_ids)
|
|
7743
|
+
if id is not None:
|
|
7744
|
+
pulumi.set(__self__, "id", id)
|
|
7745
|
+
if name is not None:
|
|
7746
|
+
pulumi.set(__self__, "name", name)
|
|
7747
|
+
if request_message is not None:
|
|
7748
|
+
pulumi.set(__self__, "request_message", request_message)
|
|
7749
|
+
|
|
7750
|
+
@property
|
|
7751
|
+
@pulumi.getter(name="groupIds")
|
|
7752
|
+
def group_ids(self) -> Optional[Sequence[str]]:
|
|
7753
|
+
return pulumi.get(self, "group_ids")
|
|
7754
|
+
|
|
7755
|
+
@property
|
|
7756
|
+
@pulumi.getter
|
|
7757
|
+
def id(self) -> Optional[str]:
|
|
7758
|
+
return pulumi.get(self, "id")
|
|
7759
|
+
|
|
7760
|
+
@property
|
|
7761
|
+
@pulumi.getter
|
|
7762
|
+
def name(self) -> Optional[str]:
|
|
7763
|
+
return pulumi.get(self, "name")
|
|
7764
|
+
|
|
7765
|
+
@property
|
|
7766
|
+
@pulumi.getter(name="requestMessage")
|
|
7767
|
+
def request_message(self) -> Optional[str]:
|
|
7768
|
+
return pulumi.get(self, "request_message")
|
|
7769
|
+
|
|
7770
|
+
|
|
7414
7771
|
@pulumi.output_type
|
|
7415
7772
|
class PrivateLinkServiceConnectionStateResponse(dict):
|
|
7416
7773
|
"""
|
|
@@ -7475,6 +7832,78 @@ class PrivateLinkServiceConnectionStateResponse(dict):
|
|
|
7475
7832
|
return pulumi.get(self, "status")
|
|
7476
7833
|
|
|
7477
7834
|
|
|
7835
|
+
@pulumi.output_type
|
|
7836
|
+
class PrivateLinkServiceProxyResponse(dict):
|
|
7837
|
+
"""
|
|
7838
|
+
Defines Private link service proxy.
|
|
7839
|
+
"""
|
|
7840
|
+
@staticmethod
|
|
7841
|
+
def __key_warning(key: str):
|
|
7842
|
+
suggest = None
|
|
7843
|
+
if key == "groupConnectivityInformation":
|
|
7844
|
+
suggest = "group_connectivity_information"
|
|
7845
|
+
elif key == "remotePrivateEndpointConnection":
|
|
7846
|
+
suggest = "remote_private_endpoint_connection"
|
|
7847
|
+
elif key == "remotePrivateLinkServiceConnectionState":
|
|
7848
|
+
suggest = "remote_private_link_service_connection_state"
|
|
7849
|
+
|
|
7850
|
+
if suggest:
|
|
7851
|
+
pulumi.log.warn(f"Key '{key}' not found in PrivateLinkServiceProxyResponse. Access the value via the '{suggest}' property getter instead.")
|
|
7852
|
+
|
|
7853
|
+
def __getitem__(self, key: str) -> Any:
|
|
7854
|
+
PrivateLinkServiceProxyResponse.__key_warning(key)
|
|
7855
|
+
return super().__getitem__(key)
|
|
7856
|
+
|
|
7857
|
+
def get(self, key: str, default = None) -> Any:
|
|
7858
|
+
PrivateLinkServiceProxyResponse.__key_warning(key)
|
|
7859
|
+
return super().get(key, default)
|
|
7860
|
+
|
|
7861
|
+
def __init__(__self__, *,
|
|
7862
|
+
group_connectivity_information: Optional[Sequence['outputs.GroupConnectivityInformationResponse']] = None,
|
|
7863
|
+
id: Optional[str] = None,
|
|
7864
|
+
remote_private_endpoint_connection: Optional['outputs.ResourceIdResponse'] = None,
|
|
7865
|
+
remote_private_link_service_connection_state: Optional['outputs.PrivateLinkServiceConnectionStateResponse'] = None):
|
|
7866
|
+
"""
|
|
7867
|
+
Defines Private link service proxy.
|
|
7868
|
+
:param 'ResourceIdResponse' remote_private_endpoint_connection: Defines resource ID of a private endpoint connection.
|
|
7869
|
+
:param 'PrivateLinkServiceConnectionStateResponse' remote_private_link_service_connection_state: Private endpoint connection state.
|
|
7870
|
+
"""
|
|
7871
|
+
if group_connectivity_information is not None:
|
|
7872
|
+
pulumi.set(__self__, "group_connectivity_information", group_connectivity_information)
|
|
7873
|
+
if id is not None:
|
|
7874
|
+
pulumi.set(__self__, "id", id)
|
|
7875
|
+
if remote_private_endpoint_connection is not None:
|
|
7876
|
+
pulumi.set(__self__, "remote_private_endpoint_connection", remote_private_endpoint_connection)
|
|
7877
|
+
if remote_private_link_service_connection_state is not None:
|
|
7878
|
+
pulumi.set(__self__, "remote_private_link_service_connection_state", remote_private_link_service_connection_state)
|
|
7879
|
+
|
|
7880
|
+
@property
|
|
7881
|
+
@pulumi.getter(name="groupConnectivityInformation")
|
|
7882
|
+
def group_connectivity_information(self) -> Optional[Sequence['outputs.GroupConnectivityInformationResponse']]:
|
|
7883
|
+
return pulumi.get(self, "group_connectivity_information")
|
|
7884
|
+
|
|
7885
|
+
@property
|
|
7886
|
+
@pulumi.getter
|
|
7887
|
+
def id(self) -> Optional[str]:
|
|
7888
|
+
return pulumi.get(self, "id")
|
|
7889
|
+
|
|
7890
|
+
@property
|
|
7891
|
+
@pulumi.getter(name="remotePrivateEndpointConnection")
|
|
7892
|
+
def remote_private_endpoint_connection(self) -> Optional['outputs.ResourceIdResponse']:
|
|
7893
|
+
"""
|
|
7894
|
+
Defines resource ID of a private endpoint connection.
|
|
7895
|
+
"""
|
|
7896
|
+
return pulumi.get(self, "remote_private_endpoint_connection")
|
|
7897
|
+
|
|
7898
|
+
@property
|
|
7899
|
+
@pulumi.getter(name="remotePrivateLinkServiceConnectionState")
|
|
7900
|
+
def remote_private_link_service_connection_state(self) -> Optional['outputs.PrivateLinkServiceConnectionStateResponse']:
|
|
7901
|
+
"""
|
|
7902
|
+
Private endpoint connection state.
|
|
7903
|
+
"""
|
|
7904
|
+
return pulumi.get(self, "remote_private_link_service_connection_state")
|
|
7905
|
+
|
|
7906
|
+
|
|
7478
7907
|
@pulumi.output_type
|
|
7479
7908
|
class ProjectPropertiesResponse(dict):
|
|
7480
7909
|
"""
|
|
@@ -8593,7 +9022,7 @@ class SolutionPropertiesResponse(dict):
|
|
|
8593
9022
|
:param str goal: Gets or sets the goal of the solution.
|
|
8594
9023
|
:param str purpose: Gets or sets the purpose of the solution.
|
|
8595
9024
|
:param str status: Gets or sets the current status of the solution.
|
|
8596
|
-
:param Union['DatabasesSolutionSummaryResponse', 'ServersSolutionSummaryResponse'] summary: Gets or sets the summary of the solution.
|
|
9025
|
+
:param Union['DatabasesSolutionSummaryResponse', 'ServersSolutionSummaryResponse', 'SolutionSummaryResponse'] summary: Gets or sets the summary of the solution.
|
|
8597
9026
|
:param str tool: Gets or sets the tool being used in the solution.
|
|
8598
9027
|
"""
|
|
8599
9028
|
if cleanup_state is not None:
|
|
@@ -8668,6 +9097,45 @@ class SolutionPropertiesResponse(dict):
|
|
|
8668
9097
|
return pulumi.get(self, "tool")
|
|
8669
9098
|
|
|
8670
9099
|
|
|
9100
|
+
@pulumi.output_type
|
|
9101
|
+
class SolutionSummaryResponse(dict):
|
|
9102
|
+
"""
|
|
9103
|
+
The solution summary class.
|
|
9104
|
+
"""
|
|
9105
|
+
@staticmethod
|
|
9106
|
+
def __key_warning(key: str):
|
|
9107
|
+
suggest = None
|
|
9108
|
+
if key == "instanceType":
|
|
9109
|
+
suggest = "instance_type"
|
|
9110
|
+
|
|
9111
|
+
if suggest:
|
|
9112
|
+
pulumi.log.warn(f"Key '{key}' not found in SolutionSummaryResponse. Access the value via the '{suggest}' property getter instead.")
|
|
9113
|
+
|
|
9114
|
+
def __getitem__(self, key: str) -> Any:
|
|
9115
|
+
SolutionSummaryResponse.__key_warning(key)
|
|
9116
|
+
return super().__getitem__(key)
|
|
9117
|
+
|
|
9118
|
+
def get(self, key: str, default = None) -> Any:
|
|
9119
|
+
SolutionSummaryResponse.__key_warning(key)
|
|
9120
|
+
return super().get(key, default)
|
|
9121
|
+
|
|
9122
|
+
def __init__(__self__, *,
|
|
9123
|
+
instance_type: str):
|
|
9124
|
+
"""
|
|
9125
|
+
The solution summary class.
|
|
9126
|
+
:param str instance_type: Gets the Instance type.
|
|
9127
|
+
"""
|
|
9128
|
+
pulumi.set(__self__, "instance_type", instance_type)
|
|
9129
|
+
|
|
9130
|
+
@property
|
|
9131
|
+
@pulumi.getter(name="instanceType")
|
|
9132
|
+
def instance_type(self) -> str:
|
|
9133
|
+
"""
|
|
9134
|
+
Gets the Instance type.
|
|
9135
|
+
"""
|
|
9136
|
+
return pulumi.get(self, "instance_type")
|
|
9137
|
+
|
|
9138
|
+
|
|
8671
9139
|
@pulumi.output_type
|
|
8672
9140
|
class SqlDatabaseResourceSettingsResponse(dict):
|
|
8673
9141
|
"""
|
|
@@ -9085,7 +9553,7 @@ class SystemDataResponse(dict):
|
|
|
9085
9553
|
:param str created_at: The timestamp of resource creation (UTC).
|
|
9086
9554
|
:param str created_by: The identity that created the resource.
|
|
9087
9555
|
:param str created_by_type: The type of identity that created the resource.
|
|
9088
|
-
:param str last_modified_at: The
|
|
9556
|
+
:param str last_modified_at: The timestamp of resource last modification (UTC)
|
|
9089
9557
|
:param str last_modified_by: The identity that last modified the resource.
|
|
9090
9558
|
:param str last_modified_by_type: The type of identity that last modified the resource.
|
|
9091
9559
|
"""
|
|
@@ -9130,7 +9598,7 @@ class SystemDataResponse(dict):
|
|
|
9130
9598
|
@pulumi.getter(name="lastModifiedAt")
|
|
9131
9599
|
def last_modified_at(self) -> Optional[str]:
|
|
9132
9600
|
"""
|
|
9133
|
-
The
|
|
9601
|
+
The timestamp of resource last modification (UTC)
|
|
9134
9602
|
"""
|
|
9135
9603
|
return pulumi.get(self, "last_modified_at")
|
|
9136
9604
|
|
pulumi_azure_native/migrate/private_endpoint_connection_controller_private_endpoint_connection.py
CHANGED
|
@@ -174,7 +174,7 @@ class PrivateEndpointConnectionControllerPrivateEndpointConnection(pulumi.Custom
|
|
|
174
174
|
__props__.__dict__["name"] = None
|
|
175
175
|
__props__.__dict__["system_data"] = None
|
|
176
176
|
__props__.__dict__["type"] = None
|
|
177
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:migrate/v20200501:PrivateEndpointConnectionControllerPrivateEndpointConnection")])
|
|
177
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:migrate/v20200501:PrivateEndpointConnectionControllerPrivateEndpointConnection"), pulumi.Alias(type_="azure-native:migrate/v20230101:PrivateEndpointConnectionControllerPrivateEndpointConnection")])
|
|
178
178
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
179
179
|
super(PrivateEndpointConnectionControllerPrivateEndpointConnection, __self__).__init__(
|
|
180
180
|
'azure-native:migrate:PrivateEndpointConnectionControllerPrivateEndpointConnection',
|