Skip to content

Find-PSResource: Searching for a CommandName or DSCResourceName returns an object with an unexpanded ParentResource member #754

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

Closed
SydneyhSmith opened this issue Aug 15, 2022 · 1 comment
Labels
Area-Find Issue-Bug Something isn't working
Milestone

Comments

@SydneyhSmith
Copy link
Collaborator

Summary of the new feature / enhancement

Searching for a CommandName or DSCResourceName returns an object with an unexpanded ParentResource member

PS> Find-PSResource -CommandName Get-TargetResource -ModuleName SystemLocaleDsc

Name ParentResource


Get-TargetResource Microsoft.PowerShell.PowerShellGet.UtilClasses.PSResourceInfo

PS> Find-PSResource -CommandName Get-TargetResource -ModuleName SystemLocaleDsc | Select-Object -ExpandProperty ParentResource

Name Version Prerelease Repository Description


SystemLocaleDsc 1.2.0.0 PSGallery This DSC Resource allows configuration of the Windows System Locale.

Proposed technical implementation details (optional)

No response

@SydneyhSmith SydneyhSmith changed the title Find-PSResource: • Searching for a CommandName or DSCResourceName returns an object with an unexpanded ParentResource member Find-PSResource: Searching for a CommandName or DSCResourceName returns an object with an unexpanded ParentResource member Aug 15, 2022
@SydneyhSmith SydneyhSmith added this to the 3.0-Resolved milestone Aug 19, 2022
@SydneyhSmith
Copy link
Collaborator Author

This is resolved in beta20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Find Issue-Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant