PSResourceGet
PSResourceGet copied to clipboard
Cmdlet implementation is inconsistent regarding Path parameters. Make all cmdlets use Path.
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 o Save-PSResource o Update-ModuleManifest The following cmdlets use -FilePath o New-PSScriptFileInfo o Test-PSScriptFileInfo o Update-PSScriptFileInfo
Proposed technical implementation details (optional)
No response