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,64 @@
|
|
|
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
|
+
'ControlState',
|
|
9
|
+
'DataTypeState',
|
|
10
|
+
'DefaultAction',
|
|
11
|
+
'ManagedServiceIdentityType',
|
|
12
|
+
]
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
class ControlState(str, Enum):
|
|
16
|
+
"""
|
|
17
|
+
Flag to enable or disable redundancy for data product.
|
|
18
|
+
"""
|
|
19
|
+
ENABLED = "Enabled"
|
|
20
|
+
"""
|
|
21
|
+
Field to enable a setting.
|
|
22
|
+
"""
|
|
23
|
+
DISABLED = "Disabled"
|
|
24
|
+
"""
|
|
25
|
+
Field to disable a setting.
|
|
26
|
+
"""
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
class DataTypeState(str, Enum):
|
|
30
|
+
"""
|
|
31
|
+
State of data type.
|
|
32
|
+
"""
|
|
33
|
+
STOPPED = "Stopped"
|
|
34
|
+
"""
|
|
35
|
+
Field to specify stopped state.
|
|
36
|
+
"""
|
|
37
|
+
RUNNING = "Running"
|
|
38
|
+
"""
|
|
39
|
+
Field to specify running state.
|
|
40
|
+
"""
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
class DefaultAction(str, Enum):
|
|
44
|
+
"""
|
|
45
|
+
Default Action
|
|
46
|
+
"""
|
|
47
|
+
ALLOW = "Allow"
|
|
48
|
+
"""
|
|
49
|
+
Represents allow action.
|
|
50
|
+
"""
|
|
51
|
+
DENY = "Deny"
|
|
52
|
+
"""
|
|
53
|
+
Represents deny action.
|
|
54
|
+
"""
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
class ManagedServiceIdentityType(str, Enum):
|
|
58
|
+
"""
|
|
59
|
+
Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
|
|
60
|
+
"""
|
|
61
|
+
NONE = "None"
|
|
62
|
+
SYSTEM_ASSIGNED = "SystemAssigned"
|
|
63
|
+
USER_ASSIGNED = "UserAssigned"
|
|
64
|
+
SYSTEM_ASSIGNED_USER_ASSIGNED = "SystemAssigned, UserAssigned"
|
|
@@ -0,0 +1,313 @@
|
|
|
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 ._enums import *
|
|
12
|
+
|
|
13
|
+
__all__ = [
|
|
14
|
+
'DataProductNetworkAclsArgs',
|
|
15
|
+
'EncryptionKeyDetailsArgs',
|
|
16
|
+
'IPRulesArgs',
|
|
17
|
+
'ManagedResourceGroupConfigurationArgs',
|
|
18
|
+
'ManagedServiceIdentityArgs',
|
|
19
|
+
'VirtualNetworkRuleArgs',
|
|
20
|
+
]
|
|
21
|
+
|
|
22
|
+
@pulumi.input_type
|
|
23
|
+
class DataProductNetworkAclsArgs:
|
|
24
|
+
def __init__(__self__, *,
|
|
25
|
+
allowed_query_ip_range_list: pulumi.Input[Sequence[pulumi.Input[str]]],
|
|
26
|
+
default_action: pulumi.Input[Union[str, 'DefaultAction']],
|
|
27
|
+
ip_rules: pulumi.Input[Sequence[pulumi.Input['IPRulesArgs']]],
|
|
28
|
+
virtual_network_rule: pulumi.Input[Sequence[pulumi.Input['VirtualNetworkRuleArgs']]]):
|
|
29
|
+
"""
|
|
30
|
+
Data Product Network rule set
|
|
31
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_query_ip_range_list: The list of query ips in the format of CIDR allowed to connect to query/visualization endpoint.
|
|
32
|
+
:param pulumi.Input[Union[str, 'DefaultAction']] default_action: Default Action
|
|
33
|
+
:param pulumi.Input[Sequence[pulumi.Input['IPRulesArgs']]] ip_rules: IP rule with specific IP or IP range in CIDR format.
|
|
34
|
+
:param pulumi.Input[Sequence[pulumi.Input['VirtualNetworkRuleArgs']]] virtual_network_rule: Virtual Network Rule
|
|
35
|
+
"""
|
|
36
|
+
pulumi.set(__self__, "allowed_query_ip_range_list", allowed_query_ip_range_list)
|
|
37
|
+
pulumi.set(__self__, "default_action", default_action)
|
|
38
|
+
pulumi.set(__self__, "ip_rules", ip_rules)
|
|
39
|
+
pulumi.set(__self__, "virtual_network_rule", virtual_network_rule)
|
|
40
|
+
|
|
41
|
+
@property
|
|
42
|
+
@pulumi.getter(name="allowedQueryIpRangeList")
|
|
43
|
+
def allowed_query_ip_range_list(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
|
44
|
+
"""
|
|
45
|
+
The list of query ips in the format of CIDR allowed to connect to query/visualization endpoint.
|
|
46
|
+
"""
|
|
47
|
+
return pulumi.get(self, "allowed_query_ip_range_list")
|
|
48
|
+
|
|
49
|
+
@allowed_query_ip_range_list.setter
|
|
50
|
+
def allowed_query_ip_range_list(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
|
51
|
+
pulumi.set(self, "allowed_query_ip_range_list", value)
|
|
52
|
+
|
|
53
|
+
@property
|
|
54
|
+
@pulumi.getter(name="defaultAction")
|
|
55
|
+
def default_action(self) -> pulumi.Input[Union[str, 'DefaultAction']]:
|
|
56
|
+
"""
|
|
57
|
+
Default Action
|
|
58
|
+
"""
|
|
59
|
+
return pulumi.get(self, "default_action")
|
|
60
|
+
|
|
61
|
+
@default_action.setter
|
|
62
|
+
def default_action(self, value: pulumi.Input[Union[str, 'DefaultAction']]):
|
|
63
|
+
pulumi.set(self, "default_action", value)
|
|
64
|
+
|
|
65
|
+
@property
|
|
66
|
+
@pulumi.getter(name="ipRules")
|
|
67
|
+
def ip_rules(self) -> pulumi.Input[Sequence[pulumi.Input['IPRulesArgs']]]:
|
|
68
|
+
"""
|
|
69
|
+
IP rule with specific IP or IP range in CIDR format.
|
|
70
|
+
"""
|
|
71
|
+
return pulumi.get(self, "ip_rules")
|
|
72
|
+
|
|
73
|
+
@ip_rules.setter
|
|
74
|
+
def ip_rules(self, value: pulumi.Input[Sequence[pulumi.Input['IPRulesArgs']]]):
|
|
75
|
+
pulumi.set(self, "ip_rules", value)
|
|
76
|
+
|
|
77
|
+
@property
|
|
78
|
+
@pulumi.getter(name="virtualNetworkRule")
|
|
79
|
+
def virtual_network_rule(self) -> pulumi.Input[Sequence[pulumi.Input['VirtualNetworkRuleArgs']]]:
|
|
80
|
+
"""
|
|
81
|
+
Virtual Network Rule
|
|
82
|
+
"""
|
|
83
|
+
return pulumi.get(self, "virtual_network_rule")
|
|
84
|
+
|
|
85
|
+
@virtual_network_rule.setter
|
|
86
|
+
def virtual_network_rule(self, value: pulumi.Input[Sequence[pulumi.Input['VirtualNetworkRuleArgs']]]):
|
|
87
|
+
pulumi.set(self, "virtual_network_rule", value)
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
@pulumi.input_type
|
|
91
|
+
class EncryptionKeyDetailsArgs:
|
|
92
|
+
def __init__(__self__, *,
|
|
93
|
+
key_name: pulumi.Input[str],
|
|
94
|
+
key_vault_uri: pulumi.Input[str],
|
|
95
|
+
key_version: pulumi.Input[str]):
|
|
96
|
+
"""
|
|
97
|
+
Encryption key details.
|
|
98
|
+
:param pulumi.Input[str] key_name: The name of the key vault key.
|
|
99
|
+
:param pulumi.Input[str] key_vault_uri: The Uri of the key vault.
|
|
100
|
+
:param pulumi.Input[str] key_version: The version of the key vault key.
|
|
101
|
+
"""
|
|
102
|
+
pulumi.set(__self__, "key_name", key_name)
|
|
103
|
+
pulumi.set(__self__, "key_vault_uri", key_vault_uri)
|
|
104
|
+
pulumi.set(__self__, "key_version", key_version)
|
|
105
|
+
|
|
106
|
+
@property
|
|
107
|
+
@pulumi.getter(name="keyName")
|
|
108
|
+
def key_name(self) -> pulumi.Input[str]:
|
|
109
|
+
"""
|
|
110
|
+
The name of the key vault key.
|
|
111
|
+
"""
|
|
112
|
+
return pulumi.get(self, "key_name")
|
|
113
|
+
|
|
114
|
+
@key_name.setter
|
|
115
|
+
def key_name(self, value: pulumi.Input[str]):
|
|
116
|
+
pulumi.set(self, "key_name", value)
|
|
117
|
+
|
|
118
|
+
@property
|
|
119
|
+
@pulumi.getter(name="keyVaultUri")
|
|
120
|
+
def key_vault_uri(self) -> pulumi.Input[str]:
|
|
121
|
+
"""
|
|
122
|
+
The Uri of the key vault.
|
|
123
|
+
"""
|
|
124
|
+
return pulumi.get(self, "key_vault_uri")
|
|
125
|
+
|
|
126
|
+
@key_vault_uri.setter
|
|
127
|
+
def key_vault_uri(self, value: pulumi.Input[str]):
|
|
128
|
+
pulumi.set(self, "key_vault_uri", value)
|
|
129
|
+
|
|
130
|
+
@property
|
|
131
|
+
@pulumi.getter(name="keyVersion")
|
|
132
|
+
def key_version(self) -> pulumi.Input[str]:
|
|
133
|
+
"""
|
|
134
|
+
The version of the key vault key.
|
|
135
|
+
"""
|
|
136
|
+
return pulumi.get(self, "key_version")
|
|
137
|
+
|
|
138
|
+
@key_version.setter
|
|
139
|
+
def key_version(self, value: pulumi.Input[str]):
|
|
140
|
+
pulumi.set(self, "key_version", value)
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
@pulumi.input_type
|
|
144
|
+
class IPRulesArgs:
|
|
145
|
+
def __init__(__self__, *,
|
|
146
|
+
action: pulumi.Input[str],
|
|
147
|
+
value: Optional[pulumi.Input[str]] = None):
|
|
148
|
+
"""
|
|
149
|
+
IP rule with specific IP or IP range in CIDR format.
|
|
150
|
+
:param pulumi.Input[str] action: The action of virtual network rule.
|
|
151
|
+
:param pulumi.Input[str] value: IP Rules Value
|
|
152
|
+
"""
|
|
153
|
+
pulumi.set(__self__, "action", action)
|
|
154
|
+
if value is not None:
|
|
155
|
+
pulumi.set(__self__, "value", value)
|
|
156
|
+
|
|
157
|
+
@property
|
|
158
|
+
@pulumi.getter
|
|
159
|
+
def action(self) -> pulumi.Input[str]:
|
|
160
|
+
"""
|
|
161
|
+
The action of virtual network rule.
|
|
162
|
+
"""
|
|
163
|
+
return pulumi.get(self, "action")
|
|
164
|
+
|
|
165
|
+
@action.setter
|
|
166
|
+
def action(self, value: pulumi.Input[str]):
|
|
167
|
+
pulumi.set(self, "action", value)
|
|
168
|
+
|
|
169
|
+
@property
|
|
170
|
+
@pulumi.getter
|
|
171
|
+
def value(self) -> Optional[pulumi.Input[str]]:
|
|
172
|
+
"""
|
|
173
|
+
IP Rules Value
|
|
174
|
+
"""
|
|
175
|
+
return pulumi.get(self, "value")
|
|
176
|
+
|
|
177
|
+
@value.setter
|
|
178
|
+
def value(self, value: Optional[pulumi.Input[str]]):
|
|
179
|
+
pulumi.set(self, "value", value)
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
@pulumi.input_type
|
|
183
|
+
class ManagedResourceGroupConfigurationArgs:
|
|
184
|
+
def __init__(__self__, *,
|
|
185
|
+
location: pulumi.Input[str],
|
|
186
|
+
name: pulumi.Input[str]):
|
|
187
|
+
"""
|
|
188
|
+
ManagedResourceGroup related properties
|
|
189
|
+
:param pulumi.Input[str] location: Managed Resource Group location
|
|
190
|
+
:param pulumi.Input[str] name: Name of managed resource group
|
|
191
|
+
"""
|
|
192
|
+
pulumi.set(__self__, "location", location)
|
|
193
|
+
pulumi.set(__self__, "name", name)
|
|
194
|
+
|
|
195
|
+
@property
|
|
196
|
+
@pulumi.getter
|
|
197
|
+
def location(self) -> pulumi.Input[str]:
|
|
198
|
+
"""
|
|
199
|
+
Managed Resource Group location
|
|
200
|
+
"""
|
|
201
|
+
return pulumi.get(self, "location")
|
|
202
|
+
|
|
203
|
+
@location.setter
|
|
204
|
+
def location(self, value: pulumi.Input[str]):
|
|
205
|
+
pulumi.set(self, "location", value)
|
|
206
|
+
|
|
207
|
+
@property
|
|
208
|
+
@pulumi.getter
|
|
209
|
+
def name(self) -> pulumi.Input[str]:
|
|
210
|
+
"""
|
|
211
|
+
Name of managed resource group
|
|
212
|
+
"""
|
|
213
|
+
return pulumi.get(self, "name")
|
|
214
|
+
|
|
215
|
+
@name.setter
|
|
216
|
+
def name(self, value: pulumi.Input[str]):
|
|
217
|
+
pulumi.set(self, "name", value)
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
@pulumi.input_type
|
|
221
|
+
class ManagedServiceIdentityArgs:
|
|
222
|
+
def __init__(__self__, *,
|
|
223
|
+
type: pulumi.Input[Union[str, 'ManagedServiceIdentityType']],
|
|
224
|
+
user_assigned_identities: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
225
|
+
"""
|
|
226
|
+
Managed service identity (system assigned and/or user assigned identities)
|
|
227
|
+
:param pulumi.Input[Union[str, 'ManagedServiceIdentityType']] type: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
|
|
228
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] user_assigned_identities: The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
|
|
229
|
+
"""
|
|
230
|
+
pulumi.set(__self__, "type", type)
|
|
231
|
+
if user_assigned_identities is not None:
|
|
232
|
+
pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
|
|
233
|
+
|
|
234
|
+
@property
|
|
235
|
+
@pulumi.getter
|
|
236
|
+
def type(self) -> pulumi.Input[Union[str, 'ManagedServiceIdentityType']]:
|
|
237
|
+
"""
|
|
238
|
+
Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
|
|
239
|
+
"""
|
|
240
|
+
return pulumi.get(self, "type")
|
|
241
|
+
|
|
242
|
+
@type.setter
|
|
243
|
+
def type(self, value: pulumi.Input[Union[str, 'ManagedServiceIdentityType']]):
|
|
244
|
+
pulumi.set(self, "type", value)
|
|
245
|
+
|
|
246
|
+
@property
|
|
247
|
+
@pulumi.getter(name="userAssignedIdentities")
|
|
248
|
+
def user_assigned_identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
249
|
+
"""
|
|
250
|
+
The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
|
|
251
|
+
"""
|
|
252
|
+
return pulumi.get(self, "user_assigned_identities")
|
|
253
|
+
|
|
254
|
+
@user_assigned_identities.setter
|
|
255
|
+
def user_assigned_identities(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
256
|
+
pulumi.set(self, "user_assigned_identities", value)
|
|
257
|
+
|
|
258
|
+
|
|
259
|
+
@pulumi.input_type
|
|
260
|
+
class VirtualNetworkRuleArgs:
|
|
261
|
+
def __init__(__self__, *,
|
|
262
|
+
id: pulumi.Input[str],
|
|
263
|
+
action: Optional[pulumi.Input[str]] = None,
|
|
264
|
+
state: Optional[pulumi.Input[str]] = None):
|
|
265
|
+
"""
|
|
266
|
+
Virtual Network Rule
|
|
267
|
+
:param pulumi.Input[str] id: Resource ID of a subnet
|
|
268
|
+
:param pulumi.Input[str] action: The action of virtual network rule.
|
|
269
|
+
:param pulumi.Input[str] state: Gets the state of virtual network rule.
|
|
270
|
+
"""
|
|
271
|
+
pulumi.set(__self__, "id", id)
|
|
272
|
+
if action is not None:
|
|
273
|
+
pulumi.set(__self__, "action", action)
|
|
274
|
+
if state is not None:
|
|
275
|
+
pulumi.set(__self__, "state", state)
|
|
276
|
+
|
|
277
|
+
@property
|
|
278
|
+
@pulumi.getter
|
|
279
|
+
def id(self) -> pulumi.Input[str]:
|
|
280
|
+
"""
|
|
281
|
+
Resource ID of a subnet
|
|
282
|
+
"""
|
|
283
|
+
return pulumi.get(self, "id")
|
|
284
|
+
|
|
285
|
+
@id.setter
|
|
286
|
+
def id(self, value: pulumi.Input[str]):
|
|
287
|
+
pulumi.set(self, "id", value)
|
|
288
|
+
|
|
289
|
+
@property
|
|
290
|
+
@pulumi.getter
|
|
291
|
+
def action(self) -> Optional[pulumi.Input[str]]:
|
|
292
|
+
"""
|
|
293
|
+
The action of virtual network rule.
|
|
294
|
+
"""
|
|
295
|
+
return pulumi.get(self, "action")
|
|
296
|
+
|
|
297
|
+
@action.setter
|
|
298
|
+
def action(self, value: Optional[pulumi.Input[str]]):
|
|
299
|
+
pulumi.set(self, "action", value)
|
|
300
|
+
|
|
301
|
+
@property
|
|
302
|
+
@pulumi.getter
|
|
303
|
+
def state(self) -> Optional[pulumi.Input[str]]:
|
|
304
|
+
"""
|
|
305
|
+
Gets the state of virtual network rule.
|
|
306
|
+
"""
|
|
307
|
+
return pulumi.get(self, "state")
|
|
308
|
+
|
|
309
|
+
@state.setter
|
|
310
|
+
def state(self, value: Optional[pulumi.Input[str]]):
|
|
311
|
+
pulumi.set(self, "state", value)
|
|
312
|
+
|
|
313
|
+
|