Skip to content

Commit

Permalink
Generate Parameter Markdowns [oZakari/1618d0f4]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 15, 2024
1 parent d95439e commit bcc8d25
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ parMsDefenderForCloudEmailSecurityContact | No | Email address for Microso
parDdosEnabled | No | Enable/disable DDoS Network Protection. True enforces Enable-DDoS-VNET policy; false disables.
parDdosProtectionPlanId | No | Resource ID of the DDoS Protection Plan for Virtual Networks.
parPrivateDnsResourceGroupId | No | Resource ID of the Resource Group for Private DNS Zones. Empty to skip assigning the Deploy-Private-DNS-Zones policy.
parPrivateDnsZonesLocation | No | Location of Private DNS Zones.
parPrivateDnsZonesNamesToAuditInCorp | No | List of Private DNS Zones to audit under the Corp Management Group. This overwrites default values.
parDisableAlzDefaultPolicies | No | Disable all default ALZ policies.
parDisableSlzDefaultPolicies | No | Disable all default sovereign policies.
Expand Down Expand Up @@ -178,6 +179,14 @@ Resource ID of the DDoS Protection Plan for Virtual Networks.

Resource ID of the Resource Group for Private DNS Zones. Empty to skip assigning the Deploy-Private-DNS-Zones policy.

### parPrivateDnsZonesLocation

![Parameter Setting](https://img.shields.io/badge/parameter-optional-green?style=flat-square)

Location of Private DNS Zones.

- Default value: `eastus`

### parPrivateDnsZonesNamesToAuditInCorp

![Parameter Setting](https://img.shields.io/badge/parameter-optional-green?style=flat-square)
Expand Down Expand Up @@ -307,6 +316,9 @@ Opt out of deployment telemetry.
"parPrivateDnsResourceGroupId": {
"value": ""
},
"parPrivateDnsZonesLocation": {
"value": "eastus"
},
"parPrivateDnsZonesNamesToAuditInCorp": {
"value": []
},
Expand Down

0 comments on commit bcc8d25

Please sign in to comment.