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

azuredevops_feed Support import #1119

Merged
merged 4 commits into from
Aug 2, 2024
Merged

azuredevops_feed Support import #1119

merged 4 commits into from
Aug 2, 2024

Conversation

xuzhang3
Copy link
Collaborator

@xuzhang3 xuzhang3 commented Aug 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?

Issue Number:

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

  • Yes
  • No

Does this introduce a breaking change?

  • Yes
  • No
=== RUN   TestAccFeed_DataSource_Feed_By_Name
=== PAUSE TestAccFeed_DataSource_Feed_By_Name
=== RUN   TestAccFeed_DataSource_Feed_By_Feed_Id
=== PAUSE TestAccFeed_DataSource_Feed_By_Feed_Id
=== RUN   TestAccFeed_basic
=== PAUSE TestAccFeed_basic
=== RUN   TestAccFeed_with_Project
=== PAUSE TestAccFeed_with_Project
=== RUN   TestAccFeed_softDeleteRecovery
--- PASS: TestAccFeed_softDeleteRecovery (36.11s)
=== RUN   TestAccFeed_requiresImportErrorOrg
--- PASS: TestAccFeed_requiresImportErrorOrg (22.89s)
=== RUN   TestAccFeed_requiresImportErrorProject
--- PASS: TestAccFeed_requiresImportErrorProject (59.74s)
=== CONT  TestAccFeed_DataSource_Feed_By_Name
=== CONT  TestAccFeed_basic
=== CONT  TestAccFeed_DataSource_Feed_By_Feed_Id
=== CONT  TestAccFeed_with_Project
--- PASS: TestAccFeed_DataSource_Feed_By_Feed_Id (25.58s)
--- PASS: TestAccFeed_DataSource_Feed_By_Name (25.73s)
--- PASS: TestAccFeed_basic (25.73s)
--- PASS: TestAccFeed_with_Project (67.20s)
PASS
ok      github.com/microsoft/terraform-provider-azuredevops/azuredevops/internal/acceptancetests        192.421s

Any relevant logs, error output, etc?

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

Other information

@xuzhang3 xuzhang3 linked an issue Aug 2, 2024 that may be closed by this pull request
@xuzhang3 xuzhang3 merged commit 17824f9 into microsoft:main Aug 2, 2024
1 check 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.

Support terraform import for resources azuredevops_feed
1 participant