Skip to content

Commit 7990bc1

Browse files
authored
Sync ADF changes into Synapses: Add setSystemVariable (#23619)
* Sync Dafa Factory change to Synapses * Add missing period
1 parent b805af2 commit 7990bc1

File tree

1 file changed

+5
-1
lines changed
  • specification/synapse/data-plane/Microsoft.Synapse/stable/2020-12-01/entityTypes

1 file changed

+5
-1
lines changed

specification/synapse/data-plane/Microsoft.Synapse/stable/2020-12-01/entityTypes/Pipeline.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6898,8 +6898,12 @@
68986898
"type": "string"
68996899
},
69006900
"value": {
6901-
"description": "Value to be set. Could be a static value or Expression",
6901+
"description": "Value to be set. Could be a static value or Expression.",
69026902
"type": "object"
6903+
},
6904+
"setSystemVariable": {
6905+
"description": "If set to true, it sets the pipeline run return value.",
6906+
"type": "boolean"
69036907
}
69046908
}
69056909
},

0 commit comments

Comments
 (0)