Skip to content

Commit 71e6f11

Browse files
committed
minor edit
1 parent 4ee7f64 commit 71e6f11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/update-manager/sample-query-logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The following query returns a list of update installations for Linux with their
6161

6262
```kusto
6363
patchinstallationresources
64-
| where type has "softwarepatches" and isnotnull(properties.version) and isnull(properties.kbId))
64+
| where type has "softwarepatches" and isnotnull(properties.version) and isnull(properties.kbId)
6565
| extend machineName = tostring(split(id, "/", 8)), resourceType = tostring(split(type, "/", 0)), tostring(rgName = split(id, "/", 4)), tostring(RunID = split(id, "/", 10))
6666
| extend prop = parse_json(properties)
6767
| extend lTime = todatetime(prop.lastModifiedDateTime), patchName = tostring(prop.patchName), version = tostring(prop.version), installationState = tostring(prop.installationState), classifications = tostring(prop.classifications)

0 commit comments

Comments
 (0)