-
Notifications
You must be signed in to change notification settings - Fork 281
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
azuredevops_git_permissions
fails to apply on Azure DevOps Server 2022
#1217
Comments
@paddymorgan84 ADO server is not supported by this provider. All resources target ADO services. There might some API or feature difference between ADO service and ADO service |
Thanks @xuzhang3. I didn't realise this was the case, it seems odd because there are resources such as |
@paddymorgan84 Most of the API between ADO service and ADO service are same but some are different. |
I have the same problem on ADO service, so it's not happening only on on-prem ADO. |
I have cloud ADO still getting the same eror. Any update? Using probider 1.6.0 |
Hi all, , this is not a bug. The |
#1292 will support exporting the |
HI @xuzhang3! Thanks for the quick reaction! Is that means that I can use this:
Where the principal is a groupid which I have created under devops/project settings/general/permissions/groups? If not, can you please provide a full example? |
@dtap001 The ID of the |
Community Note
Terraform (and Azure DevOps Provider) Version
Terraform: v1.9.8
Azure DevOps Provider: 1.4.0
Affected Resource(s)
azuredevops_git_permissions
Terraform Configuration Files
Debug Output
Panic Output
Expected Behavior
Permissions should have been set for the contributors project group at the repository level.
Actual Behavior
An error is thrown:
Steps to Reproduce
terraform apply
Important Factoids
Nothing particularly atypical, but I am using Azure DevOps Server 2022 rather than Azure DevOps services, which means that rather than using the
azuredevops_group
data source used in the documentation I'm usingazuredevops_identity_group
instead.References
The text was updated successfully, but these errors were encountered: