Skip to content

Commit 617a13d

Browse files
committed
Fix Getting Started adaptedResources filter shorthand
1 parent 3727a30 commit 617a13d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/get-started/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Run the following command to display only the resources available with the
122122

123123
```powershell
124124
$adaptedResources |
125-
Where-Object -FilterScript { $_.requireAdapter -eq 'Microsoft.Windows/WindowsPowerShell' } |
125+
Where-Object -Property requireAdapter -eq Microsoft.Windows/WindowsPowerShell |
126126
Format-Table -Property type, kind, version, capabilities, description
127127
```
128128

0 commit comments

Comments
 (0)