-
Notifications
You must be signed in to change notification settings - Fork 99
Closed
Labels
Area-FindResolution-FixedFixed the issue in latest release or PRFixed the issue in latest release or PR
Description
Prerequisites
- Write a descriptive title.
- Make sure you are able to repro it on the latest released version
- Search the existing issues.
Steps to reproduce
When searching for a resource by CommandName you must specify the name using the correct case.
Find-PSResource -CommandName new-markdownhelp -ModuleName platyps
Find-PSResource -CommandName New-MarkdownHelp -ModuleName platyps
Name ParentResource
---- --------------
New-MarkdownHelp Microsoft.PowerShell.PowerShellGet.UtilClasses.PSResourceInfo
Expected behavior
The search should be case-insensitive.
Actual behavior
You must know the case of the command name.
This can be a problem when you don't know how the module author named the command. This could be especially problematic for Az cmdlets that don't always follow the Pascal-case naming pattern.
Error details
No response
Environment data
$PSVersionTable.PSVersion
Major Minor Patch PreReleaseLabel BuildLabel
----- ----- ----- --------------- ----------
7 3 2
ModuleType Version PreRelease Name ExportedCommands
---------- ------- ---------- ---- ----------------
Binary 3.0.19 beta19 powershellget {Find-PSResource, Get-PSResource, Get-PSResourceR…
Visuals
No response
Metadata
Metadata
Assignees
Labels
Area-FindResolution-FixedFixed the issue in latest release or PRFixed the issue in latest release or PR