-
Notifications
You must be signed in to change notification settings - Fork 519
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🪲 Bug Report - PolicyAssignment lib generating wrong name/paths #426
Comments
Hey @JimmyKarlsson112, Good spot. Are you spotting this as you are adding additional policy assignments as per the guidance https://github.com/Azure/ALZ-Bicep/wiki/AssigningPolicies here? Just trying to gauge the urgency on the bug 👍 Let me know Thanks Jack |
Correct! Working on a brownfield scenario where we are adding customers custom policies. |
Hey @JimmyKarlsson112, |
Describe the bug
There is two issues with Lib generation for Policy assignment.
loadJsonContent('../../policy/.. should be loadJsonContent('../../../policy/..
To Reproduce
Steps to reproduce the behaviour is to check the difference between
Expected behaviour
Lib files generated should have the correct filename and the path should be correct
Additional context
The text was updated successfully, but these errors were encountered: