microsoft / terraform-provider-azuredevops

Terraform Azure DevOps provider
https://www.terraform.io/docs/providers/azuredevops/
MIT License
379 stars 268 forks source link

Missing resource for 'Allow users to manage permissions for their created branches' repositories setting #1113

Open fedorbirjukov opened 1 month ago

fedorbirjukov commented 1 month ago

Community Note

Terraform (and Azure DevOps Provider) Version

PS> terraform -v
Terraform v1.9.3
on windows_amd64
+ provider registry.terraform.io/hashicorp/azuread v2.53.1
+ provider registry.terraform.io/microsoft/azuredevops v1.1.1

Expected Behavior

Just like there is a resource called azuredevops_project_pipeline_settings for the pipelines settings, there must be a resource called azuredevops_project_repository_settings for the 'Allow users to manage permissions for their created branches' repositories setting that's documented here.

Actual Behavior

There is no way to configure that in terraform.

EugeneLugovtsov commented 3 weeks ago

this is something that we really need as well. and specially the 'Allow users to manage permissions for their created branches' setting :)