magodo

Results 394 comments of magodo

Could you please attach a screenshot to show the acceptance tests are passed?

@radeksimko I'm interesting on this renaming feature. Do you have a plan about how to modify the TF files? E.g. currently looks like the only officially supported library to use...

Thank you @radeksimko and @jpogran for the quick replies! Re @jpogran, I'm not directly contributing to this project, but if there is anything out of what I'm gonna work on...

@andrwca Thanks for raising this question! The test cases are split to unit test and acceptance test (e2e test). In the CI, we only cover the unit tests. The acceptance...

Hi @andrwca, thanks for the additional information! I overlooked these test cases when I remove those build tags in #1436. It takes time to fix all these broken UTs, and...

I'd like to look into this, whilst when I follow https://learn.microsoft.com/en-us/azure/devops/organizations/audit/auditing-streaming?view=azure-devops, I noticed I didn't even see the "Auditing" button in the organization setting. I have a ADO cloud instance...

@drdamour I've created a draft PR #1435 to do what you've described. Appreciate if you can do a local build and test it out (Note that the `variable` is now...

I have the following config: ```hcl resource "azuredevops_git_permissions" "test" { project_id = azuredevops_project.test.id principal = data.azuredevops_group.test.id permissions = { CreateRepository = "Deny" DeleteRepository = "Deny" RenameRepository = "NotSet" } }...

@aklakina Would you please add some acceptance tests to cover the new resources and data source?

@aklakina Sorry for the delay. My main cocern about this PR is using the undocumented API, which has no stability guarantee.