Skip to content
Draft
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
46 changes: 26 additions & 20 deletions schemas/2018-06-01/Microsoft.DataFactory.json
Original file line number Diff line number Diff line change
Expand Up @@ -8740,6 +8740,22 @@
"properties": {},
"description": "Reference data flow parameters from dataset."
},
"parameters": {
"oneOf": [
{
"type": "object",
"additionalProperties": {
"type": "object",
"properties": {}
},
"properties": {}
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "An object mapping parameter names to argument values."
},
"referenceName": {
"type": "string",
"description": "Reference data flow name."
Expand Down Expand Up @@ -12927,22 +12943,6 @@
"Flowlet": {
"type": "object",
"properties": {
"additionalProperties": {
"oneOf": [
{
"type": "object",
"additionalProperties": {
"type": "object",
"properties": {}
},
"properties": {}
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Unmatched properties from the message are deserialized this collection"
},
"type": {
"type": "string",
"enum": [
Expand All @@ -12969,10 +12969,6 @@
"FlowletTypeProperties": {
"type": "object",
"properties": {
"additionalProperties": {
"type": "object",
"properties": {}
},
"script": {
"type": "string",
"description": "Flowlet script."
Expand Down Expand Up @@ -13165,6 +13161,11 @@
"properties": {},
"description": "Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean)."
},
"disableChunking": {
"type": "object",
"properties": {},
"description": "If true, disable parallel reading within each file. Default is false. Type: boolean (or Expression with resultType boolean)."
},
"enablePartitionDiscovery": {
"oneOf": [
{
Expand Down Expand Up @@ -25101,6 +25102,11 @@
"properties": {},
"description": "Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean)."
},
"disableChunking": {
"type": "object",
"properties": {},
"description": "If true, disable parallel reading within each file. Default is false. Type: boolean (or Expression with resultType boolean)."
},
"enablePartitionDiscovery": {
"oneOf": [
{
Expand Down