Module name
property is missing intellisense description and length constraint
#15502
Labels
name
property is missing intellisense description and length constraint
#15502
Bicep version
Describe the bug
The
name
property in module declarations, doesn’t provide a description and also doesn't provide the constraints on character length. During deployment, however, if the name exceeds 64 characters, the deployment fails with the following error:This limitation isn’t clear from the current documentation of the name property in Bicep. It would be incredibly helpful if the name property description could include guidance on the 64-character constraint, as this would prevent deployment-time errors due to overly long names.
See below screenshot of 'hover' on the
name
propertyTo Reproduce
Steps to reproduce the behavior:
name
property, you expect some description telling you about the constraint, none existsAdditional Info
The text was updated successfully, but these errors were encountered: