From 7eed3e9418996523b3c3681408a4a4dc9a3e2f12 Mon Sep 17 00:00:00 2001 From: Are Almaas Date: Mon, 18 Nov 2024 13:07:41 +0100 Subject: [PATCH] Revert "chore(deps): update resource microsoft.web/sites to 2024-04-01 (#1479)" This reverts commit f9ccc96dec879762ee6bad8f22db37882b980142. --- .azure/modules/functionApp/appSettings.bicep | 2 +- .azure/modules/functionApp/slackNotifier.bicep | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure/modules/functionApp/appSettings.bicep b/.azure/modules/functionApp/appSettings.bicep index 3de13e56b..37a7067a2 100644 --- a/.azure/modules/functionApp/appSettings.bicep +++ b/.azure/modules/functionApp/appSettings.bicep @@ -7,7 +7,7 @@ param appSettings object @description('The current app settings of the web application') param currentAppSettings object -resource webApp 'Microsoft.Web/sites@2024-04-01' existing = { +resource webApp 'Microsoft.Web/sites@2023-12-01' existing = { name: webAppName } diff --git a/.azure/modules/functionApp/slackNotifier.bicep b/.azure/modules/functionApp/slackNotifier.bicep index 6825d9abb..cce6842bd 100644 --- a/.azure/modules/functionApp/slackNotifier.bicep +++ b/.azure/modules/functionApp/slackNotifier.bicep @@ -97,7 +97,7 @@ resource applicationInsights 'Microsoft.Insights/components@2020-02-02' existing var functionAppNameMaxLength = 40 var functionAppName = uniqueResourceName('${namePrefix}-slacknotifier-fa', functionAppNameMaxLength) -resource functionApp 'Microsoft.Web/sites@2024-04-01' = { +resource functionApp 'Microsoft.Web/sites@2023-12-01' = { name: functionAppName location: location kind: 'functionapp'