KnownValidationLevel enum

The level of validation performed on the deployment.

Fields

Provider

Static analysis of the template is performed and resource declarations are sent to resource providers for semantic validation. Validates that the caller has RBAC write permissions on each resource.

ProviderNoRbac

Static analysis of the template is performed and resource declarations are sent to resource providers for semantic validation. Skips validating that the caller has RBAC write permissions on each resource.

Template

Static analysis of the template is performed.