Skip to content

Commit b079284

Browse files
Merge pull request #31845 from scautomation/patch-2
Update automation-update-management.md
2 parents 8be1135 + 1fb3740 commit b079284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/automation/automation-update-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ Update
373373
| summarize hint.strategy=partitioned arg_max(TimeGenerated, UpdateState, Classification, Approved) by Computer, SourceComputerId, UpdateID
374374
| where UpdateState=~"Needed" and Approved!=false
375375
| summarize by UpdateID, Classification
376-
| summarize allUpdatesCount=count(), criticalUpdatesCount=countif(Classification has "Critical"), securityUpdatesCount=countif(Classification has "Security"), otherUpdatesCount=countif(Classification !has "Critical" and Classification !has "Security"
376+
| summarize allUpdatesCount=count(), criticalUpdatesCount=countif(Classification has "Critical"), securityUpdatesCount=countif(Classification has "Security"), otherUpdatesCount=countif(Classification !has "Critical" and Classification !has "Security")
377377
```
378378

379379
##### Missing updates list

0 commit comments

Comments
 (0)