Hi Peer,
I'm encountering an error while using Azure DevOps with Microsoft Fabric:
{ "status_code": 400, "text": { "requestId": "4ec14443-fe2b-472a-b2d4-5e0d6edc5f27", "errorCode": "GitCredentialsConfigurationNotSupported", "message": "Credentials source ConfiguredConnection is not supported for AzureDevOps." } }
I'm calling the following API: POST workspaces/*/git/connect -i
POST workspaces/*/git/connect -i When I retrieve my Git credentials, the response is:
{ "status_code": 200, "text": { "source": "Automatic" } }
However, when I try to set the credentials source to ConfiguredConnection, I get this error:
So in my case, it seems I'm unable to make it work. Do you have any idea what could be causing this or any suggestions on how to proceed?
Thanks in advance!
Best regards, Elbert