diff --git a/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json b/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json index 7ea44c70f4b5..bb1a048b9274 100644 --- a/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json +++ b/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json @@ -530,6 +530,7 @@ }, "StoreWriteSettings": { "description": "Connector write settings.", + "discriminator": "type", "type": "object", "properties": { "type": { @@ -559,7 +560,13 @@ { "$ref": "#/definitions/StoreWriteSettings" } - ] + ], + "properties": { + "blockSizeInMB": { + "description": "Indicates the block size(MB) when writing data to blob. Type: integer (or Expression with resultType integer).", + "type": "object" + } + } }, "AzureBlobFSWriteSettings": { "description": "Azure blobFS write settings.", @@ -568,7 +575,13 @@ { "$ref": "#/definitions/StoreWriteSettings" } - ] + ], + "properties": { + "blockSizeInMB": { + "description": "Indicates the block size(MB) when writing data to blob. Type: integer (or Expression with resultType integer).", + "type": "object" + } + } }, "AzureDataLakeStoreWriteSettings": { "description": "Azure data lake store write settings.", @@ -2732,7 +2745,7 @@ ], "properties": { "storeSettings": { - "$ref": "#/definitions/StoreReadSettings", + "$ref": "#/definitions/StoreWriteSettings", "description": "Binary store settings." } }