Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autogenerate #2867

Merged
merged 20 commits into from
Apr 21, 2023
Prev Previous commit
Next Next commit
Autogenerate schemas
  • Loading branch information
Autogenerator Pipeline committed Apr 18, 2023
commit b880eea348c4c07d05cea4df3b554eb084ae3469
13 changes: 12 additions & 1 deletion schemas/2018-06-01/Microsoft.DataFactory.json
Original file line number Diff line number Diff line change
@@ -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",
Loading