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
region: ${{ env.LOCATION }}
template: bicep/main.bicep
parameters: bicep/main.test.bicepparams
deploymentName: ${{ env.DEPLOYMENT_NAME }}
none-test:

View file

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

View file

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