Skip to content

Commit

Permalink
Sync change from DataFactory with Synapses (#24428)
Browse files Browse the repository at this point in the history
  • Loading branch information
elisauhura authored Jun 14, 2023
1 parent 2b6e1ef commit fefa8c5
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6942,6 +6942,10 @@
"description": "Set Variable activity properties.",
"x-ms-client-flatten": true,
"$ref": "#/definitions/SetVariableActivityTypeProperties"
},
"policy": {
"$ref": "#/definitions/SecureInputOutputPolicy",
"description": "Activity policy."
}
},
"required": [
Expand All @@ -6966,6 +6970,20 @@
}
}
},
"SecureInputOutputPolicy": {
"description": "Execution policy for an activity that supports secure input and output.",
"type": "object",
"properties": {
"secureInput": {
"type": "boolean",
"description": "When set to true, Input from activity is considered as secure and will not be logged to monitoring."
},
"secureOutput": {
"type": "boolean",
"description": "When set to true, Output from activity is considered as secure and will not be logged to monitoring."
}
}
},
"AppendVariableActivity": {
"x-ms-discriminator-value": "AppendVariable",
"description": "Append value for a Variable of type Array.",
Expand Down

0 comments on commit fefa8c5

Please sign in to comment.