Forum Discussion
arodindev
May 22, 2025Copper Contributor
Misplacement of schema in AllowedHostPathVolumesInKubernetesClusterList Policy Parameter?
In the Microsoft Cloud Security Benchmark, the policy parameter `AllowedHostPathVolumesInKubernetesClusterList` defines a `schema` object nested under metadata. Is this placement intentional, or shou...
Kidd_Ip
Nov 18, 2025MVP
The placement of the schema object under metadata in the AllowedHostPathVolumesInKubernetesClusterList parameter is not typical for Azure Policy parameters. In standard Azure Policy definitions, the schema for a parameter should be defined at the top level of the parameter object, not nested under metadata. This looks more like a misplacement or legacy artifact rather than intentional design.
- arodindevNov 25, 2025Copper Contributor
Thanks for your answer! Will there be a fix for this?