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,931 @@
|
|
|
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
|
+
'BranchResponse',
|
|
16
|
+
'CapabilityPropertiesResponse',
|
|
17
|
+
'ContinuousActionResponse',
|
|
18
|
+
'DelayActionResponse',
|
|
19
|
+
'DiscreteActionResponse',
|
|
20
|
+
'ExperimentPropertiesResponse',
|
|
21
|
+
'KeyValuePairResponse',
|
|
22
|
+
'ListSelectorResponse',
|
|
23
|
+
'QuerySelectorResponse',
|
|
24
|
+
'ResourceIdentityResponse',
|
|
25
|
+
'SimpleFilterParametersResponse',
|
|
26
|
+
'SimpleFilterResponse',
|
|
27
|
+
'StepResponse',
|
|
28
|
+
'SystemDataResponse',
|
|
29
|
+
'TargetReferenceResponse',
|
|
30
|
+
'UserAssignedIdentityResponse',
|
|
31
|
+
]
|
|
32
|
+
|
|
33
|
+
@pulumi.output_type
|
|
34
|
+
class BranchResponse(dict):
|
|
35
|
+
"""
|
|
36
|
+
Model that represents a branch in the step.
|
|
37
|
+
"""
|
|
38
|
+
def __init__(__self__, *,
|
|
39
|
+
actions: Sequence[Any],
|
|
40
|
+
name: str):
|
|
41
|
+
"""
|
|
42
|
+
Model that represents a branch in the step.
|
|
43
|
+
:param Sequence[Union['ContinuousActionResponse', 'DelayActionResponse', 'DiscreteActionResponse']] actions: List of actions.
|
|
44
|
+
:param str name: String of the branch name.
|
|
45
|
+
"""
|
|
46
|
+
pulumi.set(__self__, "actions", actions)
|
|
47
|
+
pulumi.set(__self__, "name", name)
|
|
48
|
+
|
|
49
|
+
@property
|
|
50
|
+
@pulumi.getter
|
|
51
|
+
def actions(self) -> Sequence[Any]:
|
|
52
|
+
"""
|
|
53
|
+
List of actions.
|
|
54
|
+
"""
|
|
55
|
+
return pulumi.get(self, "actions")
|
|
56
|
+
|
|
57
|
+
@property
|
|
58
|
+
@pulumi.getter
|
|
59
|
+
def name(self) -> str:
|
|
60
|
+
"""
|
|
61
|
+
String of the branch name.
|
|
62
|
+
"""
|
|
63
|
+
return pulumi.get(self, "name")
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
@pulumi.output_type
|
|
67
|
+
class CapabilityPropertiesResponse(dict):
|
|
68
|
+
"""
|
|
69
|
+
Model that represents the Capability properties model.
|
|
70
|
+
"""
|
|
71
|
+
@staticmethod
|
|
72
|
+
def __key_warning(key: str):
|
|
73
|
+
suggest = None
|
|
74
|
+
if key == "parametersSchema":
|
|
75
|
+
suggest = "parameters_schema"
|
|
76
|
+
elif key == "targetType":
|
|
77
|
+
suggest = "target_type"
|
|
78
|
+
|
|
79
|
+
if suggest:
|
|
80
|
+
pulumi.log.warn(f"Key '{key}' not found in CapabilityPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
81
|
+
|
|
82
|
+
def __getitem__(self, key: str) -> Any:
|
|
83
|
+
CapabilityPropertiesResponse.__key_warning(key)
|
|
84
|
+
return super().__getitem__(key)
|
|
85
|
+
|
|
86
|
+
def get(self, key: str, default = None) -> Any:
|
|
87
|
+
CapabilityPropertiesResponse.__key_warning(key)
|
|
88
|
+
return super().get(key, default)
|
|
89
|
+
|
|
90
|
+
def __init__(__self__, *,
|
|
91
|
+
description: str,
|
|
92
|
+
parameters_schema: str,
|
|
93
|
+
publisher: str,
|
|
94
|
+
target_type: str,
|
|
95
|
+
urn: str):
|
|
96
|
+
"""
|
|
97
|
+
Model that represents the Capability properties model.
|
|
98
|
+
:param str description: Localized string of the description.
|
|
99
|
+
:param str parameters_schema: URL to retrieve JSON schema of the Capability parameters.
|
|
100
|
+
:param str publisher: String of the Publisher that this Capability extends.
|
|
101
|
+
:param str target_type: String of the Target Type that this Capability extends.
|
|
102
|
+
:param str urn: String of the URN for this Capability Type.
|
|
103
|
+
"""
|
|
104
|
+
pulumi.set(__self__, "description", description)
|
|
105
|
+
pulumi.set(__self__, "parameters_schema", parameters_schema)
|
|
106
|
+
pulumi.set(__self__, "publisher", publisher)
|
|
107
|
+
pulumi.set(__self__, "target_type", target_type)
|
|
108
|
+
pulumi.set(__self__, "urn", urn)
|
|
109
|
+
|
|
110
|
+
@property
|
|
111
|
+
@pulumi.getter
|
|
112
|
+
def description(self) -> str:
|
|
113
|
+
"""
|
|
114
|
+
Localized string of the description.
|
|
115
|
+
"""
|
|
116
|
+
return pulumi.get(self, "description")
|
|
117
|
+
|
|
118
|
+
@property
|
|
119
|
+
@pulumi.getter(name="parametersSchema")
|
|
120
|
+
def parameters_schema(self) -> str:
|
|
121
|
+
"""
|
|
122
|
+
URL to retrieve JSON schema of the Capability parameters.
|
|
123
|
+
"""
|
|
124
|
+
return pulumi.get(self, "parameters_schema")
|
|
125
|
+
|
|
126
|
+
@property
|
|
127
|
+
@pulumi.getter
|
|
128
|
+
def publisher(self) -> str:
|
|
129
|
+
"""
|
|
130
|
+
String of the Publisher that this Capability extends.
|
|
131
|
+
"""
|
|
132
|
+
return pulumi.get(self, "publisher")
|
|
133
|
+
|
|
134
|
+
@property
|
|
135
|
+
@pulumi.getter(name="targetType")
|
|
136
|
+
def target_type(self) -> str:
|
|
137
|
+
"""
|
|
138
|
+
String of the Target Type that this Capability extends.
|
|
139
|
+
"""
|
|
140
|
+
return pulumi.get(self, "target_type")
|
|
141
|
+
|
|
142
|
+
@property
|
|
143
|
+
@pulumi.getter
|
|
144
|
+
def urn(self) -> str:
|
|
145
|
+
"""
|
|
146
|
+
String of the URN for this Capability Type.
|
|
147
|
+
"""
|
|
148
|
+
return pulumi.get(self, "urn")
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
@pulumi.output_type
|
|
152
|
+
class ContinuousActionResponse(dict):
|
|
153
|
+
"""
|
|
154
|
+
Model that represents a continuous action.
|
|
155
|
+
"""
|
|
156
|
+
@staticmethod
|
|
157
|
+
def __key_warning(key: str):
|
|
158
|
+
suggest = None
|
|
159
|
+
if key == "selectorId":
|
|
160
|
+
suggest = "selector_id"
|
|
161
|
+
|
|
162
|
+
if suggest:
|
|
163
|
+
pulumi.log.warn(f"Key '{key}' not found in ContinuousActionResponse. Access the value via the '{suggest}' property getter instead.")
|
|
164
|
+
|
|
165
|
+
def __getitem__(self, key: str) -> Any:
|
|
166
|
+
ContinuousActionResponse.__key_warning(key)
|
|
167
|
+
return super().__getitem__(key)
|
|
168
|
+
|
|
169
|
+
def get(self, key: str, default = None) -> Any:
|
|
170
|
+
ContinuousActionResponse.__key_warning(key)
|
|
171
|
+
return super().get(key, default)
|
|
172
|
+
|
|
173
|
+
def __init__(__self__, *,
|
|
174
|
+
duration: str,
|
|
175
|
+
name: str,
|
|
176
|
+
parameters: Sequence['outputs.KeyValuePairResponse'],
|
|
177
|
+
selector_id: str,
|
|
178
|
+
type: str):
|
|
179
|
+
"""
|
|
180
|
+
Model that represents a continuous action.
|
|
181
|
+
:param str duration: ISO8601 formatted string that represents a duration.
|
|
182
|
+
:param str name: String that represents a Capability URN.
|
|
183
|
+
:param Sequence['KeyValuePairResponse'] parameters: List of key value pairs.
|
|
184
|
+
:param str selector_id: String that represents a selector.
|
|
185
|
+
:param str type: Enum that discriminates between action models.
|
|
186
|
+
Expected value is 'continuous'.
|
|
187
|
+
"""
|
|
188
|
+
pulumi.set(__self__, "duration", duration)
|
|
189
|
+
pulumi.set(__self__, "name", name)
|
|
190
|
+
pulumi.set(__self__, "parameters", parameters)
|
|
191
|
+
pulumi.set(__self__, "selector_id", selector_id)
|
|
192
|
+
pulumi.set(__self__, "type", 'continuous')
|
|
193
|
+
|
|
194
|
+
@property
|
|
195
|
+
@pulumi.getter
|
|
196
|
+
def duration(self) -> str:
|
|
197
|
+
"""
|
|
198
|
+
ISO8601 formatted string that represents a duration.
|
|
199
|
+
"""
|
|
200
|
+
return pulumi.get(self, "duration")
|
|
201
|
+
|
|
202
|
+
@property
|
|
203
|
+
@pulumi.getter
|
|
204
|
+
def name(self) -> str:
|
|
205
|
+
"""
|
|
206
|
+
String that represents a Capability URN.
|
|
207
|
+
"""
|
|
208
|
+
return pulumi.get(self, "name")
|
|
209
|
+
|
|
210
|
+
@property
|
|
211
|
+
@pulumi.getter
|
|
212
|
+
def parameters(self) -> Sequence['outputs.KeyValuePairResponse']:
|
|
213
|
+
"""
|
|
214
|
+
List of key value pairs.
|
|
215
|
+
"""
|
|
216
|
+
return pulumi.get(self, "parameters")
|
|
217
|
+
|
|
218
|
+
@property
|
|
219
|
+
@pulumi.getter(name="selectorId")
|
|
220
|
+
def selector_id(self) -> str:
|
|
221
|
+
"""
|
|
222
|
+
String that represents a selector.
|
|
223
|
+
"""
|
|
224
|
+
return pulumi.get(self, "selector_id")
|
|
225
|
+
|
|
226
|
+
@property
|
|
227
|
+
@pulumi.getter
|
|
228
|
+
def type(self) -> str:
|
|
229
|
+
"""
|
|
230
|
+
Enum that discriminates between action models.
|
|
231
|
+
Expected value is 'continuous'.
|
|
232
|
+
"""
|
|
233
|
+
return pulumi.get(self, "type")
|
|
234
|
+
|
|
235
|
+
|
|
236
|
+
@pulumi.output_type
|
|
237
|
+
class DelayActionResponse(dict):
|
|
238
|
+
"""
|
|
239
|
+
Model that represents a delay action.
|
|
240
|
+
"""
|
|
241
|
+
def __init__(__self__, *,
|
|
242
|
+
duration: str,
|
|
243
|
+
name: str,
|
|
244
|
+
type: str):
|
|
245
|
+
"""
|
|
246
|
+
Model that represents a delay action.
|
|
247
|
+
:param str duration: ISO8601 formatted string that represents a duration.
|
|
248
|
+
:param str name: String that represents a Capability URN.
|
|
249
|
+
:param str type: Enum that discriminates between action models.
|
|
250
|
+
Expected value is 'delay'.
|
|
251
|
+
"""
|
|
252
|
+
pulumi.set(__self__, "duration", duration)
|
|
253
|
+
pulumi.set(__self__, "name", name)
|
|
254
|
+
pulumi.set(__self__, "type", 'delay')
|
|
255
|
+
|
|
256
|
+
@property
|
|
257
|
+
@pulumi.getter
|
|
258
|
+
def duration(self) -> str:
|
|
259
|
+
"""
|
|
260
|
+
ISO8601 formatted string that represents a duration.
|
|
261
|
+
"""
|
|
262
|
+
return pulumi.get(self, "duration")
|
|
263
|
+
|
|
264
|
+
@property
|
|
265
|
+
@pulumi.getter
|
|
266
|
+
def name(self) -> str:
|
|
267
|
+
"""
|
|
268
|
+
String that represents a Capability URN.
|
|
269
|
+
"""
|
|
270
|
+
return pulumi.get(self, "name")
|
|
271
|
+
|
|
272
|
+
@property
|
|
273
|
+
@pulumi.getter
|
|
274
|
+
def type(self) -> str:
|
|
275
|
+
"""
|
|
276
|
+
Enum that discriminates between action models.
|
|
277
|
+
Expected value is 'delay'.
|
|
278
|
+
"""
|
|
279
|
+
return pulumi.get(self, "type")
|
|
280
|
+
|
|
281
|
+
|
|
282
|
+
@pulumi.output_type
|
|
283
|
+
class DiscreteActionResponse(dict):
|
|
284
|
+
"""
|
|
285
|
+
Model that represents a discrete action.
|
|
286
|
+
"""
|
|
287
|
+
@staticmethod
|
|
288
|
+
def __key_warning(key: str):
|
|
289
|
+
suggest = None
|
|
290
|
+
if key == "selectorId":
|
|
291
|
+
suggest = "selector_id"
|
|
292
|
+
|
|
293
|
+
if suggest:
|
|
294
|
+
pulumi.log.warn(f"Key '{key}' not found in DiscreteActionResponse. Access the value via the '{suggest}' property getter instead.")
|
|
295
|
+
|
|
296
|
+
def __getitem__(self, key: str) -> Any:
|
|
297
|
+
DiscreteActionResponse.__key_warning(key)
|
|
298
|
+
return super().__getitem__(key)
|
|
299
|
+
|
|
300
|
+
def get(self, key: str, default = None) -> Any:
|
|
301
|
+
DiscreteActionResponse.__key_warning(key)
|
|
302
|
+
return super().get(key, default)
|
|
303
|
+
|
|
304
|
+
def __init__(__self__, *,
|
|
305
|
+
name: str,
|
|
306
|
+
parameters: Sequence['outputs.KeyValuePairResponse'],
|
|
307
|
+
selector_id: str,
|
|
308
|
+
type: str):
|
|
309
|
+
"""
|
|
310
|
+
Model that represents a discrete action.
|
|
311
|
+
:param str name: String that represents a Capability URN.
|
|
312
|
+
:param Sequence['KeyValuePairResponse'] parameters: List of key value pairs.
|
|
313
|
+
:param str selector_id: String that represents a selector.
|
|
314
|
+
:param str type: Enum that discriminates between action models.
|
|
315
|
+
Expected value is 'discrete'.
|
|
316
|
+
"""
|
|
317
|
+
pulumi.set(__self__, "name", name)
|
|
318
|
+
pulumi.set(__self__, "parameters", parameters)
|
|
319
|
+
pulumi.set(__self__, "selector_id", selector_id)
|
|
320
|
+
pulumi.set(__self__, "type", 'discrete')
|
|
321
|
+
|
|
322
|
+
@property
|
|
323
|
+
@pulumi.getter
|
|
324
|
+
def name(self) -> str:
|
|
325
|
+
"""
|
|
326
|
+
String that represents a Capability URN.
|
|
327
|
+
"""
|
|
328
|
+
return pulumi.get(self, "name")
|
|
329
|
+
|
|
330
|
+
@property
|
|
331
|
+
@pulumi.getter
|
|
332
|
+
def parameters(self) -> Sequence['outputs.KeyValuePairResponse']:
|
|
333
|
+
"""
|
|
334
|
+
List of key value pairs.
|
|
335
|
+
"""
|
|
336
|
+
return pulumi.get(self, "parameters")
|
|
337
|
+
|
|
338
|
+
@property
|
|
339
|
+
@pulumi.getter(name="selectorId")
|
|
340
|
+
def selector_id(self) -> str:
|
|
341
|
+
"""
|
|
342
|
+
String that represents a selector.
|
|
343
|
+
"""
|
|
344
|
+
return pulumi.get(self, "selector_id")
|
|
345
|
+
|
|
346
|
+
@property
|
|
347
|
+
@pulumi.getter
|
|
348
|
+
def type(self) -> str:
|
|
349
|
+
"""
|
|
350
|
+
Enum that discriminates between action models.
|
|
351
|
+
Expected value is 'discrete'.
|
|
352
|
+
"""
|
|
353
|
+
return pulumi.get(self, "type")
|
|
354
|
+
|
|
355
|
+
|
|
356
|
+
@pulumi.output_type
|
|
357
|
+
class ExperimentPropertiesResponse(dict):
|
|
358
|
+
"""
|
|
359
|
+
Model that represents the Experiment properties model.
|
|
360
|
+
"""
|
|
361
|
+
def __init__(__self__, *,
|
|
362
|
+
selectors: Sequence[Any],
|
|
363
|
+
steps: Sequence['outputs.StepResponse']):
|
|
364
|
+
"""
|
|
365
|
+
Model that represents the Experiment properties model.
|
|
366
|
+
:param Sequence[Union['ListSelectorResponse', 'QuerySelectorResponse']] selectors: List of selectors.
|
|
367
|
+
:param Sequence['StepResponse'] steps: List of steps.
|
|
368
|
+
"""
|
|
369
|
+
pulumi.set(__self__, "selectors", selectors)
|
|
370
|
+
pulumi.set(__self__, "steps", steps)
|
|
371
|
+
|
|
372
|
+
@property
|
|
373
|
+
@pulumi.getter
|
|
374
|
+
def selectors(self) -> Sequence[Any]:
|
|
375
|
+
"""
|
|
376
|
+
List of selectors.
|
|
377
|
+
"""
|
|
378
|
+
return pulumi.get(self, "selectors")
|
|
379
|
+
|
|
380
|
+
@property
|
|
381
|
+
@pulumi.getter
|
|
382
|
+
def steps(self) -> Sequence['outputs.StepResponse']:
|
|
383
|
+
"""
|
|
384
|
+
List of steps.
|
|
385
|
+
"""
|
|
386
|
+
return pulumi.get(self, "steps")
|
|
387
|
+
|
|
388
|
+
|
|
389
|
+
@pulumi.output_type
|
|
390
|
+
class KeyValuePairResponse(dict):
|
|
391
|
+
"""
|
|
392
|
+
A map to describe the settings of an action.
|
|
393
|
+
"""
|
|
394
|
+
def __init__(__self__, *,
|
|
395
|
+
key: str,
|
|
396
|
+
value: str):
|
|
397
|
+
"""
|
|
398
|
+
A map to describe the settings of an action.
|
|
399
|
+
:param str key: The name of the setting for the action.
|
|
400
|
+
:param str value: The value of the setting for the action.
|
|
401
|
+
"""
|
|
402
|
+
pulumi.set(__self__, "key", key)
|
|
403
|
+
pulumi.set(__self__, "value", value)
|
|
404
|
+
|
|
405
|
+
@property
|
|
406
|
+
@pulumi.getter
|
|
407
|
+
def key(self) -> str:
|
|
408
|
+
"""
|
|
409
|
+
The name of the setting for the action.
|
|
410
|
+
"""
|
|
411
|
+
return pulumi.get(self, "key")
|
|
412
|
+
|
|
413
|
+
@property
|
|
414
|
+
@pulumi.getter
|
|
415
|
+
def value(self) -> str:
|
|
416
|
+
"""
|
|
417
|
+
The value of the setting for the action.
|
|
418
|
+
"""
|
|
419
|
+
return pulumi.get(self, "value")
|
|
420
|
+
|
|
421
|
+
|
|
422
|
+
@pulumi.output_type
|
|
423
|
+
class ListSelectorResponse(dict):
|
|
424
|
+
"""
|
|
425
|
+
Model that represents a list selector.
|
|
426
|
+
"""
|
|
427
|
+
def __init__(__self__, *,
|
|
428
|
+
id: str,
|
|
429
|
+
targets: Sequence['outputs.TargetReferenceResponse'],
|
|
430
|
+
type: str,
|
|
431
|
+
filter: Optional['outputs.SimpleFilterResponse'] = None):
|
|
432
|
+
"""
|
|
433
|
+
Model that represents a list selector.
|
|
434
|
+
:param str id: String of the selector ID.
|
|
435
|
+
:param Sequence['TargetReferenceResponse'] targets: List of Target references.
|
|
436
|
+
:param str type: Enum of the selector type.
|
|
437
|
+
Expected value is 'List'.
|
|
438
|
+
:param 'SimpleFilterResponse' filter: Model that represents available filter types that can be applied to a targets list.
|
|
439
|
+
"""
|
|
440
|
+
pulumi.set(__self__, "id", id)
|
|
441
|
+
pulumi.set(__self__, "targets", targets)
|
|
442
|
+
pulumi.set(__self__, "type", 'List')
|
|
443
|
+
if filter is not None:
|
|
444
|
+
pulumi.set(__self__, "filter", filter)
|
|
445
|
+
|
|
446
|
+
@property
|
|
447
|
+
@pulumi.getter
|
|
448
|
+
def id(self) -> str:
|
|
449
|
+
"""
|
|
450
|
+
String of the selector ID.
|
|
451
|
+
"""
|
|
452
|
+
return pulumi.get(self, "id")
|
|
453
|
+
|
|
454
|
+
@property
|
|
455
|
+
@pulumi.getter
|
|
456
|
+
def targets(self) -> Sequence['outputs.TargetReferenceResponse']:
|
|
457
|
+
"""
|
|
458
|
+
List of Target references.
|
|
459
|
+
"""
|
|
460
|
+
return pulumi.get(self, "targets")
|
|
461
|
+
|
|
462
|
+
@property
|
|
463
|
+
@pulumi.getter
|
|
464
|
+
def type(self) -> str:
|
|
465
|
+
"""
|
|
466
|
+
Enum of the selector type.
|
|
467
|
+
Expected value is 'List'.
|
|
468
|
+
"""
|
|
469
|
+
return pulumi.get(self, "type")
|
|
470
|
+
|
|
471
|
+
@property
|
|
472
|
+
@pulumi.getter
|
|
473
|
+
def filter(self) -> Optional['outputs.SimpleFilterResponse']:
|
|
474
|
+
"""
|
|
475
|
+
Model that represents available filter types that can be applied to a targets list.
|
|
476
|
+
"""
|
|
477
|
+
return pulumi.get(self, "filter")
|
|
478
|
+
|
|
479
|
+
|
|
480
|
+
@pulumi.output_type
|
|
481
|
+
class QuerySelectorResponse(dict):
|
|
482
|
+
"""
|
|
483
|
+
Model that represents a query selector.
|
|
484
|
+
"""
|
|
485
|
+
@staticmethod
|
|
486
|
+
def __key_warning(key: str):
|
|
487
|
+
suggest = None
|
|
488
|
+
if key == "queryString":
|
|
489
|
+
suggest = "query_string"
|
|
490
|
+
elif key == "subscriptionIds":
|
|
491
|
+
suggest = "subscription_ids"
|
|
492
|
+
|
|
493
|
+
if suggest:
|
|
494
|
+
pulumi.log.warn(f"Key '{key}' not found in QuerySelectorResponse. Access the value via the '{suggest}' property getter instead.")
|
|
495
|
+
|
|
496
|
+
def __getitem__(self, key: str) -> Any:
|
|
497
|
+
QuerySelectorResponse.__key_warning(key)
|
|
498
|
+
return super().__getitem__(key)
|
|
499
|
+
|
|
500
|
+
def get(self, key: str, default = None) -> Any:
|
|
501
|
+
QuerySelectorResponse.__key_warning(key)
|
|
502
|
+
return super().get(key, default)
|
|
503
|
+
|
|
504
|
+
def __init__(__self__, *,
|
|
505
|
+
id: str,
|
|
506
|
+
query_string: str,
|
|
507
|
+
subscription_ids: Sequence[str],
|
|
508
|
+
type: str,
|
|
509
|
+
filter: Optional['outputs.SimpleFilterResponse'] = None):
|
|
510
|
+
"""
|
|
511
|
+
Model that represents a query selector.
|
|
512
|
+
:param str id: String of the selector ID.
|
|
513
|
+
:param str query_string: Azure Resource Graph (ARG) Query Language query for target resources.
|
|
514
|
+
:param Sequence[str] subscription_ids: Subscription id list to scope resource query.
|
|
515
|
+
:param str type: Enum of the selector type.
|
|
516
|
+
Expected value is 'Query'.
|
|
517
|
+
:param 'SimpleFilterResponse' filter: Model that represents available filter types that can be applied to a targets list.
|
|
518
|
+
"""
|
|
519
|
+
pulumi.set(__self__, "id", id)
|
|
520
|
+
pulumi.set(__self__, "query_string", query_string)
|
|
521
|
+
pulumi.set(__self__, "subscription_ids", subscription_ids)
|
|
522
|
+
pulumi.set(__self__, "type", 'Query')
|
|
523
|
+
if filter is not None:
|
|
524
|
+
pulumi.set(__self__, "filter", filter)
|
|
525
|
+
|
|
526
|
+
@property
|
|
527
|
+
@pulumi.getter
|
|
528
|
+
def id(self) -> str:
|
|
529
|
+
"""
|
|
530
|
+
String of the selector ID.
|
|
531
|
+
"""
|
|
532
|
+
return pulumi.get(self, "id")
|
|
533
|
+
|
|
534
|
+
@property
|
|
535
|
+
@pulumi.getter(name="queryString")
|
|
536
|
+
def query_string(self) -> str:
|
|
537
|
+
"""
|
|
538
|
+
Azure Resource Graph (ARG) Query Language query for target resources.
|
|
539
|
+
"""
|
|
540
|
+
return pulumi.get(self, "query_string")
|
|
541
|
+
|
|
542
|
+
@property
|
|
543
|
+
@pulumi.getter(name="subscriptionIds")
|
|
544
|
+
def subscription_ids(self) -> Sequence[str]:
|
|
545
|
+
"""
|
|
546
|
+
Subscription id list to scope resource query.
|
|
547
|
+
"""
|
|
548
|
+
return pulumi.get(self, "subscription_ids")
|
|
549
|
+
|
|
550
|
+
@property
|
|
551
|
+
@pulumi.getter
|
|
552
|
+
def type(self) -> str:
|
|
553
|
+
"""
|
|
554
|
+
Enum of the selector type.
|
|
555
|
+
Expected value is 'Query'.
|
|
556
|
+
"""
|
|
557
|
+
return pulumi.get(self, "type")
|
|
558
|
+
|
|
559
|
+
@property
|
|
560
|
+
@pulumi.getter
|
|
561
|
+
def filter(self) -> Optional['outputs.SimpleFilterResponse']:
|
|
562
|
+
"""
|
|
563
|
+
Model that represents available filter types that can be applied to a targets list.
|
|
564
|
+
"""
|
|
565
|
+
return pulumi.get(self, "filter")
|
|
566
|
+
|
|
567
|
+
|
|
568
|
+
@pulumi.output_type
|
|
569
|
+
class ResourceIdentityResponse(dict):
|
|
570
|
+
"""
|
|
571
|
+
The identity of a resource.
|
|
572
|
+
"""
|
|
573
|
+
@staticmethod
|
|
574
|
+
def __key_warning(key: str):
|
|
575
|
+
suggest = None
|
|
576
|
+
if key == "principalId":
|
|
577
|
+
suggest = "principal_id"
|
|
578
|
+
elif key == "tenantId":
|
|
579
|
+
suggest = "tenant_id"
|
|
580
|
+
elif key == "userAssignedIdentities":
|
|
581
|
+
suggest = "user_assigned_identities"
|
|
582
|
+
|
|
583
|
+
if suggest:
|
|
584
|
+
pulumi.log.warn(f"Key '{key}' not found in ResourceIdentityResponse. Access the value via the '{suggest}' property getter instead.")
|
|
585
|
+
|
|
586
|
+
def __getitem__(self, key: str) -> Any:
|
|
587
|
+
ResourceIdentityResponse.__key_warning(key)
|
|
588
|
+
return super().__getitem__(key)
|
|
589
|
+
|
|
590
|
+
def get(self, key: str, default = None) -> Any:
|
|
591
|
+
ResourceIdentityResponse.__key_warning(key)
|
|
592
|
+
return super().get(key, default)
|
|
593
|
+
|
|
594
|
+
def __init__(__self__, *,
|
|
595
|
+
principal_id: str,
|
|
596
|
+
tenant_id: str,
|
|
597
|
+
type: str,
|
|
598
|
+
user_assigned_identities: Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']] = None):
|
|
599
|
+
"""
|
|
600
|
+
The identity of a resource.
|
|
601
|
+
:param str principal_id: GUID that represents the principal ID of this resource identity.
|
|
602
|
+
:param str tenant_id: GUID that represents the tenant ID of this resource identity.
|
|
603
|
+
:param str type: String of the resource identity type.
|
|
604
|
+
:param Mapping[str, 'UserAssignedIdentityResponse'] user_assigned_identities: The list of user identities associated with the Experiment. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
|
|
605
|
+
"""
|
|
606
|
+
pulumi.set(__self__, "principal_id", principal_id)
|
|
607
|
+
pulumi.set(__self__, "tenant_id", tenant_id)
|
|
608
|
+
pulumi.set(__self__, "type", type)
|
|
609
|
+
if user_assigned_identities is not None:
|
|
610
|
+
pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
|
|
611
|
+
|
|
612
|
+
@property
|
|
613
|
+
@pulumi.getter(name="principalId")
|
|
614
|
+
def principal_id(self) -> str:
|
|
615
|
+
"""
|
|
616
|
+
GUID that represents the principal ID of this resource identity.
|
|
617
|
+
"""
|
|
618
|
+
return pulumi.get(self, "principal_id")
|
|
619
|
+
|
|
620
|
+
@property
|
|
621
|
+
@pulumi.getter(name="tenantId")
|
|
622
|
+
def tenant_id(self) -> str:
|
|
623
|
+
"""
|
|
624
|
+
GUID that represents the tenant ID of this resource identity.
|
|
625
|
+
"""
|
|
626
|
+
return pulumi.get(self, "tenant_id")
|
|
627
|
+
|
|
628
|
+
@property
|
|
629
|
+
@pulumi.getter
|
|
630
|
+
def type(self) -> str:
|
|
631
|
+
"""
|
|
632
|
+
String of the resource identity type.
|
|
633
|
+
"""
|
|
634
|
+
return pulumi.get(self, "type")
|
|
635
|
+
|
|
636
|
+
@property
|
|
637
|
+
@pulumi.getter(name="userAssignedIdentities")
|
|
638
|
+
def user_assigned_identities(self) -> Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']]:
|
|
639
|
+
"""
|
|
640
|
+
The list of user identities associated with the Experiment. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
|
|
641
|
+
"""
|
|
642
|
+
return pulumi.get(self, "user_assigned_identities")
|
|
643
|
+
|
|
644
|
+
|
|
645
|
+
@pulumi.output_type
|
|
646
|
+
class SimpleFilterParametersResponse(dict):
|
|
647
|
+
"""
|
|
648
|
+
Model that represents the Simple filter parameters.
|
|
649
|
+
"""
|
|
650
|
+
def __init__(__self__, *,
|
|
651
|
+
zones: Optional[Sequence[str]] = None):
|
|
652
|
+
"""
|
|
653
|
+
Model that represents the Simple filter parameters.
|
|
654
|
+
:param Sequence[str] zones: List of Azure availability zones to filter targets by.
|
|
655
|
+
"""
|
|
656
|
+
if zones is not None:
|
|
657
|
+
pulumi.set(__self__, "zones", zones)
|
|
658
|
+
|
|
659
|
+
@property
|
|
660
|
+
@pulumi.getter
|
|
661
|
+
def zones(self) -> Optional[Sequence[str]]:
|
|
662
|
+
"""
|
|
663
|
+
List of Azure availability zones to filter targets by.
|
|
664
|
+
"""
|
|
665
|
+
return pulumi.get(self, "zones")
|
|
666
|
+
|
|
667
|
+
|
|
668
|
+
@pulumi.output_type
|
|
669
|
+
class SimpleFilterResponse(dict):
|
|
670
|
+
"""
|
|
671
|
+
Model that represents a simple target filter.
|
|
672
|
+
"""
|
|
673
|
+
def __init__(__self__, *,
|
|
674
|
+
type: str,
|
|
675
|
+
parameters: Optional['outputs.SimpleFilterParametersResponse'] = None):
|
|
676
|
+
"""
|
|
677
|
+
Model that represents a simple target filter.
|
|
678
|
+
:param str type: Enum that discriminates between filter types. Currently only `Simple` type is supported.
|
|
679
|
+
Expected value is 'Simple'.
|
|
680
|
+
:param 'SimpleFilterParametersResponse' parameters: Model that represents the Simple filter parameters.
|
|
681
|
+
"""
|
|
682
|
+
pulumi.set(__self__, "type", 'Simple')
|
|
683
|
+
if parameters is not None:
|
|
684
|
+
pulumi.set(__self__, "parameters", parameters)
|
|
685
|
+
|
|
686
|
+
@property
|
|
687
|
+
@pulumi.getter
|
|
688
|
+
def type(self) -> str:
|
|
689
|
+
"""
|
|
690
|
+
Enum that discriminates between filter types. Currently only `Simple` type is supported.
|
|
691
|
+
Expected value is 'Simple'.
|
|
692
|
+
"""
|
|
693
|
+
return pulumi.get(self, "type")
|
|
694
|
+
|
|
695
|
+
@property
|
|
696
|
+
@pulumi.getter
|
|
697
|
+
def parameters(self) -> Optional['outputs.SimpleFilterParametersResponse']:
|
|
698
|
+
"""
|
|
699
|
+
Model that represents the Simple filter parameters.
|
|
700
|
+
"""
|
|
701
|
+
return pulumi.get(self, "parameters")
|
|
702
|
+
|
|
703
|
+
|
|
704
|
+
@pulumi.output_type
|
|
705
|
+
class StepResponse(dict):
|
|
706
|
+
"""
|
|
707
|
+
Model that represents a step in the Experiment resource.
|
|
708
|
+
"""
|
|
709
|
+
def __init__(__self__, *,
|
|
710
|
+
branches: Sequence['outputs.BranchResponse'],
|
|
711
|
+
name: str):
|
|
712
|
+
"""
|
|
713
|
+
Model that represents a step in the Experiment resource.
|
|
714
|
+
:param Sequence['BranchResponse'] branches: List of branches.
|
|
715
|
+
:param str name: String of the step name.
|
|
716
|
+
"""
|
|
717
|
+
pulumi.set(__self__, "branches", branches)
|
|
718
|
+
pulumi.set(__self__, "name", name)
|
|
719
|
+
|
|
720
|
+
@property
|
|
721
|
+
@pulumi.getter
|
|
722
|
+
def branches(self) -> Sequence['outputs.BranchResponse']:
|
|
723
|
+
"""
|
|
724
|
+
List of branches.
|
|
725
|
+
"""
|
|
726
|
+
return pulumi.get(self, "branches")
|
|
727
|
+
|
|
728
|
+
@property
|
|
729
|
+
@pulumi.getter
|
|
730
|
+
def name(self) -> str:
|
|
731
|
+
"""
|
|
732
|
+
String of the step name.
|
|
733
|
+
"""
|
|
734
|
+
return pulumi.get(self, "name")
|
|
735
|
+
|
|
736
|
+
|
|
737
|
+
@pulumi.output_type
|
|
738
|
+
class SystemDataResponse(dict):
|
|
739
|
+
"""
|
|
740
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
741
|
+
"""
|
|
742
|
+
@staticmethod
|
|
743
|
+
def __key_warning(key: str):
|
|
744
|
+
suggest = None
|
|
745
|
+
if key == "createdAt":
|
|
746
|
+
suggest = "created_at"
|
|
747
|
+
elif key == "createdBy":
|
|
748
|
+
suggest = "created_by"
|
|
749
|
+
elif key == "createdByType":
|
|
750
|
+
suggest = "created_by_type"
|
|
751
|
+
elif key == "lastModifiedAt":
|
|
752
|
+
suggest = "last_modified_at"
|
|
753
|
+
elif key == "lastModifiedBy":
|
|
754
|
+
suggest = "last_modified_by"
|
|
755
|
+
elif key == "lastModifiedByType":
|
|
756
|
+
suggest = "last_modified_by_type"
|
|
757
|
+
|
|
758
|
+
if suggest:
|
|
759
|
+
pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
|
|
760
|
+
|
|
761
|
+
def __getitem__(self, key: str) -> Any:
|
|
762
|
+
SystemDataResponse.__key_warning(key)
|
|
763
|
+
return super().__getitem__(key)
|
|
764
|
+
|
|
765
|
+
def get(self, key: str, default = None) -> Any:
|
|
766
|
+
SystemDataResponse.__key_warning(key)
|
|
767
|
+
return super().get(key, default)
|
|
768
|
+
|
|
769
|
+
def __init__(__self__, *,
|
|
770
|
+
created_at: Optional[str] = None,
|
|
771
|
+
created_by: Optional[str] = None,
|
|
772
|
+
created_by_type: Optional[str] = None,
|
|
773
|
+
last_modified_at: Optional[str] = None,
|
|
774
|
+
last_modified_by: Optional[str] = None,
|
|
775
|
+
last_modified_by_type: Optional[str] = None):
|
|
776
|
+
"""
|
|
777
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
778
|
+
:param str created_at: The timestamp of resource creation (UTC).
|
|
779
|
+
:param str created_by: The identity that created the resource.
|
|
780
|
+
:param str created_by_type: The type of identity that created the resource.
|
|
781
|
+
:param str last_modified_at: The timestamp of resource last modification (UTC)
|
|
782
|
+
:param str last_modified_by: The identity that last modified the resource.
|
|
783
|
+
:param str last_modified_by_type: The type of identity that last modified the resource.
|
|
784
|
+
"""
|
|
785
|
+
if created_at is not None:
|
|
786
|
+
pulumi.set(__self__, "created_at", created_at)
|
|
787
|
+
if created_by is not None:
|
|
788
|
+
pulumi.set(__self__, "created_by", created_by)
|
|
789
|
+
if created_by_type is not None:
|
|
790
|
+
pulumi.set(__self__, "created_by_type", created_by_type)
|
|
791
|
+
if last_modified_at is not None:
|
|
792
|
+
pulumi.set(__self__, "last_modified_at", last_modified_at)
|
|
793
|
+
if last_modified_by is not None:
|
|
794
|
+
pulumi.set(__self__, "last_modified_by", last_modified_by)
|
|
795
|
+
if last_modified_by_type is not None:
|
|
796
|
+
pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
|
|
797
|
+
|
|
798
|
+
@property
|
|
799
|
+
@pulumi.getter(name="createdAt")
|
|
800
|
+
def created_at(self) -> Optional[str]:
|
|
801
|
+
"""
|
|
802
|
+
The timestamp of resource creation (UTC).
|
|
803
|
+
"""
|
|
804
|
+
return pulumi.get(self, "created_at")
|
|
805
|
+
|
|
806
|
+
@property
|
|
807
|
+
@pulumi.getter(name="createdBy")
|
|
808
|
+
def created_by(self) -> Optional[str]:
|
|
809
|
+
"""
|
|
810
|
+
The identity that created the resource.
|
|
811
|
+
"""
|
|
812
|
+
return pulumi.get(self, "created_by")
|
|
813
|
+
|
|
814
|
+
@property
|
|
815
|
+
@pulumi.getter(name="createdByType")
|
|
816
|
+
def created_by_type(self) -> Optional[str]:
|
|
817
|
+
"""
|
|
818
|
+
The type of identity that created the resource.
|
|
819
|
+
"""
|
|
820
|
+
return pulumi.get(self, "created_by_type")
|
|
821
|
+
|
|
822
|
+
@property
|
|
823
|
+
@pulumi.getter(name="lastModifiedAt")
|
|
824
|
+
def last_modified_at(self) -> Optional[str]:
|
|
825
|
+
"""
|
|
826
|
+
The timestamp of resource last modification (UTC)
|
|
827
|
+
"""
|
|
828
|
+
return pulumi.get(self, "last_modified_at")
|
|
829
|
+
|
|
830
|
+
@property
|
|
831
|
+
@pulumi.getter(name="lastModifiedBy")
|
|
832
|
+
def last_modified_by(self) -> Optional[str]:
|
|
833
|
+
"""
|
|
834
|
+
The identity that last modified the resource.
|
|
835
|
+
"""
|
|
836
|
+
return pulumi.get(self, "last_modified_by")
|
|
837
|
+
|
|
838
|
+
@property
|
|
839
|
+
@pulumi.getter(name="lastModifiedByType")
|
|
840
|
+
def last_modified_by_type(self) -> Optional[str]:
|
|
841
|
+
"""
|
|
842
|
+
The type of identity that last modified the resource.
|
|
843
|
+
"""
|
|
844
|
+
return pulumi.get(self, "last_modified_by_type")
|
|
845
|
+
|
|
846
|
+
|
|
847
|
+
@pulumi.output_type
|
|
848
|
+
class TargetReferenceResponse(dict):
|
|
849
|
+
"""
|
|
850
|
+
Model that represents a reference to a Target in the selector.
|
|
851
|
+
"""
|
|
852
|
+
def __init__(__self__, *,
|
|
853
|
+
id: str,
|
|
854
|
+
type: str):
|
|
855
|
+
"""
|
|
856
|
+
Model that represents a reference to a Target in the selector.
|
|
857
|
+
:param str id: String of the resource ID of a Target resource.
|
|
858
|
+
:param str type: Enum of the Target reference type.
|
|
859
|
+
"""
|
|
860
|
+
pulumi.set(__self__, "id", id)
|
|
861
|
+
pulumi.set(__self__, "type", type)
|
|
862
|
+
|
|
863
|
+
@property
|
|
864
|
+
@pulumi.getter
|
|
865
|
+
def id(self) -> str:
|
|
866
|
+
"""
|
|
867
|
+
String of the resource ID of a Target resource.
|
|
868
|
+
"""
|
|
869
|
+
return pulumi.get(self, "id")
|
|
870
|
+
|
|
871
|
+
@property
|
|
872
|
+
@pulumi.getter
|
|
873
|
+
def type(self) -> str:
|
|
874
|
+
"""
|
|
875
|
+
Enum of the Target reference type.
|
|
876
|
+
"""
|
|
877
|
+
return pulumi.get(self, "type")
|
|
878
|
+
|
|
879
|
+
|
|
880
|
+
@pulumi.output_type
|
|
881
|
+
class UserAssignedIdentityResponse(dict):
|
|
882
|
+
"""
|
|
883
|
+
User assigned identity properties
|
|
884
|
+
"""
|
|
885
|
+
@staticmethod
|
|
886
|
+
def __key_warning(key: str):
|
|
887
|
+
suggest = None
|
|
888
|
+
if key == "clientId":
|
|
889
|
+
suggest = "client_id"
|
|
890
|
+
elif key == "principalId":
|
|
891
|
+
suggest = "principal_id"
|
|
892
|
+
|
|
893
|
+
if suggest:
|
|
894
|
+
pulumi.log.warn(f"Key '{key}' not found in UserAssignedIdentityResponse. Access the value via the '{suggest}' property getter instead.")
|
|
895
|
+
|
|
896
|
+
def __getitem__(self, key: str) -> Any:
|
|
897
|
+
UserAssignedIdentityResponse.__key_warning(key)
|
|
898
|
+
return super().__getitem__(key)
|
|
899
|
+
|
|
900
|
+
def get(self, key: str, default = None) -> Any:
|
|
901
|
+
UserAssignedIdentityResponse.__key_warning(key)
|
|
902
|
+
return super().get(key, default)
|
|
903
|
+
|
|
904
|
+
def __init__(__self__, *,
|
|
905
|
+
client_id: str,
|
|
906
|
+
principal_id: str):
|
|
907
|
+
"""
|
|
908
|
+
User assigned identity properties
|
|
909
|
+
:param str client_id: The client ID of the assigned identity.
|
|
910
|
+
:param str principal_id: The principal ID of the assigned identity.
|
|
911
|
+
"""
|
|
912
|
+
pulumi.set(__self__, "client_id", client_id)
|
|
913
|
+
pulumi.set(__self__, "principal_id", principal_id)
|
|
914
|
+
|
|
915
|
+
@property
|
|
916
|
+
@pulumi.getter(name="clientId")
|
|
917
|
+
def client_id(self) -> str:
|
|
918
|
+
"""
|
|
919
|
+
The client ID of the assigned identity.
|
|
920
|
+
"""
|
|
921
|
+
return pulumi.get(self, "client_id")
|
|
922
|
+
|
|
923
|
+
@property
|
|
924
|
+
@pulumi.getter(name="principalId")
|
|
925
|
+
def principal_id(self) -> str:
|
|
926
|
+
"""
|
|
927
|
+
The principal ID of the assigned identity.
|
|
928
|
+
"""
|
|
929
|
+
return pulumi.get(self, "principal_id")
|
|
930
|
+
|
|
931
|
+
|