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,255 @@
|
|
|
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__ = ['TrustedAccessRoleBindingArgs', 'TrustedAccessRoleBinding']
|
|
14
|
+
|
|
15
|
+
@pulumi.input_type
|
|
16
|
+
class TrustedAccessRoleBindingArgs:
|
|
17
|
+
def __init__(__self__, *,
|
|
18
|
+
resource_group_name: pulumi.Input[str],
|
|
19
|
+
resource_name: pulumi.Input[str],
|
|
20
|
+
roles: pulumi.Input[Sequence[pulumi.Input[str]]],
|
|
21
|
+
source_resource_id: pulumi.Input[str],
|
|
22
|
+
trusted_access_role_binding_name: Optional[pulumi.Input[str]] = None):
|
|
23
|
+
"""
|
|
24
|
+
The set of arguments for constructing a TrustedAccessRoleBinding resource.
|
|
25
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
26
|
+
:param pulumi.Input[str] resource_name: The name of the managed cluster resource.
|
|
27
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] roles: A list of roles to bind, each item is a resource type qualified role name. For example: 'Microsoft.MachineLearningServices/workspaces/reader'.
|
|
28
|
+
:param pulumi.Input[str] source_resource_id: The ARM resource ID of source resource that trusted access is configured for.
|
|
29
|
+
:param pulumi.Input[str] trusted_access_role_binding_name: The name of trusted access role binding.
|
|
30
|
+
"""
|
|
31
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
32
|
+
pulumi.set(__self__, "resource_name", resource_name)
|
|
33
|
+
pulumi.set(__self__, "roles", roles)
|
|
34
|
+
pulumi.set(__self__, "source_resource_id", source_resource_id)
|
|
35
|
+
if trusted_access_role_binding_name is not None:
|
|
36
|
+
pulumi.set(__self__, "trusted_access_role_binding_name", trusted_access_role_binding_name)
|
|
37
|
+
|
|
38
|
+
@property
|
|
39
|
+
@pulumi.getter(name="resourceGroupName")
|
|
40
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
41
|
+
"""
|
|
42
|
+
The name of the resource group. The name is case insensitive.
|
|
43
|
+
"""
|
|
44
|
+
return pulumi.get(self, "resource_group_name")
|
|
45
|
+
|
|
46
|
+
@resource_group_name.setter
|
|
47
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
48
|
+
pulumi.set(self, "resource_group_name", value)
|
|
49
|
+
|
|
50
|
+
@property
|
|
51
|
+
@pulumi.getter(name="resourceName")
|
|
52
|
+
def resource_name(self) -> pulumi.Input[str]:
|
|
53
|
+
"""
|
|
54
|
+
The name of the managed cluster resource.
|
|
55
|
+
"""
|
|
56
|
+
return pulumi.get(self, "resource_name")
|
|
57
|
+
|
|
58
|
+
@resource_name.setter
|
|
59
|
+
def resource_name(self, value: pulumi.Input[str]):
|
|
60
|
+
pulumi.set(self, "resource_name", value)
|
|
61
|
+
|
|
62
|
+
@property
|
|
63
|
+
@pulumi.getter
|
|
64
|
+
def roles(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
|
65
|
+
"""
|
|
66
|
+
A list of roles to bind, each item is a resource type qualified role name. For example: 'Microsoft.MachineLearningServices/workspaces/reader'.
|
|
67
|
+
"""
|
|
68
|
+
return pulumi.get(self, "roles")
|
|
69
|
+
|
|
70
|
+
@roles.setter
|
|
71
|
+
def roles(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
|
72
|
+
pulumi.set(self, "roles", value)
|
|
73
|
+
|
|
74
|
+
@property
|
|
75
|
+
@pulumi.getter(name="sourceResourceId")
|
|
76
|
+
def source_resource_id(self) -> pulumi.Input[str]:
|
|
77
|
+
"""
|
|
78
|
+
The ARM resource ID of source resource that trusted access is configured for.
|
|
79
|
+
"""
|
|
80
|
+
return pulumi.get(self, "source_resource_id")
|
|
81
|
+
|
|
82
|
+
@source_resource_id.setter
|
|
83
|
+
def source_resource_id(self, value: pulumi.Input[str]):
|
|
84
|
+
pulumi.set(self, "source_resource_id", value)
|
|
85
|
+
|
|
86
|
+
@property
|
|
87
|
+
@pulumi.getter(name="trustedAccessRoleBindingName")
|
|
88
|
+
def trusted_access_role_binding_name(self) -> Optional[pulumi.Input[str]]:
|
|
89
|
+
"""
|
|
90
|
+
The name of trusted access role binding.
|
|
91
|
+
"""
|
|
92
|
+
return pulumi.get(self, "trusted_access_role_binding_name")
|
|
93
|
+
|
|
94
|
+
@trusted_access_role_binding_name.setter
|
|
95
|
+
def trusted_access_role_binding_name(self, value: Optional[pulumi.Input[str]]):
|
|
96
|
+
pulumi.set(self, "trusted_access_role_binding_name", value)
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
class TrustedAccessRoleBinding(pulumi.CustomResource):
|
|
100
|
+
@overload
|
|
101
|
+
def __init__(__self__,
|
|
102
|
+
resource_name: str,
|
|
103
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
104
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
105
|
+
resource_name_: Optional[pulumi.Input[str]] = None,
|
|
106
|
+
roles: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
107
|
+
source_resource_id: Optional[pulumi.Input[str]] = None,
|
|
108
|
+
trusted_access_role_binding_name: Optional[pulumi.Input[str]] = None,
|
|
109
|
+
__props__=None):
|
|
110
|
+
"""
|
|
111
|
+
Defines binding between a resource and role
|
|
112
|
+
|
|
113
|
+
:param str resource_name: The name of the resource.
|
|
114
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
115
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
116
|
+
:param pulumi.Input[str] resource_name_: The name of the managed cluster resource.
|
|
117
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] roles: A list of roles to bind, each item is a resource type qualified role name. For example: 'Microsoft.MachineLearningServices/workspaces/reader'.
|
|
118
|
+
:param pulumi.Input[str] source_resource_id: The ARM resource ID of source resource that trusted access is configured for.
|
|
119
|
+
:param pulumi.Input[str] trusted_access_role_binding_name: The name of trusted access role binding.
|
|
120
|
+
"""
|
|
121
|
+
...
|
|
122
|
+
@overload
|
|
123
|
+
def __init__(__self__,
|
|
124
|
+
resource_name: str,
|
|
125
|
+
args: TrustedAccessRoleBindingArgs,
|
|
126
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
127
|
+
"""
|
|
128
|
+
Defines binding between a resource and role
|
|
129
|
+
|
|
130
|
+
:param str resource_name: The name of the resource.
|
|
131
|
+
:param TrustedAccessRoleBindingArgs args: The arguments to use to populate this resource's properties.
|
|
132
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
133
|
+
"""
|
|
134
|
+
...
|
|
135
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
136
|
+
resource_args, opts = _utilities.get_resource_args_opts(TrustedAccessRoleBindingArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
137
|
+
if resource_args is not None:
|
|
138
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
139
|
+
else:
|
|
140
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
141
|
+
|
|
142
|
+
def _internal_init(__self__,
|
|
143
|
+
resource_name: str,
|
|
144
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
145
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
146
|
+
resource_name_: Optional[pulumi.Input[str]] = None,
|
|
147
|
+
roles: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
148
|
+
source_resource_id: Optional[pulumi.Input[str]] = None,
|
|
149
|
+
trusted_access_role_binding_name: Optional[pulumi.Input[str]] = None,
|
|
150
|
+
__props__=None):
|
|
151
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
152
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
153
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
154
|
+
if opts.id is None:
|
|
155
|
+
if __props__ is not None:
|
|
156
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
157
|
+
__props__ = TrustedAccessRoleBindingArgs.__new__(TrustedAccessRoleBindingArgs)
|
|
158
|
+
|
|
159
|
+
if resource_group_name is None and not opts.urn:
|
|
160
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
161
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
162
|
+
if resource_name_ is None and not opts.urn:
|
|
163
|
+
raise TypeError("Missing required property 'resource_name_'")
|
|
164
|
+
__props__.__dict__["resource_name"] = resource_name_
|
|
165
|
+
if roles is None and not opts.urn:
|
|
166
|
+
raise TypeError("Missing required property 'roles'")
|
|
167
|
+
__props__.__dict__["roles"] = roles
|
|
168
|
+
if source_resource_id is None and not opts.urn:
|
|
169
|
+
raise TypeError("Missing required property 'source_resource_id'")
|
|
170
|
+
__props__.__dict__["source_resource_id"] = source_resource_id
|
|
171
|
+
__props__.__dict__["trusted_access_role_binding_name"] = trusted_access_role_binding_name
|
|
172
|
+
__props__.__dict__["name"] = None
|
|
173
|
+
__props__.__dict__["provisioning_state"] = None
|
|
174
|
+
__props__.__dict__["system_data"] = None
|
|
175
|
+
__props__.__dict__["type"] = None
|
|
176
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:containerservice:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20220402preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20220502preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20220602preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20220702preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20220802preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20220803preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20220902preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20221002preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20221102preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20230102preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20230202preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20230302preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20230402preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20230502preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20230602preview:TrustedAccessRoleBinding"), pulumi.Alias(type_="azure-native:containerservice/v20230702preview:TrustedAccessRoleBinding")])
|
|
177
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
178
|
+
super(TrustedAccessRoleBinding, __self__).__init__(
|
|
179
|
+
'azure-native:containerservice/v20230802preview:TrustedAccessRoleBinding',
|
|
180
|
+
resource_name,
|
|
181
|
+
__props__,
|
|
182
|
+
opts)
|
|
183
|
+
|
|
184
|
+
@staticmethod
|
|
185
|
+
def get(resource_name: str,
|
|
186
|
+
id: pulumi.Input[str],
|
|
187
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'TrustedAccessRoleBinding':
|
|
188
|
+
"""
|
|
189
|
+
Get an existing TrustedAccessRoleBinding resource's state with the given name, id, and optional extra
|
|
190
|
+
properties used to qualify the lookup.
|
|
191
|
+
|
|
192
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
193
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
194
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
195
|
+
"""
|
|
196
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
197
|
+
|
|
198
|
+
__props__ = TrustedAccessRoleBindingArgs.__new__(TrustedAccessRoleBindingArgs)
|
|
199
|
+
|
|
200
|
+
__props__.__dict__["name"] = None
|
|
201
|
+
__props__.__dict__["provisioning_state"] = None
|
|
202
|
+
__props__.__dict__["roles"] = None
|
|
203
|
+
__props__.__dict__["source_resource_id"] = None
|
|
204
|
+
__props__.__dict__["system_data"] = None
|
|
205
|
+
__props__.__dict__["type"] = None
|
|
206
|
+
return TrustedAccessRoleBinding(resource_name, opts=opts, __props__=__props__)
|
|
207
|
+
|
|
208
|
+
@property
|
|
209
|
+
@pulumi.getter
|
|
210
|
+
def name(self) -> pulumi.Output[str]:
|
|
211
|
+
"""
|
|
212
|
+
The name of the resource
|
|
213
|
+
"""
|
|
214
|
+
return pulumi.get(self, "name")
|
|
215
|
+
|
|
216
|
+
@property
|
|
217
|
+
@pulumi.getter(name="provisioningState")
|
|
218
|
+
def provisioning_state(self) -> pulumi.Output[str]:
|
|
219
|
+
"""
|
|
220
|
+
The current provisioning state of trusted access role binding.
|
|
221
|
+
"""
|
|
222
|
+
return pulumi.get(self, "provisioning_state")
|
|
223
|
+
|
|
224
|
+
@property
|
|
225
|
+
@pulumi.getter
|
|
226
|
+
def roles(self) -> pulumi.Output[Sequence[str]]:
|
|
227
|
+
"""
|
|
228
|
+
A list of roles to bind, each item is a resource type qualified role name. For example: 'Microsoft.MachineLearningServices/workspaces/reader'.
|
|
229
|
+
"""
|
|
230
|
+
return pulumi.get(self, "roles")
|
|
231
|
+
|
|
232
|
+
@property
|
|
233
|
+
@pulumi.getter(name="sourceResourceId")
|
|
234
|
+
def source_resource_id(self) -> pulumi.Output[str]:
|
|
235
|
+
"""
|
|
236
|
+
The ARM resource ID of source resource that trusted access is configured for.
|
|
237
|
+
"""
|
|
238
|
+
return pulumi.get(self, "source_resource_id")
|
|
239
|
+
|
|
240
|
+
@property
|
|
241
|
+
@pulumi.getter(name="systemData")
|
|
242
|
+
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
243
|
+
"""
|
|
244
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
245
|
+
"""
|
|
246
|
+
return pulumi.get(self, "system_data")
|
|
247
|
+
|
|
248
|
+
@property
|
|
249
|
+
@pulumi.getter
|
|
250
|
+
def type(self) -> pulumi.Output[str]:
|
|
251
|
+
"""
|
|
252
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
253
|
+
"""
|
|
254
|
+
return pulumi.get(self, "type")
|
|
255
|
+
|
|
@@ -7,8 +7,10 @@ import typing
|
|
|
7
7
|
# Export this package's modules as members:
|
|
8
8
|
from ._enums import *
|
|
9
9
|
from .get_grafana import *
|
|
10
|
+
from .get_managed_private_endpoint import *
|
|
10
11
|
from .get_private_endpoint_connection import *
|
|
11
12
|
from .grafana import *
|
|
13
|
+
from .managed_private_endpoint import *
|
|
12
14
|
from .private_endpoint_connection import *
|
|
13
15
|
from ._inputs import *
|
|
14
16
|
from . import outputs
|
|
@@ -19,7 +21,10 @@ if typing.TYPE_CHECKING:
|
|
|
19
21
|
v20210901preview = __v20210901preview
|
|
20
22
|
import pulumi_azure_native.dashboard.v20220801 as __v20220801
|
|
21
23
|
v20220801 = __v20220801
|
|
24
|
+
import pulumi_azure_native.dashboard.v20221001preview as __v20221001preview
|
|
25
|
+
v20221001preview = __v20221001preview
|
|
22
26
|
else:
|
|
23
27
|
v20210901preview = _utilities.lazy_import('pulumi_azure_native.dashboard.v20210901preview')
|
|
24
28
|
v20220801 = _utilities.lazy_import('pulumi_azure_native.dashboard.v20220801')
|
|
29
|
+
v20221001preview = _utilities.lazy_import('pulumi_azure_native.dashboard.v20221001preview')
|
|
25
30
|
|
|
@@ -0,0 +1,255 @@
|
|
|
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
|
+
'GetManagedPrivateEndpointResult',
|
|
15
|
+
'AwaitableGetManagedPrivateEndpointResult',
|
|
16
|
+
'get_managed_private_endpoint',
|
|
17
|
+
'get_managed_private_endpoint_output',
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
@pulumi.output_type
|
|
21
|
+
class GetManagedPrivateEndpointResult:
|
|
22
|
+
"""
|
|
23
|
+
The managed private endpoint resource type.
|
|
24
|
+
"""
|
|
25
|
+
def __init__(__self__, connection_state=None, group_ids=None, id=None, location=None, name=None, private_link_resource_id=None, private_link_resource_region=None, private_link_service_private_ip=None, private_link_service_url=None, provisioning_state=None, request_message=None, system_data=None, tags=None, type=None):
|
|
26
|
+
if connection_state and not isinstance(connection_state, dict):
|
|
27
|
+
raise TypeError("Expected argument 'connection_state' to be a dict")
|
|
28
|
+
pulumi.set(__self__, "connection_state", connection_state)
|
|
29
|
+
if group_ids and not isinstance(group_ids, list):
|
|
30
|
+
raise TypeError("Expected argument 'group_ids' to be a list")
|
|
31
|
+
pulumi.set(__self__, "group_ids", group_ids)
|
|
32
|
+
if id and not isinstance(id, str):
|
|
33
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
34
|
+
pulumi.set(__self__, "id", id)
|
|
35
|
+
if location and not isinstance(location, str):
|
|
36
|
+
raise TypeError("Expected argument 'location' to be a str")
|
|
37
|
+
pulumi.set(__self__, "location", location)
|
|
38
|
+
if name and not isinstance(name, str):
|
|
39
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
40
|
+
pulumi.set(__self__, "name", name)
|
|
41
|
+
if private_link_resource_id and not isinstance(private_link_resource_id, str):
|
|
42
|
+
raise TypeError("Expected argument 'private_link_resource_id' to be a str")
|
|
43
|
+
pulumi.set(__self__, "private_link_resource_id", private_link_resource_id)
|
|
44
|
+
if private_link_resource_region and not isinstance(private_link_resource_region, str):
|
|
45
|
+
raise TypeError("Expected argument 'private_link_resource_region' to be a str")
|
|
46
|
+
pulumi.set(__self__, "private_link_resource_region", private_link_resource_region)
|
|
47
|
+
if private_link_service_private_ip and not isinstance(private_link_service_private_ip, str):
|
|
48
|
+
raise TypeError("Expected argument 'private_link_service_private_ip' to be a str")
|
|
49
|
+
pulumi.set(__self__, "private_link_service_private_ip", private_link_service_private_ip)
|
|
50
|
+
if private_link_service_url and not isinstance(private_link_service_url, str):
|
|
51
|
+
raise TypeError("Expected argument 'private_link_service_url' to be a str")
|
|
52
|
+
pulumi.set(__self__, "private_link_service_url", private_link_service_url)
|
|
53
|
+
if provisioning_state and not isinstance(provisioning_state, str):
|
|
54
|
+
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
55
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
56
|
+
if request_message and not isinstance(request_message, str):
|
|
57
|
+
raise TypeError("Expected argument 'request_message' to be a str")
|
|
58
|
+
pulumi.set(__self__, "request_message", request_message)
|
|
59
|
+
if system_data and not isinstance(system_data, dict):
|
|
60
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
61
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
62
|
+
if tags and not isinstance(tags, dict):
|
|
63
|
+
raise TypeError("Expected argument 'tags' to be a dict")
|
|
64
|
+
pulumi.set(__self__, "tags", tags)
|
|
65
|
+
if type and not isinstance(type, str):
|
|
66
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
67
|
+
pulumi.set(__self__, "type", type)
|
|
68
|
+
|
|
69
|
+
@property
|
|
70
|
+
@pulumi.getter(name="connectionState")
|
|
71
|
+
def connection_state(self) -> 'outputs.ManagedPrivateEndpointConnectionStateResponse':
|
|
72
|
+
"""
|
|
73
|
+
The state of managed private endpoint connection.
|
|
74
|
+
"""
|
|
75
|
+
return pulumi.get(self, "connection_state")
|
|
76
|
+
|
|
77
|
+
@property
|
|
78
|
+
@pulumi.getter(name="groupIds")
|
|
79
|
+
def group_ids(self) -> Optional[Sequence[str]]:
|
|
80
|
+
"""
|
|
81
|
+
The group Ids of the managed private endpoint.
|
|
82
|
+
"""
|
|
83
|
+
return pulumi.get(self, "group_ids")
|
|
84
|
+
|
|
85
|
+
@property
|
|
86
|
+
@pulumi.getter
|
|
87
|
+
def id(self) -> str:
|
|
88
|
+
"""
|
|
89
|
+
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
90
|
+
"""
|
|
91
|
+
return pulumi.get(self, "id")
|
|
92
|
+
|
|
93
|
+
@property
|
|
94
|
+
@pulumi.getter
|
|
95
|
+
def location(self) -> str:
|
|
96
|
+
"""
|
|
97
|
+
The geo-location where the resource lives
|
|
98
|
+
"""
|
|
99
|
+
return pulumi.get(self, "location")
|
|
100
|
+
|
|
101
|
+
@property
|
|
102
|
+
@pulumi.getter
|
|
103
|
+
def name(self) -> str:
|
|
104
|
+
"""
|
|
105
|
+
The name of the resource
|
|
106
|
+
"""
|
|
107
|
+
return pulumi.get(self, "name")
|
|
108
|
+
|
|
109
|
+
@property
|
|
110
|
+
@pulumi.getter(name="privateLinkResourceId")
|
|
111
|
+
def private_link_resource_id(self) -> Optional[str]:
|
|
112
|
+
"""
|
|
113
|
+
The ARM resource ID of the resource for which the managed private endpoint is pointing to.
|
|
114
|
+
"""
|
|
115
|
+
return pulumi.get(self, "private_link_resource_id")
|
|
116
|
+
|
|
117
|
+
@property
|
|
118
|
+
@pulumi.getter(name="privateLinkResourceRegion")
|
|
119
|
+
def private_link_resource_region(self) -> Optional[str]:
|
|
120
|
+
"""
|
|
121
|
+
The region of the resource to which the managed private endpoint is pointing to.
|
|
122
|
+
"""
|
|
123
|
+
return pulumi.get(self, "private_link_resource_region")
|
|
124
|
+
|
|
125
|
+
@property
|
|
126
|
+
@pulumi.getter(name="privateLinkServicePrivateIP")
|
|
127
|
+
def private_link_service_private_ip(self) -> str:
|
|
128
|
+
"""
|
|
129
|
+
The private IP of private endpoint after approval. This property is empty before connection is approved.
|
|
130
|
+
"""
|
|
131
|
+
return pulumi.get(self, "private_link_service_private_ip")
|
|
132
|
+
|
|
133
|
+
@property
|
|
134
|
+
@pulumi.getter(name="privateLinkServiceUrl")
|
|
135
|
+
def private_link_service_url(self) -> Optional[str]:
|
|
136
|
+
"""
|
|
137
|
+
The URL of the data store behind the private link service. It would be the URL in the Grafana data source configuration page without the protocol and port.
|
|
138
|
+
"""
|
|
139
|
+
return pulumi.get(self, "private_link_service_url")
|
|
140
|
+
|
|
141
|
+
@property
|
|
142
|
+
@pulumi.getter(name="provisioningState")
|
|
143
|
+
def provisioning_state(self) -> str:
|
|
144
|
+
"""
|
|
145
|
+
Provisioning state of the resource.
|
|
146
|
+
"""
|
|
147
|
+
return pulumi.get(self, "provisioning_state")
|
|
148
|
+
|
|
149
|
+
@property
|
|
150
|
+
@pulumi.getter(name="requestMessage")
|
|
151
|
+
def request_message(self) -> Optional[str]:
|
|
152
|
+
"""
|
|
153
|
+
User input request message of the managed private endpoint.
|
|
154
|
+
"""
|
|
155
|
+
return pulumi.get(self, "request_message")
|
|
156
|
+
|
|
157
|
+
@property
|
|
158
|
+
@pulumi.getter(name="systemData")
|
|
159
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
160
|
+
"""
|
|
161
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
162
|
+
"""
|
|
163
|
+
return pulumi.get(self, "system_data")
|
|
164
|
+
|
|
165
|
+
@property
|
|
166
|
+
@pulumi.getter
|
|
167
|
+
def tags(self) -> Optional[Mapping[str, str]]:
|
|
168
|
+
"""
|
|
169
|
+
Resource tags.
|
|
170
|
+
"""
|
|
171
|
+
return pulumi.get(self, "tags")
|
|
172
|
+
|
|
173
|
+
@property
|
|
174
|
+
@pulumi.getter
|
|
175
|
+
def type(self) -> str:
|
|
176
|
+
"""
|
|
177
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
178
|
+
"""
|
|
179
|
+
return pulumi.get(self, "type")
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
class AwaitableGetManagedPrivateEndpointResult(GetManagedPrivateEndpointResult):
|
|
183
|
+
# pylint: disable=using-constant-test
|
|
184
|
+
def __await__(self):
|
|
185
|
+
if False:
|
|
186
|
+
yield self
|
|
187
|
+
return GetManagedPrivateEndpointResult(
|
|
188
|
+
connection_state=self.connection_state,
|
|
189
|
+
group_ids=self.group_ids,
|
|
190
|
+
id=self.id,
|
|
191
|
+
location=self.location,
|
|
192
|
+
name=self.name,
|
|
193
|
+
private_link_resource_id=self.private_link_resource_id,
|
|
194
|
+
private_link_resource_region=self.private_link_resource_region,
|
|
195
|
+
private_link_service_private_ip=self.private_link_service_private_ip,
|
|
196
|
+
private_link_service_url=self.private_link_service_url,
|
|
197
|
+
provisioning_state=self.provisioning_state,
|
|
198
|
+
request_message=self.request_message,
|
|
199
|
+
system_data=self.system_data,
|
|
200
|
+
tags=self.tags,
|
|
201
|
+
type=self.type)
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
def get_managed_private_endpoint(managed_private_endpoint_name: Optional[str] = None,
|
|
205
|
+
resource_group_name: Optional[str] = None,
|
|
206
|
+
workspace_name: Optional[str] = None,
|
|
207
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetManagedPrivateEndpointResult:
|
|
208
|
+
"""
|
|
209
|
+
The managed private endpoint resource type.
|
|
210
|
+
Azure REST API version: 2022-10-01-preview.
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
:param str managed_private_endpoint_name: The managed private endpoint name of Azure Managed Grafana.
|
|
214
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
215
|
+
:param str workspace_name: The workspace name of Azure Managed Grafana.
|
|
216
|
+
"""
|
|
217
|
+
__args__ = dict()
|
|
218
|
+
__args__['managedPrivateEndpointName'] = managed_private_endpoint_name
|
|
219
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
220
|
+
__args__['workspaceName'] = workspace_name
|
|
221
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
222
|
+
__ret__ = pulumi.runtime.invoke('azure-native:dashboard:getManagedPrivateEndpoint', __args__, opts=opts, typ=GetManagedPrivateEndpointResult).value
|
|
223
|
+
|
|
224
|
+
return AwaitableGetManagedPrivateEndpointResult(
|
|
225
|
+
connection_state=pulumi.get(__ret__, 'connection_state'),
|
|
226
|
+
group_ids=pulumi.get(__ret__, 'group_ids'),
|
|
227
|
+
id=pulumi.get(__ret__, 'id'),
|
|
228
|
+
location=pulumi.get(__ret__, 'location'),
|
|
229
|
+
name=pulumi.get(__ret__, 'name'),
|
|
230
|
+
private_link_resource_id=pulumi.get(__ret__, 'private_link_resource_id'),
|
|
231
|
+
private_link_resource_region=pulumi.get(__ret__, 'private_link_resource_region'),
|
|
232
|
+
private_link_service_private_ip=pulumi.get(__ret__, 'private_link_service_private_ip'),
|
|
233
|
+
private_link_service_url=pulumi.get(__ret__, 'private_link_service_url'),
|
|
234
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
235
|
+
request_message=pulumi.get(__ret__, 'request_message'),
|
|
236
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
237
|
+
tags=pulumi.get(__ret__, 'tags'),
|
|
238
|
+
type=pulumi.get(__ret__, 'type'))
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
@_utilities.lift_output_func(get_managed_private_endpoint)
|
|
242
|
+
def get_managed_private_endpoint_output(managed_private_endpoint_name: Optional[pulumi.Input[str]] = None,
|
|
243
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
244
|
+
workspace_name: Optional[pulumi.Input[str]] = None,
|
|
245
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetManagedPrivateEndpointResult]:
|
|
246
|
+
"""
|
|
247
|
+
The managed private endpoint resource type.
|
|
248
|
+
Azure REST API version: 2022-10-01-preview.
|
|
249
|
+
|
|
250
|
+
|
|
251
|
+
:param str managed_private_endpoint_name: The managed private endpoint name of Azure Managed Grafana.
|
|
252
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
253
|
+
:param str workspace_name: The workspace name of Azure Managed Grafana.
|
|
254
|
+
"""
|
|
255
|
+
...
|
|
@@ -213,7 +213,7 @@ class Grafana(pulumi.CustomResource):
|
|
|
213
213
|
__props__.__dict__["name"] = None
|
|
214
214
|
__props__.__dict__["system_data"] = None
|
|
215
215
|
__props__.__dict__["type"] = None
|
|
216
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:dashboard/v20210901preview:Grafana"), pulumi.Alias(type_="azure-native:dashboard/v20220501preview:Grafana"), pulumi.Alias(type_="azure-native:dashboard/v20220801:Grafana")])
|
|
216
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:dashboard/v20210901preview:Grafana"), pulumi.Alias(type_="azure-native:dashboard/v20220501preview:Grafana"), pulumi.Alias(type_="azure-native:dashboard/v20220801:Grafana"), pulumi.Alias(type_="azure-native:dashboard/v20221001preview:Grafana")])
|
|
217
217
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
218
218
|
super(Grafana, __self__).__init__(
|
|
219
219
|
'azure-native:dashboard:Grafana',
|