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
Is your feature request related to a problem? Please describe. #6601 adding generate params command is a great addition to the bicep world, however, it should work more like the ARM add parameter command.
Describe the solution you'd like
Currently, the "Generate Parameters File" command creates a parameter file with the required parameters. The ARM version of the same action is much more robust, allowing for creation of a parameter file with All or only Required parameters.
In addition, the parameter action in the ARM environment softly links the parameter file and adds code hints that show what the parameters are.
Is your feature request related to a problem? Please describe.
#6601 adding generate params command is a great addition to the bicep world, however, it should work more like the ARM add parameter command.
Bicep version
Bicep CLI version 0.7.4 (5afc312)
Describe the solution you'd like
Currently, the "Generate Parameters File" command creates a parameter file with the required parameters. The ARM version of the same action is much more robust, allowing for creation of a parameter file with All or only Required parameters.
In addition, the parameter action in the ARM environment softly links the parameter file and adds code hints that show what the parameters are.
For example, given this Bicep file
The Generate Parameter command creates this parameter file:
The ARM parameter creation commands offer additional functionality:
and can include all parameters:
The ARM tooling also propagates these values to the VSCode development environment and enables additional code validation:
Making the Bicep parameter experience work more like the ARM environment would be great. The functionality is certainly better in the ARM world.
I also believe this should be a priority for the new work in #7301 Bicep Parameters File
I believe that making the Bicep development environment work like the ARM environment would be a good thing for the community.
The text was updated successfully, but these errors were encountered: