Documentation
¶
Index ¶
Constants ¶
View Source
const WordWithDotHyphenUnder80Pattern = string(`^[a-zA-Z\d]$|^[a-zA-Z\d][\w\-.]{0,78}\w$`)
WordWithDotHyphenUnder80Pattern is a regexp pattern that matches string that contain alphanumerics, underscores, periods, and hyphens that start with alphanumeric and End alphanumeric or underscore. Limits size to 1-80. Based on https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/resource-name-rules
Variables ¶
This section is empty.
Functions ¶
func LogInternalError ¶
Types ¶
type ResourceValidationInfo ¶
Click to show internal directories.
Click to hide internal directories.