|
4 | 4 | "title": "DataFactoryManagementClient",
|
5 | 5 | "version": "2018-06-01"
|
6 | 6 | },
|
| 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 | + }, |
7 | 18 | "paths": {},
|
8 | 19 | "definitions": {
|
9 | 20 | "ChangeDataCapture": {
|
|
24 | 35 | "description": "The description of the change data capture.",
|
25 | 36 | "type": "string"
|
26 | 37 | },
|
27 |
| - "SourceConnectionsInfo": { |
| 38 | + "sourceConnectionsInfo": { |
28 | 39 | "description": "List of sources connections that can be used as sources in the CDC.",
|
29 | 40 | "type": "array",
|
30 | 41 | "items": {
|
|
33 | 44 | },
|
34 | 45 | "x-ms-identifiers": []
|
35 | 46 | },
|
36 |
| - "TargetConnectionsInfo": { |
| 47 | + "targetConnectionsInfo": { |
37 | 48 | "description": "List of target connections that can be used as sources in the CDC.",
|
38 | 49 | "type": "array",
|
39 | 50 | "items": {
|
|
42 | 53 | },
|
43 | 54 | "x-ms-identifiers": []
|
44 | 55 | },
|
45 |
| - "Policy": { |
| 56 | + "policy": { |
46 | 57 | "description": "CDC policy",
|
47 | 58 | "type": "object",
|
48 | 59 | "$ref": "#/definitions/MapperPolicy"
|
|
57 | 68 | }
|
58 | 69 | },
|
59 | 70 | "required": [
|
60 |
| - "SourceConnectionsInfo", |
61 |
| - "TargetConnectionsInfo", |
62 |
| - "Policy" |
| 71 | + "sourceConnectionsInfo", |
| 72 | + "targetConnectionsInfo", |
| 73 | + "policy" |
63 | 74 | ]
|
64 | 75 | },
|
65 | 76 | "MapperSourceConnectionsInfo": {
|
66 | 77 | "description": "A object which contains list of tables and connection details for a source connection.",
|
67 | 78 | "type": "object",
|
68 | 79 | "properties": {
|
69 |
| - "SourceEntities": { |
| 80 | + "sourceEntities": { |
70 | 81 | "description": "List of source tables for a source connection.",
|
71 | 82 | "type": "array",
|
72 | 83 | "items": {
|
|
77 | 88 | "name"
|
78 | 89 | ]
|
79 | 90 | },
|
80 |
| - "Connection": { |
| 91 | + "connection": { |
81 | 92 | "type": "object",
|
82 | 93 | "$ref": "#/definitions/MapperConnection"
|
83 | 94 | }
|
|
87 | 98 | "description": "A object which contains list of tables and connection details for a target connection.",
|
88 | 99 | "type": "object",
|
89 | 100 | "properties": {
|
90 |
| - "TargetEntities": { |
| 101 | + "targetEntities": { |
91 | 102 | "description": "List of source tables for a target connection.",
|
92 | 103 | "type": "array",
|
93 | 104 | "items": {
|
|
98 | 109 | "name"
|
99 | 110 | ]
|
100 | 111 | },
|
101 |
| - "Connection": { |
| 112 | + "connection": { |
102 | 113 | "type": "object",
|
103 | 114 | "$ref": "#/definitions/MapperConnection"
|
104 | 115 | },
|
105 |
| - "DataMapperMappings": { |
| 116 | + "dataMapperMappings": { |
106 | 117 | "description": "List of table mappings.",
|
107 | 118 | "type": "array",
|
108 | 119 | "items": {
|
|
114 | 125 | "sourceEntityName"
|
115 | 126 | ]
|
116 | 127 | },
|
117 |
| - "Relationships": { |
| 128 | + "relationships": { |
118 | 129 | "description": "List of relationship info among the tables.",
|
119 | 130 | "type": "array",
|
120 | 131 | "items": {
|
|
0 commit comments