Skip to content

Commit 3bc34dd

Browse files
nakul16168Nakul RamanathanJingshu918
authored
Add dataSecurityMode option to Swagger definition of Azure Databricks linked service type properties for DataFactory and Synapse (Azure#33955)
* Add dataSecurityMode option to Swagger definition of Azure Databricks linked service type properties for DataFactory and Synapse * Addressing comments to PR --------- Co-authored-by: Nakul Ramanathan <nramanathan@microsoft.com> Co-authored-by: Jingshu918 <138486531+Jingshu918@users.noreply.github.com>
1 parent 31869e6 commit 3bc34dd

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

  • specification
    • datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes
    • synapse/data-plane/Microsoft.Synapse/stable/2020-12-01/entityTypes

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7644,6 +7644,11 @@
76447644
"credential": {
76457645
"$ref": "../datafactory.json#/definitions/CredentialReference",
76467646
"description": "The credential reference containing authentication information."
7647+
},
7648+
"dataSecurityMode": {
7649+
"type": "object",
7650+
"x-ms-format": "dfe-string",
7651+
"description": "The data security mode for the Databricks Cluster. Type: string (or Expression with resultType string)."
76477652
}
76487653
},
76497654
"required": [

specification/synapse/data-plane/Microsoft.Synapse/stable/2020-12-01/entityTypes/LinkedService.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6970,6 +6970,10 @@
69706970
"credential": {
69716971
"$ref": "../artifacts.json#/definitions/CredentialReference",
69726972
"description": "The credential reference containing authentication information."
6973+
},
6974+
"dataSecurityMode": {
6975+
"type": "object",
6976+
"description": "The data security mode for the Databricks Cluster. Type: string (or Expression with resultType string)."
69736977
}
69746978
},
69756979
"required": [

0 commit comments

Comments
 (0)