Azure / Enterprise-Scale

The Azure Landing Zones (Enterprise-Scale) architecture provides prescriptive guidance coupled with Azure best practices, and it follows design principles across the critical design areas for organizations to define their Azure architecture
https://aka.ms/alz
MIT License
1.72k stars 980 forks source link

Update Deny-Private-DNS-Zones.json #1832

Closed theomper closed 3 days ago

theomper commented 1 week ago

Overview/Summary

This PR removes an unnecessary square bracket '[' in the json file definition of policy "Deny-Private-DNS-Zone"

This PR fixes

  1. Syntax error in file Deny-Private-DNS-Zone.json Deny-Private-DNS-Zone-syntax-error

As part of this Pull Request I have

Springstone commented 3 days ago

@theomper it looks like you're removing a mandatory extra [, which is needed in this repo as we automatically generate a payload that requires this "escape" character. You cannot deploy policies in this repository as is, if you copy the definition you will need to remove the leading [ before using it in Azure directly. If this is the issue you we're trying to fix, please close the PR.