Skip to content

Commit b54f814

Browse files
authored
Update LinkedService.json (#12383)
1 parent 425c8fe commit b54f814

File tree

1 file changed

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

1 file changed

+9
-2
lines changed

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

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5312,6 +5312,14 @@
53125312
"description": "Access token for databricks REST API. Refer to https://docs.azuredatabricks.net/api/latest/authentication.html. Type: string (or Expression with resultType string).",
53135313
"$ref": "../datafactory.json#/definitions/SecretBase"
53145314
},
5315+
"authentication": {
5316+
"type": "object",
5317+
"description": "Required to specify MSI, if using Workspace resource id for databricks REST API. Type: string (or Expression with resultType string)."
5318+
},
5319+
"workspaceResourceId": {
5320+
"type": "object",
5321+
"description": "Workspace resource id for databricks REST API. Type: string (or Expression with resultType string)."
5322+
},
53155323
"existingClusterId": {
53165324
"type": "object",
53175325
"description": "The id of an existing interactive cluster that will be used for all runs of this activity. Type: string (or Expression with resultType string)."
@@ -5378,8 +5386,7 @@
53785386
}
53795387
},
53805388
"required": [
5381-
"domain",
5382-
"accessToken"
5389+
"domain"
53835390
]
53845391
},
53855392
"AzureDatabricksDeltaLakeLinkedService": {

0 commit comments

Comments
 (0)