From ed71d225a60a1ad2774aac102fda2a4b75a08f2e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 00:59:34 +0000 Subject: [PATCH] chore(deps): update resource microsoft.web/serverfarms 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..8e99a17 100644 --- a/deploy/infrastructure.bicep +++ b/deploy/infrastructure.bicep @@ -64,7 +64,7 @@ resource classicApplicationInsights 'microsoft.insights/components@2020-02-02' = } } -resource serverlessAppPlan 'Microsoft.Web/serverfarms@2022-03-01' = { +resource serverlessAppPlan 'Microsoft.Web/serverfarms@2023-01-01' = { name: '${resourceNamePrefix}-serverless-app-plan' location: location sku: {