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,679 @@
|
|
|
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
|
+
|
|
14
|
+
__all__ = [
|
|
15
|
+
'ConsumptionEndpointsPropertiesResponse',
|
|
16
|
+
'DataProductNetworkAclsResponse',
|
|
17
|
+
'EncryptionKeyDetailsResponse',
|
|
18
|
+
'IPRulesResponse',
|
|
19
|
+
'ManagedServiceIdentityResponse',
|
|
20
|
+
'RoleAssignmentDetailResponse',
|
|
21
|
+
'SystemDataResponse',
|
|
22
|
+
'UserAssignedIdentityResponse',
|
|
23
|
+
'VirtualNetworkRuleResponse',
|
|
24
|
+
]
|
|
25
|
+
|
|
26
|
+
@pulumi.output_type
|
|
27
|
+
class ConsumptionEndpointsPropertiesResponse(dict):
|
|
28
|
+
"""
|
|
29
|
+
Details of Consumption Properties
|
|
30
|
+
"""
|
|
31
|
+
@staticmethod
|
|
32
|
+
def __key_warning(key: str):
|
|
33
|
+
suggest = None
|
|
34
|
+
if key == "fileAccessResourceId":
|
|
35
|
+
suggest = "file_access_resource_id"
|
|
36
|
+
elif key == "fileAccessUrl":
|
|
37
|
+
suggest = "file_access_url"
|
|
38
|
+
elif key == "ingestionResourceId":
|
|
39
|
+
suggest = "ingestion_resource_id"
|
|
40
|
+
elif key == "ingestionUrl":
|
|
41
|
+
suggest = "ingestion_url"
|
|
42
|
+
elif key == "queryResourceId":
|
|
43
|
+
suggest = "query_resource_id"
|
|
44
|
+
elif key == "queryUrl":
|
|
45
|
+
suggest = "query_url"
|
|
46
|
+
|
|
47
|
+
if suggest:
|
|
48
|
+
pulumi.log.warn(f"Key '{key}' not found in ConsumptionEndpointsPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
49
|
+
|
|
50
|
+
def __getitem__(self, key: str) -> Any:
|
|
51
|
+
ConsumptionEndpointsPropertiesResponse.__key_warning(key)
|
|
52
|
+
return super().__getitem__(key)
|
|
53
|
+
|
|
54
|
+
def get(self, key: str, default = None) -> Any:
|
|
55
|
+
ConsumptionEndpointsPropertiesResponse.__key_warning(key)
|
|
56
|
+
return super().get(key, default)
|
|
57
|
+
|
|
58
|
+
def __init__(__self__, *,
|
|
59
|
+
file_access_resource_id: str,
|
|
60
|
+
file_access_url: str,
|
|
61
|
+
ingestion_resource_id: str,
|
|
62
|
+
ingestion_url: str,
|
|
63
|
+
query_resource_id: str,
|
|
64
|
+
query_url: str):
|
|
65
|
+
"""
|
|
66
|
+
Details of Consumption Properties
|
|
67
|
+
:param str file_access_resource_id: Resource Id of file access endpoint.
|
|
68
|
+
:param str file_access_url: Url to consume file type.
|
|
69
|
+
:param str ingestion_resource_id: Resource Id of ingestion endpoint.
|
|
70
|
+
:param str ingestion_url: Ingestion url to upload the data.
|
|
71
|
+
:param str query_resource_id: Resource Id of query endpoint.
|
|
72
|
+
:param str query_url: Url to consume the processed data.
|
|
73
|
+
"""
|
|
74
|
+
pulumi.set(__self__, "file_access_resource_id", file_access_resource_id)
|
|
75
|
+
pulumi.set(__self__, "file_access_url", file_access_url)
|
|
76
|
+
pulumi.set(__self__, "ingestion_resource_id", ingestion_resource_id)
|
|
77
|
+
pulumi.set(__self__, "ingestion_url", ingestion_url)
|
|
78
|
+
pulumi.set(__self__, "query_resource_id", query_resource_id)
|
|
79
|
+
pulumi.set(__self__, "query_url", query_url)
|
|
80
|
+
|
|
81
|
+
@property
|
|
82
|
+
@pulumi.getter(name="fileAccessResourceId")
|
|
83
|
+
def file_access_resource_id(self) -> str:
|
|
84
|
+
"""
|
|
85
|
+
Resource Id of file access endpoint.
|
|
86
|
+
"""
|
|
87
|
+
return pulumi.get(self, "file_access_resource_id")
|
|
88
|
+
|
|
89
|
+
@property
|
|
90
|
+
@pulumi.getter(name="fileAccessUrl")
|
|
91
|
+
def file_access_url(self) -> str:
|
|
92
|
+
"""
|
|
93
|
+
Url to consume file type.
|
|
94
|
+
"""
|
|
95
|
+
return pulumi.get(self, "file_access_url")
|
|
96
|
+
|
|
97
|
+
@property
|
|
98
|
+
@pulumi.getter(name="ingestionResourceId")
|
|
99
|
+
def ingestion_resource_id(self) -> str:
|
|
100
|
+
"""
|
|
101
|
+
Resource Id of ingestion endpoint.
|
|
102
|
+
"""
|
|
103
|
+
return pulumi.get(self, "ingestion_resource_id")
|
|
104
|
+
|
|
105
|
+
@property
|
|
106
|
+
@pulumi.getter(name="ingestionUrl")
|
|
107
|
+
def ingestion_url(self) -> str:
|
|
108
|
+
"""
|
|
109
|
+
Ingestion url to upload the data.
|
|
110
|
+
"""
|
|
111
|
+
return pulumi.get(self, "ingestion_url")
|
|
112
|
+
|
|
113
|
+
@property
|
|
114
|
+
@pulumi.getter(name="queryResourceId")
|
|
115
|
+
def query_resource_id(self) -> str:
|
|
116
|
+
"""
|
|
117
|
+
Resource Id of query endpoint.
|
|
118
|
+
"""
|
|
119
|
+
return pulumi.get(self, "query_resource_id")
|
|
120
|
+
|
|
121
|
+
@property
|
|
122
|
+
@pulumi.getter(name="queryUrl")
|
|
123
|
+
def query_url(self) -> str:
|
|
124
|
+
"""
|
|
125
|
+
Url to consume the processed data.
|
|
126
|
+
"""
|
|
127
|
+
return pulumi.get(self, "query_url")
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
@pulumi.output_type
|
|
131
|
+
class DataProductNetworkAclsResponse(dict):
|
|
132
|
+
"""
|
|
133
|
+
Data Product Network rule set
|
|
134
|
+
"""
|
|
135
|
+
@staticmethod
|
|
136
|
+
def __key_warning(key: str):
|
|
137
|
+
suggest = None
|
|
138
|
+
if key == "allowedQueryIpRangeList":
|
|
139
|
+
suggest = "allowed_query_ip_range_list"
|
|
140
|
+
elif key == "defaultAction":
|
|
141
|
+
suggest = "default_action"
|
|
142
|
+
elif key == "ipRules":
|
|
143
|
+
suggest = "ip_rules"
|
|
144
|
+
elif key == "virtualNetworkRule":
|
|
145
|
+
suggest = "virtual_network_rule"
|
|
146
|
+
|
|
147
|
+
if suggest:
|
|
148
|
+
pulumi.log.warn(f"Key '{key}' not found in DataProductNetworkAclsResponse. Access the value via the '{suggest}' property getter instead.")
|
|
149
|
+
|
|
150
|
+
def __getitem__(self, key: str) -> Any:
|
|
151
|
+
DataProductNetworkAclsResponse.__key_warning(key)
|
|
152
|
+
return super().__getitem__(key)
|
|
153
|
+
|
|
154
|
+
def get(self, key: str, default = None) -> Any:
|
|
155
|
+
DataProductNetworkAclsResponse.__key_warning(key)
|
|
156
|
+
return super().get(key, default)
|
|
157
|
+
|
|
158
|
+
def __init__(__self__, *,
|
|
159
|
+
allowed_query_ip_range_list: Sequence[str],
|
|
160
|
+
default_action: str,
|
|
161
|
+
ip_rules: Sequence['outputs.IPRulesResponse'],
|
|
162
|
+
virtual_network_rule: Sequence['outputs.VirtualNetworkRuleResponse']):
|
|
163
|
+
"""
|
|
164
|
+
Data Product Network rule set
|
|
165
|
+
:param Sequence[str] allowed_query_ip_range_list: The list of query ips in the format of CIDR allowed to connect to query/visualization endpoint.
|
|
166
|
+
:param str default_action: Default Action
|
|
167
|
+
:param Sequence['IPRulesResponse'] ip_rules: IP rule with specific IP or IP range in CIDR format.
|
|
168
|
+
:param Sequence['VirtualNetworkRuleResponse'] virtual_network_rule: Virtual Network Rule
|
|
169
|
+
"""
|
|
170
|
+
pulumi.set(__self__, "allowed_query_ip_range_list", allowed_query_ip_range_list)
|
|
171
|
+
pulumi.set(__self__, "default_action", default_action)
|
|
172
|
+
pulumi.set(__self__, "ip_rules", ip_rules)
|
|
173
|
+
pulumi.set(__self__, "virtual_network_rule", virtual_network_rule)
|
|
174
|
+
|
|
175
|
+
@property
|
|
176
|
+
@pulumi.getter(name="allowedQueryIpRangeList")
|
|
177
|
+
def allowed_query_ip_range_list(self) -> Sequence[str]:
|
|
178
|
+
"""
|
|
179
|
+
The list of query ips in the format of CIDR allowed to connect to query/visualization endpoint.
|
|
180
|
+
"""
|
|
181
|
+
return pulumi.get(self, "allowed_query_ip_range_list")
|
|
182
|
+
|
|
183
|
+
@property
|
|
184
|
+
@pulumi.getter(name="defaultAction")
|
|
185
|
+
def default_action(self) -> str:
|
|
186
|
+
"""
|
|
187
|
+
Default Action
|
|
188
|
+
"""
|
|
189
|
+
return pulumi.get(self, "default_action")
|
|
190
|
+
|
|
191
|
+
@property
|
|
192
|
+
@pulumi.getter(name="ipRules")
|
|
193
|
+
def ip_rules(self) -> Sequence['outputs.IPRulesResponse']:
|
|
194
|
+
"""
|
|
195
|
+
IP rule with specific IP or IP range in CIDR format.
|
|
196
|
+
"""
|
|
197
|
+
return pulumi.get(self, "ip_rules")
|
|
198
|
+
|
|
199
|
+
@property
|
|
200
|
+
@pulumi.getter(name="virtualNetworkRule")
|
|
201
|
+
def virtual_network_rule(self) -> Sequence['outputs.VirtualNetworkRuleResponse']:
|
|
202
|
+
"""
|
|
203
|
+
Virtual Network Rule
|
|
204
|
+
"""
|
|
205
|
+
return pulumi.get(self, "virtual_network_rule")
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
@pulumi.output_type
|
|
209
|
+
class EncryptionKeyDetailsResponse(dict):
|
|
210
|
+
"""
|
|
211
|
+
Encryption key details.
|
|
212
|
+
"""
|
|
213
|
+
@staticmethod
|
|
214
|
+
def __key_warning(key: str):
|
|
215
|
+
suggest = None
|
|
216
|
+
if key == "keyName":
|
|
217
|
+
suggest = "key_name"
|
|
218
|
+
elif key == "keyVaultUri":
|
|
219
|
+
suggest = "key_vault_uri"
|
|
220
|
+
elif key == "keyVersion":
|
|
221
|
+
suggest = "key_version"
|
|
222
|
+
|
|
223
|
+
if suggest:
|
|
224
|
+
pulumi.log.warn(f"Key '{key}' not found in EncryptionKeyDetailsResponse. Access the value via the '{suggest}' property getter instead.")
|
|
225
|
+
|
|
226
|
+
def __getitem__(self, key: str) -> Any:
|
|
227
|
+
EncryptionKeyDetailsResponse.__key_warning(key)
|
|
228
|
+
return super().__getitem__(key)
|
|
229
|
+
|
|
230
|
+
def get(self, key: str, default = None) -> Any:
|
|
231
|
+
EncryptionKeyDetailsResponse.__key_warning(key)
|
|
232
|
+
return super().get(key, default)
|
|
233
|
+
|
|
234
|
+
def __init__(__self__, *,
|
|
235
|
+
key_name: str,
|
|
236
|
+
key_vault_uri: str,
|
|
237
|
+
key_version: str):
|
|
238
|
+
"""
|
|
239
|
+
Encryption key details.
|
|
240
|
+
:param str key_name: The name of the key vault key.
|
|
241
|
+
:param str key_vault_uri: The Uri of the key vault.
|
|
242
|
+
:param str key_version: The version of the key vault key.
|
|
243
|
+
"""
|
|
244
|
+
pulumi.set(__self__, "key_name", key_name)
|
|
245
|
+
pulumi.set(__self__, "key_vault_uri", key_vault_uri)
|
|
246
|
+
pulumi.set(__self__, "key_version", key_version)
|
|
247
|
+
|
|
248
|
+
@property
|
|
249
|
+
@pulumi.getter(name="keyName")
|
|
250
|
+
def key_name(self) -> str:
|
|
251
|
+
"""
|
|
252
|
+
The name of the key vault key.
|
|
253
|
+
"""
|
|
254
|
+
return pulumi.get(self, "key_name")
|
|
255
|
+
|
|
256
|
+
@property
|
|
257
|
+
@pulumi.getter(name="keyVaultUri")
|
|
258
|
+
def key_vault_uri(self) -> str:
|
|
259
|
+
"""
|
|
260
|
+
The Uri of the key vault.
|
|
261
|
+
"""
|
|
262
|
+
return pulumi.get(self, "key_vault_uri")
|
|
263
|
+
|
|
264
|
+
@property
|
|
265
|
+
@pulumi.getter(name="keyVersion")
|
|
266
|
+
def key_version(self) -> str:
|
|
267
|
+
"""
|
|
268
|
+
The version of the key vault key.
|
|
269
|
+
"""
|
|
270
|
+
return pulumi.get(self, "key_version")
|
|
271
|
+
|
|
272
|
+
|
|
273
|
+
@pulumi.output_type
|
|
274
|
+
class IPRulesResponse(dict):
|
|
275
|
+
"""
|
|
276
|
+
IP rule with specific IP or IP range in CIDR format.
|
|
277
|
+
"""
|
|
278
|
+
def __init__(__self__, *,
|
|
279
|
+
action: str,
|
|
280
|
+
value: Optional[str] = None):
|
|
281
|
+
"""
|
|
282
|
+
IP rule with specific IP or IP range in CIDR format.
|
|
283
|
+
:param str action: The action of virtual network rule.
|
|
284
|
+
:param str value: IP Rules Value
|
|
285
|
+
"""
|
|
286
|
+
pulumi.set(__self__, "action", action)
|
|
287
|
+
if value is not None:
|
|
288
|
+
pulumi.set(__self__, "value", value)
|
|
289
|
+
|
|
290
|
+
@property
|
|
291
|
+
@pulumi.getter
|
|
292
|
+
def action(self) -> str:
|
|
293
|
+
"""
|
|
294
|
+
The action of virtual network rule.
|
|
295
|
+
"""
|
|
296
|
+
return pulumi.get(self, "action")
|
|
297
|
+
|
|
298
|
+
@property
|
|
299
|
+
@pulumi.getter
|
|
300
|
+
def value(self) -> Optional[str]:
|
|
301
|
+
"""
|
|
302
|
+
IP Rules Value
|
|
303
|
+
"""
|
|
304
|
+
return pulumi.get(self, "value")
|
|
305
|
+
|
|
306
|
+
|
|
307
|
+
@pulumi.output_type
|
|
308
|
+
class ManagedServiceIdentityResponse(dict):
|
|
309
|
+
"""
|
|
310
|
+
Managed service identity (system assigned and/or user assigned identities)
|
|
311
|
+
"""
|
|
312
|
+
@staticmethod
|
|
313
|
+
def __key_warning(key: str):
|
|
314
|
+
suggest = None
|
|
315
|
+
if key == "principalId":
|
|
316
|
+
suggest = "principal_id"
|
|
317
|
+
elif key == "tenantId":
|
|
318
|
+
suggest = "tenant_id"
|
|
319
|
+
elif key == "userAssignedIdentities":
|
|
320
|
+
suggest = "user_assigned_identities"
|
|
321
|
+
|
|
322
|
+
if suggest:
|
|
323
|
+
pulumi.log.warn(f"Key '{key}' not found in ManagedServiceIdentityResponse. Access the value via the '{suggest}' property getter instead.")
|
|
324
|
+
|
|
325
|
+
def __getitem__(self, key: str) -> Any:
|
|
326
|
+
ManagedServiceIdentityResponse.__key_warning(key)
|
|
327
|
+
return super().__getitem__(key)
|
|
328
|
+
|
|
329
|
+
def get(self, key: str, default = None) -> Any:
|
|
330
|
+
ManagedServiceIdentityResponse.__key_warning(key)
|
|
331
|
+
return super().get(key, default)
|
|
332
|
+
|
|
333
|
+
def __init__(__self__, *,
|
|
334
|
+
principal_id: str,
|
|
335
|
+
tenant_id: str,
|
|
336
|
+
type: str,
|
|
337
|
+
user_assigned_identities: Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']] = None):
|
|
338
|
+
"""
|
|
339
|
+
Managed service identity (system assigned and/or user assigned identities)
|
|
340
|
+
:param str principal_id: The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
341
|
+
:param str tenant_id: The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
342
|
+
:param str type: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
|
|
343
|
+
:param Mapping[str, 'UserAssignedIdentityResponse'] user_assigned_identities: The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
|
|
344
|
+
"""
|
|
345
|
+
pulumi.set(__self__, "principal_id", principal_id)
|
|
346
|
+
pulumi.set(__self__, "tenant_id", tenant_id)
|
|
347
|
+
pulumi.set(__self__, "type", type)
|
|
348
|
+
if user_assigned_identities is not None:
|
|
349
|
+
pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
|
|
350
|
+
|
|
351
|
+
@property
|
|
352
|
+
@pulumi.getter(name="principalId")
|
|
353
|
+
def principal_id(self) -> str:
|
|
354
|
+
"""
|
|
355
|
+
The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
356
|
+
"""
|
|
357
|
+
return pulumi.get(self, "principal_id")
|
|
358
|
+
|
|
359
|
+
@property
|
|
360
|
+
@pulumi.getter(name="tenantId")
|
|
361
|
+
def tenant_id(self) -> str:
|
|
362
|
+
"""
|
|
363
|
+
The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
364
|
+
"""
|
|
365
|
+
return pulumi.get(self, "tenant_id")
|
|
366
|
+
|
|
367
|
+
@property
|
|
368
|
+
@pulumi.getter
|
|
369
|
+
def type(self) -> str:
|
|
370
|
+
"""
|
|
371
|
+
Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
|
|
372
|
+
"""
|
|
373
|
+
return pulumi.get(self, "type")
|
|
374
|
+
|
|
375
|
+
@property
|
|
376
|
+
@pulumi.getter(name="userAssignedIdentities")
|
|
377
|
+
def user_assigned_identities(self) -> Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']]:
|
|
378
|
+
"""
|
|
379
|
+
The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
|
|
380
|
+
"""
|
|
381
|
+
return pulumi.get(self, "user_assigned_identities")
|
|
382
|
+
|
|
383
|
+
|
|
384
|
+
@pulumi.output_type
|
|
385
|
+
class RoleAssignmentDetailResponse(dict):
|
|
386
|
+
"""
|
|
387
|
+
The details for role assignment response.
|
|
388
|
+
"""
|
|
389
|
+
def __init__(__self__, *,
|
|
390
|
+
data_type_scope: Sequence[str],
|
|
391
|
+
principal_id: str,
|
|
392
|
+
principal_type: str,
|
|
393
|
+
role: str,
|
|
394
|
+
role_assignment_id: str,
|
|
395
|
+
role_id: str,
|
|
396
|
+
user_name: str):
|
|
397
|
+
"""
|
|
398
|
+
The details for role assignment response.
|
|
399
|
+
:param Sequence[str] data_type_scope: Data Type Scope at which the role assignment is created.
|
|
400
|
+
:param str principal_id: Object ID of the AAD principal or security-group.
|
|
401
|
+
:param str principal_type: Type of the principal Id: User, Group or ServicePrincipal
|
|
402
|
+
:param str role: Data Product role to be assigned to a user.
|
|
403
|
+
:param str role_assignment_id: Id of role assignment request
|
|
404
|
+
:param str role_id: Role Id of the Built-In Role
|
|
405
|
+
:param str user_name: User name.
|
|
406
|
+
"""
|
|
407
|
+
pulumi.set(__self__, "data_type_scope", data_type_scope)
|
|
408
|
+
pulumi.set(__self__, "principal_id", principal_id)
|
|
409
|
+
pulumi.set(__self__, "principal_type", principal_type)
|
|
410
|
+
pulumi.set(__self__, "role", role)
|
|
411
|
+
pulumi.set(__self__, "role_assignment_id", role_assignment_id)
|
|
412
|
+
pulumi.set(__self__, "role_id", role_id)
|
|
413
|
+
pulumi.set(__self__, "user_name", user_name)
|
|
414
|
+
|
|
415
|
+
@property
|
|
416
|
+
@pulumi.getter(name="dataTypeScope")
|
|
417
|
+
def data_type_scope(self) -> Sequence[str]:
|
|
418
|
+
"""
|
|
419
|
+
Data Type Scope at which the role assignment is created.
|
|
420
|
+
"""
|
|
421
|
+
return pulumi.get(self, "data_type_scope")
|
|
422
|
+
|
|
423
|
+
@property
|
|
424
|
+
@pulumi.getter(name="principalId")
|
|
425
|
+
def principal_id(self) -> str:
|
|
426
|
+
"""
|
|
427
|
+
Object ID of the AAD principal or security-group.
|
|
428
|
+
"""
|
|
429
|
+
return pulumi.get(self, "principal_id")
|
|
430
|
+
|
|
431
|
+
@property
|
|
432
|
+
@pulumi.getter(name="principalType")
|
|
433
|
+
def principal_type(self) -> str:
|
|
434
|
+
"""
|
|
435
|
+
Type of the principal Id: User, Group or ServicePrincipal
|
|
436
|
+
"""
|
|
437
|
+
return pulumi.get(self, "principal_type")
|
|
438
|
+
|
|
439
|
+
@property
|
|
440
|
+
@pulumi.getter
|
|
441
|
+
def role(self) -> str:
|
|
442
|
+
"""
|
|
443
|
+
Data Product role to be assigned to a user.
|
|
444
|
+
"""
|
|
445
|
+
return pulumi.get(self, "role")
|
|
446
|
+
|
|
447
|
+
@property
|
|
448
|
+
@pulumi.getter(name="roleAssignmentId")
|
|
449
|
+
def role_assignment_id(self) -> str:
|
|
450
|
+
"""
|
|
451
|
+
Id of role assignment request
|
|
452
|
+
"""
|
|
453
|
+
return pulumi.get(self, "role_assignment_id")
|
|
454
|
+
|
|
455
|
+
@property
|
|
456
|
+
@pulumi.getter(name="roleId")
|
|
457
|
+
def role_id(self) -> str:
|
|
458
|
+
"""
|
|
459
|
+
Role Id of the Built-In Role
|
|
460
|
+
"""
|
|
461
|
+
return pulumi.get(self, "role_id")
|
|
462
|
+
|
|
463
|
+
@property
|
|
464
|
+
@pulumi.getter(name="userName")
|
|
465
|
+
def user_name(self) -> str:
|
|
466
|
+
"""
|
|
467
|
+
User name.
|
|
468
|
+
"""
|
|
469
|
+
return pulumi.get(self, "user_name")
|
|
470
|
+
|
|
471
|
+
|
|
472
|
+
@pulumi.output_type
|
|
473
|
+
class SystemDataResponse(dict):
|
|
474
|
+
"""
|
|
475
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
476
|
+
"""
|
|
477
|
+
@staticmethod
|
|
478
|
+
def __key_warning(key: str):
|
|
479
|
+
suggest = None
|
|
480
|
+
if key == "createdAt":
|
|
481
|
+
suggest = "created_at"
|
|
482
|
+
elif key == "createdBy":
|
|
483
|
+
suggest = "created_by"
|
|
484
|
+
elif key == "createdByType":
|
|
485
|
+
suggest = "created_by_type"
|
|
486
|
+
elif key == "lastModifiedAt":
|
|
487
|
+
suggest = "last_modified_at"
|
|
488
|
+
elif key == "lastModifiedBy":
|
|
489
|
+
suggest = "last_modified_by"
|
|
490
|
+
elif key == "lastModifiedByType":
|
|
491
|
+
suggest = "last_modified_by_type"
|
|
492
|
+
|
|
493
|
+
if suggest:
|
|
494
|
+
pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
|
|
495
|
+
|
|
496
|
+
def __getitem__(self, key: str) -> Any:
|
|
497
|
+
SystemDataResponse.__key_warning(key)
|
|
498
|
+
return super().__getitem__(key)
|
|
499
|
+
|
|
500
|
+
def get(self, key: str, default = None) -> Any:
|
|
501
|
+
SystemDataResponse.__key_warning(key)
|
|
502
|
+
return super().get(key, default)
|
|
503
|
+
|
|
504
|
+
def __init__(__self__, *,
|
|
505
|
+
created_at: Optional[str] = None,
|
|
506
|
+
created_by: Optional[str] = None,
|
|
507
|
+
created_by_type: Optional[str] = None,
|
|
508
|
+
last_modified_at: Optional[str] = None,
|
|
509
|
+
last_modified_by: Optional[str] = None,
|
|
510
|
+
last_modified_by_type: Optional[str] = None):
|
|
511
|
+
"""
|
|
512
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
513
|
+
:param str created_at: The timestamp of resource creation (UTC).
|
|
514
|
+
:param str created_by: The identity that created the resource.
|
|
515
|
+
:param str created_by_type: The type of identity that created the resource.
|
|
516
|
+
:param str last_modified_at: The timestamp of resource last modification (UTC)
|
|
517
|
+
:param str last_modified_by: The identity that last modified the resource.
|
|
518
|
+
:param str last_modified_by_type: The type of identity that last modified the resource.
|
|
519
|
+
"""
|
|
520
|
+
if created_at is not None:
|
|
521
|
+
pulumi.set(__self__, "created_at", created_at)
|
|
522
|
+
if created_by is not None:
|
|
523
|
+
pulumi.set(__self__, "created_by", created_by)
|
|
524
|
+
if created_by_type is not None:
|
|
525
|
+
pulumi.set(__self__, "created_by_type", created_by_type)
|
|
526
|
+
if last_modified_at is not None:
|
|
527
|
+
pulumi.set(__self__, "last_modified_at", last_modified_at)
|
|
528
|
+
if last_modified_by is not None:
|
|
529
|
+
pulumi.set(__self__, "last_modified_by", last_modified_by)
|
|
530
|
+
if last_modified_by_type is not None:
|
|
531
|
+
pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
|
|
532
|
+
|
|
533
|
+
@property
|
|
534
|
+
@pulumi.getter(name="createdAt")
|
|
535
|
+
def created_at(self) -> Optional[str]:
|
|
536
|
+
"""
|
|
537
|
+
The timestamp of resource creation (UTC).
|
|
538
|
+
"""
|
|
539
|
+
return pulumi.get(self, "created_at")
|
|
540
|
+
|
|
541
|
+
@property
|
|
542
|
+
@pulumi.getter(name="createdBy")
|
|
543
|
+
def created_by(self) -> Optional[str]:
|
|
544
|
+
"""
|
|
545
|
+
The identity that created the resource.
|
|
546
|
+
"""
|
|
547
|
+
return pulumi.get(self, "created_by")
|
|
548
|
+
|
|
549
|
+
@property
|
|
550
|
+
@pulumi.getter(name="createdByType")
|
|
551
|
+
def created_by_type(self) -> Optional[str]:
|
|
552
|
+
"""
|
|
553
|
+
The type of identity that created the resource.
|
|
554
|
+
"""
|
|
555
|
+
return pulumi.get(self, "created_by_type")
|
|
556
|
+
|
|
557
|
+
@property
|
|
558
|
+
@pulumi.getter(name="lastModifiedAt")
|
|
559
|
+
def last_modified_at(self) -> Optional[str]:
|
|
560
|
+
"""
|
|
561
|
+
The timestamp of resource last modification (UTC)
|
|
562
|
+
"""
|
|
563
|
+
return pulumi.get(self, "last_modified_at")
|
|
564
|
+
|
|
565
|
+
@property
|
|
566
|
+
@pulumi.getter(name="lastModifiedBy")
|
|
567
|
+
def last_modified_by(self) -> Optional[str]:
|
|
568
|
+
"""
|
|
569
|
+
The identity that last modified the resource.
|
|
570
|
+
"""
|
|
571
|
+
return pulumi.get(self, "last_modified_by")
|
|
572
|
+
|
|
573
|
+
@property
|
|
574
|
+
@pulumi.getter(name="lastModifiedByType")
|
|
575
|
+
def last_modified_by_type(self) -> Optional[str]:
|
|
576
|
+
"""
|
|
577
|
+
The type of identity that last modified the resource.
|
|
578
|
+
"""
|
|
579
|
+
return pulumi.get(self, "last_modified_by_type")
|
|
580
|
+
|
|
581
|
+
|
|
582
|
+
@pulumi.output_type
|
|
583
|
+
class UserAssignedIdentityResponse(dict):
|
|
584
|
+
"""
|
|
585
|
+
User assigned identity properties
|
|
586
|
+
"""
|
|
587
|
+
@staticmethod
|
|
588
|
+
def __key_warning(key: str):
|
|
589
|
+
suggest = None
|
|
590
|
+
if key == "clientId":
|
|
591
|
+
suggest = "client_id"
|
|
592
|
+
elif key == "principalId":
|
|
593
|
+
suggest = "principal_id"
|
|
594
|
+
|
|
595
|
+
if suggest:
|
|
596
|
+
pulumi.log.warn(f"Key '{key}' not found in UserAssignedIdentityResponse. Access the value via the '{suggest}' property getter instead.")
|
|
597
|
+
|
|
598
|
+
def __getitem__(self, key: str) -> Any:
|
|
599
|
+
UserAssignedIdentityResponse.__key_warning(key)
|
|
600
|
+
return super().__getitem__(key)
|
|
601
|
+
|
|
602
|
+
def get(self, key: str, default = None) -> Any:
|
|
603
|
+
UserAssignedIdentityResponse.__key_warning(key)
|
|
604
|
+
return super().get(key, default)
|
|
605
|
+
|
|
606
|
+
def __init__(__self__, *,
|
|
607
|
+
client_id: str,
|
|
608
|
+
principal_id: str):
|
|
609
|
+
"""
|
|
610
|
+
User assigned identity properties
|
|
611
|
+
:param str client_id: The client ID of the assigned identity.
|
|
612
|
+
:param str principal_id: The principal ID of the assigned identity.
|
|
613
|
+
"""
|
|
614
|
+
pulumi.set(__self__, "client_id", client_id)
|
|
615
|
+
pulumi.set(__self__, "principal_id", principal_id)
|
|
616
|
+
|
|
617
|
+
@property
|
|
618
|
+
@pulumi.getter(name="clientId")
|
|
619
|
+
def client_id(self) -> str:
|
|
620
|
+
"""
|
|
621
|
+
The client ID of the assigned identity.
|
|
622
|
+
"""
|
|
623
|
+
return pulumi.get(self, "client_id")
|
|
624
|
+
|
|
625
|
+
@property
|
|
626
|
+
@pulumi.getter(name="principalId")
|
|
627
|
+
def principal_id(self) -> str:
|
|
628
|
+
"""
|
|
629
|
+
The principal ID of the assigned identity.
|
|
630
|
+
"""
|
|
631
|
+
return pulumi.get(self, "principal_id")
|
|
632
|
+
|
|
633
|
+
|
|
634
|
+
@pulumi.output_type
|
|
635
|
+
class VirtualNetworkRuleResponse(dict):
|
|
636
|
+
"""
|
|
637
|
+
Virtual Network Rule
|
|
638
|
+
"""
|
|
639
|
+
def __init__(__self__, *,
|
|
640
|
+
id: str,
|
|
641
|
+
action: Optional[str] = None,
|
|
642
|
+
state: Optional[str] = None):
|
|
643
|
+
"""
|
|
644
|
+
Virtual Network Rule
|
|
645
|
+
:param str id: Resource ID of a subnet
|
|
646
|
+
:param str action: The action of virtual network rule.
|
|
647
|
+
:param str state: Gets the state of virtual network rule.
|
|
648
|
+
"""
|
|
649
|
+
pulumi.set(__self__, "id", id)
|
|
650
|
+
if action is not None:
|
|
651
|
+
pulumi.set(__self__, "action", action)
|
|
652
|
+
if state is not None:
|
|
653
|
+
pulumi.set(__self__, "state", state)
|
|
654
|
+
|
|
655
|
+
@property
|
|
656
|
+
@pulumi.getter
|
|
657
|
+
def id(self) -> str:
|
|
658
|
+
"""
|
|
659
|
+
Resource ID of a subnet
|
|
660
|
+
"""
|
|
661
|
+
return pulumi.get(self, "id")
|
|
662
|
+
|
|
663
|
+
@property
|
|
664
|
+
@pulumi.getter
|
|
665
|
+
def action(self) -> Optional[str]:
|
|
666
|
+
"""
|
|
667
|
+
The action of virtual network rule.
|
|
668
|
+
"""
|
|
669
|
+
return pulumi.get(self, "action")
|
|
670
|
+
|
|
671
|
+
@property
|
|
672
|
+
@pulumi.getter
|
|
673
|
+
def state(self) -> Optional[str]:
|
|
674
|
+
"""
|
|
675
|
+
Gets the state of virtual network rule.
|
|
676
|
+
"""
|
|
677
|
+
return pulumi.get(self, "state")
|
|
678
|
+
|
|
679
|
+
|
|
@@ -29,8 +29,11 @@ if typing.TYPE_CHECKING:
|
|
|
29
29
|
v20230401 = __v20230401
|
|
30
30
|
import pulumi_azure_native.redhatopenshift.v20230701preview as __v20230701preview
|
|
31
31
|
v20230701preview = __v20230701preview
|
|
32
|
+
import pulumi_azure_native.redhatopenshift.v20230904 as __v20230904
|
|
33
|
+
v20230904 = __v20230904
|
|
32
34
|
else:
|
|
33
35
|
v20220904 = _utilities.lazy_import('pulumi_azure_native.redhatopenshift.v20220904')
|
|
34
36
|
v20230401 = _utilities.lazy_import('pulumi_azure_native.redhatopenshift.v20230401')
|
|
35
37
|
v20230701preview = _utilities.lazy_import('pulumi_azure_native.redhatopenshift.v20230701preview')
|
|
38
|
+
v20230904 = _utilities.lazy_import('pulumi_azure_native.redhatopenshift.v20230904')
|
|
36
39
|
|
|
@@ -147,7 +147,7 @@ class MachinePool(pulumi.CustomResource):
|
|
|
147
147
|
__props__.__dict__["name"] = None
|
|
148
148
|
__props__.__dict__["system_data"] = None
|
|
149
149
|
__props__.__dict__["type"] = None
|
|
150
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:redhatopenshift/v20220904:MachinePool"), pulumi.Alias(type_="azure-native:redhatopenshift/v20230401:MachinePool"), pulumi.Alias(type_="azure-native:redhatopenshift/v20230701preview:MachinePool")])
|
|
150
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:redhatopenshift/v20220904:MachinePool"), pulumi.Alias(type_="azure-native:redhatopenshift/v20230401:MachinePool"), pulumi.Alias(type_="azure-native:redhatopenshift/v20230701preview:MachinePool"), pulumi.Alias(type_="azure-native:redhatopenshift/v20230904:MachinePool")])
|
|
151
151
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
152
152
|
super(MachinePool, __self__).__init__(
|
|
153
153
|
'azure-native:redhatopenshift:MachinePool',
|