Skip to content

Commit

Permalink
[Hub Generated] Review request for Microsoft.DataFactory to add versi…
Browse files Browse the repository at this point in the history
…on stable/2018-06-01 (Azure#18413)

* add SecureInput policy to ExecutePipelineActivity

* restore package-lock.json from main
  • Loading branch information
Khalil-Ammar authored and FredericHeem committed May 16, 2022
1 parent 20e80b6 commit 7666f48
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6038,6 +6038,10 @@
}
],
"properties": {
"policy": {
"description": "Execute pipeline activity policy.",
"$ref": "#/definitions/ExecutePipelineActivityPolicy"
},
"typeProperties": {
"description": "Execute pipeline activity properties.",
"x-ms-client-flatten": true,
Expand All @@ -6048,6 +6052,19 @@
"typeProperties"
]
},
"ExecutePipelineActivityPolicy": {
"description": "Execution policy for an execute pipeline activity.",
"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."
}
},
"additionalProperties": {
"type": "object"
}
},
"ExecutePipelineActivityTypeProperties": {
"description": "Execute pipeline activity properties.",
"properties": {
Expand Down

0 comments on commit 7666f48

Please sign in to comment.