@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.
146 lines (145 loc) • 4.94 kB
TypeScript
import { ResourceValidationPolicy } from "@pulumi/policy";
declare namespace CacheRule {
/**
* Disallow the use of non-stable (Preview) Azure resouces (containerregistry.v20230101preview.CacheRule).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { CacheRule };
declare namespace ConnectedRegistry {
/**
* Disallow the use of non-stable (Preview) Azure resouces (containerregistry.v20230101preview.ConnectedRegistry).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { ConnectedRegistry };
declare namespace CredentialSet {
/**
* Disallow the use of non-stable (Preview) Azure resouces (containerregistry.v20230101preview.CredentialSet).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { CredentialSet };
declare namespace ExportPipeline {
/**
* Disallow the use of non-stable (Preview) Azure resouces (containerregistry.v20230101preview.ExportPipeline).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { ExportPipeline };
declare namespace ImportPipeline {
/**
* Disallow the use of non-stable (Preview) Azure resouces (containerregistry.v20230101preview.ImportPipeline).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { ImportPipeline };
declare namespace PipelineRun {
/**
* Disallow the use of non-stable (Preview) Azure resouces (containerregistry.v20230101preview.PipelineRun).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { PipelineRun };
declare namespace PrivateEndpointConnection {
/**
* Disallow the use of non-stable (Preview) Azure resouces (containerregistry.v20230101preview.PrivateEndpointConnection).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { PrivateEndpointConnection };
declare namespace Registry {
/**
* Disallow the use of non-stable (Preview) Azure resouces (containerregistry.v20230101preview.Registry).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { Registry };
declare namespace Replication {
/**
* Disallow the use of non-stable (Preview) Azure resouces (containerregistry.v20230101preview.Replication).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { Replication };
declare namespace ScopeMap {
/**
* Disallow the use of non-stable (Preview) Azure resouces (containerregistry.v20230101preview.ScopeMap).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { ScopeMap };
declare namespace Token {
/**
* Disallow the use of non-stable (Preview) Azure resouces (containerregistry.v20230101preview.Token).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { Token };
declare namespace Webhook {
/**
* Disallow the use of non-stable (Preview) Azure resouces (containerregistry.v20230101preview.Webhook).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { Webhook };