Skip to content
Draft
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
178 changes: 178 additions & 0 deletions schemas/2018-06-01/Microsoft.DataFactory.json
Original file line number Diff line number Diff line change
Expand Up @@ -1852,6 +1852,123 @@
},
"description": "AppendVariable activity properties."
},
"AppFiguresLinkedService": {
"type": "object",
"properties": {
"type": {
"type": "string",
"enum": [
"AppFigures"
]
},
"typeProperties": {
"oneOf": [
{
"$ref": "#/definitions/AppFiguresLinkedServiceTypeProperties"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "AppFigures linked service type properties."
}
},
"required": [
"type",
"typeProperties"
],
"description": "Linked service for AppFigures."
},
"AppFiguresLinkedServiceTypeProperties": {
"type": "object",
"properties": {
"clientKey": {
"oneOf": [
{
"$ref": "#/definitions/SecretBase"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The base definition of a secret type."
},
"password": {
"oneOf": [
{
"$ref": "#/definitions/SecretBase"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The base definition of a secret type."
},
"userName": {
"type": "object",
"properties": {},
"description": "The username of the Appfigures source."
}
},
"required": [
"clientKey",
"password",
"userName"
],
"description": "AppFigures linked service type properties."
},
"AsanaLinkedService": {
"type": "object",
"properties": {
"type": {
"type": "string",
"enum": [
"Asana"
]
},
"typeProperties": {
"oneOf": [
{
"$ref": "#/definitions/AsanaLinkedServiceTypeProperties"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Asana linked service type properties."
}
},
"required": [
"type",
"typeProperties"
],
"description": "Linked service for Asana."
},
"AsanaLinkedServiceTypeProperties": {
"type": "object",
"properties": {
"apiToken": {
"oneOf": [
{
"$ref": "#/definitions/SecretBase"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The base definition of a secret type."
},
"encryptedCredential": {
"type": "object",
"properties": {},
"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"
],
"description": "Asana linked service type properties."
},
"AvroDataset": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -9649,6 +9766,58 @@
},
"description": "The format definition of a storage."
},
"DataworldLinkedService": {
"type": "object",
"properties": {
"type": {
"type": "string",
"enum": [
"Dataworld"
]
},
"typeProperties": {
"oneOf": [
{
"$ref": "#/definitions/DataworldLinkedServiceTypeProperties"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Dataworld linked service type properties."
}
},
"required": [
"type",
"typeProperties"
],
"description": "Linked service for Dataworld."
},
"DataworldLinkedServiceTypeProperties": {
"type": "object",
"properties": {
"apiToken": {
"oneOf": [
{
"$ref": "#/definitions/SecretBase"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The base definition of a secret type."
},
"encryptedCredential": {
"type": "object",
"properties": {},
"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"
],
"description": "Dataworld linked service type properties."
},
"Db2LinkedService": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -17817,6 +17986,15 @@
{
"$ref": "#/definitions/ZendeskLinkedService"
},
{
"$ref": "#/definitions/DataworldLinkedService"
},
{
"$ref": "#/definitions/AppFiguresLinkedService"
},
{
"$ref": "#/definitions/AsanaLinkedService"
},
{
"$ref": "#/definitions/AmazonRedshiftLinkedService"
},
Expand Down