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,713 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from ... import _utilities
|
|
11
|
+
from . import outputs
|
|
12
|
+
from ._enums import *
|
|
13
|
+
from ._inputs import *
|
|
14
|
+
|
|
15
|
+
__all__ = ['DataProductArgs', 'DataProduct']
|
|
16
|
+
|
|
17
|
+
@pulumi.input_type
|
|
18
|
+
class DataProductArgs:
|
|
19
|
+
def __init__(__self__, *,
|
|
20
|
+
major_version: pulumi.Input[str],
|
|
21
|
+
product: pulumi.Input[str],
|
|
22
|
+
publisher: pulumi.Input[str],
|
|
23
|
+
resource_group_name: pulumi.Input[str],
|
|
24
|
+
current_minor_version: Optional[pulumi.Input[str]] = None,
|
|
25
|
+
customer_encryption_key: Optional[pulumi.Input['EncryptionKeyDetailsArgs']] = None,
|
|
26
|
+
customer_managed_key_encryption_enabled: Optional[pulumi.Input[Union[str, 'ControlState']]] = None,
|
|
27
|
+
data_product_name: Optional[pulumi.Input[str]] = None,
|
|
28
|
+
identity: Optional[pulumi.Input['ManagedServiceIdentityArgs']] = None,
|
|
29
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
30
|
+
managed_resource_group_configuration: Optional[pulumi.Input['ManagedResourceGroupConfigurationArgs']] = None,
|
|
31
|
+
networkacls: Optional[pulumi.Input['DataProductNetworkAclsArgs']] = None,
|
|
32
|
+
owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
33
|
+
private_links_enabled: Optional[pulumi.Input[Union[str, 'ControlState']]] = None,
|
|
34
|
+
public_network_access: Optional[pulumi.Input[Union[str, 'ControlState']]] = None,
|
|
35
|
+
purview_account: Optional[pulumi.Input[str]] = None,
|
|
36
|
+
purview_collection: Optional[pulumi.Input[str]] = None,
|
|
37
|
+
redundancy: Optional[pulumi.Input[Union[str, 'ControlState']]] = None,
|
|
38
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
|
39
|
+
"""
|
|
40
|
+
The set of arguments for constructing a DataProduct resource.
|
|
41
|
+
:param pulumi.Input[str] major_version: Major version of data product.
|
|
42
|
+
:param pulumi.Input[str] product: Product name of data product.
|
|
43
|
+
:param pulumi.Input[str] publisher: Data product publisher name.
|
|
44
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
45
|
+
:param pulumi.Input[str] current_minor_version: Current configured minor version of the data product resource.
|
|
46
|
+
:param pulumi.Input['EncryptionKeyDetailsArgs'] customer_encryption_key: Customer managed encryption key details for data product.
|
|
47
|
+
:param pulumi.Input[Union[str, 'ControlState']] customer_managed_key_encryption_enabled: Flag to enable customer managed key encryption for data product.
|
|
48
|
+
:param pulumi.Input[str] data_product_name: The data product resource name
|
|
49
|
+
:param pulumi.Input['ManagedServiceIdentityArgs'] identity: The managed service identities assigned to this resource.
|
|
50
|
+
:param pulumi.Input[str] location: The geo-location where the resource lives
|
|
51
|
+
:param pulumi.Input['ManagedResourceGroupConfigurationArgs'] managed_resource_group_configuration: Managed resource group configuration.
|
|
52
|
+
:param pulumi.Input['DataProductNetworkAclsArgs'] networkacls: Network rule set for data product.
|
|
53
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] owners: List of name or email associated with data product resource deployment.
|
|
54
|
+
:param pulumi.Input[Union[str, 'ControlState']] private_links_enabled: Flag to enable or disable private link for data product resource.
|
|
55
|
+
:param pulumi.Input[Union[str, 'ControlState']] public_network_access: Flag to enable or disable public access of data product resource.
|
|
56
|
+
:param pulumi.Input[str] purview_account: Purview account url for data product to connect to.
|
|
57
|
+
:param pulumi.Input[str] purview_collection: Purview collection url for data product to connect to.
|
|
58
|
+
:param pulumi.Input[Union[str, 'ControlState']] redundancy: Flag to enable or disable redundancy for data product.
|
|
59
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
|
|
60
|
+
"""
|
|
61
|
+
pulumi.set(__self__, "major_version", major_version)
|
|
62
|
+
pulumi.set(__self__, "product", product)
|
|
63
|
+
pulumi.set(__self__, "publisher", publisher)
|
|
64
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
65
|
+
if current_minor_version is not None:
|
|
66
|
+
pulumi.set(__self__, "current_minor_version", current_minor_version)
|
|
67
|
+
if customer_encryption_key is not None:
|
|
68
|
+
pulumi.set(__self__, "customer_encryption_key", customer_encryption_key)
|
|
69
|
+
if customer_managed_key_encryption_enabled is not None:
|
|
70
|
+
pulumi.set(__self__, "customer_managed_key_encryption_enabled", customer_managed_key_encryption_enabled)
|
|
71
|
+
if data_product_name is not None:
|
|
72
|
+
pulumi.set(__self__, "data_product_name", data_product_name)
|
|
73
|
+
if identity is not None:
|
|
74
|
+
pulumi.set(__self__, "identity", identity)
|
|
75
|
+
if location is not None:
|
|
76
|
+
pulumi.set(__self__, "location", location)
|
|
77
|
+
if managed_resource_group_configuration is not None:
|
|
78
|
+
pulumi.set(__self__, "managed_resource_group_configuration", managed_resource_group_configuration)
|
|
79
|
+
if networkacls is not None:
|
|
80
|
+
pulumi.set(__self__, "networkacls", networkacls)
|
|
81
|
+
if owners is not None:
|
|
82
|
+
pulumi.set(__self__, "owners", owners)
|
|
83
|
+
if private_links_enabled is not None:
|
|
84
|
+
pulumi.set(__self__, "private_links_enabled", private_links_enabled)
|
|
85
|
+
if public_network_access is not None:
|
|
86
|
+
pulumi.set(__self__, "public_network_access", public_network_access)
|
|
87
|
+
if purview_account is not None:
|
|
88
|
+
pulumi.set(__self__, "purview_account", purview_account)
|
|
89
|
+
if purview_collection is not None:
|
|
90
|
+
pulumi.set(__self__, "purview_collection", purview_collection)
|
|
91
|
+
if redundancy is not None:
|
|
92
|
+
pulumi.set(__self__, "redundancy", redundancy)
|
|
93
|
+
if tags is not None:
|
|
94
|
+
pulumi.set(__self__, "tags", tags)
|
|
95
|
+
|
|
96
|
+
@property
|
|
97
|
+
@pulumi.getter(name="majorVersion")
|
|
98
|
+
def major_version(self) -> pulumi.Input[str]:
|
|
99
|
+
"""
|
|
100
|
+
Major version of data product.
|
|
101
|
+
"""
|
|
102
|
+
return pulumi.get(self, "major_version")
|
|
103
|
+
|
|
104
|
+
@major_version.setter
|
|
105
|
+
def major_version(self, value: pulumi.Input[str]):
|
|
106
|
+
pulumi.set(self, "major_version", value)
|
|
107
|
+
|
|
108
|
+
@property
|
|
109
|
+
@pulumi.getter
|
|
110
|
+
def product(self) -> pulumi.Input[str]:
|
|
111
|
+
"""
|
|
112
|
+
Product name of data product.
|
|
113
|
+
"""
|
|
114
|
+
return pulumi.get(self, "product")
|
|
115
|
+
|
|
116
|
+
@product.setter
|
|
117
|
+
def product(self, value: pulumi.Input[str]):
|
|
118
|
+
pulumi.set(self, "product", value)
|
|
119
|
+
|
|
120
|
+
@property
|
|
121
|
+
@pulumi.getter
|
|
122
|
+
def publisher(self) -> pulumi.Input[str]:
|
|
123
|
+
"""
|
|
124
|
+
Data product publisher name.
|
|
125
|
+
"""
|
|
126
|
+
return pulumi.get(self, "publisher")
|
|
127
|
+
|
|
128
|
+
@publisher.setter
|
|
129
|
+
def publisher(self, value: pulumi.Input[str]):
|
|
130
|
+
pulumi.set(self, "publisher", value)
|
|
131
|
+
|
|
132
|
+
@property
|
|
133
|
+
@pulumi.getter(name="resourceGroupName")
|
|
134
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
135
|
+
"""
|
|
136
|
+
The name of the resource group. The name is case insensitive.
|
|
137
|
+
"""
|
|
138
|
+
return pulumi.get(self, "resource_group_name")
|
|
139
|
+
|
|
140
|
+
@resource_group_name.setter
|
|
141
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
142
|
+
pulumi.set(self, "resource_group_name", value)
|
|
143
|
+
|
|
144
|
+
@property
|
|
145
|
+
@pulumi.getter(name="currentMinorVersion")
|
|
146
|
+
def current_minor_version(self) -> Optional[pulumi.Input[str]]:
|
|
147
|
+
"""
|
|
148
|
+
Current configured minor version of the data product resource.
|
|
149
|
+
"""
|
|
150
|
+
return pulumi.get(self, "current_minor_version")
|
|
151
|
+
|
|
152
|
+
@current_minor_version.setter
|
|
153
|
+
def current_minor_version(self, value: Optional[pulumi.Input[str]]):
|
|
154
|
+
pulumi.set(self, "current_minor_version", value)
|
|
155
|
+
|
|
156
|
+
@property
|
|
157
|
+
@pulumi.getter(name="customerEncryptionKey")
|
|
158
|
+
def customer_encryption_key(self) -> Optional[pulumi.Input['EncryptionKeyDetailsArgs']]:
|
|
159
|
+
"""
|
|
160
|
+
Customer managed encryption key details for data product.
|
|
161
|
+
"""
|
|
162
|
+
return pulumi.get(self, "customer_encryption_key")
|
|
163
|
+
|
|
164
|
+
@customer_encryption_key.setter
|
|
165
|
+
def customer_encryption_key(self, value: Optional[pulumi.Input['EncryptionKeyDetailsArgs']]):
|
|
166
|
+
pulumi.set(self, "customer_encryption_key", value)
|
|
167
|
+
|
|
168
|
+
@property
|
|
169
|
+
@pulumi.getter(name="customerManagedKeyEncryptionEnabled")
|
|
170
|
+
def customer_managed_key_encryption_enabled(self) -> Optional[pulumi.Input[Union[str, 'ControlState']]]:
|
|
171
|
+
"""
|
|
172
|
+
Flag to enable customer managed key encryption for data product.
|
|
173
|
+
"""
|
|
174
|
+
return pulumi.get(self, "customer_managed_key_encryption_enabled")
|
|
175
|
+
|
|
176
|
+
@customer_managed_key_encryption_enabled.setter
|
|
177
|
+
def customer_managed_key_encryption_enabled(self, value: Optional[pulumi.Input[Union[str, 'ControlState']]]):
|
|
178
|
+
pulumi.set(self, "customer_managed_key_encryption_enabled", value)
|
|
179
|
+
|
|
180
|
+
@property
|
|
181
|
+
@pulumi.getter(name="dataProductName")
|
|
182
|
+
def data_product_name(self) -> Optional[pulumi.Input[str]]:
|
|
183
|
+
"""
|
|
184
|
+
The data product resource name
|
|
185
|
+
"""
|
|
186
|
+
return pulumi.get(self, "data_product_name")
|
|
187
|
+
|
|
188
|
+
@data_product_name.setter
|
|
189
|
+
def data_product_name(self, value: Optional[pulumi.Input[str]]):
|
|
190
|
+
pulumi.set(self, "data_product_name", value)
|
|
191
|
+
|
|
192
|
+
@property
|
|
193
|
+
@pulumi.getter
|
|
194
|
+
def identity(self) -> Optional[pulumi.Input['ManagedServiceIdentityArgs']]:
|
|
195
|
+
"""
|
|
196
|
+
The managed service identities assigned to this resource.
|
|
197
|
+
"""
|
|
198
|
+
return pulumi.get(self, "identity")
|
|
199
|
+
|
|
200
|
+
@identity.setter
|
|
201
|
+
def identity(self, value: Optional[pulumi.Input['ManagedServiceIdentityArgs']]):
|
|
202
|
+
pulumi.set(self, "identity", value)
|
|
203
|
+
|
|
204
|
+
@property
|
|
205
|
+
@pulumi.getter
|
|
206
|
+
def location(self) -> Optional[pulumi.Input[str]]:
|
|
207
|
+
"""
|
|
208
|
+
The geo-location where the resource lives
|
|
209
|
+
"""
|
|
210
|
+
return pulumi.get(self, "location")
|
|
211
|
+
|
|
212
|
+
@location.setter
|
|
213
|
+
def location(self, value: Optional[pulumi.Input[str]]):
|
|
214
|
+
pulumi.set(self, "location", value)
|
|
215
|
+
|
|
216
|
+
@property
|
|
217
|
+
@pulumi.getter(name="managedResourceGroupConfiguration")
|
|
218
|
+
def managed_resource_group_configuration(self) -> Optional[pulumi.Input['ManagedResourceGroupConfigurationArgs']]:
|
|
219
|
+
"""
|
|
220
|
+
Managed resource group configuration.
|
|
221
|
+
"""
|
|
222
|
+
return pulumi.get(self, "managed_resource_group_configuration")
|
|
223
|
+
|
|
224
|
+
@managed_resource_group_configuration.setter
|
|
225
|
+
def managed_resource_group_configuration(self, value: Optional[pulumi.Input['ManagedResourceGroupConfigurationArgs']]):
|
|
226
|
+
pulumi.set(self, "managed_resource_group_configuration", value)
|
|
227
|
+
|
|
228
|
+
@property
|
|
229
|
+
@pulumi.getter
|
|
230
|
+
def networkacls(self) -> Optional[pulumi.Input['DataProductNetworkAclsArgs']]:
|
|
231
|
+
"""
|
|
232
|
+
Network rule set for data product.
|
|
233
|
+
"""
|
|
234
|
+
return pulumi.get(self, "networkacls")
|
|
235
|
+
|
|
236
|
+
@networkacls.setter
|
|
237
|
+
def networkacls(self, value: Optional[pulumi.Input['DataProductNetworkAclsArgs']]):
|
|
238
|
+
pulumi.set(self, "networkacls", value)
|
|
239
|
+
|
|
240
|
+
@property
|
|
241
|
+
@pulumi.getter
|
|
242
|
+
def owners(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
243
|
+
"""
|
|
244
|
+
List of name or email associated with data product resource deployment.
|
|
245
|
+
"""
|
|
246
|
+
return pulumi.get(self, "owners")
|
|
247
|
+
|
|
248
|
+
@owners.setter
|
|
249
|
+
def owners(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
250
|
+
pulumi.set(self, "owners", value)
|
|
251
|
+
|
|
252
|
+
@property
|
|
253
|
+
@pulumi.getter(name="privateLinksEnabled")
|
|
254
|
+
def private_links_enabled(self) -> Optional[pulumi.Input[Union[str, 'ControlState']]]:
|
|
255
|
+
"""
|
|
256
|
+
Flag to enable or disable private link for data product resource.
|
|
257
|
+
"""
|
|
258
|
+
return pulumi.get(self, "private_links_enabled")
|
|
259
|
+
|
|
260
|
+
@private_links_enabled.setter
|
|
261
|
+
def private_links_enabled(self, value: Optional[pulumi.Input[Union[str, 'ControlState']]]):
|
|
262
|
+
pulumi.set(self, "private_links_enabled", value)
|
|
263
|
+
|
|
264
|
+
@property
|
|
265
|
+
@pulumi.getter(name="publicNetworkAccess")
|
|
266
|
+
def public_network_access(self) -> Optional[pulumi.Input[Union[str, 'ControlState']]]:
|
|
267
|
+
"""
|
|
268
|
+
Flag to enable or disable public access of data product resource.
|
|
269
|
+
"""
|
|
270
|
+
return pulumi.get(self, "public_network_access")
|
|
271
|
+
|
|
272
|
+
@public_network_access.setter
|
|
273
|
+
def public_network_access(self, value: Optional[pulumi.Input[Union[str, 'ControlState']]]):
|
|
274
|
+
pulumi.set(self, "public_network_access", value)
|
|
275
|
+
|
|
276
|
+
@property
|
|
277
|
+
@pulumi.getter(name="purviewAccount")
|
|
278
|
+
def purview_account(self) -> Optional[pulumi.Input[str]]:
|
|
279
|
+
"""
|
|
280
|
+
Purview account url for data product to connect to.
|
|
281
|
+
"""
|
|
282
|
+
return pulumi.get(self, "purview_account")
|
|
283
|
+
|
|
284
|
+
@purview_account.setter
|
|
285
|
+
def purview_account(self, value: Optional[pulumi.Input[str]]):
|
|
286
|
+
pulumi.set(self, "purview_account", value)
|
|
287
|
+
|
|
288
|
+
@property
|
|
289
|
+
@pulumi.getter(name="purviewCollection")
|
|
290
|
+
def purview_collection(self) -> Optional[pulumi.Input[str]]:
|
|
291
|
+
"""
|
|
292
|
+
Purview collection url for data product to connect to.
|
|
293
|
+
"""
|
|
294
|
+
return pulumi.get(self, "purview_collection")
|
|
295
|
+
|
|
296
|
+
@purview_collection.setter
|
|
297
|
+
def purview_collection(self, value: Optional[pulumi.Input[str]]):
|
|
298
|
+
pulumi.set(self, "purview_collection", value)
|
|
299
|
+
|
|
300
|
+
@property
|
|
301
|
+
@pulumi.getter
|
|
302
|
+
def redundancy(self) -> Optional[pulumi.Input[Union[str, 'ControlState']]]:
|
|
303
|
+
"""
|
|
304
|
+
Flag to enable or disable redundancy for data product.
|
|
305
|
+
"""
|
|
306
|
+
return pulumi.get(self, "redundancy")
|
|
307
|
+
|
|
308
|
+
@redundancy.setter
|
|
309
|
+
def redundancy(self, value: Optional[pulumi.Input[Union[str, 'ControlState']]]):
|
|
310
|
+
pulumi.set(self, "redundancy", value)
|
|
311
|
+
|
|
312
|
+
@property
|
|
313
|
+
@pulumi.getter
|
|
314
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
315
|
+
"""
|
|
316
|
+
Resource tags.
|
|
317
|
+
"""
|
|
318
|
+
return pulumi.get(self, "tags")
|
|
319
|
+
|
|
320
|
+
@tags.setter
|
|
321
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
322
|
+
pulumi.set(self, "tags", value)
|
|
323
|
+
|
|
324
|
+
|
|
325
|
+
class DataProduct(pulumi.CustomResource):
|
|
326
|
+
@overload
|
|
327
|
+
def __init__(__self__,
|
|
328
|
+
resource_name: str,
|
|
329
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
330
|
+
current_minor_version: Optional[pulumi.Input[str]] = None,
|
|
331
|
+
customer_encryption_key: Optional[pulumi.Input[pulumi.InputType['EncryptionKeyDetailsArgs']]] = None,
|
|
332
|
+
customer_managed_key_encryption_enabled: Optional[pulumi.Input[Union[str, 'ControlState']]] = None,
|
|
333
|
+
data_product_name: Optional[pulumi.Input[str]] = None,
|
|
334
|
+
identity: Optional[pulumi.Input[pulumi.InputType['ManagedServiceIdentityArgs']]] = None,
|
|
335
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
336
|
+
major_version: Optional[pulumi.Input[str]] = None,
|
|
337
|
+
managed_resource_group_configuration: Optional[pulumi.Input[pulumi.InputType['ManagedResourceGroupConfigurationArgs']]] = None,
|
|
338
|
+
networkacls: Optional[pulumi.Input[pulumi.InputType['DataProductNetworkAclsArgs']]] = None,
|
|
339
|
+
owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
340
|
+
private_links_enabled: Optional[pulumi.Input[Union[str, 'ControlState']]] = None,
|
|
341
|
+
product: Optional[pulumi.Input[str]] = None,
|
|
342
|
+
public_network_access: Optional[pulumi.Input[Union[str, 'ControlState']]] = None,
|
|
343
|
+
publisher: Optional[pulumi.Input[str]] = None,
|
|
344
|
+
purview_account: Optional[pulumi.Input[str]] = None,
|
|
345
|
+
purview_collection: Optional[pulumi.Input[str]] = None,
|
|
346
|
+
redundancy: Optional[pulumi.Input[Union[str, 'ControlState']]] = None,
|
|
347
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
348
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
349
|
+
__props__=None):
|
|
350
|
+
"""
|
|
351
|
+
The data product resource.
|
|
352
|
+
|
|
353
|
+
:param str resource_name: The name of the resource.
|
|
354
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
355
|
+
:param pulumi.Input[str] current_minor_version: Current configured minor version of the data product resource.
|
|
356
|
+
:param pulumi.Input[pulumi.InputType['EncryptionKeyDetailsArgs']] customer_encryption_key: Customer managed encryption key details for data product.
|
|
357
|
+
:param pulumi.Input[Union[str, 'ControlState']] customer_managed_key_encryption_enabled: Flag to enable customer managed key encryption for data product.
|
|
358
|
+
:param pulumi.Input[str] data_product_name: The data product resource name
|
|
359
|
+
:param pulumi.Input[pulumi.InputType['ManagedServiceIdentityArgs']] identity: The managed service identities assigned to this resource.
|
|
360
|
+
:param pulumi.Input[str] location: The geo-location where the resource lives
|
|
361
|
+
:param pulumi.Input[str] major_version: Major version of data product.
|
|
362
|
+
:param pulumi.Input[pulumi.InputType['ManagedResourceGroupConfigurationArgs']] managed_resource_group_configuration: Managed resource group configuration.
|
|
363
|
+
:param pulumi.Input[pulumi.InputType['DataProductNetworkAclsArgs']] networkacls: Network rule set for data product.
|
|
364
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] owners: List of name or email associated with data product resource deployment.
|
|
365
|
+
:param pulumi.Input[Union[str, 'ControlState']] private_links_enabled: Flag to enable or disable private link for data product resource.
|
|
366
|
+
:param pulumi.Input[str] product: Product name of data product.
|
|
367
|
+
:param pulumi.Input[Union[str, 'ControlState']] public_network_access: Flag to enable or disable public access of data product resource.
|
|
368
|
+
:param pulumi.Input[str] publisher: Data product publisher name.
|
|
369
|
+
:param pulumi.Input[str] purview_account: Purview account url for data product to connect to.
|
|
370
|
+
:param pulumi.Input[str] purview_collection: Purview collection url for data product to connect to.
|
|
371
|
+
:param pulumi.Input[Union[str, 'ControlState']] redundancy: Flag to enable or disable redundancy for data product.
|
|
372
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
373
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
|
|
374
|
+
"""
|
|
375
|
+
...
|
|
376
|
+
@overload
|
|
377
|
+
def __init__(__self__,
|
|
378
|
+
resource_name: str,
|
|
379
|
+
args: DataProductArgs,
|
|
380
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
381
|
+
"""
|
|
382
|
+
The data product resource.
|
|
383
|
+
|
|
384
|
+
:param str resource_name: The name of the resource.
|
|
385
|
+
:param DataProductArgs args: The arguments to use to populate this resource's properties.
|
|
386
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
387
|
+
"""
|
|
388
|
+
...
|
|
389
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
390
|
+
resource_args, opts = _utilities.get_resource_args_opts(DataProductArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
391
|
+
if resource_args is not None:
|
|
392
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
393
|
+
else:
|
|
394
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
395
|
+
|
|
396
|
+
def _internal_init(__self__,
|
|
397
|
+
resource_name: str,
|
|
398
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
399
|
+
current_minor_version: Optional[pulumi.Input[str]] = None,
|
|
400
|
+
customer_encryption_key: Optional[pulumi.Input[pulumi.InputType['EncryptionKeyDetailsArgs']]] = None,
|
|
401
|
+
customer_managed_key_encryption_enabled: Optional[pulumi.Input[Union[str, 'ControlState']]] = None,
|
|
402
|
+
data_product_name: Optional[pulumi.Input[str]] = None,
|
|
403
|
+
identity: Optional[pulumi.Input[pulumi.InputType['ManagedServiceIdentityArgs']]] = None,
|
|
404
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
405
|
+
major_version: Optional[pulumi.Input[str]] = None,
|
|
406
|
+
managed_resource_group_configuration: Optional[pulumi.Input[pulumi.InputType['ManagedResourceGroupConfigurationArgs']]] = None,
|
|
407
|
+
networkacls: Optional[pulumi.Input[pulumi.InputType['DataProductNetworkAclsArgs']]] = None,
|
|
408
|
+
owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
409
|
+
private_links_enabled: Optional[pulumi.Input[Union[str, 'ControlState']]] = None,
|
|
410
|
+
product: Optional[pulumi.Input[str]] = None,
|
|
411
|
+
public_network_access: Optional[pulumi.Input[Union[str, 'ControlState']]] = None,
|
|
412
|
+
publisher: Optional[pulumi.Input[str]] = None,
|
|
413
|
+
purview_account: Optional[pulumi.Input[str]] = None,
|
|
414
|
+
purview_collection: Optional[pulumi.Input[str]] = None,
|
|
415
|
+
redundancy: Optional[pulumi.Input[Union[str, 'ControlState']]] = None,
|
|
416
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
417
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
418
|
+
__props__=None):
|
|
419
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
420
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
421
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
422
|
+
if opts.id is None:
|
|
423
|
+
if __props__ is not None:
|
|
424
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
425
|
+
__props__ = DataProductArgs.__new__(DataProductArgs)
|
|
426
|
+
|
|
427
|
+
__props__.__dict__["current_minor_version"] = current_minor_version
|
|
428
|
+
__props__.__dict__["customer_encryption_key"] = customer_encryption_key
|
|
429
|
+
__props__.__dict__["customer_managed_key_encryption_enabled"] = customer_managed_key_encryption_enabled
|
|
430
|
+
__props__.__dict__["data_product_name"] = data_product_name
|
|
431
|
+
__props__.__dict__["identity"] = identity
|
|
432
|
+
__props__.__dict__["location"] = location
|
|
433
|
+
if major_version is None and not opts.urn:
|
|
434
|
+
raise TypeError("Missing required property 'major_version'")
|
|
435
|
+
__props__.__dict__["major_version"] = major_version
|
|
436
|
+
__props__.__dict__["managed_resource_group_configuration"] = managed_resource_group_configuration
|
|
437
|
+
__props__.__dict__["networkacls"] = networkacls
|
|
438
|
+
__props__.__dict__["owners"] = owners
|
|
439
|
+
__props__.__dict__["private_links_enabled"] = private_links_enabled
|
|
440
|
+
if product is None and not opts.urn:
|
|
441
|
+
raise TypeError("Missing required property 'product'")
|
|
442
|
+
__props__.__dict__["product"] = product
|
|
443
|
+
__props__.__dict__["public_network_access"] = public_network_access
|
|
444
|
+
if publisher is None and not opts.urn:
|
|
445
|
+
raise TypeError("Missing required property 'publisher'")
|
|
446
|
+
__props__.__dict__["publisher"] = publisher
|
|
447
|
+
__props__.__dict__["purview_account"] = purview_account
|
|
448
|
+
__props__.__dict__["purview_collection"] = purview_collection
|
|
449
|
+
__props__.__dict__["redundancy"] = redundancy
|
|
450
|
+
if resource_group_name is None and not opts.urn:
|
|
451
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
452
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
453
|
+
__props__.__dict__["tags"] = tags
|
|
454
|
+
__props__.__dict__["available_minor_versions"] = None
|
|
455
|
+
__props__.__dict__["consumption_endpoints"] = None
|
|
456
|
+
__props__.__dict__["documentation"] = None
|
|
457
|
+
__props__.__dict__["key_vault_url"] = None
|
|
458
|
+
__props__.__dict__["name"] = None
|
|
459
|
+
__props__.__dict__["provisioning_state"] = None
|
|
460
|
+
__props__.__dict__["resource_guid"] = None
|
|
461
|
+
__props__.__dict__["system_data"] = None
|
|
462
|
+
__props__.__dict__["type"] = None
|
|
463
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:networkanalytics:DataProduct")])
|
|
464
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
465
|
+
super(DataProduct, __self__).__init__(
|
|
466
|
+
'azure-native:networkanalytics/v20231115:DataProduct',
|
|
467
|
+
resource_name,
|
|
468
|
+
__props__,
|
|
469
|
+
opts)
|
|
470
|
+
|
|
471
|
+
@staticmethod
|
|
472
|
+
def get(resource_name: str,
|
|
473
|
+
id: pulumi.Input[str],
|
|
474
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'DataProduct':
|
|
475
|
+
"""
|
|
476
|
+
Get an existing DataProduct resource's state with the given name, id, and optional extra
|
|
477
|
+
properties used to qualify the lookup.
|
|
478
|
+
|
|
479
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
480
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
481
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
482
|
+
"""
|
|
483
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
484
|
+
|
|
485
|
+
__props__ = DataProductArgs.__new__(DataProductArgs)
|
|
486
|
+
|
|
487
|
+
__props__.__dict__["available_minor_versions"] = None
|
|
488
|
+
__props__.__dict__["consumption_endpoints"] = None
|
|
489
|
+
__props__.__dict__["current_minor_version"] = None
|
|
490
|
+
__props__.__dict__["customer_encryption_key"] = None
|
|
491
|
+
__props__.__dict__["customer_managed_key_encryption_enabled"] = None
|
|
492
|
+
__props__.__dict__["documentation"] = None
|
|
493
|
+
__props__.__dict__["identity"] = None
|
|
494
|
+
__props__.__dict__["key_vault_url"] = None
|
|
495
|
+
__props__.__dict__["location"] = None
|
|
496
|
+
__props__.__dict__["major_version"] = None
|
|
497
|
+
__props__.__dict__["name"] = None
|
|
498
|
+
__props__.__dict__["networkacls"] = None
|
|
499
|
+
__props__.__dict__["owners"] = None
|
|
500
|
+
__props__.__dict__["private_links_enabled"] = None
|
|
501
|
+
__props__.__dict__["product"] = None
|
|
502
|
+
__props__.__dict__["provisioning_state"] = None
|
|
503
|
+
__props__.__dict__["public_network_access"] = None
|
|
504
|
+
__props__.__dict__["publisher"] = None
|
|
505
|
+
__props__.__dict__["purview_account"] = None
|
|
506
|
+
__props__.__dict__["purview_collection"] = None
|
|
507
|
+
__props__.__dict__["redundancy"] = None
|
|
508
|
+
__props__.__dict__["resource_guid"] = None
|
|
509
|
+
__props__.__dict__["system_data"] = None
|
|
510
|
+
__props__.__dict__["tags"] = None
|
|
511
|
+
__props__.__dict__["type"] = None
|
|
512
|
+
return DataProduct(resource_name, opts=opts, __props__=__props__)
|
|
513
|
+
|
|
514
|
+
@property
|
|
515
|
+
@pulumi.getter(name="availableMinorVersions")
|
|
516
|
+
def available_minor_versions(self) -> pulumi.Output[Sequence[str]]:
|
|
517
|
+
"""
|
|
518
|
+
List of available minor versions of the data product resource.
|
|
519
|
+
"""
|
|
520
|
+
return pulumi.get(self, "available_minor_versions")
|
|
521
|
+
|
|
522
|
+
@property
|
|
523
|
+
@pulumi.getter(name="consumptionEndpoints")
|
|
524
|
+
def consumption_endpoints(self) -> pulumi.Output['outputs.ConsumptionEndpointsPropertiesResponse']:
|
|
525
|
+
"""
|
|
526
|
+
Resource links which exposed to the customer to query the data.
|
|
527
|
+
"""
|
|
528
|
+
return pulumi.get(self, "consumption_endpoints")
|
|
529
|
+
|
|
530
|
+
@property
|
|
531
|
+
@pulumi.getter(name="currentMinorVersion")
|
|
532
|
+
def current_minor_version(self) -> pulumi.Output[Optional[str]]:
|
|
533
|
+
"""
|
|
534
|
+
Current configured minor version of the data product resource.
|
|
535
|
+
"""
|
|
536
|
+
return pulumi.get(self, "current_minor_version")
|
|
537
|
+
|
|
538
|
+
@property
|
|
539
|
+
@pulumi.getter(name="customerEncryptionKey")
|
|
540
|
+
def customer_encryption_key(self) -> pulumi.Output[Optional['outputs.EncryptionKeyDetailsResponse']]:
|
|
541
|
+
"""
|
|
542
|
+
Customer managed encryption key details for data product.
|
|
543
|
+
"""
|
|
544
|
+
return pulumi.get(self, "customer_encryption_key")
|
|
545
|
+
|
|
546
|
+
@property
|
|
547
|
+
@pulumi.getter(name="customerManagedKeyEncryptionEnabled")
|
|
548
|
+
def customer_managed_key_encryption_enabled(self) -> pulumi.Output[Optional[str]]:
|
|
549
|
+
"""
|
|
550
|
+
Flag to enable customer managed key encryption for data product.
|
|
551
|
+
"""
|
|
552
|
+
return pulumi.get(self, "customer_managed_key_encryption_enabled")
|
|
553
|
+
|
|
554
|
+
@property
|
|
555
|
+
@pulumi.getter
|
|
556
|
+
def documentation(self) -> pulumi.Output[str]:
|
|
557
|
+
"""
|
|
558
|
+
Documentation link for the data product based on definition file.
|
|
559
|
+
"""
|
|
560
|
+
return pulumi.get(self, "documentation")
|
|
561
|
+
|
|
562
|
+
@property
|
|
563
|
+
@pulumi.getter
|
|
564
|
+
def identity(self) -> pulumi.Output[Optional['outputs.ManagedServiceIdentityResponse']]:
|
|
565
|
+
"""
|
|
566
|
+
The managed service identities assigned to this resource.
|
|
567
|
+
"""
|
|
568
|
+
return pulumi.get(self, "identity")
|
|
569
|
+
|
|
570
|
+
@property
|
|
571
|
+
@pulumi.getter(name="keyVaultUrl")
|
|
572
|
+
def key_vault_url(self) -> pulumi.Output[str]:
|
|
573
|
+
"""
|
|
574
|
+
Key vault url.
|
|
575
|
+
"""
|
|
576
|
+
return pulumi.get(self, "key_vault_url")
|
|
577
|
+
|
|
578
|
+
@property
|
|
579
|
+
@pulumi.getter
|
|
580
|
+
def location(self) -> pulumi.Output[str]:
|
|
581
|
+
"""
|
|
582
|
+
The geo-location where the resource lives
|
|
583
|
+
"""
|
|
584
|
+
return pulumi.get(self, "location")
|
|
585
|
+
|
|
586
|
+
@property
|
|
587
|
+
@pulumi.getter(name="majorVersion")
|
|
588
|
+
def major_version(self) -> pulumi.Output[str]:
|
|
589
|
+
"""
|
|
590
|
+
Major version of data product.
|
|
591
|
+
"""
|
|
592
|
+
return pulumi.get(self, "major_version")
|
|
593
|
+
|
|
594
|
+
@property
|
|
595
|
+
@pulumi.getter
|
|
596
|
+
def name(self) -> pulumi.Output[str]:
|
|
597
|
+
"""
|
|
598
|
+
The name of the resource
|
|
599
|
+
"""
|
|
600
|
+
return pulumi.get(self, "name")
|
|
601
|
+
|
|
602
|
+
@property
|
|
603
|
+
@pulumi.getter
|
|
604
|
+
def networkacls(self) -> pulumi.Output[Optional['outputs.DataProductNetworkAclsResponse']]:
|
|
605
|
+
"""
|
|
606
|
+
Network rule set for data product.
|
|
607
|
+
"""
|
|
608
|
+
return pulumi.get(self, "networkacls")
|
|
609
|
+
|
|
610
|
+
@property
|
|
611
|
+
@pulumi.getter
|
|
612
|
+
def owners(self) -> pulumi.Output[Optional[Sequence[str]]]:
|
|
613
|
+
"""
|
|
614
|
+
List of name or email associated with data product resource deployment.
|
|
615
|
+
"""
|
|
616
|
+
return pulumi.get(self, "owners")
|
|
617
|
+
|
|
618
|
+
@property
|
|
619
|
+
@pulumi.getter(name="privateLinksEnabled")
|
|
620
|
+
def private_links_enabled(self) -> pulumi.Output[Optional[str]]:
|
|
621
|
+
"""
|
|
622
|
+
Flag to enable or disable private link for data product resource.
|
|
623
|
+
"""
|
|
624
|
+
return pulumi.get(self, "private_links_enabled")
|
|
625
|
+
|
|
626
|
+
@property
|
|
627
|
+
@pulumi.getter
|
|
628
|
+
def product(self) -> pulumi.Output[str]:
|
|
629
|
+
"""
|
|
630
|
+
Product name of data product.
|
|
631
|
+
"""
|
|
632
|
+
return pulumi.get(self, "product")
|
|
633
|
+
|
|
634
|
+
@property
|
|
635
|
+
@pulumi.getter(name="provisioningState")
|
|
636
|
+
def provisioning_state(self) -> pulumi.Output[str]:
|
|
637
|
+
"""
|
|
638
|
+
Latest provisioning state of data product.
|
|
639
|
+
"""
|
|
640
|
+
return pulumi.get(self, "provisioning_state")
|
|
641
|
+
|
|
642
|
+
@property
|
|
643
|
+
@pulumi.getter(name="publicNetworkAccess")
|
|
644
|
+
def public_network_access(self) -> pulumi.Output[Optional[str]]:
|
|
645
|
+
"""
|
|
646
|
+
Flag to enable or disable public access of data product resource.
|
|
647
|
+
"""
|
|
648
|
+
return pulumi.get(self, "public_network_access")
|
|
649
|
+
|
|
650
|
+
@property
|
|
651
|
+
@pulumi.getter
|
|
652
|
+
def publisher(self) -> pulumi.Output[str]:
|
|
653
|
+
"""
|
|
654
|
+
Data product publisher name.
|
|
655
|
+
"""
|
|
656
|
+
return pulumi.get(self, "publisher")
|
|
657
|
+
|
|
658
|
+
@property
|
|
659
|
+
@pulumi.getter(name="purviewAccount")
|
|
660
|
+
def purview_account(self) -> pulumi.Output[Optional[str]]:
|
|
661
|
+
"""
|
|
662
|
+
Purview account url for data product to connect to.
|
|
663
|
+
"""
|
|
664
|
+
return pulumi.get(self, "purview_account")
|
|
665
|
+
|
|
666
|
+
@property
|
|
667
|
+
@pulumi.getter(name="purviewCollection")
|
|
668
|
+
def purview_collection(self) -> pulumi.Output[Optional[str]]:
|
|
669
|
+
"""
|
|
670
|
+
Purview collection url for data product to connect to.
|
|
671
|
+
"""
|
|
672
|
+
return pulumi.get(self, "purview_collection")
|
|
673
|
+
|
|
674
|
+
@property
|
|
675
|
+
@pulumi.getter
|
|
676
|
+
def redundancy(self) -> pulumi.Output[Optional[str]]:
|
|
677
|
+
"""
|
|
678
|
+
Flag to enable or disable redundancy for data product.
|
|
679
|
+
"""
|
|
680
|
+
return pulumi.get(self, "redundancy")
|
|
681
|
+
|
|
682
|
+
@property
|
|
683
|
+
@pulumi.getter(name="resourceGuid")
|
|
684
|
+
def resource_guid(self) -> pulumi.Output[str]:
|
|
685
|
+
"""
|
|
686
|
+
The resource GUID property of the data product resource.
|
|
687
|
+
"""
|
|
688
|
+
return pulumi.get(self, "resource_guid")
|
|
689
|
+
|
|
690
|
+
@property
|
|
691
|
+
@pulumi.getter(name="systemData")
|
|
692
|
+
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
693
|
+
"""
|
|
694
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
695
|
+
"""
|
|
696
|
+
return pulumi.get(self, "system_data")
|
|
697
|
+
|
|
698
|
+
@property
|
|
699
|
+
@pulumi.getter
|
|
700
|
+
def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
|
701
|
+
"""
|
|
702
|
+
Resource tags.
|
|
703
|
+
"""
|
|
704
|
+
return pulumi.get(self, "tags")
|
|
705
|
+
|
|
706
|
+
@property
|
|
707
|
+
@pulumi.getter
|
|
708
|
+
def type(self) -> pulumi.Output[str]:
|
|
709
|
+
"""
|
|
710
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
711
|
+
"""
|
|
712
|
+
return pulumi.get(self, "type")
|
|
713
|
+
|