Problem using Azure Devops repos from Azure Databricks
We have several users that are having problems cloning repos or using git folders against Azure DevOps repos.
The users have tried with PAT tokens, Azure Entra Id and git credentials.
When using Git folders the users have tried with PAT and Entra Id, but get the folloing error:
Authentication error on Git status Cannot open Git folder (Repo) with Git provider Azure DevOps Service: <url> Update your Git provider credentials below to try again...
When using the Databricks terminal we tested with the same credentials, and with generated git credentials.
Cloning into 'repo' Operation not supported
Note that the users have limited access to the repo in Azure DevOps, but have: "Read", "Create branch", "Contribute to pull requests".
Note that the users can successfully clone the repo on their local computers, and browse the repo in Azure DevOps.