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

[AutoPR datafactory] Update LinkedService.json #1327

Closed
wants to merge 1 commit into from
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."
}
}
}
}
56 changes: 54 additions & 2 deletions schemas/2018-06-01/Microsoft.DataFactory.json
Original file line number Diff line number Diff line change
Expand Up @@ -2501,6 +2501,11 @@
],
"description": "The base definition of a secret type."
},
"authentication": {
"type": "object",
"properties": {},
"description": "Required to specify MSI, if using Workspace resource id for databricks REST API. Type: string (or Expression with resultType string)."
},
"domain": {
"type": "object",
"properties": {},
Expand Down Expand Up @@ -2603,10 +2608,14 @@
"type": "object",
"properties": {},
"description": "If not using an existing interactive cluster, this specifies the Spark version of a new job cluster or instance pool nodes created for each run of this activity. Required if instancePoolId is specified. Type: string (or Expression with resultType string)."
},
"workspaceResourceId": {
"type": "object",
"properties": {},
"description": "Workspace resource id for databricks REST API. Type: string (or Expression with resultType string)."
}
},
"required": [
"accessToken",
"domain"
],
"description": "Azure Databricks linked service properties."
Expand Down Expand Up @@ -15790,6 +15799,10 @@
"catalogServerEndpoint": {
"type": "string",
"description": "The catalog database server URL."
},
"dualStandbyPairName": {
"type": "string",
"description": "The dual standby pair name of Azure-SSIS Integration Runtimes to support SSISDB failover."
}
},
"description": "Catalog information for managed dedicated integration runtime."
Expand Down Expand Up @@ -17137,6 +17150,17 @@
"ManagedIntegrationRuntime": {
"type": "object",
"properties": {
"managedVirtualNetwork": {
"oneOf": [
{
"$ref": "#/definitions/ManagedVirtualNetworkReference"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Managed Virtual Network reference type."
},
"type": {
"type": "string",
"enum": [
Expand Down Expand Up @@ -17266,6 +17290,34 @@
},
"description": "A managed Virtual Network associated with the Azure Data Factory"
},
"ManagedVirtualNetworkReference": {
"type": "object",
"properties": {
"referenceName": {
"type": "string",
"description": "Reference ManagedVirtualNetwork name."
},
"type": {
"oneOf": [
{
"type": "string",
"enum": [
"ManagedVirtualNetworkReference"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Managed Virtual Network reference type."
}
},
"required": [
"referenceName",
"type"
],
"description": "Managed Virtual Network reference type."
},
"MappingDataFlow": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -28150,4 +28202,4 @@
"description": "A copy activity Zoho server source."
}
}
}
}