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
|
@@ -9,48 +9,36 @@ import pulumi.runtime
|
|
|
9
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
10
|
from ... import _utilities
|
|
11
11
|
from . import outputs
|
|
12
|
-
from ._enums import *
|
|
13
12
|
from ._inputs import *
|
|
14
13
|
|
|
15
|
-
__all__ = ['
|
|
14
|
+
__all__ = ['GitHubConnectorArgs', 'GitHubConnector']
|
|
16
15
|
|
|
17
16
|
@pulumi.input_type
|
|
18
|
-
class
|
|
17
|
+
class GitHubConnectorArgs:
|
|
19
18
|
def __init__(__self__, *,
|
|
20
|
-
properties: pulumi.Input['AppAttachPackagePropertiesArgs'],
|
|
21
19
|
resource_group_name: pulumi.Input[str],
|
|
22
|
-
|
|
20
|
+
git_hub_connector_name: Optional[pulumi.Input[str]] = None,
|
|
23
21
|
location: Optional[pulumi.Input[str]] = None,
|
|
22
|
+
properties: Optional[pulumi.Input['GitHubConnectorPropertiesArgs']] = None,
|
|
24
23
|
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
|
25
24
|
"""
|
|
26
|
-
The set of arguments for constructing a
|
|
27
|
-
:param pulumi.Input['AppAttachPackagePropertiesArgs'] properties: Detailed properties for App Attach Package
|
|
25
|
+
The set of arguments for constructing a GitHubConnector resource.
|
|
28
26
|
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
29
|
-
:param pulumi.Input[str]
|
|
27
|
+
:param pulumi.Input[str] git_hub_connector_name: Name of the GitHub Connector.
|
|
30
28
|
:param pulumi.Input[str] location: The geo-location where the resource lives
|
|
29
|
+
:param pulumi.Input['GitHubConnectorPropertiesArgs'] properties: Properties of the ARM resource for /subscriptions/xxx/resourceGroups/xxx/providers/Microsoft.SecurityDevOps/gitHubConnectors.
|
|
31
30
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
|
|
32
31
|
"""
|
|
33
|
-
pulumi.set(__self__, "properties", properties)
|
|
34
32
|
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
35
|
-
if
|
|
36
|
-
pulumi.set(__self__, "
|
|
33
|
+
if git_hub_connector_name is not None:
|
|
34
|
+
pulumi.set(__self__, "git_hub_connector_name", git_hub_connector_name)
|
|
37
35
|
if location is not None:
|
|
38
36
|
pulumi.set(__self__, "location", location)
|
|
37
|
+
if properties is not None:
|
|
38
|
+
pulumi.set(__self__, "properties", properties)
|
|
39
39
|
if tags is not None:
|
|
40
40
|
pulumi.set(__self__, "tags", tags)
|
|
41
41
|
|
|
42
|
-
@property
|
|
43
|
-
@pulumi.getter
|
|
44
|
-
def properties(self) -> pulumi.Input['AppAttachPackagePropertiesArgs']:
|
|
45
|
-
"""
|
|
46
|
-
Detailed properties for App Attach Package
|
|
47
|
-
"""
|
|
48
|
-
return pulumi.get(self, "properties")
|
|
49
|
-
|
|
50
|
-
@properties.setter
|
|
51
|
-
def properties(self, value: pulumi.Input['AppAttachPackagePropertiesArgs']):
|
|
52
|
-
pulumi.set(self, "properties", value)
|
|
53
|
-
|
|
54
42
|
@property
|
|
55
43
|
@pulumi.getter(name="resourceGroupName")
|
|
56
44
|
def resource_group_name(self) -> pulumi.Input[str]:
|
|
@@ -64,16 +52,16 @@ class AppAttachPackageArgs:
|
|
|
64
52
|
pulumi.set(self, "resource_group_name", value)
|
|
65
53
|
|
|
66
54
|
@property
|
|
67
|
-
@pulumi.getter(name="
|
|
68
|
-
def
|
|
55
|
+
@pulumi.getter(name="gitHubConnectorName")
|
|
56
|
+
def git_hub_connector_name(self) -> Optional[pulumi.Input[str]]:
|
|
69
57
|
"""
|
|
70
|
-
|
|
58
|
+
Name of the GitHub Connector.
|
|
71
59
|
"""
|
|
72
|
-
return pulumi.get(self, "
|
|
60
|
+
return pulumi.get(self, "git_hub_connector_name")
|
|
73
61
|
|
|
74
|
-
@
|
|
75
|
-
def
|
|
76
|
-
pulumi.set(self, "
|
|
62
|
+
@git_hub_connector_name.setter
|
|
63
|
+
def git_hub_connector_name(self, value: Optional[pulumi.Input[str]]):
|
|
64
|
+
pulumi.set(self, "git_hub_connector_name", value)
|
|
77
65
|
|
|
78
66
|
@property
|
|
79
67
|
@pulumi.getter
|
|
@@ -87,6 +75,18 @@ class AppAttachPackageArgs:
|
|
|
87
75
|
def location(self, value: Optional[pulumi.Input[str]]):
|
|
88
76
|
pulumi.set(self, "location", value)
|
|
89
77
|
|
|
78
|
+
@property
|
|
79
|
+
@pulumi.getter
|
|
80
|
+
def properties(self) -> Optional[pulumi.Input['GitHubConnectorPropertiesArgs']]:
|
|
81
|
+
"""
|
|
82
|
+
Properties of the ARM resource for /subscriptions/xxx/resourceGroups/xxx/providers/Microsoft.SecurityDevOps/gitHubConnectors.
|
|
83
|
+
"""
|
|
84
|
+
return pulumi.get(self, "properties")
|
|
85
|
+
|
|
86
|
+
@properties.setter
|
|
87
|
+
def properties(self, value: Optional[pulumi.Input['GitHubConnectorPropertiesArgs']]):
|
|
88
|
+
pulumi.set(self, "properties", value)
|
|
89
|
+
|
|
90
90
|
@property
|
|
91
91
|
@pulumi.getter
|
|
92
92
|
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
@@ -100,25 +100,25 @@ class AppAttachPackageArgs:
|
|
|
100
100
|
pulumi.set(self, "tags", value)
|
|
101
101
|
|
|
102
102
|
|
|
103
|
-
class
|
|
103
|
+
class GitHubConnector(pulumi.CustomResource):
|
|
104
104
|
@overload
|
|
105
105
|
def __init__(__self__,
|
|
106
106
|
resource_name: str,
|
|
107
107
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
108
|
-
|
|
108
|
+
git_hub_connector_name: Optional[pulumi.Input[str]] = None,
|
|
109
109
|
location: Optional[pulumi.Input[str]] = None,
|
|
110
|
-
properties: Optional[pulumi.Input[pulumi.InputType['
|
|
110
|
+
properties: Optional[pulumi.Input[pulumi.InputType['GitHubConnectorPropertiesArgs']]] = None,
|
|
111
111
|
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
112
112
|
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
113
113
|
__props__=None):
|
|
114
114
|
"""
|
|
115
|
-
|
|
115
|
+
Represents an ARM resource for /subscriptions/xxx/resourceGroups/xxx/providers/Microsoft.SecurityDevOps/gitHubConnectors.
|
|
116
116
|
|
|
117
117
|
:param str resource_name: The name of the resource.
|
|
118
118
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
119
|
-
:param pulumi.Input[str]
|
|
119
|
+
:param pulumi.Input[str] git_hub_connector_name: Name of the GitHub Connector.
|
|
120
120
|
:param pulumi.Input[str] location: The geo-location where the resource lives
|
|
121
|
-
:param pulumi.Input[pulumi.InputType['
|
|
121
|
+
:param pulumi.Input[pulumi.InputType['GitHubConnectorPropertiesArgs']] properties: Properties of the ARM resource for /subscriptions/xxx/resourceGroups/xxx/providers/Microsoft.SecurityDevOps/gitHubConnectors.
|
|
122
122
|
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
123
123
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
|
|
124
124
|
"""
|
|
@@ -126,18 +126,18 @@ class AppAttachPackage(pulumi.CustomResource):
|
|
|
126
126
|
@overload
|
|
127
127
|
def __init__(__self__,
|
|
128
128
|
resource_name: str,
|
|
129
|
-
args:
|
|
129
|
+
args: GitHubConnectorArgs,
|
|
130
130
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
131
131
|
"""
|
|
132
|
-
|
|
132
|
+
Represents an ARM resource for /subscriptions/xxx/resourceGroups/xxx/providers/Microsoft.SecurityDevOps/gitHubConnectors.
|
|
133
133
|
|
|
134
134
|
:param str resource_name: The name of the resource.
|
|
135
|
-
:param
|
|
135
|
+
:param GitHubConnectorArgs args: The arguments to use to populate this resource's properties.
|
|
136
136
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
137
137
|
"""
|
|
138
138
|
...
|
|
139
139
|
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
140
|
-
resource_args, opts = _utilities.get_resource_args_opts(
|
|
140
|
+
resource_args, opts = _utilities.get_resource_args_opts(GitHubConnectorArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
141
141
|
if resource_args is not None:
|
|
142
142
|
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
143
143
|
else:
|
|
@@ -146,9 +146,9 @@ class AppAttachPackage(pulumi.CustomResource):
|
|
|
146
146
|
def _internal_init(__self__,
|
|
147
147
|
resource_name: str,
|
|
148
148
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
149
|
-
|
|
149
|
+
git_hub_connector_name: Optional[pulumi.Input[str]] = None,
|
|
150
150
|
location: Optional[pulumi.Input[str]] = None,
|
|
151
|
-
properties: Optional[pulumi.Input[pulumi.InputType['
|
|
151
|
+
properties: Optional[pulumi.Input[pulumi.InputType['GitHubConnectorPropertiesArgs']]] = None,
|
|
152
152
|
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
153
153
|
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
154
154
|
__props__=None):
|
|
@@ -158,12 +158,10 @@ class AppAttachPackage(pulumi.CustomResource):
|
|
|
158
158
|
if opts.id is None:
|
|
159
159
|
if __props__ is not None:
|
|
160
160
|
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
161
|
-
__props__ =
|
|
161
|
+
__props__ = GitHubConnectorArgs.__new__(GitHubConnectorArgs)
|
|
162
162
|
|
|
163
|
-
__props__.__dict__["
|
|
163
|
+
__props__.__dict__["git_hub_connector_name"] = git_hub_connector_name
|
|
164
164
|
__props__.__dict__["location"] = location
|
|
165
|
-
if properties is None and not opts.urn:
|
|
166
|
-
raise TypeError("Missing required property 'properties'")
|
|
167
165
|
__props__.__dict__["properties"] = properties
|
|
168
166
|
if resource_group_name is None and not opts.urn:
|
|
169
167
|
raise TypeError("Missing required property 'resource_group_name'")
|
|
@@ -172,10 +170,10 @@ class AppAttachPackage(pulumi.CustomResource):
|
|
|
172
170
|
__props__.__dict__["name"] = None
|
|
173
171
|
__props__.__dict__["system_data"] = None
|
|
174
172
|
__props__.__dict__["type"] = None
|
|
175
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:
|
|
173
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:securitydevops:GitHubConnector")])
|
|
176
174
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
177
|
-
super(
|
|
178
|
-
'azure-native:
|
|
175
|
+
super(GitHubConnector, __self__).__init__(
|
|
176
|
+
'azure-native:securitydevops/v20220901preview:GitHubConnector',
|
|
179
177
|
resource_name,
|
|
180
178
|
__props__,
|
|
181
179
|
opts)
|
|
@@ -183,9 +181,9 @@ class AppAttachPackage(pulumi.CustomResource):
|
|
|
183
181
|
@staticmethod
|
|
184
182
|
def get(resource_name: str,
|
|
185
183
|
id: pulumi.Input[str],
|
|
186
|
-
opts: Optional[pulumi.ResourceOptions] = None) -> '
|
|
184
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'GitHubConnector':
|
|
187
185
|
"""
|
|
188
|
-
Get an existing
|
|
186
|
+
Get an existing GitHubConnector resource's state with the given name, id, and optional extra
|
|
189
187
|
properties used to qualify the lookup.
|
|
190
188
|
|
|
191
189
|
:param str resource_name: The unique name of the resulting resource.
|
|
@@ -194,7 +192,7 @@ class AppAttachPackage(pulumi.CustomResource):
|
|
|
194
192
|
"""
|
|
195
193
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
196
194
|
|
|
197
|
-
__props__ =
|
|
195
|
+
__props__ = GitHubConnectorArgs.__new__(GitHubConnectorArgs)
|
|
198
196
|
|
|
199
197
|
__props__.__dict__["location"] = None
|
|
200
198
|
__props__.__dict__["name"] = None
|
|
@@ -202,7 +200,7 @@ class AppAttachPackage(pulumi.CustomResource):
|
|
|
202
200
|
__props__.__dict__["system_data"] = None
|
|
203
201
|
__props__.__dict__["tags"] = None
|
|
204
202
|
__props__.__dict__["type"] = None
|
|
205
|
-
return
|
|
203
|
+
return GitHubConnector(resource_name, opts=opts, __props__=__props__)
|
|
206
204
|
|
|
207
205
|
@property
|
|
208
206
|
@pulumi.getter
|
|
@@ -222,9 +220,9 @@ class AppAttachPackage(pulumi.CustomResource):
|
|
|
222
220
|
|
|
223
221
|
@property
|
|
224
222
|
@pulumi.getter
|
|
225
|
-
def properties(self) -> pulumi.Output['outputs.
|
|
223
|
+
def properties(self) -> pulumi.Output['outputs.GitHubConnectorPropertiesResponse']:
|
|
226
224
|
"""
|
|
227
|
-
|
|
225
|
+
Properties of the ARM resource for /subscriptions/xxx/resourceGroups/xxx/providers/Microsoft.SecurityDevOps/gitHubConnectors.
|
|
228
226
|
"""
|
|
229
227
|
return pulumi.get(self, "properties")
|
|
230
228
|
|
|
@@ -0,0 +1,377 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from ... import _utilities
|
|
11
|
+
from . import outputs
|
|
12
|
+
from ._enums import *
|
|
13
|
+
|
|
14
|
+
__all__ = [
|
|
15
|
+
'AuthorizationInfoResponse',
|
|
16
|
+
'AzureDevOpsConnectorPropertiesResponse',
|
|
17
|
+
'AzureDevOpsOrgMetadataResponse',
|
|
18
|
+
'AzureDevOpsProjectMetadataResponse',
|
|
19
|
+
'GitHubConnectorPropertiesResponse',
|
|
20
|
+
'SystemDataResponse',
|
|
21
|
+
]
|
|
22
|
+
|
|
23
|
+
@pulumi.output_type
|
|
24
|
+
class AuthorizationInfoResponse(dict):
|
|
25
|
+
def __init__(__self__, *,
|
|
26
|
+
code: Optional[str] = None):
|
|
27
|
+
"""
|
|
28
|
+
:param str code: Gets or sets one-time OAuth code to exchange for refresh and access tokens.
|
|
29
|
+
|
|
30
|
+
Only used during PUT operations. The secret is cleared during GET.
|
|
31
|
+
In general, RPaaS does not return any property marked as a secret.
|
|
32
|
+
"""
|
|
33
|
+
if code is not None:
|
|
34
|
+
pulumi.set(__self__, "code", code)
|
|
35
|
+
|
|
36
|
+
@property
|
|
37
|
+
@pulumi.getter
|
|
38
|
+
def code(self) -> Optional[str]:
|
|
39
|
+
"""
|
|
40
|
+
Gets or sets one-time OAuth code to exchange for refresh and access tokens.
|
|
41
|
+
|
|
42
|
+
Only used during PUT operations. The secret is cleared during GET.
|
|
43
|
+
In general, RPaaS does not return any property marked as a secret.
|
|
44
|
+
"""
|
|
45
|
+
return pulumi.get(self, "code")
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
@pulumi.output_type
|
|
49
|
+
class AzureDevOpsConnectorPropertiesResponse(dict):
|
|
50
|
+
@staticmethod
|
|
51
|
+
def __key_warning(key: str):
|
|
52
|
+
suggest = None
|
|
53
|
+
if key == "provisioningState":
|
|
54
|
+
suggest = "provisioning_state"
|
|
55
|
+
|
|
56
|
+
if suggest:
|
|
57
|
+
pulumi.log.warn(f"Key '{key}' not found in AzureDevOpsConnectorPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
58
|
+
|
|
59
|
+
def __getitem__(self, key: str) -> Any:
|
|
60
|
+
AzureDevOpsConnectorPropertiesResponse.__key_warning(key)
|
|
61
|
+
return super().__getitem__(key)
|
|
62
|
+
|
|
63
|
+
def get(self, key: str, default = None) -> Any:
|
|
64
|
+
AzureDevOpsConnectorPropertiesResponse.__key_warning(key)
|
|
65
|
+
return super().get(key, default)
|
|
66
|
+
|
|
67
|
+
def __init__(__self__, *,
|
|
68
|
+
provisioning_state: str,
|
|
69
|
+
authorization: Optional['outputs.AuthorizationInfoResponse'] = None,
|
|
70
|
+
orgs: Optional[Sequence['outputs.AzureDevOpsOrgMetadataResponse']] = None):
|
|
71
|
+
"""
|
|
72
|
+
:param Sequence['AzureDevOpsOrgMetadataResponse'] orgs: Gets or sets org onboarding information.
|
|
73
|
+
"""
|
|
74
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
75
|
+
if authorization is not None:
|
|
76
|
+
pulumi.set(__self__, "authorization", authorization)
|
|
77
|
+
if orgs is not None:
|
|
78
|
+
pulumi.set(__self__, "orgs", orgs)
|
|
79
|
+
|
|
80
|
+
@property
|
|
81
|
+
@pulumi.getter(name="provisioningState")
|
|
82
|
+
def provisioning_state(self) -> str:
|
|
83
|
+
return pulumi.get(self, "provisioning_state")
|
|
84
|
+
|
|
85
|
+
@property
|
|
86
|
+
@pulumi.getter
|
|
87
|
+
def authorization(self) -> Optional['outputs.AuthorizationInfoResponse']:
|
|
88
|
+
return pulumi.get(self, "authorization")
|
|
89
|
+
|
|
90
|
+
@property
|
|
91
|
+
@pulumi.getter
|
|
92
|
+
def orgs(self) -> Optional[Sequence['outputs.AzureDevOpsOrgMetadataResponse']]:
|
|
93
|
+
"""
|
|
94
|
+
Gets or sets org onboarding information.
|
|
95
|
+
"""
|
|
96
|
+
return pulumi.get(self, "orgs")
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
@pulumi.output_type
|
|
100
|
+
class AzureDevOpsOrgMetadataResponse(dict):
|
|
101
|
+
"""
|
|
102
|
+
Org onboarding info.
|
|
103
|
+
"""
|
|
104
|
+
@staticmethod
|
|
105
|
+
def __key_warning(key: str):
|
|
106
|
+
suggest = None
|
|
107
|
+
if key == "autoDiscovery":
|
|
108
|
+
suggest = "auto_discovery"
|
|
109
|
+
|
|
110
|
+
if suggest:
|
|
111
|
+
pulumi.log.warn(f"Key '{key}' not found in AzureDevOpsOrgMetadataResponse. Access the value via the '{suggest}' property getter instead.")
|
|
112
|
+
|
|
113
|
+
def __getitem__(self, key: str) -> Any:
|
|
114
|
+
AzureDevOpsOrgMetadataResponse.__key_warning(key)
|
|
115
|
+
return super().__getitem__(key)
|
|
116
|
+
|
|
117
|
+
def get(self, key: str, default = None) -> Any:
|
|
118
|
+
AzureDevOpsOrgMetadataResponse.__key_warning(key)
|
|
119
|
+
return super().get(key, default)
|
|
120
|
+
|
|
121
|
+
def __init__(__self__, *,
|
|
122
|
+
auto_discovery: Optional[str] = None,
|
|
123
|
+
name: Optional[str] = None,
|
|
124
|
+
projects: Optional[Sequence['outputs.AzureDevOpsProjectMetadataResponse']] = None):
|
|
125
|
+
"""
|
|
126
|
+
Org onboarding info.
|
|
127
|
+
:param str name: Gets or sets name of the AzureDevOps Org.
|
|
128
|
+
"""
|
|
129
|
+
if auto_discovery is not None:
|
|
130
|
+
pulumi.set(__self__, "auto_discovery", auto_discovery)
|
|
131
|
+
if name is not None:
|
|
132
|
+
pulumi.set(__self__, "name", name)
|
|
133
|
+
if projects is not None:
|
|
134
|
+
pulumi.set(__self__, "projects", projects)
|
|
135
|
+
|
|
136
|
+
@property
|
|
137
|
+
@pulumi.getter(name="autoDiscovery")
|
|
138
|
+
def auto_discovery(self) -> Optional[str]:
|
|
139
|
+
return pulumi.get(self, "auto_discovery")
|
|
140
|
+
|
|
141
|
+
@property
|
|
142
|
+
@pulumi.getter
|
|
143
|
+
def name(self) -> Optional[str]:
|
|
144
|
+
"""
|
|
145
|
+
Gets or sets name of the AzureDevOps Org.
|
|
146
|
+
"""
|
|
147
|
+
return pulumi.get(self, "name")
|
|
148
|
+
|
|
149
|
+
@property
|
|
150
|
+
@pulumi.getter
|
|
151
|
+
def projects(self) -> Optional[Sequence['outputs.AzureDevOpsProjectMetadataResponse']]:
|
|
152
|
+
return pulumi.get(self, "projects")
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
@pulumi.output_type
|
|
156
|
+
class AzureDevOpsProjectMetadataResponse(dict):
|
|
157
|
+
"""
|
|
158
|
+
Project onboarding info.
|
|
159
|
+
"""
|
|
160
|
+
@staticmethod
|
|
161
|
+
def __key_warning(key: str):
|
|
162
|
+
suggest = None
|
|
163
|
+
if key == "autoDiscovery":
|
|
164
|
+
suggest = "auto_discovery"
|
|
165
|
+
|
|
166
|
+
if suggest:
|
|
167
|
+
pulumi.log.warn(f"Key '{key}' not found in AzureDevOpsProjectMetadataResponse. Access the value via the '{suggest}' property getter instead.")
|
|
168
|
+
|
|
169
|
+
def __getitem__(self, key: str) -> Any:
|
|
170
|
+
AzureDevOpsProjectMetadataResponse.__key_warning(key)
|
|
171
|
+
return super().__getitem__(key)
|
|
172
|
+
|
|
173
|
+
def get(self, key: str, default = None) -> Any:
|
|
174
|
+
AzureDevOpsProjectMetadataResponse.__key_warning(key)
|
|
175
|
+
return super().get(key, default)
|
|
176
|
+
|
|
177
|
+
def __init__(__self__, *,
|
|
178
|
+
auto_discovery: Optional[str] = None,
|
|
179
|
+
name: Optional[str] = None,
|
|
180
|
+
repos: Optional[Sequence[str]] = None):
|
|
181
|
+
"""
|
|
182
|
+
Project onboarding info.
|
|
183
|
+
:param str name: Gets or sets name of the AzureDevOps Project.
|
|
184
|
+
:param Sequence[str] repos: Gets or sets repositories.
|
|
185
|
+
"""
|
|
186
|
+
if auto_discovery is not None:
|
|
187
|
+
pulumi.set(__self__, "auto_discovery", auto_discovery)
|
|
188
|
+
if name is not None:
|
|
189
|
+
pulumi.set(__self__, "name", name)
|
|
190
|
+
if repos is not None:
|
|
191
|
+
pulumi.set(__self__, "repos", repos)
|
|
192
|
+
|
|
193
|
+
@property
|
|
194
|
+
@pulumi.getter(name="autoDiscovery")
|
|
195
|
+
def auto_discovery(self) -> Optional[str]:
|
|
196
|
+
return pulumi.get(self, "auto_discovery")
|
|
197
|
+
|
|
198
|
+
@property
|
|
199
|
+
@pulumi.getter
|
|
200
|
+
def name(self) -> Optional[str]:
|
|
201
|
+
"""
|
|
202
|
+
Gets or sets name of the AzureDevOps Project.
|
|
203
|
+
"""
|
|
204
|
+
return pulumi.get(self, "name")
|
|
205
|
+
|
|
206
|
+
@property
|
|
207
|
+
@pulumi.getter
|
|
208
|
+
def repos(self) -> Optional[Sequence[str]]:
|
|
209
|
+
"""
|
|
210
|
+
Gets or sets repositories.
|
|
211
|
+
"""
|
|
212
|
+
return pulumi.get(self, "repos")
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
@pulumi.output_type
|
|
216
|
+
class GitHubConnectorPropertiesResponse(dict):
|
|
217
|
+
"""
|
|
218
|
+
Properties of the ARM resource for /subscriptions/xxx/resourceGroups/xxx/providers/Microsoft.SecurityDevOps/gitHubConnectors.
|
|
219
|
+
"""
|
|
220
|
+
@staticmethod
|
|
221
|
+
def __key_warning(key: str):
|
|
222
|
+
suggest = None
|
|
223
|
+
if key == "provisioningState":
|
|
224
|
+
suggest = "provisioning_state"
|
|
225
|
+
|
|
226
|
+
if suggest:
|
|
227
|
+
pulumi.log.warn(f"Key '{key}' not found in GitHubConnectorPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
228
|
+
|
|
229
|
+
def __getitem__(self, key: str) -> Any:
|
|
230
|
+
GitHubConnectorPropertiesResponse.__key_warning(key)
|
|
231
|
+
return super().__getitem__(key)
|
|
232
|
+
|
|
233
|
+
def get(self, key: str, default = None) -> Any:
|
|
234
|
+
GitHubConnectorPropertiesResponse.__key_warning(key)
|
|
235
|
+
return super().get(key, default)
|
|
236
|
+
|
|
237
|
+
def __init__(__self__, *,
|
|
238
|
+
provisioning_state: str,
|
|
239
|
+
code: Optional[str] = None):
|
|
240
|
+
"""
|
|
241
|
+
Properties of the ARM resource for /subscriptions/xxx/resourceGroups/xxx/providers/Microsoft.SecurityDevOps/gitHubConnectors.
|
|
242
|
+
:param str code: Gets or sets one-time OAuth code to exchange for refresh and access tokens.
|
|
243
|
+
|
|
244
|
+
Only used during PUT operations. The secret is cleared during GET.
|
|
245
|
+
In general, RPaaS does not return any property marked as a secret.
|
|
246
|
+
"""
|
|
247
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
248
|
+
if code is not None:
|
|
249
|
+
pulumi.set(__self__, "code", code)
|
|
250
|
+
|
|
251
|
+
@property
|
|
252
|
+
@pulumi.getter(name="provisioningState")
|
|
253
|
+
def provisioning_state(self) -> str:
|
|
254
|
+
return pulumi.get(self, "provisioning_state")
|
|
255
|
+
|
|
256
|
+
@property
|
|
257
|
+
@pulumi.getter
|
|
258
|
+
def code(self) -> Optional[str]:
|
|
259
|
+
"""
|
|
260
|
+
Gets or sets one-time OAuth code to exchange for refresh and access tokens.
|
|
261
|
+
|
|
262
|
+
Only used during PUT operations. The secret is cleared during GET.
|
|
263
|
+
In general, RPaaS does not return any property marked as a secret.
|
|
264
|
+
"""
|
|
265
|
+
return pulumi.get(self, "code")
|
|
266
|
+
|
|
267
|
+
|
|
268
|
+
@pulumi.output_type
|
|
269
|
+
class SystemDataResponse(dict):
|
|
270
|
+
"""
|
|
271
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
272
|
+
"""
|
|
273
|
+
@staticmethod
|
|
274
|
+
def __key_warning(key: str):
|
|
275
|
+
suggest = None
|
|
276
|
+
if key == "createdAt":
|
|
277
|
+
suggest = "created_at"
|
|
278
|
+
elif key == "createdBy":
|
|
279
|
+
suggest = "created_by"
|
|
280
|
+
elif key == "createdByType":
|
|
281
|
+
suggest = "created_by_type"
|
|
282
|
+
elif key == "lastModifiedAt":
|
|
283
|
+
suggest = "last_modified_at"
|
|
284
|
+
elif key == "lastModifiedBy":
|
|
285
|
+
suggest = "last_modified_by"
|
|
286
|
+
elif key == "lastModifiedByType":
|
|
287
|
+
suggest = "last_modified_by_type"
|
|
288
|
+
|
|
289
|
+
if suggest:
|
|
290
|
+
pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
|
|
291
|
+
|
|
292
|
+
def __getitem__(self, key: str) -> Any:
|
|
293
|
+
SystemDataResponse.__key_warning(key)
|
|
294
|
+
return super().__getitem__(key)
|
|
295
|
+
|
|
296
|
+
def get(self, key: str, default = None) -> Any:
|
|
297
|
+
SystemDataResponse.__key_warning(key)
|
|
298
|
+
return super().get(key, default)
|
|
299
|
+
|
|
300
|
+
def __init__(__self__, *,
|
|
301
|
+
created_at: Optional[str] = None,
|
|
302
|
+
created_by: Optional[str] = None,
|
|
303
|
+
created_by_type: Optional[str] = None,
|
|
304
|
+
last_modified_at: Optional[str] = None,
|
|
305
|
+
last_modified_by: Optional[str] = None,
|
|
306
|
+
last_modified_by_type: Optional[str] = None):
|
|
307
|
+
"""
|
|
308
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
309
|
+
:param str created_at: The timestamp of resource creation (UTC).
|
|
310
|
+
:param str created_by: The identity that created the resource.
|
|
311
|
+
:param str created_by_type: The type of identity that created the resource.
|
|
312
|
+
:param str last_modified_at: The timestamp of resource last modification (UTC)
|
|
313
|
+
:param str last_modified_by: The identity that last modified the resource.
|
|
314
|
+
:param str last_modified_by_type: The type of identity that last modified the resource.
|
|
315
|
+
"""
|
|
316
|
+
if created_at is not None:
|
|
317
|
+
pulumi.set(__self__, "created_at", created_at)
|
|
318
|
+
if created_by is not None:
|
|
319
|
+
pulumi.set(__self__, "created_by", created_by)
|
|
320
|
+
if created_by_type is not None:
|
|
321
|
+
pulumi.set(__self__, "created_by_type", created_by_type)
|
|
322
|
+
if last_modified_at is not None:
|
|
323
|
+
pulumi.set(__self__, "last_modified_at", last_modified_at)
|
|
324
|
+
if last_modified_by is not None:
|
|
325
|
+
pulumi.set(__self__, "last_modified_by", last_modified_by)
|
|
326
|
+
if last_modified_by_type is not None:
|
|
327
|
+
pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
|
|
328
|
+
|
|
329
|
+
@property
|
|
330
|
+
@pulumi.getter(name="createdAt")
|
|
331
|
+
def created_at(self) -> Optional[str]:
|
|
332
|
+
"""
|
|
333
|
+
The timestamp of resource creation (UTC).
|
|
334
|
+
"""
|
|
335
|
+
return pulumi.get(self, "created_at")
|
|
336
|
+
|
|
337
|
+
@property
|
|
338
|
+
@pulumi.getter(name="createdBy")
|
|
339
|
+
def created_by(self) -> Optional[str]:
|
|
340
|
+
"""
|
|
341
|
+
The identity that created the resource.
|
|
342
|
+
"""
|
|
343
|
+
return pulumi.get(self, "created_by")
|
|
344
|
+
|
|
345
|
+
@property
|
|
346
|
+
@pulumi.getter(name="createdByType")
|
|
347
|
+
def created_by_type(self) -> Optional[str]:
|
|
348
|
+
"""
|
|
349
|
+
The type of identity that created the resource.
|
|
350
|
+
"""
|
|
351
|
+
return pulumi.get(self, "created_by_type")
|
|
352
|
+
|
|
353
|
+
@property
|
|
354
|
+
@pulumi.getter(name="lastModifiedAt")
|
|
355
|
+
def last_modified_at(self) -> Optional[str]:
|
|
356
|
+
"""
|
|
357
|
+
The timestamp of resource last modification (UTC)
|
|
358
|
+
"""
|
|
359
|
+
return pulumi.get(self, "last_modified_at")
|
|
360
|
+
|
|
361
|
+
@property
|
|
362
|
+
@pulumi.getter(name="lastModifiedBy")
|
|
363
|
+
def last_modified_by(self) -> Optional[str]:
|
|
364
|
+
"""
|
|
365
|
+
The identity that last modified the resource.
|
|
366
|
+
"""
|
|
367
|
+
return pulumi.get(self, "last_modified_by")
|
|
368
|
+
|
|
369
|
+
@property
|
|
370
|
+
@pulumi.getter(name="lastModifiedByType")
|
|
371
|
+
def last_modified_by_type(self) -> Optional[str]:
|
|
372
|
+
"""
|
|
373
|
+
The type of identity that last modified the resource.
|
|
374
|
+
"""
|
|
375
|
+
return pulumi.get(self, "last_modified_by_type")
|
|
376
|
+
|
|
377
|
+
|
|
@@ -27,11 +27,8 @@ if typing.TYPE_CHECKING:
|
|
|
27
27
|
v20230701preview = __v20230701preview
|
|
28
28
|
import pulumi_azure_native.storagemover.v20231001 as __v20231001
|
|
29
29
|
v20231001 = __v20231001
|
|
30
|
-
import pulumi_azure_native.storagemover.v20240701 as __v20240701
|
|
31
|
-
v20240701 = __v20240701
|
|
32
30
|
else:
|
|
33
31
|
v20230301 = _utilities.lazy_import('pulumi_azure_native.storagemover.v20230301')
|
|
34
32
|
v20230701preview = _utilities.lazy_import('pulumi_azure_native.storagemover.v20230701preview')
|
|
35
33
|
v20231001 = _utilities.lazy_import('pulumi_azure_native.storagemover.v20231001')
|
|
36
|
-
v20240701 = _utilities.lazy_import('pulumi_azure_native.storagemover.v20240701')
|
|
37
34
|
|
|
@@ -128,7 +128,7 @@ class Agent(pulumi.CustomResource):
|
|
|
128
128
|
The Agent resource.
|
|
129
129
|
Azure REST API version: 2023-03-01. Prior API version in Azure Native 1.x: 2022-07-01-preview.
|
|
130
130
|
|
|
131
|
-
Other available API versions: 2023-07-01-preview, 2023-10-01
|
|
131
|
+
Other available API versions: 2023-07-01-preview, 2023-10-01.
|
|
132
132
|
|
|
133
133
|
:param str resource_name: The name of the resource.
|
|
134
134
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -149,7 +149,7 @@ class Agent(pulumi.CustomResource):
|
|
|
149
149
|
The Agent resource.
|
|
150
150
|
Azure REST API version: 2023-03-01. Prior API version in Azure Native 1.x: 2022-07-01-preview.
|
|
151
151
|
|
|
152
|
-
Other available API versions: 2023-07-01-preview, 2023-10-01
|
|
152
|
+
Other available API versions: 2023-07-01-preview, 2023-10-01.
|
|
153
153
|
|
|
154
154
|
:param str resource_name: The name of the resource.
|
|
155
155
|
:param AgentArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -207,7 +207,7 @@ class Agent(pulumi.CustomResource):
|
|
|
207
207
|
__props__.__dict__["system_data"] = None
|
|
208
208
|
__props__.__dict__["type"] = None
|
|
209
209
|
__props__.__dict__["uptime_in_seconds"] = None
|
|
210
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:storagemover/v20220701preview:Agent"), pulumi.Alias(type_="azure-native:storagemover/v20230301:Agent"), pulumi.Alias(type_="azure-native:storagemover/v20230701preview:Agent"), pulumi.Alias(type_="azure-native:storagemover/v20231001:Agent")
|
|
210
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:storagemover/v20220701preview:Agent"), pulumi.Alias(type_="azure-native:storagemover/v20230301:Agent"), pulumi.Alias(type_="azure-native:storagemover/v20230701preview:Agent"), pulumi.Alias(type_="azure-native:storagemover/v20231001:Agent")])
|
|
211
211
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
212
212
|
super(Agent, __self__).__init__(
|
|
213
213
|
'azure-native:storagemover:Agent',
|