Skip to content

Commit 698a078

Browse files
author
Sean Wheeler
committed
fixing typo
1 parent 6d9479e commit 698a078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azureps-cmdlets-docs/ResourceManager/docs-conceptual/queries-azureps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ RGDEMO001 KBDemo020
9090
With the next example, the results will return the VMs that have the vmSize 'Standard_DS1_V2'.
9191

9292
```powershell
93-
Get-AzureRmVM | Where-Object vmSize -eq "'Standard_DS1_V2'" | Select-Object ResourceGroupName,Name
93+
Get-AzureRmVM | Where-Object vmSize -eq 'Standard_DS1_V2'
9494
```
9595

9696
```

0 commit comments

Comments
 (0)