File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
powershell-gallery/docs-conceptual/powershellget/how-to Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -134,6 +134,13 @@ information, see [Find-PSResource][10].
134134 Find-PSResource -Name MyModule -Repository ACRDemoRepo
135135 ```
136136
137+ - Find by name wildcard
138+
139+ ``` powershell
140+ Find-PSResource -Name * -Repository ACRDemoRepo
141+ Find-PSResource -Name PartialName* -Repository ACRDemoRepo
142+ ```
143+
137144- Find by version
138145
139146 ``` powershell
@@ -184,9 +191,6 @@ information, see [Install-PSResource][11].
184191The ** Microsoft.PowerShell.PSResourceGet** module doesn't support the following scenarios for
185192ACR repositories:
186193
187- - Find by name using wildcards
188- - ` Find-PSResource -Name * -Repository ACRDemoRepo `
189- - ` Find-PSResource -Name PartialName* -Repository ACRDemoRepo `
190194- Find by tag value
191195 - ` Find-PSResource -Tag TagValue -Repository ACRDemoRepo `
192196- Find by command
You can’t perform that action at this time.
0 commit comments