Skip to content

Commit 9ead163

Browse files
authored
Add clusterloglocation and allow object type for folderpath (#10158)
1 parent 5e3da7d commit 9ead163

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5525,8 +5525,8 @@
55255525
"$ref": "#/definitions/LinkedServiceReference"
55265526
},
55275527
"folderPath": {
5528-
"description": "Folder path for staging blob.",
5529-
"type": "string"
5528+
"description": "Folder path for staging blob. Type: string (or Expression with resultType string)",
5529+
"type": "object"
55305530
}
55315531
}
55325532
},

specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5260,6 +5260,10 @@
52605260
"description": "Type: string (or Expression with resultType string)."
52615261
}
52625262
},
5263+
"newClusterLogDestination": {
5264+
"type": "object",
5265+
"description": "Specify a location to deliver Spark driver, worker, and event logs. Type: string (or Expression with resultType string)."
5266+
},
52635267
"newClusterDriverNodeType": {
52645268
"type": "object",
52655269
"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)."

0 commit comments

Comments
 (0)