I have a Databricks setup, where the users and their permissions are handled in Microsoft Azure using AD groups and then provisioned (account level) using a provisioning connector to Databricks. The code repositories are in Azure Devops where users are granted access as needed.
This is described here and has worked up until now.
Some changes to the AD groups were needed, and after the change the setup no longer works. In particular, some of the users cannot commit or pull from git (the repos is still there). We have two environments and I can only recreate the error on one of them and not always.
PATs are now used as a temporary fix but it won't be a solution in the long run.
Has something changed and/or am I missing a step?