Skip to content
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

[Bug fix] azuredevops_team_members, azuredevops_team, azuredevops_teams - Split descriptor read operation #1014

Merged
merged 2 commits into from
Apr 2, 2024

Conversation

xuzhang3
Copy link
Collaborator

@xuzhang3 xuzhang3 commented Apr 2, 2024

All Submissions:

  • Have you added an explanation of what your changes do and why you'd like us to include them?
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • My code follows the code style of this project.
  • I ran lint checks locally prior to submission.
  • Have you checked to ensure there aren't other open PRs for the same update/change?

What about the current behavior has changed?

Fixes: #848
Issue Number:

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

  • Yes
  • No

Does this introduce a breaking change?

  • Yes
  • No

Any relevant logs, error output, etc?

(If it’s long, please paste to https://ghostbin.com/ and insert the link here.)

Other information

@xuzhang3
Copy link
Collaborator Author

xuzhang3 commented Apr 2, 2024

=== RUN   TestAccTeam_DataSource
--- PASS: TestAccTeam_DataSource (64.32s)
=== RUN   TestAccTeam_CreateAndUpdate
--- PASS: TestAccTeam_CreateAndUpdate (91.97s)
=== RUN   TestAccTeam_CreateAndUpdateAdministrators
--- PASS: TestAccTeam_CreateAndUpdateAdministrators (143.45s)
=== RUN   TestAccTeam_CreateAndUpdateMembers
--- PASS: TestAccTeam_CreateAndUpdateMembers (158.14s)
PASS
ok      github.com/microsoft/terraform-provider-azuredevops/azuredevops/internal/acceptancetests        558.961s

=== RUN   TestAccTeamMembers_CreateAndUpdate
--- PASS: TestAccTeamMembers_CreateAndUpdate (186.44s)
=== RUN   TestAccTeamMembers_CreateAndUpdate_Overwrite
--- PASS: TestAccTeamMembers_CreateAndUpdate_Overwrite (171.57s)
PASS
ok      github.com/microsoft/terraform-provider-azuredevops/azuredevops/internal/acceptancetests        358.961s

=== RUN   TestAccTeams_DataSource
--- PASS: TestAccTeams_DataSource (62.58s)
PASS
ok      github.com/microsoft/terraform-provider-azuredevops/azuredevops/internal/acceptancetests        63.021s


@xuzhang3 xuzhang3 changed the title split descriptor read operation [Bug fix] azuredevops_team_members, azuredevops_team, azuredevops_teams - Split descriptor read operation Apr 2, 2024
@xuzhang3 xuzhang3 merged commit 0b1f752 into microsoft:main Apr 2, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

azuredevops_team_members - Error reading team memberships(404)
1 participant