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."
}
}
}
}
121 changes: 120 additions & 1 deletion schemas/2018-06-01/Microsoft.DataFactory.json
Original file line number Diff line number Diff line change
Expand Up @@ -4812,6 +4812,17 @@
"AzureSqlDatabaseLinkedServiceTypeProperties": {
"type": "object",
"properties": {
"alwaysEncryptedSettings": {
"oneOf": [
{
"$ref": "#/definitions/SqlAlwaysEncryptedProperties"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Sql always encrypted properties."
},
"azureCloudType": {
"type": "object",
"properties": {},
Expand Down Expand Up @@ -5025,6 +5036,17 @@
"AzureSqlMILinkedServiceTypeProperties": {
"type": "object",
"properties": {
"alwaysEncryptedSettings": {
"oneOf": [
{
"$ref": "#/definitions/SqlAlwaysEncryptedProperties"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Sql always encrypted properties."
},
"azureCloudType": {
"type": "object",
"properties": {},
Expand Down Expand Up @@ -6961,6 +6983,12 @@
{
"$ref": "#/definitions/SalesforceServiceCloudSink"
},
{
"$ref": "#/definitions/MongoDbAtlasSink"
},
{
"$ref": "#/definitions/MongoDbV2Sink"
},
{
"$ref": "#/definitions/CosmosDbMongoDbApiSink"
}
Expand Down Expand Up @@ -18280,6 +18308,26 @@
],
"description": "MongoDB Atlas linked service properties."
},
"MongoDbAtlasSink": {
"type": "object",
"properties": {
"type": {
"type": "string",
"enum": [
"MongoDbAtlasSink"
]
},
"writeBehavior": {
"type": "object",
"properties": {},
"description": "Specifies whether the document with same key to be overwritten (upsert) rather than throw exception (insert). The default value is \"insert\". Type: string (or Expression with resultType string). Type: string (or Expression with resultType string)."
}
},
"required": [
"type"
],
"description": "A copy activity MongoDB Atlas sink."
},
"MongoDbAtlasSource": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -18643,6 +18691,26 @@
],
"description": "MongoDB linked service properties."
},
"MongoDbV2Sink": {
"type": "object",
"properties": {
"type": {
"type": "string",
"enum": [
"MongoDbV2Sink"
]
},
"writeBehavior": {
"type": "object",
"properties": {},
"description": "Specifies whether the document with same key to be overwritten (upsert) rather than throw exception (insert). The default value is \"insert\". Type: string (or Expression with resultType string). Type: string (or Expression with resultType string)."
}
},
"required": [
"type"
],
"description": "A copy activity MongoDB sink."
},
"MongoDbV2Source": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -25259,6 +25327,46 @@
],
"description": "A copy activity Spark Server source."
},
"SqlAlwaysEncryptedProperties": {
"type": "object",
"properties": {
"alwaysEncryptedAkvAuthType": {
"oneOf": [
{
"type": "string",
"enum": [
"ServicePrincipal",
"ManagedIdentity"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Sql always encrypted AKV authentication type. Type: string (or Expression with resultType string)."
},
"servicePrincipalId": {
"type": "object",
"properties": {},
"description": "The client ID of the application in Azure Active Directory used for Azure Key Vault authentication. Type: string (or Expression with resultType string)."
},
"servicePrincipalKey": {
"oneOf": [
{
"$ref": "#/definitions/SecretBase"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The base definition of a secret type."
}
},
"required": [
"alwaysEncryptedAkvAuthType"
],
"description": "Sql always encrypted properties."
},
"SqlDWSink": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -25529,6 +25637,17 @@
"SqlServerLinkedServiceTypeProperties": {
"type": "object",
"properties": {
"alwaysEncryptedSettings": {
"oneOf": [
{
"$ref": "#/definitions/SqlAlwaysEncryptedProperties"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Sql always encrypted properties."
},
"connectionString": {
"type": "object",
"properties": {},
Expand Down Expand Up @@ -28861,4 +28980,4 @@
"description": "A copy activity Zoho server source."
}
}
}
}