Skip to content

Commit

Permalink
Update LinkedService.json (#12383)
Browse files Browse the repository at this point in the history
  • Loading branch information
kesharma authored Jan 21, 2021
1 parent 425c8fe commit b54f814
Showing 1 changed file with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5312,6 +5312,14 @@
"description": "Access token for databricks REST API. Refer to https://docs.azuredatabricks.net/api/latest/authentication.html. Type: string (or Expression with resultType string).",
"$ref": "../datafactory.json#/definitions/SecretBase"
},
"authentication": {
"type": "object",
"description": "Required to specify MSI, if using Workspace resource id for databricks REST API. Type: string (or Expression with resultType string)."
},
"workspaceResourceId": {
"type": "object",
"description": "Workspace resource id for databricks REST API. Type: string (or Expression with resultType string)."
},
"existingClusterId": {
"type": "object",
"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)."
Expand Down Expand Up @@ -5378,8 +5386,7 @@
}
},
"required": [
"domain",
"accessToken"
"domain"
]
},
"AzureDatabricksDeltaLakeLinkedService": {
Expand Down

0 comments on commit b54f814

Please sign in to comment.