Oracle Analytics Cloud currently enables the ability to initialize repositories for Git Repos located in ADO without the .git extension in the URL.
https://docs.oracle.com/en/cloud/paas/analytics-cloud/acswn/#GUID-CFF90F44-BCEB-49EE-B40B-8D040F02D476
As of right now in Oracle Analytics Server 2025 you can pull from a git repository hosted on Azure DevOps but only if the repo name contains the .git extension in the name of the repo.
Pulling from a repo named OAS_RPD fails with the way ADO handles git repos.
Currently when attempting to initialize the Repository you get an Invalid Format error for the URL used to address the Git Repository in ADO.
`https://serverurl.com/ProjectInfo/_git/OAS_RPD`
You can work around this by naming your repository in ADO as OAS_RPD.git and are able to initialize the repository.
`https://serverurl.com/ProjectInfo/_git/OAS_RPD.git`
This feature should be added in a patch to Oracle Analytics Server 2025 to conform with ADO Git Naming Standards.