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,334 @@
|
|
|
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__ = ['DataTypeArgs', 'DataType']
|
|
15
|
+
|
|
16
|
+
@pulumi.input_type
|
|
17
|
+
class DataTypeArgs:
|
|
18
|
+
def __init__(__self__, *,
|
|
19
|
+
data_product_name: pulumi.Input[str],
|
|
20
|
+
resource_group_name: pulumi.Input[str],
|
|
21
|
+
data_type_name: Optional[pulumi.Input[str]] = None,
|
|
22
|
+
database_cache_retention: Optional[pulumi.Input[int]] = None,
|
|
23
|
+
database_retention: Optional[pulumi.Input[int]] = None,
|
|
24
|
+
state: Optional[pulumi.Input[Union[str, 'DataTypeState']]] = None,
|
|
25
|
+
storage_output_retention: Optional[pulumi.Input[int]] = None):
|
|
26
|
+
"""
|
|
27
|
+
The set of arguments for constructing a DataType resource.
|
|
28
|
+
:param pulumi.Input[str] data_product_name: The data product resource name
|
|
29
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
30
|
+
:param pulumi.Input[str] data_type_name: The data type name.
|
|
31
|
+
:param pulumi.Input[int] database_cache_retention: Field for database cache retention in days.
|
|
32
|
+
:param pulumi.Input[int] database_retention: Field for database data retention in days.
|
|
33
|
+
:param pulumi.Input[Union[str, 'DataTypeState']] state: State of data type.
|
|
34
|
+
:param pulumi.Input[int] storage_output_retention: Field for storage output retention in days.
|
|
35
|
+
"""
|
|
36
|
+
pulumi.set(__self__, "data_product_name", data_product_name)
|
|
37
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
38
|
+
if data_type_name is not None:
|
|
39
|
+
pulumi.set(__self__, "data_type_name", data_type_name)
|
|
40
|
+
if database_cache_retention is not None:
|
|
41
|
+
pulumi.set(__self__, "database_cache_retention", database_cache_retention)
|
|
42
|
+
if database_retention is not None:
|
|
43
|
+
pulumi.set(__self__, "database_retention", database_retention)
|
|
44
|
+
if state is not None:
|
|
45
|
+
pulumi.set(__self__, "state", state)
|
|
46
|
+
if storage_output_retention is not None:
|
|
47
|
+
pulumi.set(__self__, "storage_output_retention", storage_output_retention)
|
|
48
|
+
|
|
49
|
+
@property
|
|
50
|
+
@pulumi.getter(name="dataProductName")
|
|
51
|
+
def data_product_name(self) -> pulumi.Input[str]:
|
|
52
|
+
"""
|
|
53
|
+
The data product resource name
|
|
54
|
+
"""
|
|
55
|
+
return pulumi.get(self, "data_product_name")
|
|
56
|
+
|
|
57
|
+
@data_product_name.setter
|
|
58
|
+
def data_product_name(self, value: pulumi.Input[str]):
|
|
59
|
+
pulumi.set(self, "data_product_name", value)
|
|
60
|
+
|
|
61
|
+
@property
|
|
62
|
+
@pulumi.getter(name="resourceGroupName")
|
|
63
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
64
|
+
"""
|
|
65
|
+
The name of the resource group. The name is case insensitive.
|
|
66
|
+
"""
|
|
67
|
+
return pulumi.get(self, "resource_group_name")
|
|
68
|
+
|
|
69
|
+
@resource_group_name.setter
|
|
70
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
71
|
+
pulumi.set(self, "resource_group_name", value)
|
|
72
|
+
|
|
73
|
+
@property
|
|
74
|
+
@pulumi.getter(name="dataTypeName")
|
|
75
|
+
def data_type_name(self) -> Optional[pulumi.Input[str]]:
|
|
76
|
+
"""
|
|
77
|
+
The data type name.
|
|
78
|
+
"""
|
|
79
|
+
return pulumi.get(self, "data_type_name")
|
|
80
|
+
|
|
81
|
+
@data_type_name.setter
|
|
82
|
+
def data_type_name(self, value: Optional[pulumi.Input[str]]):
|
|
83
|
+
pulumi.set(self, "data_type_name", value)
|
|
84
|
+
|
|
85
|
+
@property
|
|
86
|
+
@pulumi.getter(name="databaseCacheRetention")
|
|
87
|
+
def database_cache_retention(self) -> Optional[pulumi.Input[int]]:
|
|
88
|
+
"""
|
|
89
|
+
Field for database cache retention in days.
|
|
90
|
+
"""
|
|
91
|
+
return pulumi.get(self, "database_cache_retention")
|
|
92
|
+
|
|
93
|
+
@database_cache_retention.setter
|
|
94
|
+
def database_cache_retention(self, value: Optional[pulumi.Input[int]]):
|
|
95
|
+
pulumi.set(self, "database_cache_retention", value)
|
|
96
|
+
|
|
97
|
+
@property
|
|
98
|
+
@pulumi.getter(name="databaseRetention")
|
|
99
|
+
def database_retention(self) -> Optional[pulumi.Input[int]]:
|
|
100
|
+
"""
|
|
101
|
+
Field for database data retention in days.
|
|
102
|
+
"""
|
|
103
|
+
return pulumi.get(self, "database_retention")
|
|
104
|
+
|
|
105
|
+
@database_retention.setter
|
|
106
|
+
def database_retention(self, value: Optional[pulumi.Input[int]]):
|
|
107
|
+
pulumi.set(self, "database_retention", value)
|
|
108
|
+
|
|
109
|
+
@property
|
|
110
|
+
@pulumi.getter
|
|
111
|
+
def state(self) -> Optional[pulumi.Input[Union[str, 'DataTypeState']]]:
|
|
112
|
+
"""
|
|
113
|
+
State of data type.
|
|
114
|
+
"""
|
|
115
|
+
return pulumi.get(self, "state")
|
|
116
|
+
|
|
117
|
+
@state.setter
|
|
118
|
+
def state(self, value: Optional[pulumi.Input[Union[str, 'DataTypeState']]]):
|
|
119
|
+
pulumi.set(self, "state", value)
|
|
120
|
+
|
|
121
|
+
@property
|
|
122
|
+
@pulumi.getter(name="storageOutputRetention")
|
|
123
|
+
def storage_output_retention(self) -> Optional[pulumi.Input[int]]:
|
|
124
|
+
"""
|
|
125
|
+
Field for storage output retention in days.
|
|
126
|
+
"""
|
|
127
|
+
return pulumi.get(self, "storage_output_retention")
|
|
128
|
+
|
|
129
|
+
@storage_output_retention.setter
|
|
130
|
+
def storage_output_retention(self, value: Optional[pulumi.Input[int]]):
|
|
131
|
+
pulumi.set(self, "storage_output_retention", value)
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
class DataType(pulumi.CustomResource):
|
|
135
|
+
@overload
|
|
136
|
+
def __init__(__self__,
|
|
137
|
+
resource_name: str,
|
|
138
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
139
|
+
data_product_name: Optional[pulumi.Input[str]] = None,
|
|
140
|
+
data_type_name: Optional[pulumi.Input[str]] = None,
|
|
141
|
+
database_cache_retention: Optional[pulumi.Input[int]] = None,
|
|
142
|
+
database_retention: Optional[pulumi.Input[int]] = None,
|
|
143
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
144
|
+
state: Optional[pulumi.Input[Union[str, 'DataTypeState']]] = None,
|
|
145
|
+
storage_output_retention: Optional[pulumi.Input[int]] = None,
|
|
146
|
+
__props__=None):
|
|
147
|
+
"""
|
|
148
|
+
The data type resource.
|
|
149
|
+
Azure REST API version: 2023-11-15.
|
|
150
|
+
|
|
151
|
+
:param str resource_name: The name of the resource.
|
|
152
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
153
|
+
:param pulumi.Input[str] data_product_name: The data product resource name
|
|
154
|
+
:param pulumi.Input[str] data_type_name: The data type name.
|
|
155
|
+
:param pulumi.Input[int] database_cache_retention: Field for database cache retention in days.
|
|
156
|
+
:param pulumi.Input[int] database_retention: Field for database data retention in days.
|
|
157
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
158
|
+
:param pulumi.Input[Union[str, 'DataTypeState']] state: State of data type.
|
|
159
|
+
:param pulumi.Input[int] storage_output_retention: Field for storage output retention in days.
|
|
160
|
+
"""
|
|
161
|
+
...
|
|
162
|
+
@overload
|
|
163
|
+
def __init__(__self__,
|
|
164
|
+
resource_name: str,
|
|
165
|
+
args: DataTypeArgs,
|
|
166
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
167
|
+
"""
|
|
168
|
+
The data type resource.
|
|
169
|
+
Azure REST API version: 2023-11-15.
|
|
170
|
+
|
|
171
|
+
:param str resource_name: The name of the resource.
|
|
172
|
+
:param DataTypeArgs args: The arguments to use to populate this resource's properties.
|
|
173
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
174
|
+
"""
|
|
175
|
+
...
|
|
176
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
177
|
+
resource_args, opts = _utilities.get_resource_args_opts(DataTypeArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
178
|
+
if resource_args is not None:
|
|
179
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
180
|
+
else:
|
|
181
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
182
|
+
|
|
183
|
+
def _internal_init(__self__,
|
|
184
|
+
resource_name: str,
|
|
185
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
186
|
+
data_product_name: Optional[pulumi.Input[str]] = None,
|
|
187
|
+
data_type_name: Optional[pulumi.Input[str]] = None,
|
|
188
|
+
database_cache_retention: Optional[pulumi.Input[int]] = None,
|
|
189
|
+
database_retention: Optional[pulumi.Input[int]] = None,
|
|
190
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
191
|
+
state: Optional[pulumi.Input[Union[str, 'DataTypeState']]] = None,
|
|
192
|
+
storage_output_retention: Optional[pulumi.Input[int]] = None,
|
|
193
|
+
__props__=None):
|
|
194
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
195
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
196
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
197
|
+
if opts.id is None:
|
|
198
|
+
if __props__ is not None:
|
|
199
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
200
|
+
__props__ = DataTypeArgs.__new__(DataTypeArgs)
|
|
201
|
+
|
|
202
|
+
if data_product_name is None and not opts.urn:
|
|
203
|
+
raise TypeError("Missing required property 'data_product_name'")
|
|
204
|
+
__props__.__dict__["data_product_name"] = data_product_name
|
|
205
|
+
__props__.__dict__["data_type_name"] = data_type_name
|
|
206
|
+
__props__.__dict__["database_cache_retention"] = database_cache_retention
|
|
207
|
+
__props__.__dict__["database_retention"] = database_retention
|
|
208
|
+
if resource_group_name is None and not opts.urn:
|
|
209
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
210
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
211
|
+
__props__.__dict__["state"] = state
|
|
212
|
+
__props__.__dict__["storage_output_retention"] = storage_output_retention
|
|
213
|
+
__props__.__dict__["name"] = None
|
|
214
|
+
__props__.__dict__["provisioning_state"] = None
|
|
215
|
+
__props__.__dict__["state_reason"] = None
|
|
216
|
+
__props__.__dict__["system_data"] = None
|
|
217
|
+
__props__.__dict__["type"] = None
|
|
218
|
+
__props__.__dict__["visualization_url"] = None
|
|
219
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:networkanalytics/v20231115:DataType")])
|
|
220
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
221
|
+
super(DataType, __self__).__init__(
|
|
222
|
+
'azure-native:networkanalytics:DataType',
|
|
223
|
+
resource_name,
|
|
224
|
+
__props__,
|
|
225
|
+
opts)
|
|
226
|
+
|
|
227
|
+
@staticmethod
|
|
228
|
+
def get(resource_name: str,
|
|
229
|
+
id: pulumi.Input[str],
|
|
230
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'DataType':
|
|
231
|
+
"""
|
|
232
|
+
Get an existing DataType resource's state with the given name, id, and optional extra
|
|
233
|
+
properties used to qualify the lookup.
|
|
234
|
+
|
|
235
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
236
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
237
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
238
|
+
"""
|
|
239
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
240
|
+
|
|
241
|
+
__props__ = DataTypeArgs.__new__(DataTypeArgs)
|
|
242
|
+
|
|
243
|
+
__props__.__dict__["database_cache_retention"] = None
|
|
244
|
+
__props__.__dict__["database_retention"] = None
|
|
245
|
+
__props__.__dict__["name"] = None
|
|
246
|
+
__props__.__dict__["provisioning_state"] = None
|
|
247
|
+
__props__.__dict__["state"] = None
|
|
248
|
+
__props__.__dict__["state_reason"] = None
|
|
249
|
+
__props__.__dict__["storage_output_retention"] = None
|
|
250
|
+
__props__.__dict__["system_data"] = None
|
|
251
|
+
__props__.__dict__["type"] = None
|
|
252
|
+
__props__.__dict__["visualization_url"] = None
|
|
253
|
+
return DataType(resource_name, opts=opts, __props__=__props__)
|
|
254
|
+
|
|
255
|
+
@property
|
|
256
|
+
@pulumi.getter(name="databaseCacheRetention")
|
|
257
|
+
def database_cache_retention(self) -> pulumi.Output[Optional[int]]:
|
|
258
|
+
"""
|
|
259
|
+
Field for database cache retention in days.
|
|
260
|
+
"""
|
|
261
|
+
return pulumi.get(self, "database_cache_retention")
|
|
262
|
+
|
|
263
|
+
@property
|
|
264
|
+
@pulumi.getter(name="databaseRetention")
|
|
265
|
+
def database_retention(self) -> pulumi.Output[Optional[int]]:
|
|
266
|
+
"""
|
|
267
|
+
Field for database data retention in days.
|
|
268
|
+
"""
|
|
269
|
+
return pulumi.get(self, "database_retention")
|
|
270
|
+
|
|
271
|
+
@property
|
|
272
|
+
@pulumi.getter
|
|
273
|
+
def name(self) -> pulumi.Output[str]:
|
|
274
|
+
"""
|
|
275
|
+
The name of the resource
|
|
276
|
+
"""
|
|
277
|
+
return pulumi.get(self, "name")
|
|
278
|
+
|
|
279
|
+
@property
|
|
280
|
+
@pulumi.getter(name="provisioningState")
|
|
281
|
+
def provisioning_state(self) -> pulumi.Output[str]:
|
|
282
|
+
"""
|
|
283
|
+
Latest provisioning state of data product.
|
|
284
|
+
"""
|
|
285
|
+
return pulumi.get(self, "provisioning_state")
|
|
286
|
+
|
|
287
|
+
@property
|
|
288
|
+
@pulumi.getter
|
|
289
|
+
def state(self) -> pulumi.Output[Optional[str]]:
|
|
290
|
+
"""
|
|
291
|
+
State of data type.
|
|
292
|
+
"""
|
|
293
|
+
return pulumi.get(self, "state")
|
|
294
|
+
|
|
295
|
+
@property
|
|
296
|
+
@pulumi.getter(name="stateReason")
|
|
297
|
+
def state_reason(self) -> pulumi.Output[str]:
|
|
298
|
+
"""
|
|
299
|
+
Reason for the state of data type.
|
|
300
|
+
"""
|
|
301
|
+
return pulumi.get(self, "state_reason")
|
|
302
|
+
|
|
303
|
+
@property
|
|
304
|
+
@pulumi.getter(name="storageOutputRetention")
|
|
305
|
+
def storage_output_retention(self) -> pulumi.Output[Optional[int]]:
|
|
306
|
+
"""
|
|
307
|
+
Field for storage output retention in days.
|
|
308
|
+
"""
|
|
309
|
+
return pulumi.get(self, "storage_output_retention")
|
|
310
|
+
|
|
311
|
+
@property
|
|
312
|
+
@pulumi.getter(name="systemData")
|
|
313
|
+
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
314
|
+
"""
|
|
315
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
316
|
+
"""
|
|
317
|
+
return pulumi.get(self, "system_data")
|
|
318
|
+
|
|
319
|
+
@property
|
|
320
|
+
@pulumi.getter
|
|
321
|
+
def type(self) -> pulumi.Output[str]:
|
|
322
|
+
"""
|
|
323
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
324
|
+
"""
|
|
325
|
+
return pulumi.get(self, "type")
|
|
326
|
+
|
|
327
|
+
@property
|
|
328
|
+
@pulumi.getter(name="visualizationUrl")
|
|
329
|
+
def visualization_url(self) -> pulumi.Output[str]:
|
|
330
|
+
"""
|
|
331
|
+
Url for data visualization.
|
|
332
|
+
"""
|
|
333
|
+
return pulumi.get(self, "visualization_url")
|
|
334
|
+
|