Skip to content
Closed
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
13 changes: 12 additions & 1 deletion schemas/2018-06-01/Microsoft.DataFactory.json
Original file line number Diff line number Diff line change
Expand Up @@ -26591,10 +26591,21 @@
"SetVariableActivityTypeProperties": {
"type": "object",
"properties": {
"setSystemVariable": {
"oneOf": [
{
"type": "boolean"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "If set to true, it sets the pipeline run return value."
},
"value": {
"type": "object",
"properties": {},
"description": "Value to be set. Could be a static value or Expression"
"description": "Value to be set. Could be a static value or Expression."
},
"variableName": {
"type": "string",
Expand Down