azure-devops-cli-extension
azure-devops-cli-extension copied to clipboard
[Feature Request] 'az devops service-endpoint share' command
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:
--idId of the service endpoint to share. Alternatively--endpoint-nameand--project-nameparameters could be supplied for better usability--target-project-nameName of the project where shared endpoint will be created--target-nameName of the shared endpoint
It would be useful to build this feature. Any ETA ?
This would be a great feature! Can't wait to use it!