Related command
az devops service-endpoint create --service-endpoint-configuration svc-connection.json -p 'My Project'
Is your feature request related to a problem? Please describe.
There's no option --enable-for-all similar to az devops service-endpoint update to Allow all pipelines to access this service endpoint.
Describe the solution you'd like
Add option --enable-for-all to az devops service-endpoint create
Workaround
After creating the service connection, use az devops service-endpoint update to enable access for all pipelines
Related command
Is your feature request related to a problem? Please describe.
There's no option
--enable-for-allsimilar toaz devops service-endpoint updateto Allow all pipelines to access this service endpoint.Describe the solution you'd like
Add option
--enable-for-alltoaz devops service-endpoint createWorkaround
After creating the service connection, use
az devops service-endpoint updateto enable access for all pipelines