We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfdc524 commit 3049db3Copy full SHA for 3049db3
Microsoft.Azure.Cosmos/src/DocumentClient.cs
@@ -6654,7 +6654,7 @@ private void InitializeDirectConnectivity(IStoreClientFactory storeClientFactory
6654
}
6655
else
6656
{
6657
- // It is decided to switch this feature off completely for external users but keep it uchanged for internal users,
+ // It is decided to switch this feature off completely for external users but keep it unchanged for internal users,
6658
// due to the nature of information, we are collecting here. RNTBD is internal protocol and we do not expose it to the customers.
6659
Documents.Telemetry.DistributedTracingOptions distributedTracingOptions = new ()
6660
0 commit comments