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.75 kB
import { ResourceValidationPolicy } from "@pulumi/policy"; declare namespace PrivateEndpointConnection { /** * Disallow the use of non-stable (Preview) Azure resouces (dbformysql.v20180601privatepreview.PrivateEndpointConnection). * * @severity medium * @frameworks none * @topics api, preview, unstable * @link https://learn.microsoft.com/en-us/rest/api/azure/ */ const disallowPreviewResource: ResourceValidationPolicy; } export { PrivateEndpointConnection }; declare namespace Server { /** * Disallow the use of non-stable (Preview) Azure resouces (dbformysql.v20180601privatepreview.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 (dbformysql.v20180601privatepreview.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 VirtualNetworkRule { /** * Disallow the use of non-stable (Preview) Azure resouces (dbformysql.v20180601privatepreview.VirtualNetworkRule). * * @severity medium * @frameworks none * @topics api, preview, unstable * @link https://learn.microsoft.com/en-us/rest/api/azure/ */ const disallowPreviewResource: ResourceValidationPolicy; } export { VirtualNetworkRule };