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.

86 lines (85 loc) 2.85 kB
import { ResourceValidationPolicy } from "@pulumi/policy"; declare namespace DatabaseMigrationsSqlDb { /** * Disallow the use of non-stable (Preview) Azure resouces (datamigration.v20220330preview.DatabaseMigrationsSqlDb). * * @severity medium * @frameworks none * @topics api, preview, unstable * @link https://learn.microsoft.com/en-us/rest/api/azure/ */ const disallowPreviewResource: ResourceValidationPolicy; } export { DatabaseMigrationsSqlDb }; declare namespace File { /** * Disallow the use of non-stable (Preview) Azure resouces (datamigration.v20220330preview.File). * * @severity medium * @frameworks none * @topics api, preview, unstable * @link https://learn.microsoft.com/en-us/rest/api/azure/ */ const disallowPreviewResource: ResourceValidationPolicy; } export { File }; declare namespace Project { /** * Disallow the use of non-stable (Preview) Azure resouces (datamigration.v20220330preview.Project). * * @severity medium * @frameworks none * @topics api, preview, unstable * @link https://learn.microsoft.com/en-us/rest/api/azure/ */ const disallowPreviewResource: ResourceValidationPolicy; } export { Project }; declare namespace Service { /** * Disallow the use of non-stable (Preview) Azure resouces (datamigration.v20220330preview.Service). * * @severity medium * @frameworks none * @topics api, preview, unstable * @link https://learn.microsoft.com/en-us/rest/api/azure/ */ const disallowPreviewResource: ResourceValidationPolicy; } export { Service }; declare namespace ServiceTask { /** * Disallow the use of non-stable (Preview) Azure resouces (datamigration.v20220330preview.ServiceTask). * * @severity medium * @frameworks none * @topics api, preview, unstable * @link https://learn.microsoft.com/en-us/rest/api/azure/ */ const disallowPreviewResource: ResourceValidationPolicy; } export { ServiceTask }; declare namespace SqlMigrationService { /** * Disallow the use of non-stable (Preview) Azure resouces (datamigration.v20220330preview.SqlMigrationService). * * @severity medium * @frameworks none * @topics api, preview, unstable * @link https://learn.microsoft.com/en-us/rest/api/azure/ */ const disallowPreviewResource: ResourceValidationPolicy; } export { SqlMigrationService }; declare namespace Task { /** * Disallow the use of non-stable (Preview) Azure resouces (datamigration.v20220330preview.Task). * * @severity medium * @frameworks none * @topics api, preview, unstable * @link https://learn.microsoft.com/en-us/rest/api/azure/ */ const disallowPreviewResource: ResourceValidationPolicy; } export { Task };