Sonarqube Version 8.9 only allowing master branch to scan in Azure Devops pipeline

I am unable to scan any other branches (eg. feature, development, etc) except the master branch in our codebase while using sonar cube version 8.9 community edition integrated with Azure DevOps.
I want to scan my code with the development branch using sonarqube version 8.9.
Please suggest to me a suitable way to achieve the target.

Logs:-

2023-01-03T06:16:10.4732000Z INFO: Total time: 40.418s
2023-01-03T06:16:10.5294514Z INFO: Final Memory: 9M/34M
2023-01-03T06:16:10.5296260Z INFO: ------------------------------------------------------------------------
2023-01-03T06:16:10.5297534Z ##[error]ERROR: Error during SonarScanner execution
2023-01-03T06:16:10.5298944Z ERROR: Error during SonarScanner execution
2023-01-03T06:16:10.5302009Z ##[error]ERROR: Failed to upload report - An error has occurred. Please contact your administrator
ERROR:
2023-01-03T06:16:10.5304834Z ERROR: Failed to upload report - An error has occurred. Please contact your administrator
2023-01-03T06:16:10.5305683Z ERROR: 
2023-01-03T06:16:10.5788341Z ##[error]The SonarScanner did not complete successfully
2023-01-03T06:16:10.5790917Z The SonarScanner did not complete successfully
2023-01-03T06:16:10.5794133Z ##[error]06:16:10.574  Post-processing failed. Exit code: 1
2023-01-03T06:16:10.5795419Z 06:16:10.574  Post-processing failed. Exit code: 1
2023-01-03T06:16:10.5947079Z ##[error]The process 'D:\a\_tasks\SonarQubePrepare_15b84ca1-b62f-4a2a-a403-89b77a063157\4.31.0\classic-sonar-scanner-msbuild\SonarScanner.MSBuild.exe' failed with exit code 1
2023-01-03T06:16:10.6079898Z ##[section]Finishing: Run Code Analysis

Hey there.

Branch Analysis is only supported starting in Developer Edition of SonarQube – in Community Edition, only analysis of your main branch is supported.

Right now we are using community edition 8.5.1, but here everything is going fine. No issues with Azure DevOps also. Can please suggest that why this is working?