PSResourceGet
PSResourceGet copied to clipboard
PSResourceGet is the package manager for PowerShell
### Summary of the new feature / enhancement Cmdlet implementation is inconsistent regarding Path parameters. Make all cmdlets use Path. • The following cmdlets use -Path o Get-PSResource o Publish-PSResource...
### 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...
### Summary of the new feature / enhancement Search using wildcards returns duplicate results PS> Find-PSResource Microsoft.PowerShell.WhatsNew -Repository PSG* Name Version Prerelease Repository Description ---- ------- ---------- ---------- ----------- Microsoft.PowerShell.WhatsNew...
### Summary of the new feature / enhancement The original doc included syntax for TagParameterSet and TypeParameterSet but these parameter sets don’t actually exist ### Proposed technical implementation details (optional)...
### Summary of the new feature / enhancement Save-PSResource -AsNupkg -IncludeXML does not include XML file ### Proposed technical implementation details (optional) _No response_
### Summary of the new feature / enhancement Update-ModuleManifest -PassThru parameter does nothing ### Proposed technical implementation details (optional) _No response_
### Summary of the new feature / enhancement • Uninstall is not checking for dependencies – Here is a repro. Note that Az.Accounts is removed instead of throwing an error....
We use an internal NuGet feed to host a lot of our module/scripts for people in IT. but everytime they get on a new box, they need to register that...
### Summary of the new feature / enhancement As a user I would like `Publish-PSResource` to have a `PassThru` parameter to output a `PSResourceInfo` object with all associated metadata. ###...
Fixes AB#5078 - Fix RequireModules description & add Find example