Skip to content

Commit

Permalink
Upgrade the direct package to 3.37.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ananth7592 committed Jan 13, 2025
1 parent cedde49 commit b47eca0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<ClientOfficialVersion>3.46.1</ClientOfficialVersion>
<ClientPreviewVersion>3.47.0</ClientPreviewVersion>
<ClientPreviewSuffixVersion>preview.1</ClientPreviewSuffixVersion>
<DirectVersion>3.37.5</DirectVersion>
<DirectVersion>3.37.6</DirectVersion>
<FaultInjectionVersion>1.0.0</FaultInjectionVersion>
<FaultInjectionSuffixVersion>beta.0</FaultInjectionSuffixVersion>
<EncryptionOfficialVersion>2.0.4</EncryptionOfficialVersion>
Expand Down
5 changes: 2 additions & 3 deletions Microsoft.Azure.Cosmos/src/Routing/GatewayAddressCache.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ internal class GatewayAddressCache : IAddressCache, IDisposable
private bool validateUnknownReplicas;
private IOpenConnectionsHandler openConnectionsHandler;


public GatewayAddressCache(
Uri serviceEndpoint,
Protocol protocol,
Expand Down Expand Up @@ -502,8 +501,8 @@ public async Task MarkAddressesToUnhealthyAsync(
{
if (this.disposedValue)
{
/// Will enable Listener to un-register in-case of un-graceful dispose
/// <see cref="ConnectionStateMuxListener.NotifyAsync(ServerKey, ConcurrentDictionary{Func{ServerKey, Task}, object})"/>
// Will enable Listener to un-register in-case of un-graceful dispose
// <see cref="ConnectionStateMuxListener.NotifyAsync(ServerKey, ConcurrentDictionary{Func{ServerKey, Task}, object})"/>
throw new ObjectDisposedException(nameof(GatewayAddressCache));
}

Expand Down

0 comments on commit b47eca0

Please sign in to comment.