You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bicep version
Bicep CLI version 0.3.126 (a5e4c2e) Describe the bug
In VSCode when using the snippet to set a parameter to secure string, it does not implement it as a decorator, quickly causing a "BCP161: Parameter modifiers are deprecated and will be removed in a future release." error.
To Reproduce
Open Bicep file in VS Code.
Utilize snippets to create a secret string parameter, or let auto-complete assist you.
Result:
Actual: Parameter is created/altered to modifier syntax
Expected: Parameter is created/altered to decorator syntax
Apologizes for the lowres gif. 😄
The text was updated successfully, but these errors were encountered:
Bicep version
Bicep CLI version 0.3.126 (a5e4c2e)
Describe the bug
In VSCode when using the snippet to set a parameter to secure string, it does not implement it as a decorator, quickly causing a "BCP161: Parameter modifiers are deprecated and will be removed in a future release." error.
To Reproduce
Result:
Apologizes for the lowres gif. 😄
The text was updated successfully, but these errors were encountered: