From 633180d94d3fc6eae67330492e8d419c04f944ff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Jun 2025 14:16:40 +0000 Subject: [PATCH] Update resource Microsoft.EventGrid/systemTopics/eventSubscriptions to 2025-02-15 --- rg_add_eventgrid.bicep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rg_add_eventgrid.bicep b/rg_add_eventgrid.bicep index 7c2f679..be59a5a 100644 --- a/rg_add_eventgrid.bicep +++ b/rg_add_eventgrid.bicep @@ -49,7 +49,7 @@ resource systemTopic 'Microsoft.EventGrid/systemTopics@2021-12-01' = { // Construct the resource ID to use for the event subscription var functionId = '${functionApp.id}/functions/eventGridTrigger' -resource eventSubscription 'Microsoft.EventGrid/systemTopics/eventSubscriptions@2023-12-15-preview' = { +resource eventSubscription 'Microsoft.EventGrid/systemTopics/eventSubscriptions@2025-02-15' = { parent: systemTopic name: 'blobscreated${suffix}' properties: {