1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 15:42:48 -05: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:
Daniel James Smith
2021-11-30 19:47:56 +01:00
committed by GitHub
parent cc490a76de
commit ad18adf471
4 changed files with 18 additions and 22 deletions

View File

@ -28,10 +28,10 @@
</Choose>
<ItemGroup>
<PackageReference Include="Azure.Messaging.EventGrid" Version="4.7.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="5.0.9" />
<PackageReference Include="NewRelic.Agent" Version="8.41.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.2.3" />
<PackageReference Include="Microsoft.Azure.EventGrid" Version="3.2.0" />
</ItemGroup>
<ItemGroup>