Skip to content

Commit b0678ef

Browse files
elisauhuraharryli0108
authored andcommitted
Sync change from DataFactory with Synapses (Azure#24428)
1 parent 1045661 commit b0678ef

File tree

1 file changed

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

1 file changed

+18
-0
lines changed

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6942,6 +6942,10 @@
69426942
"description": "Set Variable activity properties.",
69436943
"x-ms-client-flatten": true,
69446944
"$ref": "#/definitions/SetVariableActivityTypeProperties"
6945+
},
6946+
"policy": {
6947+
"$ref": "#/definitions/SecureInputOutputPolicy",
6948+
"description": "Activity policy."
69456949
}
69466950
},
69476951
"required": [
@@ -6966,6 +6970,20 @@
69666970
}
69676971
}
69686972
},
6973+
"SecureInputOutputPolicy": {
6974+
"description": "Execution policy for an activity that supports secure input and output.",
6975+
"type": "object",
6976+
"properties": {
6977+
"secureInput": {
6978+
"type": "boolean",
6979+
"description": "When set to true, Input from activity is considered as secure and will not be logged to monitoring."
6980+
},
6981+
"secureOutput": {
6982+
"type": "boolean",
6983+
"description": "When set to true, Output from activity is considered as secure and will not be logged to monitoring."
6984+
}
6985+
}
6986+
},
69696987
"AppendVariableActivity": {
69706988
"x-ms-discriminator-value": "AppendVariable",
69716989
"description": "Append value for a Variable of type Array.",

0 commit comments

Comments
 (0)