From 4276b7c281a543cce07a64a5c4b7e1f6a6a95f73 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 12:42:49 +0000 Subject: [PATCH] Update resource Microsoft.Insights/scheduledQueryRules to 2023-12-01 --- .azure/modules/containerAppEnvironment/main.bicep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure/modules/containerAppEnvironment/main.bicep b/.azure/modules/containerAppEnvironment/main.bicep index 4b01db53..f6e2b425 100644 --- a/.azure/modules/containerAppEnvironment/main.bicep +++ b/.azure/modules/containerAppEnvironment/main.bicep @@ -57,7 +57,7 @@ resource application_insights_action 'Microsoft.Insights/actionGroups@2023-01-01 ] } } -resource exceptionOccuredAlertRule 'Microsoft.Insights/scheduledQueryRules@2023-03-15-preview' = +resource exceptionOccuredAlertRule 'Microsoft.Insights/scheduledQueryRules@2023-12-01' = if (emailReceiver != null && emailReceiver != '') { name: '${namePrefix}-500-exception-occured' location: location