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

d/aws_identitystore_(group|user): Remove filter argument #31312

Merged
merged 4 commits into from
May 10, 2023

Conversation

ewbankkit
Copy link
Contributor

@ewbankkit ewbankkit commented May 10, 2023

Description

Removes the deprecated filter argument.

Relations

Closes #31170.
Closes #31313.
Relates #27762.
Relates #27053.

Output from Acceptance Testing

% make testacc TESTARGS='-run=TestAccIdentityStoreUserDataSource_\|TestAccIdentityStoreGroupDataSource_' PKG=identitystore ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/identitystore/... -v -count 1 -parallel 2  -run=TestAccIdentityStoreUserDataSource_\|TestAccIdentityStoreGroupDataSource_ -timeout 180m
=== RUN   TestAccIdentityStoreGroupDataSource_uniqueAttributeDisplayName
=== PAUSE TestAccIdentityStoreGroupDataSource_uniqueAttributeDisplayName
=== RUN   TestAccIdentityStoreGroupDataSource_externalIDConflictsWithUniqueAttribute
=== PAUSE TestAccIdentityStoreGroupDataSource_externalIDConflictsWithUniqueAttribute
=== RUN   TestAccIdentityStoreGroupDataSource_groupIDConflictsWithUniqueAttribute
=== PAUSE TestAccIdentityStoreGroupDataSource_groupIDConflictsWithUniqueAttribute
=== RUN   TestAccIdentityStoreGroupDataSource_groupIDConflictsWithExternalID
=== PAUSE TestAccIdentityStoreGroupDataSource_groupIDConflictsWithExternalID
=== RUN   TestAccIdentityStoreUserDataSource_basic
=== PAUSE TestAccIdentityStoreUserDataSource_basic
=== RUN   TestAccIdentityStoreUserDataSource_uniqueAttributeUserName
=== PAUSE TestAccIdentityStoreUserDataSource_uniqueAttributeUserName
=== RUN   TestAccIdentityStoreUserDataSource_email
=== PAUSE TestAccIdentityStoreUserDataSource_email
=== RUN   TestAccIdentityStoreUserDataSource_nonExistent
=== PAUSE TestAccIdentityStoreUserDataSource_nonExistent
=== RUN   TestAccIdentityStoreUserDataSource_externalIDConflictsWithUniqueAttribute
=== PAUSE TestAccIdentityStoreUserDataSource_externalIDConflictsWithUniqueAttribute
=== RUN   TestAccIdentityStoreUserDataSource_userIDConflictsWithExternalID
=== PAUSE TestAccIdentityStoreUserDataSource_userIDConflictsWithExternalID
=== CONT  TestAccIdentityStoreGroupDataSource_uniqueAttributeDisplayName
=== CONT  TestAccIdentityStoreUserDataSource_uniqueAttributeUserName
--- PASS: TestAccIdentityStoreUserDataSource_uniqueAttributeUserName (18.18s)
=== CONT  TestAccIdentityStoreGroupDataSource_groupIDConflictsWithExternalID
--- PASS: TestAccIdentityStoreGroupDataSource_uniqueAttributeDisplayName (18.18s)
=== CONT  TestAccIdentityStoreUserDataSource_basic
--- PASS: TestAccIdentityStoreGroupDataSource_groupIDConflictsWithExternalID (8.58s)
=== CONT  TestAccIdentityStoreGroupDataSource_groupIDConflictsWithUniqueAttribute
--- PASS: TestAccIdentityStoreUserDataSource_basic (16.31s)
=== CONT  TestAccIdentityStoreUserDataSource_externalIDConflictsWithUniqueAttribute
--- PASS: TestAccIdentityStoreGroupDataSource_groupIDConflictsWithUniqueAttribute (8.40s)
=== CONT  TestAccIdentityStoreUserDataSource_userIDConflictsWithExternalID
--- PASS: TestAccIdentityStoreUserDataSource_externalIDConflictsWithUniqueAttribute (1.48s)
=== CONT  TestAccIdentityStoreGroupDataSource_externalIDConflictsWithUniqueAttribute
--- PASS: TestAccIdentityStoreGroupDataSource_externalIDConflictsWithUniqueAttribute (1.46s)
=== CONT  TestAccIdentityStoreUserDataSource_nonExistent
--- PASS: TestAccIdentityStoreUserDataSource_nonExistent (2.98s)
=== CONT  TestAccIdentityStoreUserDataSource_email
--- PASS: TestAccIdentityStoreUserDataSource_userIDConflictsWithExternalID (8.47s)
--- PASS: TestAccIdentityStoreUserDataSource_email (18.93s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/identitystore	65.106s

@ewbankkit ewbankkit added breaking-change Introduces a breaking change in current functionality; usually deferred to the next major release. service/identitystore Issues and PRs that pertain to the identitystore service. labels May 10, 2023
@ewbankkit ewbankkit added this to the v5.0.0 milestone May 10, 2023
@github-actions
Copy link

Community Note

Voting for Prioritization

  • Please vote on this pull request by adding a 👍 reaction to the original post to help the community and maintainers prioritize this pull request.
  • Please see our prioritization guide for information on how we prioritize.
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.

For Submitters

  • Review the contribution guide relating to the type of change you are making to ensure all of the necessary steps have been taken.
  • For new resources and data sources, use skaff to generate scaffolding with comments detailing common expectations.
  • Whether or not the branch has been rebased will not impact prioritization, but doing so is always a welcome surprise.

@ewbankkit ewbankkit changed the title d/aws_identitystore_group: Remove filter argument d/aws_identitystore_(group|user): Remove filter argument May 10, 2023
@ewbankkit ewbankkit force-pushed the remove-d/aws_identitystore_group.filter branch from 0249e7d to 754d755 Compare May 10, 2023 15:43
@github-actions github-actions bot added size/XL Managed by automation to categorize the size of a PR. documentation Introduces or discusses updates to documentation. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure. labels May 10, 2023
@ewbankkit ewbankkit merged commit 8002bcb into prerelease/5.x May 10, 2023
@ewbankkit ewbankkit deleted the remove-d/aws_identitystore_group.filter branch May 10, 2023 17:01
github-actions bot pushed a commit that referenced this pull request May 10, 2023
@github-actions
Copy link

This functionality has been released in v5.0.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!

danielw-aws pushed a commit to danielw-aws/terraform-provider-aws that referenced this pull request May 31, 2023
@github-actions
Copy link

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
breaking-change Introduces a breaking change in current functionality; usually deferred to the next major release. documentation Introduces or discusses updates to documentation. service/identitystore Issues and PRs that pertain to the identitystore service. size/XL Managed by automation to categorize the size of a PR. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant