Skip to content

Commit c9a19f4

Browse files
Merge pull request #270 from MicrosoftDocs/main
Auto Publish – main to live - 2025-07-31 22:09 UTC
2 parents a9ad156 + f191286 commit c9a19f4

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

powershell-gallery/docs-conceptual/powershellget/how-to/use-acr-repository.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff 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].
184191
The **Microsoft.PowerShell.PSResourceGet** module doesn't support the following scenarios for
185192
ACR 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

0 commit comments

Comments
 (0)