/** * AZR023: VM missing managed disk * * Warns when a Virtual Machine's OS disk does not use managed disks. * Managed disks provide better reliability, scalability, and * simplified management compared to unmanaged (VHD-based) disks. */ import type { PostSynthCheck } from "@intentius/chant/lint/post-synth"; export declare const azr023: PostSynthCheck; //# sourceMappingURL=azr023.d.ts.map