mirror of
https://github.com/bitwarden/server
synced 2025-12-22 11:13:27 +00:00
Migrate deprecated Microsoft.Azure.EventGrid to Azure.Messaging.EventGrid (#1731)
* Migrate from deprecated Microsoft.Azure.EventGrid to Azure.Messaging.EventGrid * Fixed retrieval/parsing of EventGridEvents * Fixed an issue where the events where not handled by the registered event handlers
This commit is contained in:
committed by
GitHub
parent
cc490a76de
commit
ad18adf471
@@ -12,7 +12,7 @@ using Bit.Core.Settings;
|
||||
using Bit.Core.Models.Api.Response;
|
||||
using Bit.Core.Enums;
|
||||
using Bit.Core.Context;
|
||||
using Microsoft.Azure.EventGrid.Models;
|
||||
using Azure.Messaging.EventGrid;
|
||||
using Bit.Api.Utilities;
|
||||
using System.Collections.Generic;
|
||||
using Bit.Core.Models.Table;
|
||||
|
||||
Reference in New Issue
Block a user