microsoft / azure-devops-python-api

Azure DevOps Python API
https://docs.microsoft.com/azure/devops/integrate/index?view=azure-devops
MIT License
572 stars 197 forks source link

How to create azure devops service endpoint of azure container registry type? #397

Open itisallaboutfundamentals opened 2 years ago

itisallaboutfundamentals commented 2 years ago

I want to create service connection of acr type by python api, but there is no related help document even in below official documents, there is also no examples about how to create acr type of service connection, so I try to find help in here, thank you !

https://docs.microsoft.com/en-us/rest/api/azure/devops/serviceendpoint/endpoints/create?view=azure-devops-rest-6.1

NJannasch commented 2 years ago

One idea would be to check for the API calls in your browser while you're configuring it.

For that, open the developer tools, switch to the network tab and filter for XHR. After that do your configurations in the Web UI - you're than able to see the REST API calls.