Skip to content

Commit f4d936a

Browse files
authored
[Hub Generated] Review request for Microsoft.DataFactory to add version stable/2018-06-01 (#18413)
* add SecureInput policy to ExecutePipelineActivity * restore package-lock.json from main
1 parent 927e500 commit f4d936a

File tree

1 file changed

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

1 file changed

+17
-0
lines changed

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6038,6 +6038,10 @@
60386038
}
60396039
],
60406040
"properties": {
6041+
"policy": {
6042+
"description": "Execute pipeline activity policy.",
6043+
"$ref": "#/definitions/ExecutePipelineActivityPolicy"
6044+
},
60416045
"typeProperties": {
60426046
"description": "Execute pipeline activity properties.",
60436047
"x-ms-client-flatten": true,
@@ -6048,6 +6052,19 @@
60486052
"typeProperties"
60496053
]
60506054
},
6055+
"ExecutePipelineActivityPolicy": {
6056+
"description": "Execution policy for an execute pipeline activity.",
6057+
"type": "object",
6058+
"properties": {
6059+
"secureInput": {
6060+
"type": "boolean",
6061+
"description": "When set to true, Input from activity is considered as secure and will not be logged to monitoring."
6062+
}
6063+
},
6064+
"additionalProperties": {
6065+
"type": "object"
6066+
}
6067+
},
60516068
"ExecutePipelineActivityTypeProperties": {
60526069
"description": "Execute pipeline activity properties.",
60536070
"properties": {

0 commit comments

Comments
 (0)