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

Implement GetGroupId cmdlet #349

Closed
2 tasks
dbaileyut opened this issue Apr 16, 2024 · 3 comments
Closed
2 tasks

Implement GetGroupId cmdlet #349

dbaileyut opened this issue Apr 16, 2024 · 3 comments
Labels
feature-request A feature should be added or improved. module/powershell-cmdlets response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.

Comments

@dbaileyut
Copy link

Describe the feature

Find-IDSGroupList's -Filter parameter is deprecated. There needs to be a non-deprecated way to get a group by its name (or other attributes) efficiently.

Use Case

I need to search for groups by name or other attributes if possible efficiently rather than getting all of them and filtering locally.

Proposed Solution

No response

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

AWS Tools for PowerShell version used

AWS.Tools.IdentityStore 4.1.539

PowerShell version used


Name                           Value
----                           -----
PSVersion                      7.4.2
PSEdition                      Core
GitCommitId                    7.4.2
OS                             Microsoft Windows 10.0.22621
Platform                       Win32NT
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1
WSManStackVersion              3.0

Operating System and version

Windows 11

@dbaileyut dbaileyut added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Apr 16, 2024
@ashishdhingra
Copy link
Contributor

@dbaileyut Per IdentityStore: ListGroups, Filtering for a Group by the DisplayName attribute is deprecated. Instead, use the GetGroupId API action. Most of the CmdLets for AWS Tools for PowerShell are auto-generated. For GetGroupId API action, the corresponding CmdLet is Get-IDSGroupId. Please advise if you have considered using it for your use case.

Thanks,
Ashish

@ashishdhingra ashishdhingra added response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days. module/powershell-cmdlets and removed needs-triage This issue or PR still needs to be triaged. labels Apr 17, 2024
@dbaileyut
Copy link
Author

My mistake, I wasn't seeing the cmdlet.

Copy link

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A feature should be added or improved. module/powershell-cmdlets response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.
Projects
None yet
Development

No branches or pull requests

2 participants