Description
The network_ddos_enabled query returns the name property rather than the resource ID, which is inconsistent with the established convention of returning resource identifiers.
This query is used by CIS Benchmark for Azure v5.0.0, control 8.5, and the inconsistency can lead to mismatches with other resource-based checks and expectations.
Expected behavior
The query should return the resource ID, consistent with other resource properties.
Actual behavior
The query returns the name property instead of the resource ID.