Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion schemas/2017-09-01-preview/Microsoft.DataFactory.json
Original file line number Diff line number Diff line change
Expand Up @@ -12175,4 +12175,4 @@
"description": "Zoho server dataset."
}
}
}
}
34 changes: 27 additions & 7 deletions schemas/2018-06-01/Microsoft.DataFactory.json
Original file line number Diff line number Diff line change
Expand Up @@ -11621,7 +11621,9 @@
{
"type": "string",
"enum": [
"SystemAssigned"
"SystemAssigned",
"UserAssigned",
"SystemAssigned,UserAssigned"
]
},
{
Expand Down Expand Up @@ -14877,6 +14879,11 @@
],
"description": "The authentication type to be used to connect to the HTTP server."
},
"authHeaders": {
"type": "object",
"properties": {},
"description": "The additional HTTP headers in the request to RESTful API used for authorization. Type: object (or Expression with resultType object)."
},
"certThumbprint": {
"type": "object",
"properties": {},
Expand Down Expand Up @@ -18764,6 +18771,11 @@
],
"description": "Type of authentication used to connect to the OData service."
},
"authHeaders": {
"type": "object",
"properties": {},
"description": "The additional HTTP headers in the request to RESTful API used for authorization. Type: object (or Expression with resultType object)."
},
"azureCloudType": {
"type": "object",
"properties": {},
Expand Down Expand Up @@ -21593,6 +21605,11 @@
],
"description": "Type of authentication used to connect to the REST service."
},
"authHeaders": {
"type": "object",
"properties": {},
"description": "The additional HTTP headers in the request to RESTful API used for authorization. Type: object (or Expression with resultType object)."
},
"azureCloudType": {
"type": "object",
"properties": {},
Expand Down Expand Up @@ -23882,7 +23899,8 @@
"type": "string",
"enum": [
"Basic",
"SshPublicKey"
"SshPublicKey",
"MultiFactor"
]
},
{
Expand Down Expand Up @@ -27469,16 +27487,18 @@
"description": "The base definition of a secret type."
},
"resource": {
"type": "string",
"description": "Resource for which Azure Auth token will be requested when using MSI Authentication."
"type": "object",
"properties": {},
"description": "Resource for which Azure Auth token will be requested when using MSI Authentication. Type: string (or Expression with resultType string)."
},
"type": {
"type": "string",
"description": "Web activity authentication (Basic/ClientCertificate/MSI/ServicePrincipal)"
},
"username": {
"type": "string",
"description": "Web activity authentication user name for basic authentication or ClientID when used for ServicePrincipal"
"type": "object",
"properties": {},
"description": "Web activity authentication user name for basic authentication or ClientID when used for ServicePrincipal. Type: string (or Expression with resultType string)."
},
"userTenant": {
"type": "object",
Expand Down Expand Up @@ -28335,4 +28355,4 @@
"description": "A copy activity Zoho server source."
}
}
}
}