File tree Expand file tree Collapse file tree 2 files changed +45
-2
lines changed Expand file tree Collapse file tree 2 files changed +45
-2
lines changed Original file line number Diff line number Diff line change 1217512175 "description" : " Zoho server dataset."
1217612176 }
1217712177 }
12178- }
12178+ }
Original file line number Diff line number Diff line change 1579015790 "catalogServerEndpoint": {
1579115791 "type": "string",
1579215792 "description": "The catalog database server URL."
15793+ },
15794+ "dualStandbyPairName": {
15795+ "type": "string",
15796+ "description": "The dual standby pair name of Azure-SSIS Integration Runtimes to support SSISDB failover."
1579315797 }
1579415798 },
1579515799 "description": "Catalog information for managed dedicated integration runtime."
1713717141 "ManagedIntegrationRuntime": {
1713817142 "type": "object",
1713917143 "properties": {
17144+ "managedVirtualNetwork": {
17145+ "oneOf": [
17146+ {
17147+ "$ref": "#/definitions/ManagedVirtualNetworkReference"
17148+ },
17149+ {
17150+ "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
17151+ }
17152+ ],
17153+ "description": "Managed Virtual Network reference type."
17154+ },
1714017155 "type": {
1714117156 "type": "string",
1714217157 "enum": [
1726617281 },
1726717282 "description": "A managed Virtual Network associated with the Azure Data Factory"
1726817283 },
17284+ "ManagedVirtualNetworkReference": {
17285+ "type": "object",
17286+ "properties": {
17287+ "referenceName": {
17288+ "type": "string",
17289+ "description": "Reference ManagedVirtualNetwork name."
17290+ },
17291+ "type": {
17292+ "oneOf": [
17293+ {
17294+ "type": "string",
17295+ "enum": [
17296+ "ManagedVirtualNetworkReference"
17297+ ]
17298+ },
17299+ {
17300+ "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
17301+ }
17302+ ],
17303+ "description": "Managed Virtual Network reference type."
17304+ }
17305+ },
17306+ "required": [
17307+ "referenceName",
17308+ "type"
17309+ ],
17310+ "description": "Managed Virtual Network reference type."
17311+ },
1726917312 "MappingDataFlow": {
1727017313 "type": "object",
1727117314 "properties": {
2815028193 "description": "A copy activity Zoho server source."
2815128194 }
2815228195 }
28153- }
28196+ }
You can’t perform that action at this time.
0 commit comments