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
![Image](https://private-user-images.githubusercontent.com/9611108/382967132-e98cf058-f53d-4a40-9db7-14e33e52fe1a.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk3Mjg5ODcsIm5iZiI6MTczOTcyODY4NywicGF0aCI6Ii85NjExMTA4LzM4Mjk2NzEzMi1lOThjZjA1OC1mNTNkLTRhNDAtOWRiNy0xNGUzM2U1MmZlMWEucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxNiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTZUMTc1ODA3WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NGZjNjFiZGFmZjJmYzA1M2I5Zjk5ZDk3NjA0NGEyM2M2ZWI4MDUxYWMxMzgzOTdkYmIxYzg4YjEwYmY5ZWU1NSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.n6mta25xeRjBz0tenH7fpK8vrLcvYbJRaGDhujAWibM)
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: