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.

62 lines (61 loc) 2.08 kB
import { ResourceValidationPolicy } from "@pulumi/policy"; declare namespace MachinePool { /** * Disallow the use of non-stable (Preview) Azure resouces (redhatopenshift.v20230701preview.MachinePool). * * @severity medium * @frameworks none * @topics api, preview, unstable * @link https://learn.microsoft.com/en-us/rest/api/azure/ */ const disallowPreviewResource: ResourceValidationPolicy; } export { MachinePool }; declare namespace OpenShiftCluster { /** * Disallow the use of non-stable (Preview) Azure resouces (redhatopenshift.v20230701preview.OpenShiftCluster). * * @severity medium * @frameworks none * @topics api, preview, unstable * @link https://learn.microsoft.com/en-us/rest/api/azure/ */ const disallowPreviewResource: ResourceValidationPolicy; } export { OpenShiftCluster }; declare namespace Secret { /** * Disallow the use of non-stable (Preview) Azure resouces (redhatopenshift.v20230701preview.Secret). * * @severity medium * @frameworks none * @topics api, preview, unstable * @link https://learn.microsoft.com/en-us/rest/api/azure/ */ const disallowPreviewResource: ResourceValidationPolicy; } export { Secret }; declare namespace SyncIdentityProvider { /** * Disallow the use of non-stable (Preview) Azure resouces (redhatopenshift.v20230701preview.SyncIdentityProvider). * * @severity medium * @frameworks none * @topics api, preview, unstable * @link https://learn.microsoft.com/en-us/rest/api/azure/ */ const disallowPreviewResource: ResourceValidationPolicy; } export { SyncIdentityProvider }; declare namespace SyncSet { /** * Disallow the use of non-stable (Preview) Azure resouces (redhatopenshift.v20230701preview.SyncSet). * * @severity medium * @frameworks none * @topics api, preview, unstable * @link https://learn.microsoft.com/en-us/rest/api/azure/ */ const disallowPreviewResource: ResourceValidationPolicy; } export { SyncSet };