Skip to content

Commit 7a76d25

Browse files
Jingshu923anandanthony
authored andcommitted
Sync authHeaders in RestService From DataFactory To Synapse (Azure#21475)
* Sync authHeaders in RestService From DataFactory To Synapse * update
1 parent 3e66e59 commit 7a76d25

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

specification/synapse/data-plane/Microsoft.Synapse/preview/2021-06-01-preview/entityTypes/LinkedService.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2745,6 +2745,10 @@
27452745
"description": "The password used in Basic authentication type.",
27462746
"$ref": "../artifacts.json#/definitions/SecretBase"
27472747
},
2748+
"authHeaders": {
2749+
"type": "object",
2750+
"description": "The additional HTTP headers in the request to RESTful API used for authorization. Type: object (or Expression with resultType object)."
2751+
},
27482752
"servicePrincipalId": {
27492753
"description": "The application's client ID used in AadServicePrincipal authentication type.",
27502754
"type": "object"

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
@@ -2843,6 +2843,10 @@
28432843
"description": "The password used in Basic authentication type.",
28442844
"$ref": "../artifacts.json#/definitions/SecretBase"
28452845
},
2846+
"authHeaders": {
2847+
"type": "object",
2848+
"description": "The additional HTTP headers in the request to RESTful API used for authorization. Type: object (or Expression with resultType object)."
2849+
},
28462850
"servicePrincipalId": {
28472851
"description": "The application's client ID used in AadServicePrincipal authentication type.",
28482852
"type": "object"

0 commit comments

Comments
 (0)