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 Variable { /** * Disallow the use of non-stable (Preview) Azure resouces (authorization.v20220801preview.Variable). * * @severity medium * @frameworks none * @topics api, preview, unstable * @link https://learn.microsoft.com/en-us/rest/api/azure/ */ const disallowPreviewResource: ResourceValidationPolicy; } export { Variable }; declare namespace VariableAtManagementGroup { /** * Disallow the use of non-stable (Preview) Azure resouces (authorization.v20220801preview.VariableAtManagementGroup). * * @severity medium * @frameworks none * @topics api, preview, unstable * @link https://learn.microsoft.com/en-us/rest/api/azure/ */ const disallowPreviewResource: ResourceValidationPolicy; } export { VariableAtManagementGroup }; declare namespace VariableValue { /** * Disallow the use of non-stable (Preview) Azure resouces (authorization.v20220801preview.VariableValue). * * @severity medium * @frameworks none * @topics api, preview, unstable * @link https://learn.microsoft.com/en-us/rest/api/azure/ */ const disallowPreviewResource: ResourceValidationPolicy; } export { VariableValue }; declare namespace VariableValueAtManagementGroup { /** * Disallow the use of non-stable (Preview) Azure resouces (authorization.v20220801preview.VariableValueAtManagementGroup). * * @severity medium * @frameworks none * @topics api, preview, unstable * @link https://learn.microsoft.com/en-us/rest/api/azure/ */ const disallowPreviewResource: ResourceValidationPolicy; } export { VariableValueAtManagementGroup };