From da3010e515985bf4e2380700dfee460062951df3 Mon Sep 17 00:00:00 2001 From: crlsocro Date: Tue, 17 Sep 2024 09:52:31 +0200 Subject: [PATCH] Refactor storage account deployment workflow in deployBicepFile.yml: Remove unused storagePrefix parameter --- infra/main.bicep | 4 ---- 1 file changed, 4 deletions(-) diff --git a/infra/main.bicep b/infra/main.bicep index 01b90a8..4c41e4a 100644 --- a/infra/main.bicep +++ b/infra/main.bicep @@ -1,7 +1,3 @@ -@minLength(3) -@maxLength(11) -param storagePrefix string - @allowed([ 'Standard_LRS' 'Standard_GRS'