Skip to content

Commit a0232d7

Browse files
HugoLabraMSFTAzureRestAPISpecReviewelisauhura
authored
[Hub Generated] Publish private branch 'datafactory/eldasilva/addExecutionInfoToSetVariable' (#24306)
* [AutoSync] 2ae6357790 Make new policy generic * Fix typo --------- Co-authored-by: swagger-automation <[email protected]> Co-authored-by: Elisa Uhura Pereira da Silva <[email protected]>
1 parent 7c20402 commit a0232d7

File tree

1 file changed

+18
-0
lines changed
  • specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes

1 file changed

+18
-0
lines changed

specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7755,6 +7755,10 @@
77557755
"description": "Set Variable activity properties.",
77567756
"x-ms-client-flatten": true,
77577757
"$ref": "#/definitions/SetVariableActivityTypeProperties"
7758+
},
7759+
"policy": {
7760+
"$ref": "#/definitions/SecureInputOutputPolicy",
7761+
"description": "Activity policy."
77587762
}
77597763
},
77607764
"required": [
@@ -7779,6 +7783,20 @@
77797783
}
77807784
}
77817785
},
7786+
"SecureInputOutputPolicy": {
7787+
"description": "Execution policy for an activity that supports secure input and output.",
7788+
"type": "object",
7789+
"properties": {
7790+
"secureInput": {
7791+
"type": "boolean",
7792+
"description": "When set to true, Input from activity is considered as secure and will not be logged to monitoring."
7793+
},
7794+
"secureOutput": {
7795+
"type": "boolean",
7796+
"description": "When set to true, Output from activity is considered as secure and will not be logged to monitoring."
7797+
}
7798+
}
7799+
},
77827800
"AppendVariableActivity": {
77837801
"x-ms-discriminator-value": "AppendVariable",
77847802
"description": "Append value for a Variable of type Array.",

0 commit comments

Comments
 (0)