@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.
62 lines (61 loc) • 2.23 kB
TypeScript
import { ResourceValidationPolicy } from "@pulumi/policy";
declare namespace Namespace {
/**
* Disallow the use of non-stable (Preview) Azure resouces (notificationhubs.v20230101preview.Namespace).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { Namespace };
declare namespace NamespaceAuthorizationRule {
/**
* Disallow the use of non-stable (Preview) Azure resouces (notificationhubs.v20230101preview.NamespaceAuthorizationRule).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { NamespaceAuthorizationRule };
declare namespace NotificationHub {
/**
* Disallow the use of non-stable (Preview) Azure resouces (notificationhubs.v20230101preview.NotificationHub).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { NotificationHub };
declare namespace NotificationHubAuthorizationRule {
/**
* Disallow the use of non-stable (Preview) Azure resouces (notificationhubs.v20230101preview.NotificationHubAuthorizationRule).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { NotificationHubAuthorizationRule };
declare namespace PrivateEndpointConnection {
/**
* Disallow the use of non-stable (Preview) Azure resouces (notificationhubs.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 };