-
Notifications
You must be signed in to change notification settings - Fork 245
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
Issue with StarterKit Files #116
Comments
This is caused by a bug in Az PowerShell Module 9.2.x. It is fixed in 9.3.0. I will add a big warning to the README.md file tomorrow. |
Thanks all good working now with this change in pipeline Replaced this line in all occurrences in pipeline azurePowerShellVersion: LatestVersion
with this
preferredAzurePowerShellVersion: "9.3.0" |
Great. I'll put that in the README file. Your fix above is a partial fix. The bug in 9.2.x removes all spaces in any of the values. It breaks display names, descriptions, even parameter values in assignments. See Azure/azure-powershell#20407. |
Microsoft hosted agents have been upgraded as of today 1/23/2023. The solution is working again correctly. |
Actually, some are updated, some are still on 9.2.0. Try again tomorrow when all images should be rolled over. |
Issues with StarterKit files where name of definition has spaces
policyDefinitions/Defender/azure-defender-enroll.json
This following throws the error due to spaces and not using "-" instead
Need to fix this
And also fix file Definitions/policySetDefinitions/defender-dine-enable-for-subscription-initiative.jsonc to be the same as what the name is changed to above
The text was updated successfully, but these errors were encountered: