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.

74 lines (73 loc) 2.66 kB
import { ResourceValidationPolicy } from "@pulumi/policy"; declare namespace ManagedCluster { /** * Disallow the use of non-stable (Preview) Azure resouces (servicefabric.v20240201preview.ManagedCluster). * * @severity medium * @frameworks none * @topics api, preview, unstable * @link https://learn.microsoft.com/en-us/rest/api/azure/ */ const disallowPreviewResource: ResourceValidationPolicy; } export { ManagedCluster }; declare namespace ManagedClusterApplication { /** * Disallow the use of non-stable (Preview) Azure resouces (servicefabric.v20240201preview.ManagedClusterApplication). * * @severity medium * @frameworks none * @topics api, preview, unstable * @link https://learn.microsoft.com/en-us/rest/api/azure/ */ const disallowPreviewResource: ResourceValidationPolicy; } export { ManagedClusterApplication }; declare namespace ManagedClusterApplicationType { /** * Disallow the use of non-stable (Preview) Azure resouces (servicefabric.v20240201preview.ManagedClusterApplicationType). * * @severity medium * @frameworks none * @topics api, preview, unstable * @link https://learn.microsoft.com/en-us/rest/api/azure/ */ const disallowPreviewResource: ResourceValidationPolicy; } export { ManagedClusterApplicationType }; declare namespace ManagedClusterApplicationTypeVersion { /** * Disallow the use of non-stable (Preview) Azure resouces (servicefabric.v20240201preview.ManagedClusterApplicationTypeVersion). * * @severity medium * @frameworks none * @topics api, preview, unstable * @link https://learn.microsoft.com/en-us/rest/api/azure/ */ const disallowPreviewResource: ResourceValidationPolicy; } export { ManagedClusterApplicationTypeVersion }; declare namespace ManagedClusterService { /** * Disallow the use of non-stable (Preview) Azure resouces (servicefabric.v20240201preview.ManagedClusterService). * * @severity medium * @frameworks none * @topics api, preview, unstable * @link https://learn.microsoft.com/en-us/rest/api/azure/ */ const disallowPreviewResource: ResourceValidationPolicy; } export { ManagedClusterService }; declare namespace NodeType { /** * Disallow the use of non-stable (Preview) Azure resouces (servicefabric.v20240201preview.NodeType). * * @severity medium * @frameworks none * @topics api, preview, unstable * @link https://learn.microsoft.com/en-us/rest/api/azure/ */ const disallowPreviewResource: ResourceValidationPolicy; } export { NodeType };