Skip to content

Commit

Permalink
Update Policy Library (automated) (#619)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
cae-pr-creator[bot] and actions-user authored Aug 29, 2023
1 parent 9756593 commit 7590e7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"displayName": "Configure Azure PaaS services to use private DNS zones",
"description": "This policy initiative is a group of policies that ensures private endpoints to Azure PaaS services are integrated with Azure Private DNS zones",
"metadata": {
"version": "1.1.0",
"version": "1.1.1",
"category": "Network",
"source": "https://github.com/Azure/Enterprise-Scale/",
"alzCloudEnvironments": [
Expand Down Expand Up @@ -506,7 +506,7 @@
"policyDefinitionId": "/providers/Microsoft.Authorization/policyDefinitions/06695360-db88-47f6-b976-7500d4297475",
"parameters": {
"privateDnsZoneId": {
"value": "[[parameters('azureFileprivateDnsZoneId')]"
"value": "[[parameters('azureFilePrivateDnsZoneId')]"
},
"effect": {
"value": "[[parameters('effect')]"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@
"DINE-Private-DNS-Azure-File-Sync": {
"parameters": {
"privateDnsZoneId": {
"value": "[[parameters('azureFileprivateDnsZoneId')]"
"value": "[[parameters('azureFilePrivateDnsZoneId')]"
},
"effect": {
"value": "[[parameters('effect')]"
Expand Down

0 comments on commit 7590e7c

Please sign in to comment.