Allow to enable access to all pipelines in creating service endpoint.
Open
act-platform-engineering-squad
Auto-Assign
customer-reported
DevOps
Service Attention
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 3.5k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 60
Description
**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
Contributor guide
Assessment
This issue has not been assessed yet.