Skip to content

Commit 1ba770f

Browse files
committed
minor edits
1 parent d3cf6ef commit 1ba770f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,17 @@ A record with a type of `Update` is created that represents updates available an
3434
| Computer | Fully-qualified domain name of reporting machine. |
3535
| UpdateState | The current state of the update. |
3636
| Product | The products for which the update is applicable. |
37-
| OSType | |
37+
| OSType |Type of operating system. Values are Windows or Linux. |
3838
| ProductVersion| |
3939
| Product Arch| |
4040
| CVENumbers| |
4141
| BulletinUrl | |
4242
| BulletinID | Bulletin ID number. |
4343
| PackageRepository | |
4444
| PackageSeverity | |
45-
| OSName | |
46-
| OSVersion | |
47-
| OSFullName | |
45+
| OSName | Type of operating system. Values are Windows or Linux.|
46+
| OSVersion | The version of the operating system. |
47+
| OSFullName | Name of operating system. |
4848
| SubscriptionId | Unique identifier for the Azure subscription. |
4949
| ResourceGroup | Name of the resource group to which the resource belongs. |
5050
| ResourceProvider | The resource provider. |
@@ -76,10 +76,10 @@ A record with a type of `UpdateRunProgress` is created that provides update depl
7676

7777
| Property | Description |
7878
|----------|-------------|
79-
| TenantId | |
79+
| TenantId | Unique identifier representing your organization's instance of Azure Active Directory.|
8080
| SourceSystem | Source system for the record. The value is `OperationsManager`. |
8181
| TimeGenerated | Date and time of record creation. |
82-
| MG | |
82+
| MG | Unique identifier for the management group or Log Analytics workspace. |
8383
| ManagementGroupName | Name of the Operations Manager management group or Log Analytics workspace. |
8484
| SourceComputerId | Unique identifier representing the source computer. |
8585
| KBID | Knowledge base article ID for the Windows update. |
@@ -97,15 +97,15 @@ A record with a type of `UpdateRunProgress` is created that provides update depl
9797
| EndTime (UTC) | The time when the synchronization process ended. *This property is currently not used. See TimeGenerated.* |
9898
| CorrelationId | Unique identifier of the runbook job run for the update. |
9999
| SubscriptionId | Unique identifier for the Azure subscription. |
100-
| ResourceGroup|
100+
| ResourceGroup| Name of the resource group to which the resource belongs.|
101101
| ResourceProvider | The resource provider. |
102102
| Resource | Name of the resource. |
103103
| ResourceId | Unique identifier for the resource associated with the record. |
104104
| ResourceType | Resource type. |
105105
| ComputerEnvironment | Environment. Values are Azure or Non-Azure. |
106106
| VMUUID | Unique identifier for the virtual machine. |
107107
| Type | The type of update. The value is `UpdateRunProgress`. |
108-
| ResourceId | Unique identifier for the resource associated with the record. |
108+
| _ResourceId | Unique identifier for the resource associated with the record. |
109109

110110
### Query Update Summary record
111111

@@ -116,7 +116,7 @@ A record with a type of `UpdateSummary` is created that provides update summary
116116
| TenantId| |
117117
| SourceSystem | Source system for the record. The value is `OpsManager`. |
118118
| TimeGenerated | Date and time of record creation. |
119-
| MG | |
119+
| MG | Unique identifier for the management group or Log Analytics workspace. |
120120
| ManagementGroupName | Name of the Operations Manager management group or Log Analytics workspace. |
121121
| SourceComputerId | Unique identifier for the virtual machine. |
122122
| LastUpdateApplied (UTC)| |

0 commit comments

Comments
 (0)