Skip to content

Commit

Permalink
Add hierarchyQueueNode into JobInformation(Basic) (#3942)
Browse files Browse the repository at this point in the history
* Add degreeOfParallelismPercent to JobInformationBasic

* Add degreeOfParallelismPercent to JobInformationBasic

* add hierarchyQueueNode to JobInformation(Basic)

* Tiny change to test github merge
  • Loading branch information
hosunmsft authored and jianghaolu committed Sep 20, 2018
1 parent 93986e5 commit 1a88657
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -962,6 +962,11 @@
},
"description": "Gets the job state audit records, indicating when various operations have been performed on this job."
},
"hierarchyQueueNode": {
"type": "string",
"readOnly": true,
"description": "the name of hierarchy queue node this job is assigned to, null if job has not been assigned yet or the account doesn't have hierarchy queue."
},
"properties": {
"$ref": "#/definitions/JobProperties",
"description": "Gets or sets the job specific properties."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1018,6 +1018,11 @@
},
"description": "the job state audit records, indicating when various operations have been performed on this job."
},
"hierarchyQueueNode": {
"type": "string",
"readOnly": true,
"description": "the name of hierarchy queue node this job is assigned to, null if job has not been assigned yet or the account doesn't have hierarchy queue."
},
"properties": {
"$ref": "#/definitions/JobProperties",
"description": "the job specific properties."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -778,6 +778,11 @@
"type": "string"
},
"description": "The key-value pairs used to add additional metadata to the job information. (Only for use internally with Scope job type.)"
},
"hierarchyQueueNode": {
"type": "string",
"readOnly": true,
"description": "the name of hierarchy queue node this job is assigned to, Null if job has not been assigned yet or the account doesn't have hierarchy queue."
}
},
"description": "The common Data Lake Analytics job information properties."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1574,6 +1574,11 @@
"related": {
"$ref": "#/definitions/JobRelationshipProperties",
"description": "the recurring job relationship information properties."
},
"hierarchyQueueNode": {
"type": "string",
"readOnly": true,
"description": "the name of hierarchy queue node this job is assigned to, null if job has not been assigned yet or the account doesn't have hierarchy queue."
}
},
"required": [
Expand Down

0 comments on commit 1a88657

Please sign in to comment.