microsoft / terraform-provider-azuredevops

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

[Bug Fix]All service connection - Fix import share service connection not point to the right project #1211

Closed xuzhang3 closed 2 weeks ago

xuzhang3 commented 3 weeks ago

All Submissions:

What about the current behavior has changed?

Fixes: #586

Does this introduce a change to go.mod, go.sum or vendor/?

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

xuzhang3 commented 3 weeks ago
=== RUN   TestAccServiceEndpointAws_basic
=== PAUSE TestAccServiceEndpointAws_basic
=== RUN   TestAccServiceEndpointAws_complete
=== PAUSE TestAccServiceEndpointAws_complete
=== RUN   TestAccServiceEndpointAws_update
=== PAUSE TestAccServiceEndpointAws_update
=== RUN   TestAccServiceEndpointAws_requiresImportErrorStep
=== CONT  TestAccServiceEndpointAws_basic
=== CONT  TestAccServiceEndpointAws_update
=== CONT  TestAccServiceEndpointAws_requiresImportErrorStep
=== CONT  TestAccServiceEndpointAws_complete
--- PASS: TestAccServiceEndpointAws_complete (90.53s)
--- PASS: TestAccServiceEndpointAws_basic (318.78s)
--- PASS: TestAccServiceEndpointAws_requiresImportErrorStep (318.93s)
--- PASS: TestAccServiceEndpointAws_update (356.16s)
PASS
ok      github.com/microsoft/terraform-provider-azuredevops/azuredevops/internal/acceptancetests        364.360s