Skip to content

Commit 7445099

Browse files
authored
Merge pull request Azure#13188 from marjoriehahn/mhahn/github_enterprise_api_url_definition
Update Github Enterprise CCF connector definition
2 parents f71cbdb + 491d9de commit 7445099

File tree

5 files changed

+192
-162
lines changed

5 files changed

+192
-162
lines changed

Solutions/GitHub/Data Connectors/GitHubAuditLogs_CCF/GitHubAuditLogs_ConnectorDefinition.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"parameters": {
7474
"mapping": [
7575
{
76-
"columnName": "Github Enterprise URL",
76+
"columnName": "Github Enterprise API URL",
7777
"columnValue": "properties.addOnAttributes.ApiUrl"
7878
}
7979
],
@@ -88,16 +88,21 @@
8888
"isPrimary": true,
8989
"label": "Add Enterprise",
9090
"title": "Add Enterprise",
91-
"subtitle": "Enter the credentials",
9291
"contextPaneType": "DataConnectorsContextPane",
9392
"instructionSteps": [
9493
{
9594
"instructions": [
95+
{
96+
"parameters": {
97+
"content": "Enter your Github Enterprise API URL and API key. Github Enterprise API URL formats:\n* `https://api.github.com/enterprises/{enterprise}`\n* `https://api.{subdomain}.ghe.com/enterprises/{enterprise}`"
98+
},
99+
"type": "Markdown"
100+
},
96101
{
97102
"type": "Textbox",
98103
"parameters": {
99-
"label": "Github Enterprise URL",
100-
"placeholder": "Your Github Enterprise URL",
104+
"label": "Github Enterprise API URL",
105+
"placeholder": "Your Github Enterprise API URL",
101106
"type": "text",
102107
"name": "ApiUrl"
103108
}

Solutions/GitHub/Package/3.1.2.zip

43 KB
Binary file not shown.

0 commit comments

Comments
 (0)