Skip to content
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit Hold shift + click to select a range
5f0e4d1
Refactoring changes in order to match with Ben's refactoring changes
ro-joowan Jul 21, 2017
718cf30
Merge branch 'current' of https://github.com/Azure/azure-rest-api-spe…
ro-joowan Jul 21, 2017
c096abf
Merge branch 'current' of https://github.com/Azure/azure-rest-api-spe…
ro-joowan Jul 28, 2017
3f552a7
Adding an innerError field to JobInnerError object
ro-joowan Jul 28, 2017
29088f4
Getting rid of JobInnerErrorSecond and JobInnerErrorThird
ro-joowan Aug 8, 2017
96d0a31
Merge branch 'current' of https://github.com/Azure/azure-rest-api-spe…
ro-joowan Aug 12, 2017
27907bf
Merge branch 'current' of https://github.com/Azure/azure-rest-api-spe…
ro-joowan Aug 26, 2017
1827ad4
[BUGFIX] - Reverting readOnly for two fields
ro-joowan Aug 26, 2017
17d3f1c
Merge branch 'current' of https://github.com/Azure/azure-rest-api-spe…
ro-joowan Aug 28, 2017
de5dbf1
Merge branch 'current' of https://github.com/Azure/azure-rest-api-spe…
ro-joowan Sep 1, 2017
d31088b
Merge branch 'current' of https://github.com/Azure/azure-rest-api-spe…
ro-joowan Sep 1, 2017
816f330
Merge branch 'inner-error' into current
ro-joowan Sep 1, 2017
e3f95f8
Merge branch 'current' of https://github.com/Azure/azure-rest-api-spe…
ro-joowan Sep 5, 2017
8ef68f3
Merge branch 'current' of https://github.com/ro-joowan/azure-rest-api…
ro-joowan Sep 5, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down Expand Up @@ -1171,7 +1176,7 @@
}
},
"required": [
"recurrenceId"
"recurrenceId"
],
"description": "Job relationship information properties including pipeline information, correlation information, etc."
},
Expand Down Expand Up @@ -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": {
Expand All @@ -1412,7 +1417,7 @@
"$ref": "#/definitions/BaseJobParameters"
}
],
"properties": {
"properties": {
"name": {
"type": "string",
"description": "the friendly name of the job to build."
Expand Down Expand Up @@ -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": {
Expand Down