/** * AZR027: Container Registry admin user enabled * * Warns when a Container Registry has the admin user enabled. * Admin user provides shared credentials which cannot be individually * revoked. Use Azure AD authentication or service principals instead. */ import type { PostSynthCheck } from "@intentius/chant/lint/post-synth"; export declare const azr027: PostSynthCheck; //# sourceMappingURL=azr027.d.ts.map