microsoft / coe-starter-kit

Other
745 stars 219 forks source link

[ALM Accelerator - BUG]: Pipelines definitions not getting created - The remote server returned an error: (403) Forbidden. #9078

Open mbuckman10 opened 2 hours ago

mbuckman10 commented 2 hours ago

Describe the issue

Recently our pipelines have stopped getting created when we create new solutions and DevOps Projects for those solutions. I have traced back the error to the line below and get a 'The remote server returned an error: (403) Forbidden' error in the output.

coe-alm-accelerator-templates/PowerShell/branch-pipeline-policy.ps1

We have used ALM Accelerator for some time now and have not run into this until recently. Any ideas as to what may be causing this?

Expected Behavior

The solution's build definitions should be getting created automatically with the variables added

What component are you experiencing the issue with?

ALM Accelerator Canvas App

What solution version are you using?

1.0.20240104.1

Steps To Reproduce

No response

Anything else?

No response

mikefactorial commented 2 hours ago

@mbuckman10 take a look at the issues below and see if you're facing one of them. There were some updates to Azure DevOps permissions earlier this year that you may be running into.

https://github.com/microsoft/coe-starter-kit/issues/7930 https://github.com/microsoft/coe-starter-kit/issues/9004