See where DHCP is intentionally disabledIdentify VLANs that should have DHCP enabled but don’tInclude this in technical summaries of VLAN/DHCP design
Networks[].VLANs[?dhcpHandling == 'Do not respond to DHCP requests'].join(' | ', [ join(': ', ['Network', to_string(networkId)]), join(': ', ['VLAN', to_string(id)]), join(': ', ['Name', to_string(name)]), 'DHCP Disabled' ])