Skip to content

Commit

Permalink
Updating Event Hubs dependencies (#2436)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocav authored Apr 29, 2024
1 parent 13fdd1f commit 455e59d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
6 changes: 2 additions & 4 deletions extensions/Worker.Extensions.EventHubs/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
- My change description (#PR/#issue)
-->

### Microsoft.Azure.Functions.Worker.Extensions.EventHubs 6.3.0
### Microsoft.Azure.Functions.Worker.Extensions.EventHubs 6.3.1

- Updating `Microsoft.Azure.WebJobs.Extensions.EventHubs` reference to 6.3.1
- Updating `Microsoft.Extensions.Azure` reference to 1.7.3
- Updating `Azure.Messaging.EventHubs` reference to 5.11.2
- Updating `Microsoft.Azure.WebJobs.Extensions.EventHubs` reference to 6.3.2
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
using System.Runtime.CompilerServices;
using Microsoft.Azure.Functions.Worker.Extensions.Abstractions;

[assembly: ExtensionInformation("Microsoft.Azure.WebJobs.Extensions.EventHubs", "6.3.1")]
[assembly: ExtensionInformation("Microsoft.Azure.WebJobs.Extensions.EventHubs", "6.3.2")]
[assembly: InternalsVisibleTo("Microsoft.Azure.Functions.Worker.Extensions.Tests, PublicKey=00240000048000009400000006020000002400005253413100040000010001005148be37ac1d9f58bd40a2e472c9d380d635b6048278f7d47480b08c928858f0f7fe17a6e4ce98da0e7a7f0b8c308aecd9e9b02d7e9680a5b5b75ac7773cec096fbbc64aebd429e77cb5f89a569a79b28e9c76426783f624b6b70327eb37341eb498a2c3918af97c4860db6cdca4732787150841e395a29cfacb959c1fd971c1")]
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Description>Azure Event Hubs extensions for .NET isolated functions</Description>

<!--Version information-->
<VersionPrefix>6.3.0</VersionPrefix>
<VersionPrefix>6.3.1</VersionPrefix>

</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -984,7 +984,7 @@ public void CardinalityManyFunctions(string functionName, string entryPoint, boo
b => ValidateTrigger(b, cardinalityMany));

AssertDictionary(extensions, new Dictionary<string, string>(){
{ "Microsoft.Azure.WebJobs.Extensions.EventHubs", "6.3.1" }
{ "Microsoft.Azure.WebJobs.Extensions.EventHubs", "6.3.2" }
});

void ValidateTrigger(ExpandoObject b, bool many)
Expand Down Expand Up @@ -1209,7 +1209,7 @@ public void EventHubs_SDKTypeBindings()

AssertDictionary(extensions, new Dictionary<string, string>
{
{ "Microsoft.Azure.WebJobs.Extensions.EventHubs", "6.3.1" },
{ "Microsoft.Azure.WebJobs.Extensions.EventHubs", "6.3.2" },
});

var eventHubTriggerFunction = functions.Single(p => p.Name == nameof(SDKTypeBindings_EventHubs.EventHubTriggerFunction));
Expand Down

0 comments on commit 455e59d

Please sign in to comment.