Azure / enterprise-azure-policy-as-code

Enterprise-ready Azure Policy-as-Code (PaC) solution (includes Az DevOps pipeline)
https://azure.github.io/enterprise-azure-policy-as-code/
MIT License
415 stars 219 forks source link

Latest Az.ResourceGraph (0.13.1) breaks all versions of EPAC: **FIXED in v10.1.11 and later** #598

Open techlake opened 4 months ago

techlake commented 4 months ago

Describe the bug 0.13.1 was realeases on 4/29/2024. It is unclear what kind of pipelines/workflows fail

AB#44046

techlake commented 4 months ago

Fix using REST call instead is in the works. ETA 1 day.

o-l-a-v commented 4 months ago

This is arguably not the fault of Az.ResourceGraph, but rather that EPAC installs the newest Az.ResourceGraph, which in this case required a newer Az.Accounts version than what's included in the GH actions workers.

Doing these API calls manually / outside a module isn't too much hassle, great that you've ridden of that dependency.

apybar commented 1 month ago

Adding to backlog