fix: don't use param file

This commit is contained in:
Bart van der Braak 2023-11-21 14:56:03 +01:00
parent 0c30fec375
commit dca1e14be4
3 changed files with 1 additions and 5 deletions

View file

@ -47,7 +47,6 @@ jobs:
scope: subscription scope: subscription
region: ${{ env.LOCATION }} region: ${{ env.LOCATION }}
template: bicep/main.bicep template: bicep/main.bicep
parameters: bicep/main.test.bicepparams
deploymentName: ${{ env.DEPLOYMENT_NAME }} deploymentName: ${{ env.DEPLOYMENT_NAME }}
none-test: none-test:

View file

@ -10,7 +10,7 @@ targetScope = 'subscription'
'A' // Acceptance 'A' // Acceptance
'P' // Production 'P' // Production
]) ])
param environment string param environment string = 'T'
param location string = 'westeurope' param location string = 'westeurope'
param name object = { param name object = {
tenantId: 'BVDB' tenantId: 'BVDB'

View file

@ -1,3 +0,0 @@
using 'main.bicep'
param environment = 'T'