-
Notifications
You must be signed in to change notification settings - Fork 280
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
Add work item linking and comment resolution branch policies #144
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @beandrad , Thanks for your contribution. Can you help add some acctests for the new resources item-link and comment-resolution? Branch policy AccTests
|
||
# azuredevops_branch_policy_comment_resolution | ||
|
||
Configure a comment resolution policy for your branch within Azure DevOps. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
within Azure DevOps project
might be more clear for users.
Azure DevOps Branch Policies can be imported using the project ID and policy configuration ID: | ||
|
||
```sh | ||
terraform import azuredevops_branch_policy_work_item_linking.p aa4a9756-8a86-4588-86d7-b3ee2d88b033/60 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sensitive data should be replaced with 00000000-0000-0000-0000-000000000000/00
Azure DevOps Branch Policies can be imported using the project ID and policy configuration ID: | ||
|
||
```sh | ||
terraform import azuredevops_branch_policy_comment_resolution.p aa4a9756-8a86-4588-86d7-b3ee2d88b033/60 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sensitive data should be replaced with 00000000-0000-0000-0000-000000000000/00
ad38429
to
bfd63a5
Compare
So that work item linking policy can be enabled/disabled using Terraform.
So that comment resolution branch policy for AzDO repos can be managed using Terraform.
So that work item linking and comment resolution policies can be enabled/disabled using Terraform.
All Submissions:
What about the current behavior has changed?
Allow to manage work item linking and comment resolution branch policies using Terraform.
Issue Number: closes #114
Does this introduce a change to
go.mod
,go.sum
orvendor/
?Does this introduce a breaking change?
Any relevant logs, error output, etc?
(If it’s long, please paste to https://ghostbin.com/ and insert the link here.)
Other information