2024-03-22 09:33:45 +01:00
|
|
|
The following are ignored:
|
|
|
|
|
|
|
|
* literals with fewer than 5 characters
|
2024-04-15 10:42:09 +02:00
|
|
|
* literals with only letters, numbers, underscores, hyphens and periods
|
|
|
|
* `apiVersion` property of a resource (see rule S6874)
|
2024-04-23 11:00:18 +02:00
|
|
|
* `type` in nested templates
|
|
|
|
* `$schema` property
|
|
|
|
* version numbers like `1.0.0` or `1-0-0`
|
|
|
|
* escaped template expressions starting with `[[`, like `[[variables('variableName')]`
|