Skip to content

Commit 2789eb2

Browse files
committed
typo corrected
1 parent 2a0ff2c commit 2789eb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ patchassessmentresources
2222
| extend prop = parse_json(properties)
2323
| extend lastTime = properties.lastModifiedDateTime
2424
| extend updateRollupCount = prop.availablePatchCountByClassification.updateRollup, featurePackCount = prop.availablePatchCountByClassification.featurePack, servicePackCount = prop.availablePatchCountByClassification.servicePack, definitionCount = prop.availablePatchCountByClassification.definition, securityCount = prop.availablePatchCountByClassification.security, criticalCount = prop.availablePatchCountByClassification.critical, updatesCount = prop.availablePatchCountByClassification.updates, toolsCount = prop.availablePatchCountByClassification.tools, otherCount = prop.availablePatchCountByClassification.other, OS = prop.osType
25-
| project lastTime, Id, OS, updateRollupCount, featurePackCount, servicePackCount, definitionCount, securityCount, criticalCount, updatesCount, toolsCount, otherCount
25+
| project lastTime, id, OS, updateRollupCount, featurePackCount, servicePackCount, definitionCount, securityCount, criticalCount, updatesCount, toolsCount, otherCount
2626
```
2727

2828
## Count of update installations

0 commit comments

Comments
 (0)