pulumi-azure-native 2.46.0__py3-none-any.whl → 2.46.0a1718025681__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 +22 -129
- pulumi_azure_native/authorization/_inputs.py +0 -16
- pulumi_azure_native/authorization/outputs.py +0 -14
- pulumi_azure_native/authorization/v20230401/_inputs.py +0 -16
- pulumi_azure_native/authorization/v20230401/get_policy_assignment.py +1 -14
- pulumi_azure_native/authorization/v20230401/outputs.py +0 -14
- pulumi_azure_native/authorization/v20230401/policy_assignment.py +0 -29
- pulumi_azure_native/authorization/v20240401/get_policy_assignment.py +1 -14
- pulumi_azure_native/authorization/v20240401/policy_assignment.py +0 -29
- pulumi_azure_native/avs/v20230901/get_workload_network_dns_zone.py +3 -3
- pulumi_azure_native/avs/v20230901/workload_network_dns_zone.py +8 -8
- pulumi_azure_native/azuredatatransfer/__init__.py +0 -3
- pulumi_azure_native/azuredatatransfer/connection.py +3 -3
- pulumi_azure_native/azuredatatransfer/flow.py +3 -3
- pulumi_azure_native/azuredatatransfer/get_connection.py +2 -2
- pulumi_azure_native/azuredatatransfer/get_flow.py +2 -2
- pulumi_azure_native/azuredatatransfer/get_pipeline.py +2 -2
- pulumi_azure_native/azuredatatransfer/list_azure_data_transfer_approved_schemas.py +2 -2
- pulumi_azure_native/azuredatatransfer/list_list_pending_connection.py +2 -2
- pulumi_azure_native/azuredatatransfer/list_list_pending_flow.py +2 -2
- pulumi_azure_native/azuredatatransfer/list_list_schema.py +2 -2
- pulumi_azure_native/azuredatatransfer/pipeline.py +3 -3
- pulumi_azure_native/azuredatatransfer/v20231011preview/connection.py +1 -1
- pulumi_azure_native/azuredatatransfer/v20231011preview/flow.py +1 -1
- pulumi_azure_native/azuredatatransfer/v20231011preview/pipeline.py +1 -1
- pulumi_azure_native/azuredatatransfer/v20240125/connection.py +1 -1
- pulumi_azure_native/azuredatatransfer/v20240125/flow.py +1 -1
- pulumi_azure_native/azuredatatransfer/v20240125/pipeline.py +1 -1
- pulumi_azure_native/containerservice/__init__.py +0 -3
- pulumi_azure_native/containerservice/agent_pool.py +3 -3
- pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
- pulumi_azure_native/containerservice/get_load_balancer.py +0 -4
- pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
- pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
- pulumi_azure_native/containerservice/get_managed_cluster_snapshot.py +2 -2
- pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/containerservice/get_snapshot.py +2 -2
- pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/load_balancer.py +1 -5
- pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
- pulumi_azure_native/containerservice/managed_cluster.py +3 -3
- pulumi_azure_native/containerservice/managed_cluster_snapshot.py +3 -3
- pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
- pulumi_azure_native/containerservice/snapshot.py +3 -3
- pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
- 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/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230901/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230901/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230901/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230901/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230901/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230901/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231001/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231001/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231001/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231001/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231001/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231001/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231101/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231101/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231101/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231101/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231101/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240101/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240101/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240101/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240101/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240101/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240201/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240201/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240201/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240201/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240201/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240201/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/load_balancer.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/datafactory/_enums.py +0 -1
- pulumi_azure_native/datafactory/_inputs.py +2 -139
- pulumi_azure_native/datafactory/outputs.py +2 -139
- pulumi_azure_native/datafactory/v20180601/_enums.py +0 -1
- pulumi_azure_native/datafactory/v20180601/_inputs.py +2 -139
- pulumi_azure_native/datafactory/v20180601/outputs.py +2 -139
- pulumi_azure_native/desktopvirtualization/__init__.py +0 -3
- pulumi_azure_native/desktopvirtualization/app_attach_package.py +3 -3
- pulumi_azure_native/desktopvirtualization/application.py +3 -3
- pulumi_azure_native/desktopvirtualization/application_group.py +3 -3
- pulumi_azure_native/desktopvirtualization/get_app_attach_package.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_application.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_application_group.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_host_pool.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_host_pool_registration_token.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_msix_package.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_host_pool.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_workspace.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_scaling_plan.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_scaling_plan_personal_schedule.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_scaling_plan_pooled_schedule.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_workspace.py +2 -2
- pulumi_azure_native/desktopvirtualization/host_pool.py +3 -3
- pulumi_azure_native/desktopvirtualization/msix_package.py +3 -3
- pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_host_pool.py +3 -3
- pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_workspace.py +3 -3
- pulumi_azure_native/desktopvirtualization/scaling_plan.py +3 -3
- pulumi_azure_native/desktopvirtualization/scaling_plan_personal_schedule.py +3 -3
- pulumi_azure_native/desktopvirtualization/scaling_plan_pooled_schedule.py +3 -3
- pulumi_azure_native/desktopvirtualization/v20210201preview/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220210preview/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220401preview/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220401preview/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220909/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220909/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220909/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220909/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220909/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220909/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220909/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/private_endpoint_connection_by_host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/private_endpoint_connection_by_workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/private_endpoint_connection_by_host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/private_endpoint_connection_by_workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan_personal_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/private_endpoint_connection_by_host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/private_endpoint_connection_by_workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan_personal_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/app_attach_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/private_endpoint_connection_by_host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/private_endpoint_connection_by_workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan_personal_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/app_attach_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/private_endpoint_connection_by_host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/private_endpoint_connection_by_workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan_personal_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/app_attach_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/private_endpoint_connection_by_host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/private_endpoint_connection_by_workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan_personal_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/app_attach_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/private_endpoint_connection_by_host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/private_endpoint_connection_by_workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/scaling_plan_personal_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240403/app_attach_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240403/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240403/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240403/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240403/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240403/private_endpoint_connection_by_host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240403/private_endpoint_connection_by_workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240403/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240403/scaling_plan_personal_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240403/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240403/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/workspace.py +3 -3
- pulumi_azure_native/documentdb/v20240301preview/get_mongo_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20240301preview/mongo_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20240301preview/outputs.py +92 -53
- pulumi_azure_native/documentdb/v20240515/_enums.py +0 -9
- pulumi_azure_native/documentdb/v20240515/_inputs.py +0 -248
- pulumi_azure_native/documentdb/v20240515/service.py +57 -16
- pulumi_azure_native/machinelearningservices/_inputs.py +0 -55
- pulumi_azure_native/machinelearningservices/connection_deployment.py +7 -28
- pulumi_azure_native/machinelearningservices/get_connection_deployment.py +2 -12
- pulumi_azure_native/machinelearningservices/outputs.py +0 -75
- pulumi_azure_native/machinelearningservices/v20240401/_inputs.py +3 -21
- pulumi_azure_native/machinelearningservices/v20240401/outputs.py +2 -16
- pulumi_azure_native/machinelearningservices/v20240401preview/_inputs.py +344 -76
- pulumi_azure_native/machinelearningservices/v20240401preview/connection_deployment.py +7 -28
- pulumi_azure_native/machinelearningservices/v20240401preview/endpoint_deployment.py +7 -28
- pulumi_azure_native/machinelearningservices/v20240401preview/get_connection_deployment.py +2 -12
- pulumi_azure_native/machinelearningservices/v20240401preview/get_endpoint_deployment.py +2 -12
- pulumi_azure_native/machinelearningservices/v20240401preview/outputs.py +395 -91
- pulumi_azure_native/monitor/get_pipeline_group.py +1 -1
- pulumi_azure_native/monitor/v20231001preview/azure_monitor_workspace.py +1 -1
- pulumi_azure_native/monitor/v20231001preview/get_azure_monitor_workspace.py +2 -2
- pulumi_azure_native/monitor/v20231001preview/get_pipeline_group.py +1 -1
- pulumi_azure_native/monitor/v20231001preview/outputs.py +92 -53
- pulumi_azure_native/netapp/__init__.py +0 -3
- pulumi_azure_native/netapp/account.py +3 -3
- pulumi_azure_native/netapp/backup.py +2 -2
- pulumi_azure_native/netapp/backup_policy.py +3 -3
- pulumi_azure_native/netapp/backup_vault.py +3 -3
- pulumi_azure_native/netapp/get_account.py +2 -2
- pulumi_azure_native/netapp/get_backup.py +2 -2
- pulumi_azure_native/netapp/get_backup_policy.py +2 -2
- pulumi_azure_native/netapp/get_backup_vault.py +2 -2
- pulumi_azure_native/netapp/get_pool.py +2 -2
- pulumi_azure_native/netapp/get_snapshot.py +2 -2
- pulumi_azure_native/netapp/get_snapshot_policy.py +2 -2
- pulumi_azure_native/netapp/get_subvolume.py +2 -2
- pulumi_azure_native/netapp/get_subvolume_metadata.py +2 -2
- pulumi_azure_native/netapp/get_volume.py +2 -2
- pulumi_azure_native/netapp/get_volume_group.py +2 -2
- pulumi_azure_native/netapp/get_volume_group_id_for_ldap_user.py +2 -2
- pulumi_azure_native/netapp/get_volume_quota_rule.py +2 -2
- pulumi_azure_native/netapp/list_volume_replications.py +2 -2
- pulumi_azure_native/netapp/pool.py +3 -3
- pulumi_azure_native/netapp/snapshot.py +3 -3
- pulumi_azure_native/netapp/snapshot_policy.py +3 -3
- pulumi_azure_native/netapp/subvolume.py +3 -3
- pulumi_azure_native/netapp/v20210401/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20210401preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20211001/volume.py +1 -1
- pulumi_azure_native/netapp/v20211001/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20220501/account.py +1 -1
- pulumi_azure_native/netapp/v20221101/account.py +1 -1
- pulumi_azure_native/netapp/v20221101/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101/pool.py +1 -1
- pulumi_azure_native/netapp/v20221101/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20221101/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20221101/volume.py +1 -1
- pulumi_azure_native/netapp/v20221101/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20221101/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/account.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230501/account.py +1 -1
- pulumi_azure_native/netapp/v20230501/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501/pool.py +1 -1
- pulumi_azure_native/netapp/v20230501/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230501/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230501/volume.py +1 -1
- pulumi_azure_native/netapp/v20230501/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230501/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/account.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230701/account.py +1 -1
- pulumi_azure_native/netapp/v20230701/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230701/pool.py +1 -1
- pulumi_azure_native/netapp/v20230701/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230701/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230701/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230701/volume.py +1 -1
- pulumi_azure_native/netapp/v20230701/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230701/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/account.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20231101/account.py +1 -1
- pulumi_azure_native/netapp/v20231101/backup.py +1 -1
- pulumi_azure_native/netapp/v20231101/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20231101/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20231101/pool.py +1 -1
- pulumi_azure_native/netapp/v20231101/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20231101/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20231101/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20231101/volume.py +1 -1
- pulumi_azure_native/netapp/v20231101/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20231101/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/volume.py +3 -3
- pulumi_azure_native/netapp/volume_group.py +3 -3
- pulumi_azure_native/netapp/volume_quota_rule.py +3 -3
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/purview/__init__.py +0 -3
- pulumi_azure_native/purview/account.py +3 -3
- pulumi_azure_native/purview/get_account.py +2 -2
- pulumi_azure_native/purview/get_kafka_configuration.py +2 -2
- pulumi_azure_native/purview/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/purview/kafka_configuration.py +3 -3
- pulumi_azure_native/purview/list_account_keys.py +2 -2
- pulumi_azure_native/purview/list_feature_account.py +2 -2
- pulumi_azure_native/purview/list_feature_subscription.py +2 -2
- pulumi_azure_native/purview/private_endpoint_connection.py +3 -3
- pulumi_azure_native/purview/v20201201preview/account.py +1 -1
- pulumi_azure_native/purview/v20210701/account.py +1 -1
- pulumi_azure_native/purview/v20210701/private_endpoint_connection.py +1 -1
- pulumi_azure_native/purview/v20211201/account.py +1 -1
- pulumi_azure_native/purview/v20211201/kafka_configuration.py +1 -1
- pulumi_azure_native/purview/v20211201/private_endpoint_connection.py +1 -1
- pulumi_azure_native/purview/v20230501preview/account.py +1 -1
- pulumi_azure_native/purview/v20230501preview/kafka_configuration.py +1 -1
- pulumi_azure_native/purview/v20230501preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/recoveryservices/get_replication_fabric.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_migration_item.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_network_mapping.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_policy.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_protected_item.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_protection_cluster.py +0 -4
- pulumi_azure_native/recoveryservices/get_replication_protection_container_mapping.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_recovery_plan.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_recovery_services_provider.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_storage_classification_mapping.py +2 -2
- pulumi_azure_native/recoveryservices/get_replicationv_center.py +2 -2
- pulumi_azure_native/recoveryservices/replication_fabric.py +3 -3
- pulumi_azure_native/recoveryservices/replication_migration_item.py +3 -3
- pulumi_azure_native/recoveryservices/replication_network_mapping.py +3 -3
- pulumi_azure_native/recoveryservices/replication_policy.py +3 -3
- pulumi_azure_native/recoveryservices/replication_protected_item.py +3 -3
- pulumi_azure_native/recoveryservices/replication_protection_cluster.py +1 -5
- pulumi_azure_native/recoveryservices/replication_protection_container_mapping.py +3 -3
- pulumi_azure_native/recoveryservices/replication_recovery_plan.py +3 -3
- pulumi_azure_native/recoveryservices/replication_recovery_services_provider.py +3 -3
- pulumi_azure_native/recoveryservices/replication_storage_classification_mapping.py +3 -3
- pulumi_azure_native/recoveryservices/replicationv_center.py +3 -3
- pulumi_azure_native/recoveryservices/v20210301/replication_network_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20210301/replicationv_center.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/replication_fabric.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/replication_migration_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/replication_network_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/replication_policy.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/replication_protected_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/replication_protection_container_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/replication_recovery_plan.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/replication_recovery_services_provider.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/replication_storage_classification_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/replicationv_center.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/replication_fabric.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/replication_migration_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/replication_network_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/replication_policy.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/replication_protected_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/replication_protection_container_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/replication_recovery_plan.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/replication_recovery_services_provider.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/replication_storage_classification_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/replicationv_center.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/replication_fabric.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/replication_migration_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/replication_network_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/replication_policy.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/replication_protected_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/replication_protection_container_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/replication_recovery_plan.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/replication_recovery_services_provider.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/replication_storage_classification_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/replicationv_center.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/replication_fabric.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/replication_migration_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/replication_network_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/replication_policy.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/replication_protected_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/replication_protection_container_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/replication_recovery_plan.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/replication_recovery_services_provider.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/replication_storage_classification_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/replicationv_center.py +1 -1
- pulumi_azure_native/recoveryservices/v20240201/replication_fabric.py +1 -1
- pulumi_azure_native/recoveryservices/v20240201/replication_migration_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20240201/replication_network_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20240201/replication_policy.py +1 -1
- pulumi_azure_native/recoveryservices/v20240201/replication_protected_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20240201/replication_protection_cluster.py +1 -1
- pulumi_azure_native/recoveryservices/v20240201/replication_protection_container_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20240201/replication_recovery_plan.py +1 -1
- pulumi_azure_native/recoveryservices/v20240201/replication_recovery_services_provider.py +1 -1
- pulumi_azure_native/recoveryservices/v20240201/replication_storage_classification_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20240201/replicationv_center.py +1 -1
- pulumi_azure_native/recoveryservices/v20240401/__init__.py +0 -22
- pulumi_azure_native/recoveryservices/v20240401/_enums.py +0 -179
- pulumi_azure_native/recoveryservices/v20240401/_inputs.py +6720 -15079
- pulumi_azure_native/recoveryservices/v20240401/outputs.py +8111 -30387
- pulumi_azure_native/resourcegraph/__init__.py +0 -9
- pulumi_azure_native/resourcegraph/get_graph_query.py +2 -2
- pulumi_azure_native/resourcegraph/graph_query.py +3 -3
- pulumi_azure_native/resourcegraph/v20180901preview/graph_query.py +1 -1
- pulumi_azure_native/resourcegraph/v20200401preview/graph_query.py +1 -1
- pulumi_azure_native/securitydevops/__init__.py +22 -0
- pulumi_azure_native/{resourcegraph/v20190401/__init__.py → securitydevops/_enums.py} +10 -5
- pulumi_azure_native/securitydevops/_inputs.py +214 -0
- pulumi_azure_native/{azuredatatransfer/v20240507/pipeline.py → securitydevops/azure_dev_ops_connector.py} +44 -52
- pulumi_azure_native/{azuredatatransfer/v20240507/get_pipeline.py → securitydevops/get_azure_dev_ops_connector.py} +24 -30
- pulumi_azure_native/{storagemover/v20240701/get_storage_mover.py → securitydevops/get_git_hub_connector.py} +35 -46
- pulumi_azure_native/{storagemover/v20240701/storage_mover.py → securitydevops/git_hub_connector.py} +56 -63
- pulumi_azure_native/securitydevops/outputs.py +377 -0
- pulumi_azure_native/{videoindexer/v20240601preview → securitydevops/v20220901preview}/__init__.py +4 -4
- pulumi_azure_native/{resourcegraph/v20210301/__init__.py → securitydevops/v20220901preview/_enums.py} +10 -5
- pulumi_azure_native/securitydevops/v20220901preview/_inputs.py +214 -0
- pulumi_azure_native/{azuredatatransfer/v20240507/connection.py → securitydevops/v20220901preview/azure_dev_ops_connector.py} +38 -48
- pulumi_azure_native/{desktopvirtualization/v20240408preview/get_app_attach_package.py → securitydevops/v20220901preview/get_azure_dev_ops_connector.py} +23 -31
- pulumi_azure_native/{azuredatatransfer/v20240507/get_connection.py → securitydevops/v20220901preview/get_git_hub_connector.py} +25 -25
- pulumi_azure_native/{desktopvirtualization/v20240408preview/app_attach_package.py → securitydevops/v20220901preview/git_hub_connector.py} +53 -55
- pulumi_azure_native/securitydevops/v20220901preview/outputs.py +377 -0
- pulumi_azure_native/storagemover/__init__.py +0 -3
- pulumi_azure_native/storagemover/agent.py +3 -3
- pulumi_azure_native/storagemover/endpoint.py +3 -3
- pulumi_azure_native/storagemover/get_agent.py +2 -2
- pulumi_azure_native/storagemover/get_endpoint.py +2 -2
- pulumi_azure_native/storagemover/get_job_definition.py +2 -2
- pulumi_azure_native/storagemover/get_project.py +2 -2
- pulumi_azure_native/storagemover/get_storage_mover.py +2 -2
- pulumi_azure_native/storagemover/job_definition.py +3 -3
- pulumi_azure_native/storagemover/project.py +3 -3
- pulumi_azure_native/storagemover/storage_mover.py +3 -3
- 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/agent.py +1 -1
- pulumi_azure_native/storagemover/v20231001/endpoint.py +1 -1
- pulumi_azure_native/storagemover/v20231001/job_definition.py +1 -1
- pulumi_azure_native/storagemover/v20231001/project.py +1 -1
- pulumi_azure_native/storagemover/v20231001/storage_mover.py +1 -1
- pulumi_azure_native/videoindexer/__init__.py +0 -5
- pulumi_azure_native/videoindexer/_enums.py +0 -10
- pulumi_azure_native/videoindexer/_inputs.py +0 -57
- pulumi_azure_native/videoindexer/account.py +3 -3
- pulumi_azure_native/videoindexer/get_account.py +2 -2
- pulumi_azure_native/videoindexer/outputs.py +0 -88
- pulumi_azure_native/videoindexer/v20220801/account.py +1 -1
- pulumi_azure_native/videoindexer/v20240101/account.py +1 -1
- pulumi_azure_native/videoindexer/v20240401preview/account.py +1 -1
- {pulumi_azure_native-2.46.0.dist-info → pulumi_azure_native-2.46.0a1718025681.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.46.0.dist-info → pulumi_azure_native-2.46.0a1718025681.dist-info}/RECORD +584 -729
- {pulumi_azure_native-2.46.0.dist-info → pulumi_azure_native-2.46.0a1718025681.dist-info}/WHEEL +1 -1
- pulumi_azure_native/azuredatatransfer/v20240507/__init__.py +0 -20
- pulumi_azure_native/azuredatatransfer/v20240507/_enums.py +0 -102
- pulumi_azure_native/azuredatatransfer/v20240507/_inputs.py +0 -856
- pulumi_azure_native/azuredatatransfer/v20240507/flow.py +0 -332
- pulumi_azure_native/azuredatatransfer/v20240507/get_flow.py +0 -188
- pulumi_azure_native/azuredatatransfer/v20240507/list_azure_data_transfer_approved_schemas.py +0 -80
- pulumi_azure_native/azuredatatransfer/v20240507/list_list_pending_connection.py +0 -92
- pulumi_azure_native/azuredatatransfer/v20240507/list_list_pending_flow.py +0 -92
- pulumi_azure_native/azuredatatransfer/v20240507/list_list_schema.py +0 -110
- pulumi_azure_native/azuredatatransfer/v20240507/outputs.py +0 -2038
- pulumi_azure_native/containerservice/v20240402preview/__init__.py +0 -29
- pulumi_azure_native/containerservice/v20240402preview/_enums.py +0 -874
- pulumi_azure_native/containerservice/v20240402preview/_inputs.py +0 -7030
- pulumi_azure_native/containerservice/v20240402preview/agent_pool.py +0 -1686
- pulumi_azure_native/containerservice/v20240402preview/get_agent_pool.py +0 -812
- pulumi_azure_native/containerservice/v20240402preview/get_load_balancer.py +0 -201
- pulumi_azure_native/containerservice/v20240402preview/get_maintenance_configuration.py +0 -162
- pulumi_azure_native/containerservice/v20240402preview/get_managed_cluster.py +0 -833
- pulumi_azure_native/containerservice/v20240402preview/get_managed_cluster_snapshot.py +0 -183
- pulumi_azure_native/containerservice/v20240402preview/get_private_endpoint_connection.py +0 -149
- pulumi_azure_native/containerservice/v20240402preview/get_snapshot.py +0 -248
- pulumi_azure_native/containerservice/v20240402preview/get_trusted_access_role_binding.py +0 -162
- pulumi_azure_native/containerservice/v20240402preview/list_managed_cluster_admin_credentials.py +0 -84
- pulumi_azure_native/containerservice/v20240402preview/list_managed_cluster_monitoring_user_credentials.py +0 -84
- pulumi_azure_native/containerservice/v20240402preview/list_managed_cluster_user_credentials.py +0 -89
- pulumi_azure_native/containerservice/v20240402preview/load_balancer.py +0 -363
- pulumi_azure_native/containerservice/v20240402preview/maintenance_configuration.py +0 -274
- pulumi_azure_native/containerservice/v20240402preview/managed_cluster.py +0 -1590
- pulumi_azure_native/containerservice/v20240402preview/managed_cluster_snapshot.py +0 -292
- pulumi_azure_native/containerservice/v20240402preview/outputs.py +0 -8189
- pulumi_azure_native/containerservice/v20240402preview/private_endpoint_connection.py +0 -246
- pulumi_azure_native/containerservice/v20240402preview/snapshot.py +0 -342
- pulumi_azure_native/containerservice/v20240402preview/trusted_access_role_binding.py +0 -255
- pulumi_azure_native/desktopvirtualization/v20240408preview/__init__.py +0 -33
- pulumi_azure_native/desktopvirtualization/v20240408preview/_enums.py +0 -323
- pulumi_azure_native/desktopvirtualization/v20240408preview/_inputs.py +0 -1398
- pulumi_azure_native/desktopvirtualization/v20240408preview/application.py +0 -536
- pulumi_azure_native/desktopvirtualization/v20240408preview/application_group.py +0 -556
- pulumi_azure_native/desktopvirtualization/v20240408preview/get_application.py +0 -305
- pulumi_azure_native/desktopvirtualization/v20240408preview/get_application_group.py +0 -326
- pulumi_azure_native/desktopvirtualization/v20240408preview/get_host_pool.py +0 -599
- pulumi_azure_native/desktopvirtualization/v20240408preview/get_host_pool_registration_token.py +0 -104
- pulumi_azure_native/desktopvirtualization/v20240408preview/get_msix_package.py +0 -266
- pulumi_azure_native/desktopvirtualization/v20240408preview/get_private_endpoint_connection_by_host_pool.py +0 -175
- pulumi_azure_native/desktopvirtualization/v20240408preview/get_private_endpoint_connection_by_workspace.py +0 -175
- pulumi_azure_native/desktopvirtualization/v20240408preview/get_scaling_plan.py +0 -326
- pulumi_azure_native/desktopvirtualization/v20240408preview/get_scaling_plan_personal_schedule.py +0 -461
- pulumi_azure_native/desktopvirtualization/v20240408preview/get_scaling_plan_pooled_schedule.py +0 -344
- pulumi_azure_native/desktopvirtualization/v20240408preview/get_workspace.py +0 -313
- pulumi_azure_native/desktopvirtualization/v20240408preview/host_pool.py +0 -1128
- pulumi_azure_native/desktopvirtualization/v20240408preview/msix_package.py +0 -505
- pulumi_azure_native/desktopvirtualization/v20240408preview/outputs.py +0 -1771
- pulumi_azure_native/desktopvirtualization/v20240408preview/private_endpoint_connection_by_host_pool.py +0 -247
- pulumi_azure_native/desktopvirtualization/v20240408preview/private_endpoint_connection_by_workspace.py +0 -247
- pulumi_azure_native/desktopvirtualization/v20240408preview/scaling_plan.py +0 -597
- pulumi_azure_native/desktopvirtualization/v20240408preview/scaling_plan_personal_schedule.py +0 -957
- pulumi_azure_native/desktopvirtualization/v20240408preview/scaling_plan_pooled_schedule.py +0 -680
- pulumi_azure_native/desktopvirtualization/v20240408preview/workspace.py +0 -525
- pulumi_azure_native/netapp/v20231101preview/__init__.py +0 -35
- pulumi_azure_native/netapp/v20231101preview/_enums.py +0 -565
- pulumi_azure_native/netapp/v20231101preview/_inputs.py +0 -2355
- pulumi_azure_native/netapp/v20231101preview/account.py +0 -380
- pulumi_azure_native/netapp/v20231101preview/backup.py +0 -397
- pulumi_azure_native/netapp/v20231101preview/backup_policy.py +0 -409
- pulumi_azure_native/netapp/v20231101preview/backup_vault.py +0 -253
- pulumi_azure_native/netapp/v20231101preview/get_account.py +0 -248
- pulumi_azure_native/netapp/v20231101preview/get_backup.py +0 -271
- pulumi_azure_native/netapp/v20231101preview/get_backup_policy.py +0 -266
- pulumi_azure_native/netapp/v20231101preview/get_backup_vault.py +0 -162
- pulumi_azure_native/netapp/v20231101preview/get_pool.py +0 -279
- pulumi_azure_native/netapp/v20231101preview/get_snapshot.py +0 -185
- pulumi_azure_native/netapp/v20231101preview/get_snapshot_policy.py +0 -240
- pulumi_azure_native/netapp/v20231101preview/get_subvolume.py +0 -185
- pulumi_azure_native/netapp/v20231101preview/get_subvolume_metadata.py +0 -249
- pulumi_azure_native/netapp/v20231101preview/get_volume.py +0 -921
- pulumi_azure_native/netapp/v20231101preview/get_volume_group.py +0 -162
- pulumi_azure_native/netapp/v20231101preview/get_volume_group_id_for_ldap_user.py +0 -93
- pulumi_azure_native/netapp/v20231101preview/get_volume_quota_rule.py +0 -211
- pulumi_azure_native/netapp/v20231101preview/list_volume_replications.py +0 -89
- pulumi_azure_native/netapp/v20231101preview/outputs.py +0 -3148
- pulumi_azure_native/netapp/v20231101preview/pool.py +0 -457
- pulumi_azure_native/netapp/v20231101preview/snapshot.py +0 -286
- pulumi_azure_native/netapp/v20231101preview/snapshot_policy.py +0 -409
- pulumi_azure_native/netapp/v20231101preview/subvolume.py +0 -324
- pulumi_azure_native/netapp/v20231101preview/volume.py +0 -1702
- pulumi_azure_native/netapp/v20231101preview/volume_group.py +0 -274
- pulumi_azure_native/netapp/v20231101preview/volume_quota_rule.py +0 -383
- pulumi_azure_native/purview/v20240401preview/__init__.py +0 -19
- pulumi_azure_native/purview/v20240401preview/_enums.py +0 -107
- pulumi_azure_native/purview/v20240401preview/_inputs.py +0 -245
- pulumi_azure_native/purview/v20240401preview/account.py +0 -588
- pulumi_azure_native/purview/v20240401preview/get_account.py +0 -404
- pulumi_azure_native/purview/v20240401preview/get_kafka_configuration.py +0 -211
- pulumi_azure_native/purview/v20240401preview/get_private_endpoint_connection.py +0 -162
- pulumi_azure_native/purview/v20240401preview/kafka_configuration.py +0 -390
- pulumi_azure_native/purview/v20240401preview/list_account_keys.py +0 -91
- pulumi_azure_native/purview/v20240401preview/list_feature_account.py +0 -83
- pulumi_azure_native/purview/v20240401preview/list_feature_subscription.py +0 -78
- pulumi_azure_native/purview/v20240401preview/outputs.py +0 -1140
- pulumi_azure_native/purview/v20240401preview/private_endpoint_connection.py +0 -255
- pulumi_azure_native/recoveryservices/v20240401/get_replication_fabric.py +0 -141
- pulumi_azure_native/recoveryservices/v20240401/get_replication_migration_item.py +0 -146
- pulumi_azure_native/recoveryservices/v20240401/get_replication_network_mapping.py +0 -146
- pulumi_azure_native/recoveryservices/v20240401/get_replication_policy.py +0 -136
- pulumi_azure_native/recoveryservices/v20240401/get_replication_protected_item.py +0 -146
- pulumi_azure_native/recoveryservices/v20240401/get_replication_protection_cluster.py +0 -133
- pulumi_azure_native/recoveryservices/v20240401/get_replication_protection_container_mapping.py +0 -146
- pulumi_azure_native/recoveryservices/v20240401/get_replication_recovery_plan.py +0 -136
- pulumi_azure_native/recoveryservices/v20240401/get_replication_recovery_services_provider.py +0 -141
- pulumi_azure_native/recoveryservices/v20240401/get_replication_storage_classification_mapping.py +0 -146
- pulumi_azure_native/recoveryservices/v20240401/get_replicationv_center.py +0 -141
- pulumi_azure_native/recoveryservices/v20240401/replication_fabric.py +0 -215
- pulumi_azure_native/recoveryservices/v20240401/replication_migration_item.py +0 -259
- pulumi_azure_native/recoveryservices/v20240401/replication_network_mapping.py +0 -258
- pulumi_azure_native/recoveryservices/v20240401/replication_policy.py +0 -216
- pulumi_azure_native/recoveryservices/v20240401/replication_protected_item.py +0 -258
- pulumi_azure_native/recoveryservices/v20240401/replication_protection_cluster.py +0 -248
- pulumi_azure_native/recoveryservices/v20240401/replication_protection_container_mapping.py +0 -258
- pulumi_azure_native/recoveryservices/v20240401/replication_recovery_plan.py +0 -217
- pulumi_azure_native/recoveryservices/v20240401/replication_recovery_services_provider.py +0 -237
- pulumi_azure_native/recoveryservices/v20240401/replication_storage_classification_mapping.py +0 -257
- pulumi_azure_native/recoveryservices/v20240401/replicationv_center.py +0 -236
- pulumi_azure_native/resourcegraph/v20190401/get_graph_query.py +0 -200
- pulumi_azure_native/resourcegraph/v20190401/graph_query.py +0 -320
- pulumi_azure_native/resourcegraph/v20210301/get_graph_query.py +0 -200
- pulumi_azure_native/resourcegraph/v20210301/graph_query.py +0 -320
- pulumi_azure_native/resourcegraph/v20221001/__init__.py +0 -9
- pulumi_azure_native/resourcegraph/v20221001/get_graph_query.py +0 -200
- pulumi_azure_native/resourcegraph/v20221001/graph_query.py +0 -320
- pulumi_azure_native/storagemover/v20240701/__init__.py +0 -20
- pulumi_azure_native/storagemover/v20240701/_enums.py +0 -60
- pulumi_azure_native/storagemover/v20240701/_inputs.py +0 -529
- pulumi_azure_native/storagemover/v20240701/agent.py +0 -402
- pulumi_azure_native/storagemover/v20240701/endpoint.py +0 -217
- pulumi_azure_native/storagemover/v20240701/get_agent.py +0 -302
- pulumi_azure_native/storagemover/v20240701/get_endpoint.py +0 -136
- pulumi_azure_native/storagemover/v20240701/get_job_definition.py +0 -310
- pulumi_azure_native/storagemover/v20240701/get_project.py +0 -149
- pulumi_azure_native/storagemover/v20240701/job_definition.py +0 -483
- pulumi_azure_native/storagemover/v20240701/outputs.py +0 -774
- pulumi_azure_native/storagemover/v20240701/project.py +0 -224
- pulumi_azure_native/videoindexer/get_private_endpoint_connection.py +0 -177
- pulumi_azure_native/videoindexer/private_endpoint_connection.py +0 -249
- pulumi_azure_native/videoindexer/v20240601preview/_enums.py +0 -38
- pulumi_azure_native/videoindexer/v20240601preview/_inputs.py +0 -218
- pulumi_azure_native/videoindexer/v20240601preview/account.py +0 -444
- pulumi_azure_native/videoindexer/v20240601preview/get_account.py +0 -274
- pulumi_azure_native/videoindexer/v20240601preview/get_private_endpoint_connection.py +0 -175
- pulumi_azure_native/videoindexer/v20240601preview/outputs.py +0 -582
- pulumi_azure_native/videoindexer/v20240601preview/private_endpoint_connection.py +0 -247
- {pulumi_azure_native-2.46.0.dist-info → pulumi_azure_native-2.46.0a1718025681.dist-info}/top_level.txt +0 -0
|
@@ -1,255 +0,0 @@
|
|
|
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
|
-
from ._inputs import *
|
|
14
|
-
|
|
15
|
-
__all__ = ['PrivateEndpointConnectionArgs', 'PrivateEndpointConnection']
|
|
16
|
-
|
|
17
|
-
@pulumi.input_type
|
|
18
|
-
class PrivateEndpointConnectionArgs:
|
|
19
|
-
def __init__(__self__, *,
|
|
20
|
-
account_name: pulumi.Input[str],
|
|
21
|
-
resource_group_name: pulumi.Input[str],
|
|
22
|
-
private_endpoint: Optional[pulumi.Input['PrivateEndpointArgs']] = None,
|
|
23
|
-
private_endpoint_connection_name: Optional[pulumi.Input[str]] = None,
|
|
24
|
-
private_link_service_connection_state: Optional[pulumi.Input['PrivateLinkServiceConnectionStateArgs']] = None):
|
|
25
|
-
"""
|
|
26
|
-
The set of arguments for constructing a PrivateEndpointConnection resource.
|
|
27
|
-
:param pulumi.Input[str] account_name: The name of the account.
|
|
28
|
-
:param pulumi.Input[str] resource_group_name: The resource group name.
|
|
29
|
-
:param pulumi.Input['PrivateEndpointArgs'] private_endpoint: The private endpoint information.
|
|
30
|
-
:param pulumi.Input[str] private_endpoint_connection_name: Name of the private endpoint connection.
|
|
31
|
-
:param pulumi.Input['PrivateLinkServiceConnectionStateArgs'] private_link_service_connection_state: The private link service connection state.
|
|
32
|
-
"""
|
|
33
|
-
pulumi.set(__self__, "account_name", account_name)
|
|
34
|
-
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
35
|
-
if private_endpoint is not None:
|
|
36
|
-
pulumi.set(__self__, "private_endpoint", private_endpoint)
|
|
37
|
-
if private_endpoint_connection_name is not None:
|
|
38
|
-
pulumi.set(__self__, "private_endpoint_connection_name", private_endpoint_connection_name)
|
|
39
|
-
if private_link_service_connection_state is not None:
|
|
40
|
-
pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
|
|
41
|
-
|
|
42
|
-
@property
|
|
43
|
-
@pulumi.getter(name="accountName")
|
|
44
|
-
def account_name(self) -> pulumi.Input[str]:
|
|
45
|
-
"""
|
|
46
|
-
The name of the account.
|
|
47
|
-
"""
|
|
48
|
-
return pulumi.get(self, "account_name")
|
|
49
|
-
|
|
50
|
-
@account_name.setter
|
|
51
|
-
def account_name(self, value: pulumi.Input[str]):
|
|
52
|
-
pulumi.set(self, "account_name", value)
|
|
53
|
-
|
|
54
|
-
@property
|
|
55
|
-
@pulumi.getter(name="resourceGroupName")
|
|
56
|
-
def resource_group_name(self) -> pulumi.Input[str]:
|
|
57
|
-
"""
|
|
58
|
-
The resource group name.
|
|
59
|
-
"""
|
|
60
|
-
return pulumi.get(self, "resource_group_name")
|
|
61
|
-
|
|
62
|
-
@resource_group_name.setter
|
|
63
|
-
def resource_group_name(self, value: pulumi.Input[str]):
|
|
64
|
-
pulumi.set(self, "resource_group_name", value)
|
|
65
|
-
|
|
66
|
-
@property
|
|
67
|
-
@pulumi.getter(name="privateEndpoint")
|
|
68
|
-
def private_endpoint(self) -> Optional[pulumi.Input['PrivateEndpointArgs']]:
|
|
69
|
-
"""
|
|
70
|
-
The private endpoint information.
|
|
71
|
-
"""
|
|
72
|
-
return pulumi.get(self, "private_endpoint")
|
|
73
|
-
|
|
74
|
-
@private_endpoint.setter
|
|
75
|
-
def private_endpoint(self, value: Optional[pulumi.Input['PrivateEndpointArgs']]):
|
|
76
|
-
pulumi.set(self, "private_endpoint", value)
|
|
77
|
-
|
|
78
|
-
@property
|
|
79
|
-
@pulumi.getter(name="privateEndpointConnectionName")
|
|
80
|
-
def private_endpoint_connection_name(self) -> Optional[pulumi.Input[str]]:
|
|
81
|
-
"""
|
|
82
|
-
Name of the private endpoint connection.
|
|
83
|
-
"""
|
|
84
|
-
return pulumi.get(self, "private_endpoint_connection_name")
|
|
85
|
-
|
|
86
|
-
@private_endpoint_connection_name.setter
|
|
87
|
-
def private_endpoint_connection_name(self, value: Optional[pulumi.Input[str]]):
|
|
88
|
-
pulumi.set(self, "private_endpoint_connection_name", value)
|
|
89
|
-
|
|
90
|
-
@property
|
|
91
|
-
@pulumi.getter(name="privateLinkServiceConnectionState")
|
|
92
|
-
def private_link_service_connection_state(self) -> Optional[pulumi.Input['PrivateLinkServiceConnectionStateArgs']]:
|
|
93
|
-
"""
|
|
94
|
-
The private link service connection state.
|
|
95
|
-
"""
|
|
96
|
-
return pulumi.get(self, "private_link_service_connection_state")
|
|
97
|
-
|
|
98
|
-
@private_link_service_connection_state.setter
|
|
99
|
-
def private_link_service_connection_state(self, value: Optional[pulumi.Input['PrivateLinkServiceConnectionStateArgs']]):
|
|
100
|
-
pulumi.set(self, "private_link_service_connection_state", value)
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
class PrivateEndpointConnection(pulumi.CustomResource):
|
|
104
|
-
@overload
|
|
105
|
-
def __init__(__self__,
|
|
106
|
-
resource_name: str,
|
|
107
|
-
opts: Optional[pulumi.ResourceOptions] = None,
|
|
108
|
-
account_name: Optional[pulumi.Input[str]] = None,
|
|
109
|
-
private_endpoint: Optional[pulumi.Input[pulumi.InputType['PrivateEndpointArgs']]] = None,
|
|
110
|
-
private_endpoint_connection_name: Optional[pulumi.Input[str]] = None,
|
|
111
|
-
private_link_service_connection_state: Optional[pulumi.Input[pulumi.InputType['PrivateLinkServiceConnectionStateArgs']]] = None,
|
|
112
|
-
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
113
|
-
__props__=None):
|
|
114
|
-
"""
|
|
115
|
-
A private endpoint connection class.
|
|
116
|
-
|
|
117
|
-
:param str resource_name: The name of the resource.
|
|
118
|
-
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
119
|
-
:param pulumi.Input[str] account_name: The name of the account.
|
|
120
|
-
:param pulumi.Input[pulumi.InputType['PrivateEndpointArgs']] private_endpoint: The private endpoint information.
|
|
121
|
-
:param pulumi.Input[str] private_endpoint_connection_name: Name of the private endpoint connection.
|
|
122
|
-
:param pulumi.Input[pulumi.InputType['PrivateLinkServiceConnectionStateArgs']] private_link_service_connection_state: The private link service connection state.
|
|
123
|
-
:param pulumi.Input[str] resource_group_name: The resource group name.
|
|
124
|
-
"""
|
|
125
|
-
...
|
|
126
|
-
@overload
|
|
127
|
-
def __init__(__self__,
|
|
128
|
-
resource_name: str,
|
|
129
|
-
args: PrivateEndpointConnectionArgs,
|
|
130
|
-
opts: Optional[pulumi.ResourceOptions] = None):
|
|
131
|
-
"""
|
|
132
|
-
A private endpoint connection class.
|
|
133
|
-
|
|
134
|
-
:param str resource_name: The name of the resource.
|
|
135
|
-
:param PrivateEndpointConnectionArgs args: The arguments to use to populate this resource's properties.
|
|
136
|
-
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
137
|
-
"""
|
|
138
|
-
...
|
|
139
|
-
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
140
|
-
resource_args, opts = _utilities.get_resource_args_opts(PrivateEndpointConnectionArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
141
|
-
if resource_args is not None:
|
|
142
|
-
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
143
|
-
else:
|
|
144
|
-
__self__._internal_init(resource_name, *args, **kwargs)
|
|
145
|
-
|
|
146
|
-
def _internal_init(__self__,
|
|
147
|
-
resource_name: str,
|
|
148
|
-
opts: Optional[pulumi.ResourceOptions] = None,
|
|
149
|
-
account_name: Optional[pulumi.Input[str]] = None,
|
|
150
|
-
private_endpoint: Optional[pulumi.Input[pulumi.InputType['PrivateEndpointArgs']]] = None,
|
|
151
|
-
private_endpoint_connection_name: Optional[pulumi.Input[str]] = None,
|
|
152
|
-
private_link_service_connection_state: Optional[pulumi.Input[pulumi.InputType['PrivateLinkServiceConnectionStateArgs']]] = None,
|
|
153
|
-
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
154
|
-
__props__=None):
|
|
155
|
-
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
156
|
-
if not isinstance(opts, pulumi.ResourceOptions):
|
|
157
|
-
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
158
|
-
if opts.id is None:
|
|
159
|
-
if __props__ is not None:
|
|
160
|
-
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
161
|
-
__props__ = PrivateEndpointConnectionArgs.__new__(PrivateEndpointConnectionArgs)
|
|
162
|
-
|
|
163
|
-
if account_name is None and not opts.urn:
|
|
164
|
-
raise TypeError("Missing required property 'account_name'")
|
|
165
|
-
__props__.__dict__["account_name"] = account_name
|
|
166
|
-
__props__.__dict__["private_endpoint"] = private_endpoint
|
|
167
|
-
__props__.__dict__["private_endpoint_connection_name"] = private_endpoint_connection_name
|
|
168
|
-
__props__.__dict__["private_link_service_connection_state"] = private_link_service_connection_state
|
|
169
|
-
if resource_group_name is None and not opts.urn:
|
|
170
|
-
raise TypeError("Missing required property 'resource_group_name'")
|
|
171
|
-
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
172
|
-
__props__.__dict__["name"] = None
|
|
173
|
-
__props__.__dict__["provisioning_state"] = None
|
|
174
|
-
__props__.__dict__["system_data"] = None
|
|
175
|
-
__props__.__dict__["type"] = None
|
|
176
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:purview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:purview/v20201201preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:purview/v20210701:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:purview/v20211201:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:purview/v20230501preview:PrivateEndpointConnection")])
|
|
177
|
-
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
178
|
-
super(PrivateEndpointConnection, __self__).__init__(
|
|
179
|
-
'azure-native:purview/v20240401preview:PrivateEndpointConnection',
|
|
180
|
-
resource_name,
|
|
181
|
-
__props__,
|
|
182
|
-
opts)
|
|
183
|
-
|
|
184
|
-
@staticmethod
|
|
185
|
-
def get(resource_name: str,
|
|
186
|
-
id: pulumi.Input[str],
|
|
187
|
-
opts: Optional[pulumi.ResourceOptions] = None) -> 'PrivateEndpointConnection':
|
|
188
|
-
"""
|
|
189
|
-
Get an existing PrivateEndpointConnection resource's state with the given name, id, and optional extra
|
|
190
|
-
properties used to qualify the lookup.
|
|
191
|
-
|
|
192
|
-
:param str resource_name: The unique name of the resulting resource.
|
|
193
|
-
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
194
|
-
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
195
|
-
"""
|
|
196
|
-
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
197
|
-
|
|
198
|
-
__props__ = PrivateEndpointConnectionArgs.__new__(PrivateEndpointConnectionArgs)
|
|
199
|
-
|
|
200
|
-
__props__.__dict__["name"] = None
|
|
201
|
-
__props__.__dict__["private_endpoint"] = None
|
|
202
|
-
__props__.__dict__["private_link_service_connection_state"] = None
|
|
203
|
-
__props__.__dict__["provisioning_state"] = None
|
|
204
|
-
__props__.__dict__["system_data"] = None
|
|
205
|
-
__props__.__dict__["type"] = None
|
|
206
|
-
return PrivateEndpointConnection(resource_name, opts=opts, __props__=__props__)
|
|
207
|
-
|
|
208
|
-
@property
|
|
209
|
-
@pulumi.getter
|
|
210
|
-
def name(self) -> pulumi.Output[str]:
|
|
211
|
-
"""
|
|
212
|
-
Gets or sets the name.
|
|
213
|
-
"""
|
|
214
|
-
return pulumi.get(self, "name")
|
|
215
|
-
|
|
216
|
-
@property
|
|
217
|
-
@pulumi.getter(name="privateEndpoint")
|
|
218
|
-
def private_endpoint(self) -> pulumi.Output[Optional['outputs.PrivateEndpointResponse']]:
|
|
219
|
-
"""
|
|
220
|
-
The private endpoint information.
|
|
221
|
-
"""
|
|
222
|
-
return pulumi.get(self, "private_endpoint")
|
|
223
|
-
|
|
224
|
-
@property
|
|
225
|
-
@pulumi.getter(name="privateLinkServiceConnectionState")
|
|
226
|
-
def private_link_service_connection_state(self) -> pulumi.Output[Optional['outputs.PrivateLinkServiceConnectionStateResponse']]:
|
|
227
|
-
"""
|
|
228
|
-
The private link service connection state.
|
|
229
|
-
"""
|
|
230
|
-
return pulumi.get(self, "private_link_service_connection_state")
|
|
231
|
-
|
|
232
|
-
@property
|
|
233
|
-
@pulumi.getter(name="provisioningState")
|
|
234
|
-
def provisioning_state(self) -> pulumi.Output[str]:
|
|
235
|
-
"""
|
|
236
|
-
The provisioning state.
|
|
237
|
-
"""
|
|
238
|
-
return pulumi.get(self, "provisioning_state")
|
|
239
|
-
|
|
240
|
-
@property
|
|
241
|
-
@pulumi.getter(name="systemData")
|
|
242
|
-
def system_data(self) -> pulumi.Output['outputs.ProxyResourceResponseSystemData']:
|
|
243
|
-
"""
|
|
244
|
-
Metadata pertaining to creation and last modification of the resource.
|
|
245
|
-
"""
|
|
246
|
-
return pulumi.get(self, "system_data")
|
|
247
|
-
|
|
248
|
-
@property
|
|
249
|
-
@pulumi.getter
|
|
250
|
-
def type(self) -> pulumi.Output[str]:
|
|
251
|
-
"""
|
|
252
|
-
Gets or sets the type.
|
|
253
|
-
"""
|
|
254
|
-
return pulumi.get(self, "type")
|
|
255
|
-
|
|
@@ -1,141 +0,0 @@
|
|
|
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
|
-
|
|
13
|
-
__all__ = [
|
|
14
|
-
'GetReplicationFabricResult',
|
|
15
|
-
'AwaitableGetReplicationFabricResult',
|
|
16
|
-
'get_replication_fabric',
|
|
17
|
-
'get_replication_fabric_output',
|
|
18
|
-
]
|
|
19
|
-
|
|
20
|
-
@pulumi.output_type
|
|
21
|
-
class GetReplicationFabricResult:
|
|
22
|
-
"""
|
|
23
|
-
Fabric definition.
|
|
24
|
-
"""
|
|
25
|
-
def __init__(__self__, id=None, location=None, name=None, properties=None, type=None):
|
|
26
|
-
if id and not isinstance(id, str):
|
|
27
|
-
raise TypeError("Expected argument 'id' to be a str")
|
|
28
|
-
pulumi.set(__self__, "id", id)
|
|
29
|
-
if location and not isinstance(location, str):
|
|
30
|
-
raise TypeError("Expected argument 'location' to be a str")
|
|
31
|
-
pulumi.set(__self__, "location", location)
|
|
32
|
-
if name and not isinstance(name, str):
|
|
33
|
-
raise TypeError("Expected argument 'name' to be a str")
|
|
34
|
-
pulumi.set(__self__, "name", name)
|
|
35
|
-
if properties and not isinstance(properties, dict):
|
|
36
|
-
raise TypeError("Expected argument 'properties' to be a dict")
|
|
37
|
-
pulumi.set(__self__, "properties", properties)
|
|
38
|
-
if type and not isinstance(type, str):
|
|
39
|
-
raise TypeError("Expected argument 'type' to be a str")
|
|
40
|
-
pulumi.set(__self__, "type", type)
|
|
41
|
-
|
|
42
|
-
@property
|
|
43
|
-
@pulumi.getter
|
|
44
|
-
def id(self) -> str:
|
|
45
|
-
"""
|
|
46
|
-
Resource Id
|
|
47
|
-
"""
|
|
48
|
-
return pulumi.get(self, "id")
|
|
49
|
-
|
|
50
|
-
@property
|
|
51
|
-
@pulumi.getter
|
|
52
|
-
def location(self) -> Optional[str]:
|
|
53
|
-
"""
|
|
54
|
-
Resource Location
|
|
55
|
-
"""
|
|
56
|
-
return pulumi.get(self, "location")
|
|
57
|
-
|
|
58
|
-
@property
|
|
59
|
-
@pulumi.getter
|
|
60
|
-
def name(self) -> str:
|
|
61
|
-
"""
|
|
62
|
-
Resource Name
|
|
63
|
-
"""
|
|
64
|
-
return pulumi.get(self, "name")
|
|
65
|
-
|
|
66
|
-
@property
|
|
67
|
-
@pulumi.getter
|
|
68
|
-
def properties(self) -> 'outputs.FabricPropertiesResponse':
|
|
69
|
-
"""
|
|
70
|
-
Fabric related data.
|
|
71
|
-
"""
|
|
72
|
-
return pulumi.get(self, "properties")
|
|
73
|
-
|
|
74
|
-
@property
|
|
75
|
-
@pulumi.getter
|
|
76
|
-
def type(self) -> str:
|
|
77
|
-
"""
|
|
78
|
-
Resource Type
|
|
79
|
-
"""
|
|
80
|
-
return pulumi.get(self, "type")
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
class AwaitableGetReplicationFabricResult(GetReplicationFabricResult):
|
|
84
|
-
# pylint: disable=using-constant-test
|
|
85
|
-
def __await__(self):
|
|
86
|
-
if False:
|
|
87
|
-
yield self
|
|
88
|
-
return GetReplicationFabricResult(
|
|
89
|
-
id=self.id,
|
|
90
|
-
location=self.location,
|
|
91
|
-
name=self.name,
|
|
92
|
-
properties=self.properties,
|
|
93
|
-
type=self.type)
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
def get_replication_fabric(fabric_name: Optional[str] = None,
|
|
97
|
-
filter: Optional[str] = None,
|
|
98
|
-
resource_group_name: Optional[str] = None,
|
|
99
|
-
resource_name: Optional[str] = None,
|
|
100
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetReplicationFabricResult:
|
|
101
|
-
"""
|
|
102
|
-
Gets the details of an Azure Site Recovery fabric.
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
:param str fabric_name: Fabric name.
|
|
106
|
-
:param str filter: OData filter options.
|
|
107
|
-
:param str resource_group_name: The name of the resource group where the recovery services vault is present.
|
|
108
|
-
:param str resource_name: The name of the recovery services vault.
|
|
109
|
-
"""
|
|
110
|
-
__args__ = dict()
|
|
111
|
-
__args__['fabricName'] = fabric_name
|
|
112
|
-
__args__['filter'] = filter
|
|
113
|
-
__args__['resourceGroupName'] = resource_group_name
|
|
114
|
-
__args__['resourceName'] = resource_name
|
|
115
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
116
|
-
__ret__ = pulumi.runtime.invoke('azure-native:recoveryservices/v20240401:getReplicationFabric', __args__, opts=opts, typ=GetReplicationFabricResult).value
|
|
117
|
-
|
|
118
|
-
return AwaitableGetReplicationFabricResult(
|
|
119
|
-
id=pulumi.get(__ret__, 'id'),
|
|
120
|
-
location=pulumi.get(__ret__, 'location'),
|
|
121
|
-
name=pulumi.get(__ret__, 'name'),
|
|
122
|
-
properties=pulumi.get(__ret__, 'properties'),
|
|
123
|
-
type=pulumi.get(__ret__, 'type'))
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
@_utilities.lift_output_func(get_replication_fabric)
|
|
127
|
-
def get_replication_fabric_output(fabric_name: Optional[pulumi.Input[str]] = None,
|
|
128
|
-
filter: Optional[pulumi.Input[Optional[str]]] = None,
|
|
129
|
-
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
130
|
-
resource_name: Optional[pulumi.Input[str]] = None,
|
|
131
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetReplicationFabricResult]:
|
|
132
|
-
"""
|
|
133
|
-
Gets the details of an Azure Site Recovery fabric.
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
:param str fabric_name: Fabric name.
|
|
137
|
-
:param str filter: OData filter options.
|
|
138
|
-
:param str resource_group_name: The name of the resource group where the recovery services vault is present.
|
|
139
|
-
:param str resource_name: The name of the recovery services vault.
|
|
140
|
-
"""
|
|
141
|
-
...
|
|
@@ -1,146 +0,0 @@
|
|
|
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
|
-
|
|
13
|
-
__all__ = [
|
|
14
|
-
'GetReplicationMigrationItemResult',
|
|
15
|
-
'AwaitableGetReplicationMigrationItemResult',
|
|
16
|
-
'get_replication_migration_item',
|
|
17
|
-
'get_replication_migration_item_output',
|
|
18
|
-
]
|
|
19
|
-
|
|
20
|
-
@pulumi.output_type
|
|
21
|
-
class GetReplicationMigrationItemResult:
|
|
22
|
-
"""
|
|
23
|
-
Migration item.
|
|
24
|
-
"""
|
|
25
|
-
def __init__(__self__, id=None, location=None, name=None, properties=None, type=None):
|
|
26
|
-
if id and not isinstance(id, str):
|
|
27
|
-
raise TypeError("Expected argument 'id' to be a str")
|
|
28
|
-
pulumi.set(__self__, "id", id)
|
|
29
|
-
if location and not isinstance(location, str):
|
|
30
|
-
raise TypeError("Expected argument 'location' to be a str")
|
|
31
|
-
pulumi.set(__self__, "location", location)
|
|
32
|
-
if name and not isinstance(name, str):
|
|
33
|
-
raise TypeError("Expected argument 'name' to be a str")
|
|
34
|
-
pulumi.set(__self__, "name", name)
|
|
35
|
-
if properties and not isinstance(properties, dict):
|
|
36
|
-
raise TypeError("Expected argument 'properties' to be a dict")
|
|
37
|
-
pulumi.set(__self__, "properties", properties)
|
|
38
|
-
if type and not isinstance(type, str):
|
|
39
|
-
raise TypeError("Expected argument 'type' to be a str")
|
|
40
|
-
pulumi.set(__self__, "type", type)
|
|
41
|
-
|
|
42
|
-
@property
|
|
43
|
-
@pulumi.getter
|
|
44
|
-
def id(self) -> str:
|
|
45
|
-
"""
|
|
46
|
-
Resource Id
|
|
47
|
-
"""
|
|
48
|
-
return pulumi.get(self, "id")
|
|
49
|
-
|
|
50
|
-
@property
|
|
51
|
-
@pulumi.getter
|
|
52
|
-
def location(self) -> Optional[str]:
|
|
53
|
-
"""
|
|
54
|
-
Resource Location
|
|
55
|
-
"""
|
|
56
|
-
return pulumi.get(self, "location")
|
|
57
|
-
|
|
58
|
-
@property
|
|
59
|
-
@pulumi.getter
|
|
60
|
-
def name(self) -> str:
|
|
61
|
-
"""
|
|
62
|
-
Resource Name
|
|
63
|
-
"""
|
|
64
|
-
return pulumi.get(self, "name")
|
|
65
|
-
|
|
66
|
-
@property
|
|
67
|
-
@pulumi.getter
|
|
68
|
-
def properties(self) -> 'outputs.MigrationItemPropertiesResponse':
|
|
69
|
-
"""
|
|
70
|
-
The migration item properties.
|
|
71
|
-
"""
|
|
72
|
-
return pulumi.get(self, "properties")
|
|
73
|
-
|
|
74
|
-
@property
|
|
75
|
-
@pulumi.getter
|
|
76
|
-
def type(self) -> str:
|
|
77
|
-
"""
|
|
78
|
-
Resource Type
|
|
79
|
-
"""
|
|
80
|
-
return pulumi.get(self, "type")
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
class AwaitableGetReplicationMigrationItemResult(GetReplicationMigrationItemResult):
|
|
84
|
-
# pylint: disable=using-constant-test
|
|
85
|
-
def __await__(self):
|
|
86
|
-
if False:
|
|
87
|
-
yield self
|
|
88
|
-
return GetReplicationMigrationItemResult(
|
|
89
|
-
id=self.id,
|
|
90
|
-
location=self.location,
|
|
91
|
-
name=self.name,
|
|
92
|
-
properties=self.properties,
|
|
93
|
-
type=self.type)
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
def get_replication_migration_item(fabric_name: Optional[str] = None,
|
|
97
|
-
migration_item_name: Optional[str] = None,
|
|
98
|
-
protection_container_name: Optional[str] = None,
|
|
99
|
-
resource_group_name: Optional[str] = None,
|
|
100
|
-
resource_name: Optional[str] = None,
|
|
101
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetReplicationMigrationItemResult:
|
|
102
|
-
"""
|
|
103
|
-
Migration item.
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
:param str fabric_name: Fabric unique name.
|
|
107
|
-
:param str migration_item_name: Migration item name.
|
|
108
|
-
:param str protection_container_name: Protection container name.
|
|
109
|
-
:param str resource_group_name: The name of the resource group where the recovery services vault is present.
|
|
110
|
-
:param str resource_name: The name of the recovery services vault.
|
|
111
|
-
"""
|
|
112
|
-
__args__ = dict()
|
|
113
|
-
__args__['fabricName'] = fabric_name
|
|
114
|
-
__args__['migrationItemName'] = migration_item_name
|
|
115
|
-
__args__['protectionContainerName'] = protection_container_name
|
|
116
|
-
__args__['resourceGroupName'] = resource_group_name
|
|
117
|
-
__args__['resourceName'] = resource_name
|
|
118
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
119
|
-
__ret__ = pulumi.runtime.invoke('azure-native:recoveryservices/v20240401:getReplicationMigrationItem', __args__, opts=opts, typ=GetReplicationMigrationItemResult).value
|
|
120
|
-
|
|
121
|
-
return AwaitableGetReplicationMigrationItemResult(
|
|
122
|
-
id=pulumi.get(__ret__, 'id'),
|
|
123
|
-
location=pulumi.get(__ret__, 'location'),
|
|
124
|
-
name=pulumi.get(__ret__, 'name'),
|
|
125
|
-
properties=pulumi.get(__ret__, 'properties'),
|
|
126
|
-
type=pulumi.get(__ret__, 'type'))
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
@_utilities.lift_output_func(get_replication_migration_item)
|
|
130
|
-
def get_replication_migration_item_output(fabric_name: Optional[pulumi.Input[str]] = None,
|
|
131
|
-
migration_item_name: Optional[pulumi.Input[str]] = None,
|
|
132
|
-
protection_container_name: Optional[pulumi.Input[str]] = None,
|
|
133
|
-
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
134
|
-
resource_name: Optional[pulumi.Input[str]] = None,
|
|
135
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetReplicationMigrationItemResult]:
|
|
136
|
-
"""
|
|
137
|
-
Migration item.
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
:param str fabric_name: Fabric unique name.
|
|
141
|
-
:param str migration_item_name: Migration item name.
|
|
142
|
-
:param str protection_container_name: Protection container name.
|
|
143
|
-
:param str resource_group_name: The name of the resource group where the recovery services vault is present.
|
|
144
|
-
:param str resource_name: The name of the recovery services vault.
|
|
145
|
-
"""
|
|
146
|
-
...
|
|
@@ -1,146 +0,0 @@
|
|
|
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
|
-
|
|
13
|
-
__all__ = [
|
|
14
|
-
'GetReplicationNetworkMappingResult',
|
|
15
|
-
'AwaitableGetReplicationNetworkMappingResult',
|
|
16
|
-
'get_replication_network_mapping',
|
|
17
|
-
'get_replication_network_mapping_output',
|
|
18
|
-
]
|
|
19
|
-
|
|
20
|
-
@pulumi.output_type
|
|
21
|
-
class GetReplicationNetworkMappingResult:
|
|
22
|
-
"""
|
|
23
|
-
Network Mapping model. Ideally it should have been possible to inherit this class from prev version in InheritedModels as long as there is no difference in structure or method signature. Since there were no base Models for certain fields and methods viz NetworkMappingProperties and Load with required return type, the class has been introduced in its entirety with references to base models to facilitate extensions in subsequent versions.
|
|
24
|
-
"""
|
|
25
|
-
def __init__(__self__, id=None, location=None, name=None, properties=None, type=None):
|
|
26
|
-
if id and not isinstance(id, str):
|
|
27
|
-
raise TypeError("Expected argument 'id' to be a str")
|
|
28
|
-
pulumi.set(__self__, "id", id)
|
|
29
|
-
if location and not isinstance(location, str):
|
|
30
|
-
raise TypeError("Expected argument 'location' to be a str")
|
|
31
|
-
pulumi.set(__self__, "location", location)
|
|
32
|
-
if name and not isinstance(name, str):
|
|
33
|
-
raise TypeError("Expected argument 'name' to be a str")
|
|
34
|
-
pulumi.set(__self__, "name", name)
|
|
35
|
-
if properties and not isinstance(properties, dict):
|
|
36
|
-
raise TypeError("Expected argument 'properties' to be a dict")
|
|
37
|
-
pulumi.set(__self__, "properties", properties)
|
|
38
|
-
if type and not isinstance(type, str):
|
|
39
|
-
raise TypeError("Expected argument 'type' to be a str")
|
|
40
|
-
pulumi.set(__self__, "type", type)
|
|
41
|
-
|
|
42
|
-
@property
|
|
43
|
-
@pulumi.getter
|
|
44
|
-
def id(self) -> str:
|
|
45
|
-
"""
|
|
46
|
-
Resource Id
|
|
47
|
-
"""
|
|
48
|
-
return pulumi.get(self, "id")
|
|
49
|
-
|
|
50
|
-
@property
|
|
51
|
-
@pulumi.getter
|
|
52
|
-
def location(self) -> Optional[str]:
|
|
53
|
-
"""
|
|
54
|
-
Resource Location
|
|
55
|
-
"""
|
|
56
|
-
return pulumi.get(self, "location")
|
|
57
|
-
|
|
58
|
-
@property
|
|
59
|
-
@pulumi.getter
|
|
60
|
-
def name(self) -> str:
|
|
61
|
-
"""
|
|
62
|
-
Resource Name
|
|
63
|
-
"""
|
|
64
|
-
return pulumi.get(self, "name")
|
|
65
|
-
|
|
66
|
-
@property
|
|
67
|
-
@pulumi.getter
|
|
68
|
-
def properties(self) -> 'outputs.NetworkMappingPropertiesResponse':
|
|
69
|
-
"""
|
|
70
|
-
The Network Mapping Properties.
|
|
71
|
-
"""
|
|
72
|
-
return pulumi.get(self, "properties")
|
|
73
|
-
|
|
74
|
-
@property
|
|
75
|
-
@pulumi.getter
|
|
76
|
-
def type(self) -> str:
|
|
77
|
-
"""
|
|
78
|
-
Resource Type
|
|
79
|
-
"""
|
|
80
|
-
return pulumi.get(self, "type")
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
class AwaitableGetReplicationNetworkMappingResult(GetReplicationNetworkMappingResult):
|
|
84
|
-
# pylint: disable=using-constant-test
|
|
85
|
-
def __await__(self):
|
|
86
|
-
if False:
|
|
87
|
-
yield self
|
|
88
|
-
return GetReplicationNetworkMappingResult(
|
|
89
|
-
id=self.id,
|
|
90
|
-
location=self.location,
|
|
91
|
-
name=self.name,
|
|
92
|
-
properties=self.properties,
|
|
93
|
-
type=self.type)
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
def get_replication_network_mapping(fabric_name: Optional[str] = None,
|
|
97
|
-
network_mapping_name: Optional[str] = None,
|
|
98
|
-
network_name: Optional[str] = None,
|
|
99
|
-
resource_group_name: Optional[str] = None,
|
|
100
|
-
resource_name: Optional[str] = None,
|
|
101
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetReplicationNetworkMappingResult:
|
|
102
|
-
"""
|
|
103
|
-
Gets the details of an ASR network mapping.
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
:param str fabric_name: Primary fabric name.
|
|
107
|
-
:param str network_mapping_name: Network mapping name.
|
|
108
|
-
:param str network_name: Primary network name.
|
|
109
|
-
:param str resource_group_name: The name of the resource group where the recovery services vault is present.
|
|
110
|
-
:param str resource_name: The name of the recovery services vault.
|
|
111
|
-
"""
|
|
112
|
-
__args__ = dict()
|
|
113
|
-
__args__['fabricName'] = fabric_name
|
|
114
|
-
__args__['networkMappingName'] = network_mapping_name
|
|
115
|
-
__args__['networkName'] = network_name
|
|
116
|
-
__args__['resourceGroupName'] = resource_group_name
|
|
117
|
-
__args__['resourceName'] = resource_name
|
|
118
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
119
|
-
__ret__ = pulumi.runtime.invoke('azure-native:recoveryservices/v20240401:getReplicationNetworkMapping', __args__, opts=opts, typ=GetReplicationNetworkMappingResult).value
|
|
120
|
-
|
|
121
|
-
return AwaitableGetReplicationNetworkMappingResult(
|
|
122
|
-
id=pulumi.get(__ret__, 'id'),
|
|
123
|
-
location=pulumi.get(__ret__, 'location'),
|
|
124
|
-
name=pulumi.get(__ret__, 'name'),
|
|
125
|
-
properties=pulumi.get(__ret__, 'properties'),
|
|
126
|
-
type=pulumi.get(__ret__, 'type'))
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
@_utilities.lift_output_func(get_replication_network_mapping)
|
|
130
|
-
def get_replication_network_mapping_output(fabric_name: Optional[pulumi.Input[str]] = None,
|
|
131
|
-
network_mapping_name: Optional[pulumi.Input[str]] = None,
|
|
132
|
-
network_name: Optional[pulumi.Input[str]] = None,
|
|
133
|
-
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
134
|
-
resource_name: Optional[pulumi.Input[str]] = None,
|
|
135
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetReplicationNetworkMappingResult]:
|
|
136
|
-
"""
|
|
137
|
-
Gets the details of an ASR network mapping.
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
:param str fabric_name: Primary fabric name.
|
|
141
|
-
:param str network_mapping_name: Network mapping name.
|
|
142
|
-
:param str network_name: Primary network name.
|
|
143
|
-
:param str resource_group_name: The name of the resource group where the recovery services vault is present.
|
|
144
|
-
:param str resource_name: The name of the recovery services vault.
|
|
145
|
-
"""
|
|
146
|
-
...
|