Repositories having spaces in Names , is causing discovery to fail.(CLoud Terraform)DescriptionWhen discovery ADO repos via latest terraform connector, the discover fails. When checking the logs it fails when it encounters a repository When projects in ADO (Azure DevOps) have names with spaces, ADO repositories discovery encounters errors. The error message "Failed to get the projects Azure Dev Ops organization, details: java.lang.IllegalArgumentException: Invalid uri 'https://dev.azure.com/gaurav-chaurasia/terra form-.temp.-2/_apis/git/repositories?api-version=6.0': escaped absolute path not valid" appears. The issue occurred because the Repo URL was constructed by directly appending the project names to the URL, even if they contained spaces.Steps to Reproduce Create a Terraform Enterprise config providerCreate a project in ADO(In azure portal) with name containing spacesRun discovery. In the Cloud Admin Portal, Go to Manage | Config ManagementOpen the Terraform click Discover NowCheck the mid server logsIt will show errors related to project name containing SPACES and discovery will failWorkaroundThis problem has been Fixed. If you are able to upgrade, review the Fixed In section to determine the latest version with a permanent fix your instance can be upgraded to.Related Problem: PRB1636020