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.

122 lines (121 loc) 4.17 kB
import { ResourceValidationPolicy } from "@pulumi/policy"; declare namespace AdminRule { /** * Disallow the use of non-stable (Preview) Azure resouces (network.v20240101preview.AdminRule). * * @severity medium * @frameworks none * @topics api, preview, unstable * @link https://learn.microsoft.com/en-us/rest/api/azure/ */ const disallowPreviewResource: ResourceValidationPolicy; } export { AdminRule }; declare namespace AdminRuleCollection { /** * Disallow the use of non-stable (Preview) Azure resouces (network.v20240101preview.AdminRuleCollection). * * @severity medium * @frameworks none * @topics api, preview, unstable * @link https://learn.microsoft.com/en-us/rest/api/azure/ */ const disallowPreviewResource: ResourceValidationPolicy; } export { AdminRuleCollection }; declare namespace DefaultAdminRule { /** * Disallow the use of non-stable (Preview) Azure resouces (network.v20240101preview.DefaultAdminRule). * * @severity medium * @frameworks none * @topics api, preview, unstable * @link https://learn.microsoft.com/en-us/rest/api/azure/ */ const disallowPreviewResource: ResourceValidationPolicy; } export { DefaultAdminRule }; declare namespace IpamPool { /** * Disallow the use of non-stable (Preview) Azure resouces (network.v20240101preview.IpamPool). * * @severity medium * @frameworks none * @topics api, preview, unstable * @link https://learn.microsoft.com/en-us/rest/api/azure/ */ const disallowPreviewResource: ResourceValidationPolicy; } export { IpamPool }; declare namespace NetworkManager { /** * Disallow the use of non-stable (Preview) Azure resouces (network.v20240101preview.NetworkManager). * * @severity medium * @frameworks none * @topics api, preview, unstable * @link https://learn.microsoft.com/en-us/rest/api/azure/ */ const disallowPreviewResource: ResourceValidationPolicy; } export { NetworkManager }; declare namespace ReachabilityAnalysisIntent { /** * Disallow the use of non-stable (Preview) Azure resouces (network.v20240101preview.ReachabilityAnalysisIntent). * * @severity medium * @frameworks none * @topics api, preview, unstable * @link https://learn.microsoft.com/en-us/rest/api/azure/ */ const disallowPreviewResource: ResourceValidationPolicy; } export { ReachabilityAnalysisIntent }; declare namespace ReachabilityAnalysisRun { /** * Disallow the use of non-stable (Preview) Azure resouces (network.v20240101preview.ReachabilityAnalysisRun). * * @severity medium * @frameworks none * @topics api, preview, unstable * @link https://learn.microsoft.com/en-us/rest/api/azure/ */ const disallowPreviewResource: ResourceValidationPolicy; } export { ReachabilityAnalysisRun }; declare namespace SecurityAdminConfiguration { /** * Disallow the use of non-stable (Preview) Azure resouces (network.v20240101preview.SecurityAdminConfiguration). * * @severity medium * @frameworks none * @topics api, preview, unstable * @link https://learn.microsoft.com/en-us/rest/api/azure/ */ const disallowPreviewResource: ResourceValidationPolicy; } export { SecurityAdminConfiguration }; declare namespace StaticCidr { /** * Disallow the use of non-stable (Preview) Azure resouces (network.v20240101preview.StaticCidr). * * @severity medium * @frameworks none * @topics api, preview, unstable * @link https://learn.microsoft.com/en-us/rest/api/azure/ */ const disallowPreviewResource: ResourceValidationPolicy; } export { StaticCidr }; declare namespace VerifierWorkspace { /** * Disallow the use of non-stable (Preview) Azure resouces (network.v20240101preview.VerifierWorkspace). * * @severity medium * @frameworks none * @topics api, preview, unstable * @link https://learn.microsoft.com/en-us/rest/api/azure/ */ const disallowPreviewResource: ResourceValidationPolicy; } export { VerifierWorkspace };