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

Refactor Find-PSResource cmdlet #363

Merged
merged 61 commits into from Jun 21, 2021

Conversation

@anamnavi
Copy link
Member

@anamnavi anamnavi commented Apr 24, 2021

This PR includes refactoring for the Find-PSResource cmdlet. This cmdlet searches for requested packages.

Note:

  • At the moment this PR just includes core Find-PSResource functionality (ResourceNameParameterSet).
  • DscResourceNameParameterSet, CommandNameParameterSet, TagParameterSet, TypeParameterSet soon to be completed.
  • The code is refactored into a FindHelper.cs class so that Publish-PSResource may also utilize it.
  • Resolves issues #281 #284 #259 #247 #201 #109 #173 #212 #264

PR Summary

Summary for this PR:

  • refactored Find-PSResource.cs
  • added tests with production module in this PR
  • updated help and design docs for this cmdlet in this PR.
  • add formatting for PSResourceInfo objects

PR Context

PR Checklist

@anamnavi anamnavi requested review from PaulHigin and alerickson Apr 24, 2021
Copy link
Collaborator

@PaulHigin PaulHigin left a comment

LGTM

Loading

@anamnavi anamnavi merged commit 07ac5ff into PowerShell:development Jun 21, 2021
8 of 9 checks passed
Loading
@anamnavi anamnavi changed the title WIP: Refactor Find-PSResource cmdlet Refactor Find-PSResource cmdlet Jun 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

3 participants