Skip to content

Commit 8e9b40c

Browse files
Jingshu923harryli0108
authored andcommitted
Fix Linter Errors For S360 (Azure#24255)
1 parent d695ba3 commit 8e9b40c

File tree

1 file changed

+23
-12
lines changed
  • specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes

1 file changed

+23
-12
lines changed

specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/ChangeDataCapture.json

Lines changed: 23 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@
44
"title": "DataFactoryManagementClient",
55
"version": "2018-06-01"
66
},
7+
"securityDefinitions": {
8+
"azure_auth": {
9+
"type": "oauth2",
10+
"authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize",
11+
"flow": "implicit",
12+
"description": "Azure Active Directory OAuth2 Flow.",
13+
"scopes": {
14+
"user_impersonation": "impersonate your user account"
15+
}
16+
}
17+
},
718
"paths": {},
819
"definitions": {
920
"ChangeDataCapture": {
@@ -24,7 +35,7 @@
2435
"description": "The description of the change data capture.",
2536
"type": "string"
2637
},
27-
"SourceConnectionsInfo": {
38+
"sourceConnectionsInfo": {
2839
"description": "List of sources connections that can be used as sources in the CDC.",
2940
"type": "array",
3041
"items": {
@@ -33,7 +44,7 @@
3344
},
3445
"x-ms-identifiers": []
3546
},
36-
"TargetConnectionsInfo": {
47+
"targetConnectionsInfo": {
3748
"description": "List of target connections that can be used as sources in the CDC.",
3849
"type": "array",
3950
"items": {
@@ -42,7 +53,7 @@
4253
},
4354
"x-ms-identifiers": []
4455
},
45-
"Policy": {
56+
"policy": {
4657
"description": "CDC policy",
4758
"type": "object",
4859
"$ref": "#/definitions/MapperPolicy"
@@ -57,16 +68,16 @@
5768
}
5869
},
5970
"required": [
60-
"SourceConnectionsInfo",
61-
"TargetConnectionsInfo",
62-
"Policy"
71+
"sourceConnectionsInfo",
72+
"targetConnectionsInfo",
73+
"policy"
6374
]
6475
},
6576
"MapperSourceConnectionsInfo": {
6677
"description": "A object which contains list of tables and connection details for a source connection.",
6778
"type": "object",
6879
"properties": {
69-
"SourceEntities": {
80+
"sourceEntities": {
7081
"description": "List of source tables for a source connection.",
7182
"type": "array",
7283
"items": {
@@ -77,7 +88,7 @@
7788
"name"
7889
]
7990
},
80-
"Connection": {
91+
"connection": {
8192
"type": "object",
8293
"$ref": "#/definitions/MapperConnection"
8394
}
@@ -87,7 +98,7 @@
8798
"description": "A object which contains list of tables and connection details for a target connection.",
8899
"type": "object",
89100
"properties": {
90-
"TargetEntities": {
101+
"targetEntities": {
91102
"description": "List of source tables for a target connection.",
92103
"type": "array",
93104
"items": {
@@ -98,11 +109,11 @@
98109
"name"
99110
]
100111
},
101-
"Connection": {
112+
"connection": {
102113
"type": "object",
103114
"$ref": "#/definitions/MapperConnection"
104115
},
105-
"DataMapperMappings": {
116+
"dataMapperMappings": {
106117
"description": "List of table mappings.",
107118
"type": "array",
108119
"items": {
@@ -114,7 +125,7 @@
114125
"sourceEntityName"
115126
]
116127
},
117-
"Relationships": {
128+
"relationships": {
118129
"description": "List of relationship info among the tables.",
119130
"type": "array",
120131
"items": {

0 commit comments

Comments
 (0)