Skip to content

Commit c91be25

Browse files
author
Autogenerator Pipeline
committed
Autogenerate schemas
1 parent ca7613d commit c91be25

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

schemas/2018-06-01/Microsoft.DataFactory.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7000,7 +7000,7 @@
70007000
],
70017001
"description": "The folder that this CDC is in. If not specified, CDC will appear at the root level."
70027002
},
7003-
"Policy": {
7003+
"policy": {
70047004
"oneOf": [
70057005
{
70067006
"$ref": "#/definitions/MapperPolicy"
@@ -7011,7 +7011,7 @@
70117011
],
70127012
"description": "CDC Policy."
70137013
},
7014-
"SourceConnectionsInfo": {
7014+
"sourceConnectionsInfo": {
70157015
"oneOf": [
70167016
{
70177017
"type": "array",
@@ -7029,7 +7029,7 @@
70297029
"type": "string",
70307030
"description": "Status of the CDC as to if it is running or stopped."
70317031
},
7032-
"TargetConnectionsInfo": {
7032+
"targetConnectionsInfo": {
70337033
"oneOf": [
70347034
{
70357035
"type": "array",
@@ -7045,9 +7045,9 @@
70457045
}
70467046
},
70477047
"required": [
7048-
"Policy",
7049-
"SourceConnectionsInfo",
7050-
"TargetConnectionsInfo"
7048+
"policy",
7049+
"sourceConnectionsInfo",
7050+
"targetConnectionsInfo"
70517051
],
70527052
"description": "A Azure Data Factory object which automatically detects data changes at the source and then sends the updated data to the destination."
70537053
},
@@ -19706,7 +19706,7 @@
1970619706
"MapperSourceConnectionsInfo": {
1970719707
"type": "object",
1970819708
"properties": {
19709-
"Connection": {
19709+
"connection": {
1971019710
"oneOf": [
1971119711
{
1971219712
"$ref": "#/definitions/MapperConnection"
@@ -19717,7 +19717,7 @@
1971719717
],
1971819718
"description": "Source connection details."
1971919719
},
19720-
"SourceEntities": {
19720+
"sourceEntities": {
1972119721
"oneOf": [
1972219722
{
1972319723
"type": "array",
@@ -19806,7 +19806,7 @@
1980619806
"MapperTargetConnectionsInfo": {
1980719807
"type": "object",
1980819808
"properties": {
19809-
"Connection": {
19809+
"connection": {
1981019810
"oneOf": [
1981119811
{
1981219812
"$ref": "#/definitions/MapperConnection"
@@ -19817,7 +19817,7 @@
1981719817
],
1981819818
"description": "Source connection details."
1981919819
},
19820-
"DataMapperMappings": {
19820+
"dataMapperMappings": {
1982119821
"oneOf": [
1982219822
{
1982319823
"type": "array",
@@ -19831,7 +19831,7 @@
1983119831
],
1983219832
"description": "List of table mappings."
1983319833
},
19834-
"Relationships": {
19834+
"relationships": {
1983519835
"oneOf": [
1983619836
{
1983719837
"type": "array",
@@ -19846,7 +19846,7 @@
1984619846
],
1984719847
"description": "List of relationship info among the tables."
1984819848
},
19849-
"TargetEntities": {
19849+
"targetEntities": {
1985019850
"oneOf": [
1985119851
{
1985219852
"type": "array",

0 commit comments

Comments
 (0)