@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.66 kB
TypeScript
import { ResourceValidationPolicy } from "@pulumi/policy";
declare namespace ManagedCluster {
/**
* Disallow the use of non-stable (Preview) Azure resouces (servicefabric.v20241101preview.ManagedCluster).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { ManagedCluster };
declare namespace ManagedClusterApplication {
/**
* Disallow the use of non-stable (Preview) Azure resouces (servicefabric.v20241101preview.ManagedClusterApplication).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { ManagedClusterApplication };
declare namespace ManagedClusterApplicationType {
/**
* Disallow the use of non-stable (Preview) Azure resouces (servicefabric.v20241101preview.ManagedClusterApplicationType).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { ManagedClusterApplicationType };
declare namespace ManagedClusterApplicationTypeVersion {
/**
* Disallow the use of non-stable (Preview) Azure resouces (servicefabric.v20241101preview.ManagedClusterApplicationTypeVersion).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { ManagedClusterApplicationTypeVersion };
declare namespace ManagedClusterService {
/**
* Disallow the use of non-stable (Preview) Azure resouces (servicefabric.v20241101preview.ManagedClusterService).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { ManagedClusterService };
declare namespace NodeType {
/**
* Disallow the use of non-stable (Preview) Azure resouces (servicefabric.v20241101preview.NodeType).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { NodeType };