Skip to content

Commit ce27785

Browse files
authored
Merge pull request #51 from Metaswitch/renovate/microsoft.eventgrid-systemtopics-20250215.x
Update resource Microsoft.EventGrid/systemTopics to 2025-02-15
2 parents b4d13f5 + 4af51fa commit ce27785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rg_add_eventgrid.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ resource functionApp 'Microsoft.Web/sites@2024-11-01' existing = {
3737

3838
// Now create an event grid subscription so that when a blob is created,
3939
// it triggers the function app
40-
resource systemTopic 'Microsoft.EventGrid/systemTopics@2021-12-01' = {
40+
resource systemTopic 'Microsoft.EventGrid/systemTopics@2025-02-15' = {
4141
name: 'blobscreated${suffix}'
4242
location: location
4343
properties: {

0 commit comments

Comments
 (0)