/** * AZR030: Resource deployed at an unsupported template scope * * Errors when a template contains a resource whose ARM schema does not * define it at the template's deployment scope (#1545). The serializer * picks the template $schema from the common scope of all resources; a * template mixing, say, management groups (tenant-only) with virtual * networks (resource-group-only) has no valid single-template scope — * split the project so each scope deploys its own template (linked * deployments cross scopes). */ import type { PostSynthCheck } from "@intentius/chant/lint/post-synth"; export declare const azr030: PostSynthCheck; //# sourceMappingURL=azr030.d.ts.map