Skip to content

Commit cb46fde

Browse files
authored
Merge pull request #95874 from DCtheGeek/dmc-arg-kwupdate
Minor language update
2 parents d8f71f2 + fd0c0e7 commit cb46fde

File tree

1 file changed

+4
-1
lines changed
  • articles/governance/resource-graph/samples

1 file changed

+4
-1
lines changed

articles/governance/resource-graph/samples/starter.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,10 @@ Search-AzGraph -Query "Resources | where type =~ 'Microsoft.Compute/virtualMachi
267267
---
268268

269269
> [!NOTE]
270-
> Be aware that while `=~` allows case insensitive matching, use of properties (such as **properties.storageProfile.osDisk.osType**) in the query require the case to be correct. If the property is the incorrect case, it can still return a value, but the grouping or summarization would be incorrect.
270+
> Be aware that while `=~` allows case insensitive matching, use of properties (such as
271+
> **properties.storageProfile.osDisk.osType**) in the query require the case to be correct. If the
272+
> property is the incorrect case, a null or incorrect value is returned and the grouping or
273+
> summarization would be incorrect.
271274
272275
## <a name="show-storage" />Show resources that contain storage
273276

0 commit comments

Comments
 (0)