Summary of the new feature / enhancement
As a user, I would like to specify the .bicepparam file as the sole input to dsc.exe. For example, when using New-AzSubscriptionDeployment (or other commands), you can specify:
New-AzSubscriptionDeployment -TemplateParameterFile main.bicepparam
For dsc.exe, this is not the case and always requires --file.
Proposed technical implementation details (optional)
No response