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

[Feature Request] Add option for managed/automatic service principal during service connection / service endpoint creation

Open TeamDman opened this issue 4 years ago • 0 comments

Is your feature request related to a problem? Please describe. When creating a service connection through devops, there's an option to have the service principal be managed by devops.
devopsmanaged

When deleting the service connection, it also cleans up the service connection if it was configured to be "Automatic".

Describe the solution you'd like

There should be a command line flag that can be used instead of --azurerm-service-principal-id (e.g., --automatic--service-principal) that will have a similar behaviour to the web interface. It will create the service principal using the same name as the connection, and will cause devops to delete it when the service connection is deleted.

TeamDman avatar Jul 15 '21 19:07 TeamDman