From 68bbd9a97404064305e6f81022530408b7b194a0 Mon Sep 17 00:00:00 2001 From: Are Almaas Date: Mon, 19 Aug 2024 14:17:02 +0200 Subject: [PATCH] fix(azure): rename environment parameter for production (#974) --- .../{production.bicepparam => prod.bicepparam} | 2 +- .../applications/bff/{production.bicepparam => prod.bicepparam} | 2 +- .../frontend/{production.bicepparam => prod.bicepparam} | 2 +- .../infrastructure/{production.bicepparam => prod.bicepparam} | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) rename .azure/applications/bff-migration-job/{production.bicepparam => prod.bicepparam} (93%) rename .azure/applications/bff/{production.bicepparam => prod.bicepparam} (94%) rename .azure/applications/frontend/{production.bicepparam => prod.bicepparam} (88%) rename .azure/infrastructure/{production.bicepparam => prod.bicepparam} (96%) diff --git a/.azure/applications/bff-migration-job/production.bicepparam b/.azure/applications/bff-migration-job/prod.bicepparam similarity index 93% rename from .azure/applications/bff-migration-job/production.bicepparam rename to .azure/applications/bff-migration-job/prod.bicepparam index e773b2fcb..257f71fa0 100644 --- a/.azure/applications/bff-migration-job/production.bicepparam +++ b/.azure/applications/bff-migration-job/prod.bicepparam @@ -1,6 +1,6 @@ using './main.bicep' -param environment = 'production' +param environment = 'prod' param location = 'norwayeast' param imageTag = readEnvironmentVariable('IMAGE_TAG') diff --git a/.azure/applications/bff/production.bicepparam b/.azure/applications/bff/prod.bicepparam similarity index 94% rename from .azure/applications/bff/production.bicepparam rename to .azure/applications/bff/prod.bicepparam index a7ea01405..09fc0113d 100644 --- a/.azure/applications/bff/production.bicepparam +++ b/.azure/applications/bff/prod.bicepparam @@ -1,6 +1,6 @@ using './main.bicep' -param environment = 'production' +param environment = 'prod' param location = 'norwayeast' param imageTag = readEnvironmentVariable('IMAGE_TAG') param hostName = 'https://af.altinn.no' diff --git a/.azure/applications/frontend/production.bicepparam b/.azure/applications/frontend/prod.bicepparam similarity index 88% rename from .azure/applications/frontend/production.bicepparam rename to .azure/applications/frontend/prod.bicepparam index f558e1345..eb016189a 100644 --- a/.azure/applications/frontend/production.bicepparam +++ b/.azure/applications/frontend/prod.bicepparam @@ -1,6 +1,6 @@ using './main.bicep' -param environment = 'production' +param environment = 'prod' param location = 'norwayeast' param imageTag = readEnvironmentVariable('IMAGE_TAG') param minReplicas = 2 diff --git a/.azure/infrastructure/production.bicepparam b/.azure/infrastructure/prod.bicepparam similarity index 96% rename from .azure/infrastructure/production.bicepparam rename to .azure/infrastructure/prod.bicepparam index 04be43e70..2fadc46ae 100644 --- a/.azure/infrastructure/production.bicepparam +++ b/.azure/infrastructure/prod.bicepparam @@ -1,6 +1,6 @@ using './main.bicep' -param environment = 'production' +param environment = 'prod' param location = 'norwayeast' param redisVersion = '6.0'