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.65 kB
import { ResourceValidationPolicy } from "@pulumi/policy"; declare namespace IntegrationAccount { /** * Disallow the use of non-stable (Preview) Azure resouces (logic.v20150801preview.IntegrationAccount). * * @severity medium * @frameworks none * @topics api, preview, unstable * @link https://learn.microsoft.com/en-us/rest/api/azure/ */ const disallowPreviewResource: ResourceValidationPolicy; } export { IntegrationAccount }; declare namespace IntegrationAccountAgreement { /** * Disallow the use of non-stable (Preview) Azure resouces (logic.v20150801preview.IntegrationAccountAgreement). * * @severity medium * @frameworks none * @topics api, preview, unstable * @link https://learn.microsoft.com/en-us/rest/api/azure/ */ const disallowPreviewResource: ResourceValidationPolicy; } export { IntegrationAccountAgreement }; declare namespace IntegrationAccountCertificate { /** * Disallow the use of non-stable (Preview) Azure resouces (logic.v20150801preview.IntegrationAccountCertificate). * * @severity medium * @frameworks none * @topics api, preview, unstable * @link https://learn.microsoft.com/en-us/rest/api/azure/ */ const disallowPreviewResource: ResourceValidationPolicy; } export { IntegrationAccountCertificate }; declare namespace IntegrationAccountMap { /** * Disallow the use of non-stable (Preview) Azure resouces (logic.v20150801preview.IntegrationAccountMap). * * @severity medium * @frameworks none * @topics api, preview, unstable * @link https://learn.microsoft.com/en-us/rest/api/azure/ */ const disallowPreviewResource: ResourceValidationPolicy; } export { IntegrationAccountMap }; declare namespace IntegrationAccountPartner { /** * Disallow the use of non-stable (Preview) Azure resouces (logic.v20150801preview.IntegrationAccountPartner). * * @severity medium * @frameworks none * @topics api, preview, unstable * @link https://learn.microsoft.com/en-us/rest/api/azure/ */ const disallowPreviewResource: ResourceValidationPolicy; } export { IntegrationAccountPartner }; declare namespace IntegrationAccountSchema { /** * Disallow the use of non-stable (Preview) Azure resouces (logic.v20150801preview.IntegrationAccountSchema). * * @severity medium * @frameworks none * @topics api, preview, unstable * @link https://learn.microsoft.com/en-us/rest/api/azure/ */ const disallowPreviewResource: ResourceValidationPolicy; } export { IntegrationAccountSchema };