/** * AZR031: Policy Assignment Not Enforced * * Flags Microsoft.Authorization/policyAssignments with enforcementMode * DoNotEnforce. The assignment stays visible in the tree while denying * nothing — the Azure shape of a disabled guardrail. */ import type { PostSynthCheck } from "@intentius/chant/lint/post-synth"; export declare const azr031: PostSynthCheck; //# sourceMappingURL=azr031.d.ts.map