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,305 @@
|
|
|
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
|
+
'StorageBillingPropertiesResponse',
|
|
16
|
+
'StoragePropertiesResponse',
|
|
17
|
+
'SystemDataResponse',
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
@pulumi.output_type
|
|
21
|
+
class StorageBillingPropertiesResponse(dict):
|
|
22
|
+
"""
|
|
23
|
+
Describes the billing related details of the AzureBareMetalStorageInstance.
|
|
24
|
+
"""
|
|
25
|
+
@staticmethod
|
|
26
|
+
def __key_warning(key: str):
|
|
27
|
+
suggest = None
|
|
28
|
+
if key == "azureBareMetalStorageInstanceSize":
|
|
29
|
+
suggest = "azure_bare_metal_storage_instance_size"
|
|
30
|
+
elif key == "billingMode":
|
|
31
|
+
suggest = "billing_mode"
|
|
32
|
+
|
|
33
|
+
if suggest:
|
|
34
|
+
pulumi.log.warn(f"Key '{key}' not found in StorageBillingPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
35
|
+
|
|
36
|
+
def __getitem__(self, key: str) -> Any:
|
|
37
|
+
StorageBillingPropertiesResponse.__key_warning(key)
|
|
38
|
+
return super().__getitem__(key)
|
|
39
|
+
|
|
40
|
+
def get(self, key: str, default = None) -> Any:
|
|
41
|
+
StorageBillingPropertiesResponse.__key_warning(key)
|
|
42
|
+
return super().get(key, default)
|
|
43
|
+
|
|
44
|
+
def __init__(__self__, *,
|
|
45
|
+
azure_bare_metal_storage_instance_size: Optional[str] = None,
|
|
46
|
+
billing_mode: Optional[str] = None):
|
|
47
|
+
"""
|
|
48
|
+
Describes the billing related details of the AzureBareMetalStorageInstance.
|
|
49
|
+
:param str azure_bare_metal_storage_instance_size: the SKU type that is provisioned
|
|
50
|
+
:param str billing_mode: the billing mode for the storage instance
|
|
51
|
+
"""
|
|
52
|
+
if azure_bare_metal_storage_instance_size is not None:
|
|
53
|
+
pulumi.set(__self__, "azure_bare_metal_storage_instance_size", azure_bare_metal_storage_instance_size)
|
|
54
|
+
if billing_mode is not None:
|
|
55
|
+
pulumi.set(__self__, "billing_mode", billing_mode)
|
|
56
|
+
|
|
57
|
+
@property
|
|
58
|
+
@pulumi.getter(name="azureBareMetalStorageInstanceSize")
|
|
59
|
+
def azure_bare_metal_storage_instance_size(self) -> Optional[str]:
|
|
60
|
+
"""
|
|
61
|
+
the SKU type that is provisioned
|
|
62
|
+
"""
|
|
63
|
+
return pulumi.get(self, "azure_bare_metal_storage_instance_size")
|
|
64
|
+
|
|
65
|
+
@property
|
|
66
|
+
@pulumi.getter(name="billingMode")
|
|
67
|
+
def billing_mode(self) -> Optional[str]:
|
|
68
|
+
"""
|
|
69
|
+
the billing mode for the storage instance
|
|
70
|
+
"""
|
|
71
|
+
return pulumi.get(self, "billing_mode")
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
@pulumi.output_type
|
|
75
|
+
class StoragePropertiesResponse(dict):
|
|
76
|
+
"""
|
|
77
|
+
described the storage properties of the azure bare metal storage instance
|
|
78
|
+
"""
|
|
79
|
+
@staticmethod
|
|
80
|
+
def __key_warning(key: str):
|
|
81
|
+
suggest = None
|
|
82
|
+
if key == "hardwareType":
|
|
83
|
+
suggest = "hardware_type"
|
|
84
|
+
elif key == "offeringType":
|
|
85
|
+
suggest = "offering_type"
|
|
86
|
+
elif key == "provisioningState":
|
|
87
|
+
suggest = "provisioning_state"
|
|
88
|
+
elif key == "storageBillingProperties":
|
|
89
|
+
suggest = "storage_billing_properties"
|
|
90
|
+
elif key == "storageType":
|
|
91
|
+
suggest = "storage_type"
|
|
92
|
+
elif key == "workloadType":
|
|
93
|
+
suggest = "workload_type"
|
|
94
|
+
|
|
95
|
+
if suggest:
|
|
96
|
+
pulumi.log.warn(f"Key '{key}' not found in StoragePropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
97
|
+
|
|
98
|
+
def __getitem__(self, key: str) -> Any:
|
|
99
|
+
StoragePropertiesResponse.__key_warning(key)
|
|
100
|
+
return super().__getitem__(key)
|
|
101
|
+
|
|
102
|
+
def get(self, key: str, default = None) -> Any:
|
|
103
|
+
StoragePropertiesResponse.__key_warning(key)
|
|
104
|
+
return super().get(key, default)
|
|
105
|
+
|
|
106
|
+
def __init__(__self__, *,
|
|
107
|
+
generation: Optional[str] = None,
|
|
108
|
+
hardware_type: Optional[str] = None,
|
|
109
|
+
offering_type: Optional[str] = None,
|
|
110
|
+
provisioning_state: Optional[str] = None,
|
|
111
|
+
storage_billing_properties: Optional['outputs.StorageBillingPropertiesResponse'] = None,
|
|
112
|
+
storage_type: Optional[str] = None,
|
|
113
|
+
workload_type: Optional[str] = None):
|
|
114
|
+
"""
|
|
115
|
+
described the storage properties of the azure bare metal storage instance
|
|
116
|
+
:param str generation: the kind of storage instance
|
|
117
|
+
:param str hardware_type: the hardware type of the storage instance
|
|
118
|
+
:param str offering_type: the offering type for which the resource is getting provisioned
|
|
119
|
+
:param str provisioning_state: State of provisioning of the AzureBareMetalStorageInstance
|
|
120
|
+
:param 'StorageBillingPropertiesResponse' storage_billing_properties: the billing related information for the resource
|
|
121
|
+
:param str storage_type: the storage protocol for which the resource is getting provisioned
|
|
122
|
+
:param str workload_type: the workload for which the resource is getting provisioned
|
|
123
|
+
"""
|
|
124
|
+
if generation is not None:
|
|
125
|
+
pulumi.set(__self__, "generation", generation)
|
|
126
|
+
if hardware_type is not None:
|
|
127
|
+
pulumi.set(__self__, "hardware_type", hardware_type)
|
|
128
|
+
if offering_type is not None:
|
|
129
|
+
pulumi.set(__self__, "offering_type", offering_type)
|
|
130
|
+
if provisioning_state is not None:
|
|
131
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
132
|
+
if storage_billing_properties is not None:
|
|
133
|
+
pulumi.set(__self__, "storage_billing_properties", storage_billing_properties)
|
|
134
|
+
if storage_type is not None:
|
|
135
|
+
pulumi.set(__self__, "storage_type", storage_type)
|
|
136
|
+
if workload_type is not None:
|
|
137
|
+
pulumi.set(__self__, "workload_type", workload_type)
|
|
138
|
+
|
|
139
|
+
@property
|
|
140
|
+
@pulumi.getter
|
|
141
|
+
def generation(self) -> Optional[str]:
|
|
142
|
+
"""
|
|
143
|
+
the kind of storage instance
|
|
144
|
+
"""
|
|
145
|
+
return pulumi.get(self, "generation")
|
|
146
|
+
|
|
147
|
+
@property
|
|
148
|
+
@pulumi.getter(name="hardwareType")
|
|
149
|
+
def hardware_type(self) -> Optional[str]:
|
|
150
|
+
"""
|
|
151
|
+
the hardware type of the storage instance
|
|
152
|
+
"""
|
|
153
|
+
return pulumi.get(self, "hardware_type")
|
|
154
|
+
|
|
155
|
+
@property
|
|
156
|
+
@pulumi.getter(name="offeringType")
|
|
157
|
+
def offering_type(self) -> Optional[str]:
|
|
158
|
+
"""
|
|
159
|
+
the offering type for which the resource is getting provisioned
|
|
160
|
+
"""
|
|
161
|
+
return pulumi.get(self, "offering_type")
|
|
162
|
+
|
|
163
|
+
@property
|
|
164
|
+
@pulumi.getter(name="provisioningState")
|
|
165
|
+
def provisioning_state(self) -> Optional[str]:
|
|
166
|
+
"""
|
|
167
|
+
State of provisioning of the AzureBareMetalStorageInstance
|
|
168
|
+
"""
|
|
169
|
+
return pulumi.get(self, "provisioning_state")
|
|
170
|
+
|
|
171
|
+
@property
|
|
172
|
+
@pulumi.getter(name="storageBillingProperties")
|
|
173
|
+
def storage_billing_properties(self) -> Optional['outputs.StorageBillingPropertiesResponse']:
|
|
174
|
+
"""
|
|
175
|
+
the billing related information for the resource
|
|
176
|
+
"""
|
|
177
|
+
return pulumi.get(self, "storage_billing_properties")
|
|
178
|
+
|
|
179
|
+
@property
|
|
180
|
+
@pulumi.getter(name="storageType")
|
|
181
|
+
def storage_type(self) -> Optional[str]:
|
|
182
|
+
"""
|
|
183
|
+
the storage protocol for which the resource is getting provisioned
|
|
184
|
+
"""
|
|
185
|
+
return pulumi.get(self, "storage_type")
|
|
186
|
+
|
|
187
|
+
@property
|
|
188
|
+
@pulumi.getter(name="workloadType")
|
|
189
|
+
def workload_type(self) -> Optional[str]:
|
|
190
|
+
"""
|
|
191
|
+
the workload for which the resource is getting provisioned
|
|
192
|
+
"""
|
|
193
|
+
return pulumi.get(self, "workload_type")
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
@pulumi.output_type
|
|
197
|
+
class SystemDataResponse(dict):
|
|
198
|
+
"""
|
|
199
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
200
|
+
"""
|
|
201
|
+
@staticmethod
|
|
202
|
+
def __key_warning(key: str):
|
|
203
|
+
suggest = None
|
|
204
|
+
if key == "createdAt":
|
|
205
|
+
suggest = "created_at"
|
|
206
|
+
elif key == "createdBy":
|
|
207
|
+
suggest = "created_by"
|
|
208
|
+
elif key == "createdByType":
|
|
209
|
+
suggest = "created_by_type"
|
|
210
|
+
elif key == "lastModifiedAt":
|
|
211
|
+
suggest = "last_modified_at"
|
|
212
|
+
elif key == "lastModifiedBy":
|
|
213
|
+
suggest = "last_modified_by"
|
|
214
|
+
elif key == "lastModifiedByType":
|
|
215
|
+
suggest = "last_modified_by_type"
|
|
216
|
+
|
|
217
|
+
if suggest:
|
|
218
|
+
pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
|
|
219
|
+
|
|
220
|
+
def __getitem__(self, key: str) -> Any:
|
|
221
|
+
SystemDataResponse.__key_warning(key)
|
|
222
|
+
return super().__getitem__(key)
|
|
223
|
+
|
|
224
|
+
def get(self, key: str, default = None) -> Any:
|
|
225
|
+
SystemDataResponse.__key_warning(key)
|
|
226
|
+
return super().get(key, default)
|
|
227
|
+
|
|
228
|
+
def __init__(__self__, *,
|
|
229
|
+
created_at: Optional[str] = None,
|
|
230
|
+
created_by: Optional[str] = None,
|
|
231
|
+
created_by_type: Optional[str] = None,
|
|
232
|
+
last_modified_at: Optional[str] = None,
|
|
233
|
+
last_modified_by: Optional[str] = None,
|
|
234
|
+
last_modified_by_type: Optional[str] = None):
|
|
235
|
+
"""
|
|
236
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
237
|
+
:param str created_at: The timestamp of resource creation (UTC).
|
|
238
|
+
:param str created_by: The identity that created the resource.
|
|
239
|
+
:param str created_by_type: The type of identity that created the resource.
|
|
240
|
+
:param str last_modified_at: The timestamp of resource last modification (UTC)
|
|
241
|
+
:param str last_modified_by: The identity that last modified the resource.
|
|
242
|
+
:param str last_modified_by_type: The type of identity that last modified the resource.
|
|
243
|
+
"""
|
|
244
|
+
if created_at is not None:
|
|
245
|
+
pulumi.set(__self__, "created_at", created_at)
|
|
246
|
+
if created_by is not None:
|
|
247
|
+
pulumi.set(__self__, "created_by", created_by)
|
|
248
|
+
if created_by_type is not None:
|
|
249
|
+
pulumi.set(__self__, "created_by_type", created_by_type)
|
|
250
|
+
if last_modified_at is not None:
|
|
251
|
+
pulumi.set(__self__, "last_modified_at", last_modified_at)
|
|
252
|
+
if last_modified_by is not None:
|
|
253
|
+
pulumi.set(__self__, "last_modified_by", last_modified_by)
|
|
254
|
+
if last_modified_by_type is not None:
|
|
255
|
+
pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
|
|
256
|
+
|
|
257
|
+
@property
|
|
258
|
+
@pulumi.getter(name="createdAt")
|
|
259
|
+
def created_at(self) -> Optional[str]:
|
|
260
|
+
"""
|
|
261
|
+
The timestamp of resource creation (UTC).
|
|
262
|
+
"""
|
|
263
|
+
return pulumi.get(self, "created_at")
|
|
264
|
+
|
|
265
|
+
@property
|
|
266
|
+
@pulumi.getter(name="createdBy")
|
|
267
|
+
def created_by(self) -> Optional[str]:
|
|
268
|
+
"""
|
|
269
|
+
The identity that created the resource.
|
|
270
|
+
"""
|
|
271
|
+
return pulumi.get(self, "created_by")
|
|
272
|
+
|
|
273
|
+
@property
|
|
274
|
+
@pulumi.getter(name="createdByType")
|
|
275
|
+
def created_by_type(self) -> Optional[str]:
|
|
276
|
+
"""
|
|
277
|
+
The type of identity that created the resource.
|
|
278
|
+
"""
|
|
279
|
+
return pulumi.get(self, "created_by_type")
|
|
280
|
+
|
|
281
|
+
@property
|
|
282
|
+
@pulumi.getter(name="lastModifiedAt")
|
|
283
|
+
def last_modified_at(self) -> Optional[str]:
|
|
284
|
+
"""
|
|
285
|
+
The timestamp of resource last modification (UTC)
|
|
286
|
+
"""
|
|
287
|
+
return pulumi.get(self, "last_modified_at")
|
|
288
|
+
|
|
289
|
+
@property
|
|
290
|
+
@pulumi.getter(name="lastModifiedBy")
|
|
291
|
+
def last_modified_by(self) -> Optional[str]:
|
|
292
|
+
"""
|
|
293
|
+
The identity that last modified the resource.
|
|
294
|
+
"""
|
|
295
|
+
return pulumi.get(self, "last_modified_by")
|
|
296
|
+
|
|
297
|
+
@property
|
|
298
|
+
@pulumi.getter(name="lastModifiedByType")
|
|
299
|
+
def last_modified_by_type(self) -> Optional[str]:
|
|
300
|
+
"""
|
|
301
|
+
The type of identity that last modified the resource.
|
|
302
|
+
"""
|
|
303
|
+
return pulumi.get(self, "last_modified_by_type")
|
|
304
|
+
|
|
305
|
+
|
|
@@ -19,6 +19,9 @@ from . import outputs
|
|
|
19
19
|
if typing.TYPE_CHECKING:
|
|
20
20
|
import pulumi_azure_native.chaos.v20230415preview as __v20230415preview
|
|
21
21
|
v20230415preview = __v20230415preview
|
|
22
|
+
import pulumi_azure_native.chaos.v20230901preview as __v20230901preview
|
|
23
|
+
v20230901preview = __v20230901preview
|
|
22
24
|
else:
|
|
23
25
|
v20230415preview = _utilities.lazy_import('pulumi_azure_native.chaos.v20230415preview')
|
|
26
|
+
v20230901preview = _utilities.lazy_import('pulumi_azure_native.chaos.v20230901preview')
|
|
24
27
|
|
|
@@ -196,7 +196,7 @@ class Capability(pulumi.CustomResource):
|
|
|
196
196
|
__props__.__dict__["properties"] = None
|
|
197
197
|
__props__.__dict__["system_data"] = None
|
|
198
198
|
__props__.__dict__["type"] = None
|
|
199
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:chaos/v20210915preview:Capability"), pulumi.Alias(type_="azure-native:chaos/v20220701preview:Capability"), pulumi.Alias(type_="azure-native:chaos/v20221001preview:Capability"), pulumi.Alias(type_="azure-native:chaos/v20230401preview:Capability"), pulumi.Alias(type_="azure-native:chaos/v20230415preview:Capability")])
|
|
199
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:chaos/v20210915preview:Capability"), pulumi.Alias(type_="azure-native:chaos/v20220701preview:Capability"), pulumi.Alias(type_="azure-native:chaos/v20221001preview:Capability"), pulumi.Alias(type_="azure-native:chaos/v20230401preview:Capability"), pulumi.Alias(type_="azure-native:chaos/v20230415preview:Capability"), pulumi.Alias(type_="azure-native:chaos/v20230901preview:Capability")])
|
|
200
200
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
201
201
|
super(Capability, __self__).__init__(
|
|
202
202
|
'azure-native:chaos:Capability',
|
|
@@ -194,7 +194,7 @@ class Experiment(pulumi.CustomResource):
|
|
|
194
194
|
__props__.__dict__["name"] = None
|
|
195
195
|
__props__.__dict__["system_data"] = None
|
|
196
196
|
__props__.__dict__["type"] = None
|
|
197
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:chaos/v20210915preview:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20220701preview:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20221001preview:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20230401preview:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20230415preview:Experiment")])
|
|
197
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:chaos/v20210915preview:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20220701preview:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20221001preview:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20230401preview:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20230415preview:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20230901preview:Experiment")])
|
|
198
198
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
199
199
|
super(Experiment, __self__).__init__(
|
|
200
200
|
'azure-native:chaos:Experiment',
|
|
@@ -215,7 +215,7 @@ class Target(pulumi.CustomResource):
|
|
|
215
215
|
__props__.__dict__["name"] = None
|
|
216
216
|
__props__.__dict__["system_data"] = None
|
|
217
217
|
__props__.__dict__["type"] = None
|
|
218
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:chaos/v20210915preview:Target"), pulumi.Alias(type_="azure-native:chaos/v20220701preview:Target"), pulumi.Alias(type_="azure-native:chaos/v20221001preview:Target"), pulumi.Alias(type_="azure-native:chaos/v20230401preview:Target"), pulumi.Alias(type_="azure-native:chaos/v20230415preview:Target")])
|
|
218
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:chaos/v20210915preview:Target"), pulumi.Alias(type_="azure-native:chaos/v20220701preview:Target"), pulumi.Alias(type_="azure-native:chaos/v20221001preview:Target"), pulumi.Alias(type_="azure-native:chaos/v20230401preview:Target"), pulumi.Alias(type_="azure-native:chaos/v20230415preview:Target"), pulumi.Alias(type_="azure-native:chaos/v20230901preview:Target")])
|
|
219
219
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
220
220
|
super(Target, __self__).__init__(
|
|
221
221
|
'azure-native:chaos:Target',
|
|
@@ -194,7 +194,7 @@ class Capability(pulumi.CustomResource):
|
|
|
194
194
|
__props__.__dict__["properties"] = None
|
|
195
195
|
__props__.__dict__["system_data"] = None
|
|
196
196
|
__props__.__dict__["type"] = None
|
|
197
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:chaos:Capability"), pulumi.Alias(type_="azure-native:chaos/v20210915preview:Capability"), pulumi.Alias(type_="azure-native:chaos/v20220701preview:Capability"), pulumi.Alias(type_="azure-native:chaos/v20221001preview:Capability"), pulumi.Alias(type_="azure-native:chaos/v20230401preview:Capability")])
|
|
197
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:chaos:Capability"), pulumi.Alias(type_="azure-native:chaos/v20210915preview:Capability"), pulumi.Alias(type_="azure-native:chaos/v20220701preview:Capability"), pulumi.Alias(type_="azure-native:chaos/v20221001preview:Capability"), pulumi.Alias(type_="azure-native:chaos/v20230401preview:Capability"), pulumi.Alias(type_="azure-native:chaos/v20230901preview:Capability")])
|
|
198
198
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
199
199
|
super(Capability, __self__).__init__(
|
|
200
200
|
'azure-native:chaos/v20230415preview:Capability',
|
|
@@ -192,7 +192,7 @@ class Experiment(pulumi.CustomResource):
|
|
|
192
192
|
__props__.__dict__["name"] = None
|
|
193
193
|
__props__.__dict__["system_data"] = None
|
|
194
194
|
__props__.__dict__["type"] = None
|
|
195
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:chaos:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20210915preview:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20220701preview:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20221001preview:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20230401preview:Experiment")])
|
|
195
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:chaos:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20210915preview:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20220701preview:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20221001preview:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20230401preview:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20230901preview:Experiment")])
|
|
196
196
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
197
197
|
super(Experiment, __self__).__init__(
|
|
198
198
|
'azure-native:chaos/v20230415preview:Experiment',
|
|
@@ -213,7 +213,7 @@ class Target(pulumi.CustomResource):
|
|
|
213
213
|
__props__.__dict__["name"] = None
|
|
214
214
|
__props__.__dict__["system_data"] = None
|
|
215
215
|
__props__.__dict__["type"] = None
|
|
216
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:chaos:Target"), pulumi.Alias(type_="azure-native:chaos/v20210915preview:Target"), pulumi.Alias(type_="azure-native:chaos/v20220701preview:Target"), pulumi.Alias(type_="azure-native:chaos/v20221001preview:Target"), pulumi.Alias(type_="azure-native:chaos/v20230401preview:Target")])
|
|
216
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:chaos:Target"), pulumi.Alias(type_="azure-native:chaos/v20210915preview:Target"), pulumi.Alias(type_="azure-native:chaos/v20220701preview:Target"), pulumi.Alias(type_="azure-native:chaos/v20221001preview:Target"), pulumi.Alias(type_="azure-native:chaos/v20230401preview:Target"), pulumi.Alias(type_="azure-native:chaos/v20230901preview:Target")])
|
|
217
217
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
218
218
|
super(Target, __self__).__init__(
|
|
219
219
|
'azure-native:chaos/v20230415preview:Target',
|
|
@@ -0,0 +1,16 @@
|
|
|
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
|
+
from ... import _utilities
|
|
6
|
+
import typing
|
|
7
|
+
# Export this package's modules as members:
|
|
8
|
+
from ._enums import *
|
|
9
|
+
from .capability import *
|
|
10
|
+
from .experiment import *
|
|
11
|
+
from .get_capability import *
|
|
12
|
+
from .get_experiment import *
|
|
13
|
+
from .get_target import *
|
|
14
|
+
from .target import *
|
|
15
|
+
from ._inputs import *
|
|
16
|
+
from . import outputs
|
|
@@ -0,0 +1,43 @@
|
|
|
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
|
+
from enum import Enum
|
|
6
|
+
|
|
7
|
+
__all__ = [
|
|
8
|
+
'FilterType',
|
|
9
|
+
'ResourceIdentityType',
|
|
10
|
+
'SelectorType',
|
|
11
|
+
'TargetReferenceType',
|
|
12
|
+
]
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
class FilterType(str, Enum):
|
|
16
|
+
"""
|
|
17
|
+
Enum that discriminates between filter types. Currently only `Simple` type is supported.
|
|
18
|
+
"""
|
|
19
|
+
SIMPLE = "Simple"
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
class ResourceIdentityType(str, Enum):
|
|
23
|
+
"""
|
|
24
|
+
String of the resource identity type.
|
|
25
|
+
"""
|
|
26
|
+
NONE = "None"
|
|
27
|
+
SYSTEM_ASSIGNED = "SystemAssigned"
|
|
28
|
+
USER_ASSIGNED = "UserAssigned"
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
class SelectorType(str, Enum):
|
|
32
|
+
"""
|
|
33
|
+
Enum of the selector type.
|
|
34
|
+
"""
|
|
35
|
+
LIST = "List"
|
|
36
|
+
QUERY = "Query"
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
class TargetReferenceType(str, Enum):
|
|
40
|
+
"""
|
|
41
|
+
Enum of the Target reference type.
|
|
42
|
+
"""
|
|
43
|
+
CHAOS_TARGET = "ChaosTarget"
|