mirror of
https://github.com/bartvdbraak/keyweave.git
synced 2025-04-28 15:21:21 +00:00
fix: don't use param file
This commit is contained in:
parent
0c30fec375
commit
dca1e14be4
3 changed files with 1 additions and 5 deletions
1
.github/workflows/e2e.yml
vendored
1
.github/workflows/e2e.yml
vendored
|
@ -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:
|
||||||
|
|
|
@ -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'
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
using 'main.bicep'
|
|
||||||
|
|
||||||
param environment = 'T'
|
|
Loading…
Reference in a new issue