Howdy. In the azure/arm-deploy Action (now deprecated), you could have parameters like this:
parameters: >
location=${{ vars.AZURE_LOCATION }}
gitHubAppKey="${{ secrets.GH_APP_PRIVATE_KEY }}"
How can you do something similar with azure/bicep-deploy, since parameters: is now a JSON object? Or is this currently supported and under-documented? Thanks!