Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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 @@ -5525,8 +5525,8 @@
"$ref": "#/definitions/LinkedServiceReference"
},
"folderPath": {
"description": "Folder path for staging blob.",
"type": "string"
"description": "Folder path for staging blob. Type: string (or Expression with resultType string)",
"type": "object"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5260,6 +5260,10 @@
"description": "Type: string (or Expression with resultType string)."
}
},
"newClusterLogDestination": {
"type": "object",
"description": "Specify a location to deliver Spark driver, worker, and event logs. Type: string (or Expression with resultType string)."
},
"newClusterDriverNodeType": {
"type": "object",
"description": "The driver node type for the new job cluster. This property is ignored in instance pool configurations. Type: string (or Expression with resultType string)."
Expand Down