@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) • 5.02 kB
TypeScript
import { ResourceValidationPolicy } from "@pulumi/policy";
declare namespace Cluster {
/**
* Disallow the use of non-stable (Preview) Azure resouces (connectedvmwarevsphere.v20220715preview.Cluster).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { Cluster };
declare namespace Datastore {
/**
* Disallow the use of non-stable (Preview) Azure resouces (connectedvmwarevsphere.v20220715preview.Datastore).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { Datastore };
declare namespace GuestAgent {
/**
* Disallow the use of non-stable (Preview) Azure resouces (connectedvmwarevsphere.v20220715preview.GuestAgent).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { GuestAgent };
declare namespace Host {
/**
* Disallow the use of non-stable (Preview) Azure resouces (connectedvmwarevsphere.v20220715preview.Host).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { Host };
declare namespace HybridIdentityMetadatum {
/**
* Disallow the use of non-stable (Preview) Azure resouces (connectedvmwarevsphere.v20220715preview.HybridIdentityMetadatum).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { HybridIdentityMetadatum };
declare namespace InventoryItem {
/**
* Disallow the use of non-stable (Preview) Azure resouces (connectedvmwarevsphere.v20220715preview.InventoryItem).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { InventoryItem };
declare namespace MachineExtension {
/**
* Disallow the use of non-stable (Preview) Azure resouces (connectedvmwarevsphere.v20220715preview.MachineExtension).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { MachineExtension };
declare namespace ResourcePool {
/**
* Disallow the use of non-stable (Preview) Azure resouces (connectedvmwarevsphere.v20220715preview.ResourcePool).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { ResourcePool };
declare namespace VCenter {
/**
* Disallow the use of non-stable (Preview) Azure resouces (connectedvmwarevsphere.v20220715preview.VCenter).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { VCenter };
declare namespace VirtualMachine {
/**
* Disallow the use of non-stable (Preview) Azure resouces (connectedvmwarevsphere.v20220715preview.VirtualMachine).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { VirtualMachine };
declare namespace VirtualMachineTemplate {
/**
* Disallow the use of non-stable (Preview) Azure resouces (connectedvmwarevsphere.v20220715preview.VirtualMachineTemplate).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { VirtualMachineTemplate };
declare namespace VirtualNetwork {
/**
* Disallow the use of non-stable (Preview) Azure resouces (connectedvmwarevsphere.v20220715preview.VirtualNetwork).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { VirtualNetwork };