azure-devops-cli-extension icon indicating copy to clipboard operation
azure-devops-cli-extension copied to clipboard

[Feature Request] 'az devops service-endpoint share' command

Open bergmeister opened this issue 4 years ago • 2 comments

Is your feature request related to a problem? Please describe.

I can create Azure DevOps service endpoints but because the secrets are stored inside the endpoint, I do not want to create an endpoint in each project but instead use the built-in sharing functionality of service endpoints in Azure DevOps. Currently I have to call the REST API for that: https://docs.microsoft.com/en-us/rest/api/azure/devops/serviceendpoint/endpoints/share%20service%20endpoint?view=azure-devops-rest-6.0

Describe the solution you'd like

Command: az devops service-endpoint share Parameters:

  • --id Id of the service endpoint to share. Alternatively --endpoint-name and --project-name parameters could be supplied for better usability
  • --target-project-name Name of the project where shared endpoint will be created
  • --target-name Name of the shared endpoint

bergmeister avatar Jan 21 '21 22:01 bergmeister

It would be useful to build this feature. Any ETA ?

sb1975 avatar Apr 12 '22 13:04 sb1975

This would be a great feature! Can't wait to use it!

kewljedi avatar Apr 19 '23 14:04 kewljedi