From 3b7ebc4800772f2fbf4c92dfa7ffa16eb7222729 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 17:23:55 +0000 Subject: [PATCH] chore(deps): update resource microsoft.storage/storageaccounts to 2023-01-01 --- deploy/infrastructure.bicep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/infrastructure.bicep b/deploy/infrastructure.bicep index 8fb4029..2fbacd0 100644 --- a/deploy/infrastructure.bicep +++ b/deploy/infrastructure.bicep @@ -2,7 +2,7 @@ param location string = resourceGroup().location param resourceNamePrefix string = 'promitor-automation-data-generation-${geo}' param geo string = 'we' -resource storageAccount 'Microsoft.Storage/storageAccounts@2022-09-01' = { +resource storageAccount 'Microsoft.Storage/storageAccounts@2023-01-01' = { name: 'promitordatageneration' location: location sku: {