@@ -34,17 +34,17 @@ A record with a type of `Update` is created that represents updates available an
34
34
| Computer | Fully-qualified domain name of reporting machine. |
35
35
| UpdateState | The current state of the update. |
36
36
| Product | The products for which the update is applicable. |
37
- | OSType | |
37
+ | OSType | Type of operating system. Values are Windows or Linux. |
38
38
| ProductVersion| |
39
39
| Product Arch| |
40
40
| CVENumbers| |
41
41
| BulletinUrl | |
42
42
| BulletinID | Bulletin ID number. |
43
43
| PackageRepository | |
44
44
| 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. |
48
48
| SubscriptionId | Unique identifier for the Azure subscription. |
49
49
| ResourceGroup | Name of the resource group to which the resource belongs. |
50
50
| ResourceProvider | The resource provider. |
@@ -76,10 +76,10 @@ A record with a type of `UpdateRunProgress` is created that provides update depl
76
76
77
77
| Property | Description |
78
78
| ----------| -------------|
79
- | TenantId | |
79
+ | TenantId | Unique identifier representing your organization's instance of Azure Active Directory. |
80
80
| SourceSystem | Source system for the record. The value is ` OperationsManager ` . |
81
81
| TimeGenerated | Date and time of record creation. |
82
- | MG | |
82
+ | MG | Unique identifier for the management group or Log Analytics workspace. |
83
83
| ManagementGroupName | Name of the Operations Manager management group or Log Analytics workspace. |
84
84
| SourceComputerId | Unique identifier representing the source computer. |
85
85
| 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
97
97
| EndTime (UTC) | The time when the synchronization process ended. * This property is currently not used. See TimeGenerated.* |
98
98
| CorrelationId | Unique identifier of the runbook job run for the update. |
99
99
| SubscriptionId | Unique identifier for the Azure subscription. |
100
- | ResourceGroup|
100
+ | ResourceGroup| Name of the resource group to which the resource belongs. |
101
101
| ResourceProvider | The resource provider. |
102
102
| Resource | Name of the resource. |
103
103
| ResourceId | Unique identifier for the resource associated with the record. |
104
104
| ResourceType | Resource type. |
105
105
| ComputerEnvironment | Environment. Values are Azure or Non-Azure. |
106
106
| VMUUID | Unique identifier for the virtual machine. |
107
107
| 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. |
109
109
110
110
### Query Update Summary record
111
111
@@ -116,7 +116,7 @@ A record with a type of `UpdateSummary` is created that provides update summary
116
116
| TenantId| |
117
117
| SourceSystem | Source system for the record. The value is ` OpsManager ` . |
118
118
| TimeGenerated | Date and time of record creation. |
119
- | MG | |
119
+ | MG | Unique identifier for the management group or Log Analytics workspace. |
120
120
| ManagementGroupName | Name of the Operations Manager management group or Log Analytics workspace. |
121
121
| SourceComputerId | Unique identifier for the virtual machine. |
122
122
| LastUpdateApplied (UTC)| |
0 commit comments