enterprise-azure-policy-as-code
enterprise-azure-policy-as-code copied to clipboard
Latest Az.ResourceGraph (0.13.1) breaks all versions of EPAC: **FIXED in v10.1.11 and later**
Describe the bug 0.13.1 was realeases on 4/29/2024. It is unclear what kind of pipelines/workflows fail
Fix using REST call instead is in the works. ETA 1 day.
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.
Adding to backlog
Closing due to multiple releases this is no longer an issue.