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.

206 lines (205 loc) 6.85 kB
import { ResourceValidationPolicy } from "@pulumi/policy"; declare namespace AttachedNetworkByDevCenter { /** * Disallow the use of non-stable (Preview) Azure resouces (devcenter.v20241001preview.AttachedNetworkByDevCenter). * * @severity medium * @frameworks none * @topics api, preview, unstable * @link https://learn.microsoft.com/en-us/rest/api/azure/ */ const disallowPreviewResource: ResourceValidationPolicy; } export { AttachedNetworkByDevCenter }; declare namespace Catalog { /** * Disallow the use of non-stable (Preview) Azure resouces (devcenter.v20241001preview.Catalog). * * @severity medium * @frameworks none * @topics api, preview, unstable * @link https://learn.microsoft.com/en-us/rest/api/azure/ */ const disallowPreviewResource: ResourceValidationPolicy; } export { Catalog }; declare namespace CurationProfile { /** * Disallow the use of non-stable (Preview) Azure resouces (devcenter.v20241001preview.CurationProfile). * * @severity medium * @frameworks none * @topics api, preview, unstable * @link https://learn.microsoft.com/en-us/rest/api/azure/ */ const disallowPreviewResource: ResourceValidationPolicy; } export { CurationProfile }; declare namespace DevBoxDefinition { /** * Disallow the use of non-stable (Preview) Azure resouces (devcenter.v20241001preview.DevBoxDefinition). * * @severity medium * @frameworks none * @topics api, preview, unstable * @link https://learn.microsoft.com/en-us/rest/api/azure/ */ const disallowPreviewResource: ResourceValidationPolicy; } export { DevBoxDefinition }; declare namespace DevCenter { /** * Disallow the use of non-stable (Preview) Azure resouces (devcenter.v20241001preview.DevCenter). * * @severity medium * @frameworks none * @topics api, preview, unstable * @link https://learn.microsoft.com/en-us/rest/api/azure/ */ const disallowPreviewResource: ResourceValidationPolicy; } export { DevCenter }; declare namespace EncryptionSet { /** * Disallow the use of non-stable (Preview) Azure resouces (devcenter.v20241001preview.EncryptionSet). * * @severity medium * @frameworks none * @topics api, preview, unstable * @link https://learn.microsoft.com/en-us/rest/api/azure/ */ const disallowPreviewResource: ResourceValidationPolicy; } export { EncryptionSet }; declare namespace EnvironmentType { /** * Disallow the use of non-stable (Preview) Azure resouces (devcenter.v20241001preview.EnvironmentType). * * @severity medium * @frameworks none * @topics api, preview, unstable * @link https://learn.microsoft.com/en-us/rest/api/azure/ */ const disallowPreviewResource: ResourceValidationPolicy; } export { EnvironmentType }; declare namespace Gallery { /** * Disallow the use of non-stable (Preview) Azure resouces (devcenter.v20241001preview.Gallery). * * @severity medium * @frameworks none * @topics api, preview, unstable * @link https://learn.microsoft.com/en-us/rest/api/azure/ */ const disallowPreviewResource: ResourceValidationPolicy; } export { Gallery }; declare namespace NetworkConnection { /** * Disallow the use of non-stable (Preview) Azure resouces (devcenter.v20241001preview.NetworkConnection). * * @severity medium * @frameworks none * @topics api, preview, unstable * @link https://learn.microsoft.com/en-us/rest/api/azure/ */ const disallowPreviewResource: ResourceValidationPolicy; } export { NetworkConnection }; declare namespace Plan { /** * Disallow the use of non-stable (Preview) Azure resouces (devcenter.v20241001preview.Plan). * * @severity medium * @frameworks none * @topics api, preview, unstable * @link https://learn.microsoft.com/en-us/rest/api/azure/ */ const disallowPreviewResource: ResourceValidationPolicy; } export { Plan }; declare namespace PlanMember { /** * Disallow the use of non-stable (Preview) Azure resouces (devcenter.v20241001preview.PlanMember). * * @severity medium * @frameworks none * @topics api, preview, unstable * @link https://learn.microsoft.com/en-us/rest/api/azure/ */ const disallowPreviewResource: ResourceValidationPolicy; } export { PlanMember }; declare namespace Pool { /** * Disallow the use of non-stable (Preview) Azure resouces (devcenter.v20241001preview.Pool). * * @severity medium * @frameworks none * @topics api, preview, unstable * @link https://learn.microsoft.com/en-us/rest/api/azure/ */ const disallowPreviewResource: ResourceValidationPolicy; } export { Pool }; declare namespace Project { /** * Disallow the use of non-stable (Preview) Azure resouces (devcenter.v20241001preview.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 ProjectCatalog { /** * Disallow the use of non-stable (Preview) Azure resouces (devcenter.v20241001preview.ProjectCatalog). * * @severity medium * @frameworks none * @topics api, preview, unstable * @link https://learn.microsoft.com/en-us/rest/api/azure/ */ const disallowPreviewResource: ResourceValidationPolicy; } export { ProjectCatalog }; declare namespace ProjectEnvironmentType { /** * Disallow the use of non-stable (Preview) Azure resouces (devcenter.v20241001preview.ProjectEnvironmentType). * * @severity medium * @frameworks none * @topics api, preview, unstable * @link https://learn.microsoft.com/en-us/rest/api/azure/ */ const disallowPreviewResource: ResourceValidationPolicy; } export { ProjectEnvironmentType }; declare namespace ProjectPolicy { /** * Disallow the use of non-stable (Preview) Azure resouces (devcenter.v20241001preview.ProjectPolicy). * * @severity medium * @frameworks none * @topics api, preview, unstable * @link https://learn.microsoft.com/en-us/rest/api/azure/ */ const disallowPreviewResource: ResourceValidationPolicy; } export { ProjectPolicy }; declare namespace Schedule { /** * Disallow the use of non-stable (Preview) Azure resouces (devcenter.v20241001preview.Schedule). * * @severity medium * @frameworks none * @topics api, preview, unstable * @link https://learn.microsoft.com/en-us/rest/api/azure/ */ const disallowPreviewResource: ResourceValidationPolicy; } export { Schedule };