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.

38 lines (37 loc) 1.42 kB
import { ResourceValidationPolicy } from "@pulumi/policy"; declare namespace DeploymentStackAtManagementGroup { /** * Disallow the use of non-stable (Preview) Azure resouces (resources.v20220801preview.DeploymentStackAtManagementGroup). * * @severity medium * @frameworks none * @topics api, preview, unstable * @link https://learn.microsoft.com/en-us/rest/api/azure/ */ const disallowPreviewResource: ResourceValidationPolicy; } export { DeploymentStackAtManagementGroup }; declare namespace DeploymentStackAtResourceGroup { /** * Disallow the use of non-stable (Preview) Azure resouces (resources.v20220801preview.DeploymentStackAtResourceGroup). * * @severity medium * @frameworks none * @topics api, preview, unstable * @link https://learn.microsoft.com/en-us/rest/api/azure/ */ const disallowPreviewResource: ResourceValidationPolicy; } export { DeploymentStackAtResourceGroup }; declare namespace DeploymentStackAtSubscription { /** * Disallow the use of non-stable (Preview) Azure resouces (resources.v20220801preview.DeploymentStackAtSubscription). * * @severity medium * @frameworks none * @topics api, preview, unstable * @link https://learn.microsoft.com/en-us/rest/api/azure/ */ const disallowPreviewResource: ResourceValidationPolicy; } export { DeploymentStackAtSubscription };