diff --git a/specification/datalake-analytics/data-plane/Microsoft.DataLakeAnalytics/2016-11-01/job.json b/specification/datalake-analytics/data-plane/Microsoft.DataLakeAnalytics/2016-11-01/job.json index aa175b844b11..a4bc39d7b17a 100644 --- a/specification/datalake-analytics/data-plane/Microsoft.DataLakeAnalytics/2016-11-01/job.json +++ b/specification/datalake-analytics/data-plane/Microsoft.DataLakeAnalytics/2016-11-01/job.json @@ -1134,6 +1134,11 @@ "type": "string", "readOnly": true, "description": "the error message description" + }, + "innerError": { + "$ref": "#/definitions/JobInnerError", + "readOnly": true, + "description": "the inner error of this specific job error message, if any." } }, "description": "The Data Lake Analytics job error details." @@ -1171,7 +1176,7 @@ } }, "required": [ - "recurrenceId" + "recurrenceId" ], "description": "Job relationship information properties including pipeline information, correlation information, etc." }, @@ -1393,7 +1398,7 @@ "type": "array", "items": { "type": "string" - }, + }, "description": "the list of log file name patterns to find in the logFolder. '*' is the only matching character allowed. Example format: jobExecution*.log or *mylog*.txt" }, "related": { @@ -1412,7 +1417,7 @@ "$ref": "#/definitions/BaseJobParameters" } ], - "properties": { + "properties": { "name": { "type": "string", "description": "the friendly name of the job to build." @@ -1548,7 +1553,7 @@ "type": "array", "items": { "type": "string" - }, + }, "description": "the list of log file name patterns to find in the logFolder. '*' is the only matching character allowed. Example format: jobExecution*.log or *mylog*.txt" }, "related": {