Skip to content

Commit 0a3a822

Browse files
authored
Add Custom Activity User Elevation and scope and Databricks policyId (#12628)
* Add changes in pipeline.json for Custom Activity auto user specification and Databricks linked services for policy id * Update Pipeline.json revert separate changes * Update Pipeline.json nit for camelcase field * Update Pipeline.json nit
1 parent be58944 commit 0a3a822

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5383,6 +5383,10 @@
53835383
"encryptedCredential": {
53845384
"type": "object",
53855385
"description": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)."
5386+
},
5387+
"policyId": {
5388+
"type": "object",
5389+
"description": "The policy id for limiting the ability to configure clusters based on a user defined set of rules. Type: string (or Expression with resultType string)."
53865390
}
53875391
},
53885392
"required": [

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5562,6 +5562,10 @@
55625562
"retentionTimeInDays": {
55635563
"type": "object",
55645564
"description": "The retention time for the files submitted for custom activity. Type: double (or Expression with resultType double)."
5565+
},
5566+
"autoUserSpecification": {
5567+
"type": "object",
5568+
"description": "Elevation level and scope for the user, default is nonadmin task. Type: string (or Expression with resultType double)."
55655569
}
55665570
},
55675571
"required": [

0 commit comments

Comments
 (0)