Skip to content

Commit 798eb00

Browse files
authored
Merge pull request #110350 from MGoedtel/task1701740
task1701740
2 parents ced494b + a18d2ee commit 798eb00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/automation/automation-update-management-query-logs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Query Azure Update Management logs
33
description: This article describes how to query the logs for Update Management in your Log Analytics workspace.
44
services: automation
55
ms.subservice: update-management
6-
ms.date: 03/31/2020
6+
ms.date: 04/06/2020
77
ms.topic: conceptual
88
---
99
# Query update records for Update Management in Azure Monitor Logs
@@ -106,7 +106,7 @@ A record with a type of `UpdateRunProgress` is created that provides update depl
106106
| CorrelationId | Unique identifier of the runbook job run for the update. |
107107
| EndTime | The time when the synchronization process ended. |
108108
| ErrorResult | Windows Update error code generated if an update fails to install. |
109-
| InstallationStatus | The possible installation states of an update on the client computer, *In progress*, *Succeeded*, *Partially failed*. |
109+
| InstallationStatus | The possible installation states of an update on the client computer,<br> *NotStarted* - job not triggered yet.<br> *FailedToStart* - unable to start the job on machine.<br> *Failed* - job started but failed with an exception.<br> *InProgress* - job in progress.<br> *MaintenanceWindowExceeded* - if execution was remaining but maintenance window interval reached.<br> *Succeeded* - job succeeded.<br> *InstallFailed* - update failed to install successfully.<br> *NotIncluded*<br> *Excluded* |
110110
| KBID | Knowledge base article ID for the Windows update. |
111111
| ManagementGroupName | Name of the Operations Manager management group or Log Analytics workspace. |
112112
| OSType | Specifies the type of operating system, *Windows* or *Linux*. |

0 commit comments

Comments
 (0)