UNPKG

@pulumi/azure-compliance-policies

Version:

This repository contains a growing set of Compliance Policies to validate your infrastructure using Pulumi's Crossguard Policy-as-Code framework.

50 lines (49 loc) 1.74 kB
import { ResourceValidationPolicy } from "@pulumi/policy"; declare namespace Server { /** * Disallow the use of non-stable (Preview) Azure resouces (dbforpostgresql.v20171201preview.Server). * * @severity medium * @frameworks none * @topics api, preview, unstable * @link https://learn.microsoft.com/en-us/rest/api/azure/ */ const disallowPreviewResource: ResourceValidationPolicy; } export { Server }; declare namespace ServerAdministrator { /** * Disallow the use of non-stable (Preview) Azure resouces (dbforpostgresql.v20171201preview.ServerAdministrator). * * @severity medium * @frameworks none * @topics api, preview, unstable * @link https://learn.microsoft.com/en-us/rest/api/azure/ */ const disallowPreviewResource: ResourceValidationPolicy; } export { ServerAdministrator }; declare namespace ServerSecurityAlertPolicy { /** * Disallow the use of non-stable (Preview) Azure resouces (dbforpostgresql.v20171201preview.ServerSecurityAlertPolicy). * * @severity medium * @frameworks none * @topics api, preview, unstable * @link https://learn.microsoft.com/en-us/rest/api/azure/ */ const disallowPreviewResource: ResourceValidationPolicy; } export { ServerSecurityAlertPolicy }; declare namespace VirtualNetworkRule { /** * Disallow the use of non-stable (Preview) Azure resouces (dbforpostgresql.v20171201preview.VirtualNetworkRule). * * @severity medium * @frameworks none * @topics api, preview, unstable * @link https://learn.microsoft.com/en-us/rest/api/azure/ */ const disallowPreviewResource: ResourceValidationPolicy; } export { VirtualNetworkRule };