Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Azure Data Factory] Support rest-based connectors in ADF #18514

Merged
merged 13 commits into from
Apr 12, 2022
6 changes: 5 additions & 1 deletion custom-words.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
A128CBCPAD
A128CBCPAD
A192CBCPAD
A256CBCPAD
AADDS
Expand Down Expand Up @@ -2518,4 +2518,8 @@ Quickbase
Smartsheet
Qualys
servermetrics
Dataworld
Asana
AppFigures
Twilio
getazresiliencystatus
Original file line number Diff line number Diff line change
Expand Up @@ -3214,6 +3214,161 @@
"url"
]
},
"DataworldLinkedService": {
"x-ms-discriminator-value": "Dataworld",
"description": "Linked service for Dataworld.",
"type": "object",
"allOf": [
{
"$ref": "#/definitions/LinkedService"
}
],
"properties": {
"typeProperties": {
"description": "Dataworld linked service properties.",
"x-ms-client-flatten": true,
"$ref": "#/definitions/DataworldLinkedServiceTypeProperties"
}
},
"required": [
"typeProperties"
]
},
"DataworldLinkedServiceTypeProperties": {
"description": "Dataworld linked service type properties.",
"type": "object",
"properties": {
"apiToken": {
"$ref": "../datafactory.json#/definitions/SecretBase",
"description": "The api token for the Dataworld source."
},
"encryptedCredential": {
"type": "object",
"description": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)."
}
},
"required": [
"apiToken"
]
},
"AppFiguresLinkedService": {
"x-ms-discriminator-value": "AppFigures",
"description": "Linked service for AppFigures.",
"type": "object",
"allOf": [
{
"$ref": "#/definitions/LinkedService"
}
],
"properties": {
"typeProperties": {
"description": "AppFigures linked service properties.",
"x-ms-client-flatten": true,
"$ref": "#/definitions/AppFiguresLinkedServiceTypeProperties"
}
},
"required": [
"typeProperties"
]
},
"AppFiguresLinkedServiceTypeProperties": {
"description": "AppFigures linked service type properties.",
"type": "object",
"properties": {
"userName": {
"type": "object",
"description": "The username of the Appfigures source."
},
"password": {
"description": "The password of the AppFigures source.",
"$ref": "../datafactory.json#/definitions/SecretBase"
},
"clientKey": {
"$ref": "../datafactory.json#/definitions/SecretBase",
"description": "The client key for the AppFigures source."
}
},
"required": [
"userName",
"password",
"clientKey"
]
},
"AsanaLinkedService": {
"x-ms-discriminator-value": "Asana",
"description": "Linked service for Asana.",
"type": "object",
"allOf": [
{
"$ref": "#/definitions/LinkedService"
}
],
"properties": {
"typeProperties": {
"description": "Asana linked service properties.",
"x-ms-client-flatten": true,
"$ref": "#/definitions/AsanaLinkedServiceTypeProperties"
}
},
"required": [
"typeProperties"
]
},
"AsanaLinkedServiceTypeProperties": {
"description": "Asana linked service type properties.",
"type": "object",
"properties": {
"apiToken": {
"$ref": "../datafactory.json#/definitions/SecretBase",
"description": "The api token for the Asana source."
},
"encryptedCredential": {
"type": "object",
"description": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)."
}
},
"required": [
"apiToken"
]
},
"TwilioLinkedService": {
"x-ms-discriminator-value": "Twilio",
"description": "Linked service for Twilio.",
"type": "object",
"allOf": [
{
"$ref": "#/definitions/LinkedService"
}
],
"properties": {
"typeProperties": {
"description": "Twilio linked service properties.",
"x-ms-client-flatten": true,
"$ref": "#/definitions/TwilioLinkedServiceTypeProperties"
}
},
"required": [
"typeProperties"
]
},
"TwilioLinkedServiceTypeProperties": {
"description": "Twilio linked service type properties.",
"type": "object",
"properties": {
"userName": {
"type": "object",
"description": "The Account SID of Twilio service."
},
"password": {
"description": "The auth token of Twilio service.",
"$ref": "../datafactory.json#/definitions/SecretBase"
}
},
"required": [
"userName",
"password"
]
},
"AmazonRedshiftLinkedService": {
"x-ms-discriminator-value": "AmazonRedshift",
"description": "Linked service for Amazon Redshift.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2977,6 +2977,161 @@
"url"
]
},
"DataworldLinkedService": {
"x-ms-discriminator-value": "Dataworld",
"description": "Linked service for Dataworld.",
"type": "object",
"allOf": [
{
"$ref": "#/definitions/LinkedService"
}
],
"properties": {
"typeProperties": {
"description": "Dataworld linked service properties.",
"x-ms-client-flatten": true,
"$ref": "#/definitions/DataworldLinkedServiceTypeProperties"
}
},
"required": [
"typeProperties"
]
},
"DataworldLinkedServiceTypeProperties": {
"description": "Dataworld linked service type properties.",
"type": "object",
"properties": {
"apiToken": {
"$ref": "../artifacts.json#/definitions/SecretBase",
"description": "The api token for the Dataworld source."
},
"encryptedCredential": {
"type": "object",
"description": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)."
}
},
"required": [
"apiToken"
]
},
"AppFiguresLinkedService": {
"x-ms-discriminator-value": "AppFigures",
"description": "Linked service for AppFigures.",
"type": "object",
"allOf": [
{
"$ref": "#/definitions/LinkedService"
}
],
"properties": {
"typeProperties": {
"description": "AppFigures linked service properties.",
"x-ms-client-flatten": true,
"$ref": "#/definitions/AppFiguresLinkedServiceTypeProperties"
}
},
"required": [
"typeProperties"
]
},
"AppFiguresLinkedServiceTypeProperties": {
"description": "AppFigures linked service type properties.",
"type": "object",
"properties": {
"userName": {
"type": "object",
"description": "The username of the Appfigures source."
},
"password": {
"description": "The password of the AppFigures source.",
"$ref": "../artifacts.json#/definitions/SecretBase"
},
"clientKey": {
"$ref": "../artifacts.json#/definitions/SecretBase",
"description": "The client key for the AppFigures source."
}
},
"required": [
"userName",
"password",
"clientKey"
]
},
"AsanaLinkedService": {
"x-ms-discriminator-value": "Asana",
"description": "Linked service for Asana.",
"type": "object",
"allOf": [
{
"$ref": "#/definitions/LinkedService"
}
],
"properties": {
"typeProperties": {
"description": "Asana linked service properties.",
"x-ms-client-flatten": true,
"$ref": "#/definitions/AsanaLinkedServiceTypeProperties"
}
},
"required": [
"typeProperties"
]
},
"AsanaLinkedServiceTypeProperties": {
"description": "Asana linked service type properties.",
"type": "object",
"properties": {
"apiToken": {
"$ref": "../artifacts.json#/definitions/SecretBase",
"description": "The api token for the Asana source."
},
"encryptedCredential": {
"type": "object",
"description": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)."
}
},
"required": [
"apiToken"
]
},
"TwilioLinkedService": {
"x-ms-discriminator-value": "Twilio",
"description": "Linked service for Twilio.",
"type": "object",
"allOf": [
{
"$ref": "#/definitions/LinkedService"
}
],
"properties": {
"typeProperties": {
"description": "Twilio linked service properties.",
"x-ms-client-flatten": true,
"$ref": "#/definitions/TwilioLinkedServiceTypeProperties"
}
},
"required": [
"typeProperties"
]
},
"TwilioLinkedServiceTypeProperties": {
"description": "Twilio linked service type properties.",
"type": "object",
"properties": {
"userName": {
"type": "object",
"description": "The Account SID of Twilio service."
},
"password": {
"description": "The auth token of Twilio service.",
"$ref": "../artifacts.json#/definitions/SecretBase"
}
},
"required": [
"userName",
"password"
]
},
"AmazonS3LinkedService": {
"x-ms-discriminator-value": "AmazonS3",
"description": "Linked service for Amazon S3.",
Expand Down