Skip to content

Commit c0a7127

Browse files
authored
Add authHeaders to HTTP/REST/OData Linked Service, add MultiFactor to SFTP authenticationType (Azure#13204)
* Add authHeaders to HTTP/REST/OData Linked Service, add MultiFactor to SFTP authenticationType * Fix PrettierCheck error
1 parent 8fb7ed0 commit c0a7127

File tree

1 file changed

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

1 file changed

+14
-1
lines changed

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

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1762,6 +1762,10 @@
17621762
"description": "Password of the OData service.",
17631763
"$ref": "../datafactory.json#/definitions/SecretBase"
17641764
},
1765+
"authHeaders": {
1766+
"type": "object",
1767+
"description": "The additional HTTP headers in the request to RESTful API used for authorization. Type: object (or Expression with resultType object)."
1768+
},
17651769
"tenant": {
17661770
"type": "object",
17671771
"description": "Specify the tenant information (domain name or tenant ID) under which your application resides. Type: string (or Expression with resultType string)."
@@ -2636,6 +2640,10 @@
26362640
"description": "The password used in Basic authentication type.",
26372641
"$ref": "../datafactory.json#/definitions/SecretBase"
26382642
},
2643+
"authHeaders": {
2644+
"type": "object",
2645+
"description": "The additional HTTP headers in the request to RESTful API used for authorization. Type: object (or Expression with resultType object)."
2646+
},
26392647
"servicePrincipalId": {
26402648
"description": "The application's client ID used in AadServicePrincipal authentication type.",
26412649
"type": "object"
@@ -2878,6 +2886,10 @@
28782886
"description": "Password for Basic, Digest, Windows, or ClientCertificate with EmbeddedCertData authentication.",
28792887
"$ref": "../datafactory.json#/definitions/SecretBase"
28802888
},
2889+
"authHeaders": {
2890+
"type": "object",
2891+
"description": "The additional HTTP headers in the request to RESTful API used for authorization. Type: object (or Expression with resultType object)."
2892+
},
28812893
"embeddedCertData": {
28822894
"type": "object",
28832895
"description": "Base64 encoded certificate data for ClientCertificate authentication. For on-premises copy with ClientCertificate authentication, either CertThumbprint or EmbeddedCertData/Password should be specified. Type: string (or Expression with resultType string)."
@@ -3003,7 +3015,8 @@
30033015
"type": "string",
30043016
"enum": [
30053017
"Basic",
3006-
"SshPublicKey"
3018+
"SshPublicKey",
3019+
"MultiFactor"
30073020
],
30083021
"x-ms-enum": {
30093022
"name": "SftpAuthenticationType",

0 commit comments

Comments
 (0)