/** * AZR022: App Service missing minimum TLS 1.2 * * Warns when a Web App does not enforce a minimum TLS version of 1.2. * Older TLS versions (1.0, 1.1) have known vulnerabilities and should * not be used. */ import type { PostSynthCheck } from "@intentius/chant/lint/post-synth"; export declare const azr022: PostSynthCheck; //# sourceMappingURL=azr022.d.ts.map