Bicep version
196661b
Describe the bug
Currently, if a required parameter is not assigned a value in a .bicepparams file, a BCP258 error will be generated.

IMHO this should not be the expected behavior, since it is legit for a user to provide the value at deploy time via the Azure CLI / Azure PowerShell command prompt. The quick fix might be to change the error to a warning.