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 28247293504a..cd751eee0059 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 @@ -8368,6 +8368,32 @@ "description": "Number of executors to launch for this session, which will override the 'numExecutors' of the notebook you provide. Type: integer (or Expression with resultType integer).", "type": "object", "x-ms-format": "dfe-int" + }, + "configurationType": { + "enum": [ + "Default", + "Customized", + "Artifact" + ], + "type": "string", + "description": "The type of the spark config.", + "x-ms-enum": { + "name": "ConfigurationType", + "modelAsString": true + } + }, + "targetSparkConfiguration": { + "description": "The spark configuration of the spark job.", + "$ref": "#/definitions/SparkConfigurationParametrizationReference" + }, + "sparkConfig": { + "description": "Spark configuration property.", + "type": "object", + "additionalProperties": { + "type": "object", + "x-ms-format": "dfe-string", + "description": "Type: string (or Expression with resultType string)." + } } }, "required": [