Skip to content

Commit a3a980f

Browse files
rescopetercalvinleonggowthamd3
authored
RescoCloud connector remove gateway settings. (#728)
* Updated apiProperties.json and apiDefinition.swagger.json (#546) * Update apiDefinition.swagger.json * Add files via upload * update readme * Update Get User Info Action and apiProperties file * In d insurance (#560) * Create IN-D KYC India * Delete IN-D KYC India * Create apiDefinition.swagger.json * Add files via upload * Create README.MD * Update README.MD * Delete README.MD * Delete apiDefinition.swagger.json * Delete apiProperties.json * Create IN-D Insurance * Delete IN-D Insurance * Create IN-D Insurance * Delete IN-D Insurance * Create Readme.md * Add files via upload * Add files via upload * Delete Readme.md * Delete apiDefinition.swagger.json * Delete apiProperties.json * Create Readme.md * Add files via upload * Add files via upload * NEW: RescoCloud connector * RescoCloud connector remove gateway settings. * Revert "RescoCloud connector remove gateway settings." This reverts commit f312465. * RescoCloud connector remove gateway settings. Co-authored-by: Calvin Leong <60145424+calvinleong@users.noreply.github.com> Co-authored-by: gowthamd3 <65020517+gowthamd3@users.noreply.github.com>
1 parent 2ea47f9 commit a3a980f

File tree

1 file changed

+1
-33
lines changed

1 file changed

+1
-33
lines changed

certified-connectors/RescoCloud/apiProperties.json

Lines changed: 1 addition & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"tabIndex": 1,
1212
"required": "true",
1313
"capability": [
14-
"gateway",
1514
"cloud"
1615
]
1716
}
@@ -27,7 +26,6 @@
2726
"tabIndex": 2,
2827
"required": "true",
2928
"capability": [
30-
"gateway",
3129
"cloud"
3230
]
3331
}
@@ -44,7 +42,6 @@
4442
"clearText": true,
4543
"required": "true",
4644
"capability": [
47-
"gateway",
4845
"cloud"
4946
]
5047
}
@@ -61,23 +58,10 @@
6158
"clearText": false,
6259
"required": "true",
6360
"capability": [
64-
"gateway",
6561
"cloud"
6662
]
6763
}
6864
}
69-
},
70-
"gateway": {
71-
"type": "gatewaySetting",
72-
"uiDefinition": {
73-
"displayName": "Gateway",
74-
"description": "On-prem gateway (see https://docs.microsoft.com/data-integration/gateway for more details)",
75-
"tooltip": "On-prem gateway",
76-
"constraints": {
77-
"tabIndex": 5,
78-
"required": "false"
79-
}
80-
}
8165
}
8266
},
8367
"connectionParameterSets": {
@@ -109,7 +93,7 @@
10993
},
11094
{
11195
"text": "Resco Cloud (United States)",
112-
"value": "https://us1.rescocrm.com"
96+
"value": "https://login.us1.rescocrm.com"
11397
},
11498
{
11599
"text": "Resco Inspections (Europe)",
@@ -192,7 +176,6 @@
192176
"tabIndex": 1,
193177
"required": "true",
194178
"capability": [
195-
"gateway",
196179
"cloud"
197180
]
198181
}
@@ -208,7 +191,6 @@
208191
"tabIndex": 2,
209192
"required": "true",
210193
"capability": [
211-
"gateway",
212194
"cloud"
213195
]
214196
}
@@ -225,7 +207,6 @@
225207
"clearText": true,
226208
"required": "true",
227209
"capability": [
228-
"gateway",
229210
"cloud"
230211
]
231212
}
@@ -242,23 +223,10 @@
242223
"clearText": false,
243224
"required": "true",
244225
"capability": [
245-
"gateway",
246226
"cloud"
247227
]
248228
}
249229
}
250-
},
251-
"gateway": {
252-
"type": "gatewaySetting",
253-
"uiDefinition": {
254-
"displayName": "Gateway",
255-
"description": "On-prem gateway (see https://docs.microsoft.com/data-integration/gateway for more details)",
256-
"tooltip": "On-prem gateway",
257-
"constraints": {
258-
"tabIndex": 5,
259-
"required": "false"
260-
}
261-
}
262230
}
263231
}
264232
}

0 commit comments

Comments
 (0)