/** * AZR029: Managed disk missing encryption * * Warns when a managed disk resource does not have encryption * configured. Encryption at rest protects data on managed disks * against unauthorized access. */ import type { PostSynthCheck } from "@intentius/chant/lint/post-synth"; export declare const azr029: PostSynthCheck; //# sourceMappingURL=azr029.d.ts.map