We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d9479e commit 698a078Copy full SHA for 698a078
azureps-cmdlets-docs/ResourceManager/docs-conceptual/queries-azureps.md
@@ -90,7 +90,7 @@ RGDEMO001 KBDemo020
90
With the next example, the results will return the VMs that have the vmSize 'Standard_DS1_V2'.
91
92
```powershell
93
-Get-AzureRmVM | Where-Object vmSize -eq "'Standard_DS1_V2'" | Select-Object ResourceGroupName,Name
+Get-AzureRmVM | Where-Object vmSize -eq 'Standard_DS1_V2'
94
```
95
96
0 commit comments