Skip to content

Commit

Permalink
CodeGen from PR 13204 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 27558b70e5f03aa2d28b3963b8a6f0cbc64f6f79 into c265d4f644cea3bb2e02e976ff95fa6caf6d7b30
  • Loading branch information
SDKAuto committed Mar 1, 2021
1 parent ec60385 commit 26f9c8b
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 7 deletions.
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."
}
}
}
}
30 changes: 24 additions & 6 deletions schemas/2018-06-01/Microsoft.DataFactory.json
Original file line number Diff line number Diff line change
Expand Up @@ -14877,6 +14877,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 +18769,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 +21603,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 +23897,8 @@
"type": "string",
"enum": [
"Basic",
"SshPublicKey"
"SshPublicKey",
"MultiFactor"
]
},
{
Expand Down Expand Up @@ -27469,16 +27485,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 +28353,4 @@
"description": "A copy activity Zoho server source."
}
}
}
}

0 comments on commit 26f9c8b

Please sign in to comment.