Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Feature for az create service-connection github for Github Enterprise using token #1309

Open
vsupreti opened this issue Nov 12, 2022 · 1 comment
Labels
Feature Feature Work required.

Comments

@vsupreti
Copy link

vsupreti commented Nov 12, 2022

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I cannot create a project..

Describe the solution you'd like
For the command "az devops service-endpoint github create" there is no option to provide GitHub Enterprise Server and authorization using PAT token.
Even by trying to set this up using json code as below, it doesnt configure as GitHub Enterprise
{
"data": {},
"name": "MyGitHubServiceEndpoint",
"type": "GitHub Enterprise Server",
"url": "https://github.orgname.com",
"authorization": {
"parameters": {
"Token": true
},
"scheme": "Token"
},
"isShared": false,
"isReady": true,
"serviceEndpointProjectReferences": [
{
"projectReference": {
"id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx",
"name": "ClientDemoGithubSPN"
},
"name": "MyGitHubServiceEndpoint"
}
]
}

Additional context
Add any other context or screenshots about the feature request here.

@vsupreti vsupreti added the Feature Feature Work required. label Nov 12, 2022
@vsupreti
Copy link
Author

This is required to create GitHub Enterprise Service connection for the respective DevOps Project. Currently it allows only basic Github service connection to be added.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Feature Work required.
Projects
None yet
Development

No branches or pull requests

1 participant