From 35f985aca2931a7a0c849d38be1cda6a53e1a9a0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 11:41:40 +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