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 6a2ace7 commit 6ccdca8Copy full SHA for 6ccdca8
articles/governance/resource-graph/concepts/arg-get-list-api.md
@@ -75,9 +75,8 @@ HTTP GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGro
75
76
Resources
77
78
-| where type =~ 'microsoft.compute/virtualmachines'
79
-
80
-| where id =~ '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/microsoft.compute/virtualmachines/{vm}'
+| where type =~ 'microsoft.compute/virtualmachines'
+| where id = ~ '/subscriptions/{subscriptionId}<br>/resourceGroups/{resourceGroup}/providers/microsoft.compute/virtualmachines/{vm}'
81
82
#### CRP Request
83
0 commit comments