azure-devops-python-api icon indicating copy to clipboard operation
azure-devops-python-api copied to clipboard

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

Open itisallaboutfundamentals opened this issue 4 years ago • 1 comments

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

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.

NJannasch avatar Jan 23 '22 19:01 NJannasch