SonarCloud Analyze project missing repositories from AzureDevOps

Hi @mickaelcaro.

Is this issue fixed? Same issue here? Azure DevOps - importing repo - cannot see specific project's repos - #7 by TomVanBraband

We are in a test phase for using SonarCloud. Our organization has aprox 170 projects and 450 repos.
SonarCloud imports only 212 repos, so a lot is missing. I can’t find any (azure) user policy causing this.

I can manually create projects as proposed, but its a work around…

In Azure devops api you might set a max return count.
https://dev.azure.com//_apis/projects?api-version=6.0&$top=350

I would guess the default value, max 100 projects, is to small for a lot of organizations using “paid plan”.

-Endre