/** * AZR032: Policy Definition Assigned Nowhere * * Flags custom Microsoft.Authorization/policyDefinitions with no * policyAssignments referencing them in the same template. The * GovernanceBaseline composite always pairs definition and assignment; a * definition alone is the leftover of a dropped guardrail assignment. */ import type { PostSynthCheck } from "@intentius/chant/lint/post-synth"; export declare const azr032: PostSynthCheck; //# sourceMappingURL=azr032.d.ts.map