Skip to content

Commit 6d4170a

Browse files
authored
Update automation-manage-send-joblogs-log-analytics.md
deleted ResultType:New entries that were not recorded in JobLogs. Although New is recorded in the Status property of the activity log, it is noted as Created in the ResultType column of the JobLogs table, which contains similar information to the activity log. It is assumed that there was an incorrect mix of information.
1 parent 991db89 commit 6d4170a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/automation/automation-manage-send-joblogs-log-analytics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Azure Automation diagnostics create the following types of records in Azure Moni
110110
| Caller_s |Caller that initiated the operation. Possible values are either an email address or system for scheduled jobs. |
111111
| Tenant_g | GUID (globally unique identifier) that identifies the tenant for the caller. |
112112
| JobId_g |GUID that identifies the runbook job. |
113-
| ResultType |Status of the runbook job. Possible values are:<br>- New<br>- Created<br>- Started<br>- Stopped<br>- Suspended<br>- Failed<br>- Completed |
113+
| ResultType |Status of the runbook job. Possible values are:<br>- Created<br>- Started<br>- Stopped<br>- Suspended<br>- Failed<br>- Completed |
114114
| Category | Classification of the type of data. For Automation, the value is JobLogs. |
115115
| OperationName | Type of operation performed in Azure. For Automation, the value is Job. |
116116
| Resource | Name of the Automation account |

0 commit comments

Comments
 (0)