You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: schemas/2018-06-01/Microsoft.DataFactory.json
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -7000,7 +7000,7 @@
7000
7000
],
7001
7001
"description": "The folder that this CDC is in. If not specified, CDC will appear at the root level."
7002
7002
},
7003
-
"Policy": {
7003
+
"policy": {
7004
7004
"oneOf": [
7005
7005
{
7006
7006
"$ref": "#/definitions/MapperPolicy"
@@ -7011,7 +7011,7 @@
7011
7011
],
7012
7012
"description": "CDC Policy."
7013
7013
},
7014
-
"SourceConnectionsInfo": {
7014
+
"sourceConnectionsInfo": {
7015
7015
"oneOf": [
7016
7016
{
7017
7017
"type": "array",
@@ -7029,7 +7029,7 @@
7029
7029
"type": "string",
7030
7030
"description": "Status of the CDC as to if it is running or stopped."
7031
7031
},
7032
-
"TargetConnectionsInfo": {
7032
+
"targetConnectionsInfo": {
7033
7033
"oneOf": [
7034
7034
{
7035
7035
"type": "array",
@@ -7045,9 +7045,9 @@
7045
7045
}
7046
7046
},
7047
7047
"required": [
7048
-
"Policy",
7049
-
"SourceConnectionsInfo",
7050
-
"TargetConnectionsInfo"
7048
+
"policy",
7049
+
"sourceConnectionsInfo",
7050
+
"targetConnectionsInfo"
7051
7051
],
7052
7052
"description": "A Azure Data Factory object which automatically detects data changes at the source and then sends the updated data to the destination."
7053
7053
},
@@ -19706,7 +19706,7 @@
19706
19706
"MapperSourceConnectionsInfo": {
19707
19707
"type": "object",
19708
19708
"properties": {
19709
-
"Connection": {
19709
+
"connection": {
19710
19710
"oneOf": [
19711
19711
{
19712
19712
"$ref": "#/definitions/MapperConnection"
@@ -19717,7 +19717,7 @@
19717
19717
],
19718
19718
"description": "Source connection details."
19719
19719
},
19720
-
"SourceEntities": {
19720
+
"sourceEntities": {
19721
19721
"oneOf": [
19722
19722
{
19723
19723
"type": "array",
@@ -19806,7 +19806,7 @@
19806
19806
"MapperTargetConnectionsInfo": {
19807
19807
"type": "object",
19808
19808
"properties": {
19809
-
"Connection": {
19809
+
"connection": {
19810
19810
"oneOf": [
19811
19811
{
19812
19812
"$ref": "#/definitions/MapperConnection"
@@ -19817,7 +19817,7 @@
19817
19817
],
19818
19818
"description": "Source connection details."
19819
19819
},
19820
-
"DataMapperMappings": {
19820
+
"dataMapperMappings": {
19821
19821
"oneOf": [
19822
19822
{
19823
19823
"type": "array",
@@ -19831,7 +19831,7 @@
19831
19831
],
19832
19832
"description": "List of table mappings."
19833
19833
},
19834
-
"Relationships": {
19834
+
"relationships": {
19835
19835
"oneOf": [
19836
19836
{
19837
19837
"type": "array",
@@ -19846,7 +19846,7 @@
19846
19846
],
19847
19847
"description": "List of relationship info among the tables."
0 commit comments