Skip to content

Commit

Permalink
Adding privatedns to allowedresource types for dnsZoneResourceIds (#2…
Browse files Browse the repository at this point in the history
…6415)

* Adding privatedns to allowedresource types for dnsZoneResourceIds

* fix style
  • Loading branch information
bfoley13 authored and FumingZhang committed Nov 8, 2023
1 parent 5aaa7c1 commit cef042b
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7585,12 +7585,15 @@
"allowedResources": [
{
"type": "Microsoft.Network/dnszones"
},
{
"type": "Microsoft.Network/privateDnsZones"
}
]
}
},
"maxItems": 5,
"description": "Resource IDs of the public DNS zones to be associated with the Web App Routing add-on. Used only when Web App Routing is enabled. All public DNS zones must be in the same resource group."
"description": "Resource IDs of the DNS zones to be associated with the Web App Routing add-on. Used only when Web App Routing is enabled. Public and private DNS zones can be in different resource groups, but all public DNS zones must be in the same resource group and all private DNS zones must be in the same resource group."
},
"identity": {
"readOnly": true,
Expand Down

0 comments on commit cef042b

Please sign in to comment.