Skip to content

Commit

Permalink
adding parameters for dataflow activity (Azure#16602)
Browse files Browse the repository at this point in the history
Co-authored-by: Bhaskar Annamalai <bhaskara@microsoft.com>
  • Loading branch information
2 people authored and LeiWang3 committed Mar 31, 2022
1 parent 33a4193 commit b8d1bc5
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,10 @@
"datasetParameters": {
"type": "object",
"description": "Reference data flow parameters from dataset."
},
"parameters": {
"$ref": "#/definitions/ParameterValueSpecification",
"description": "Data flow parameters"
}
},
"additionalProperties": {
Expand Down

0 comments on commit b8d1bc5

Please sign in to comment.