Skip to content

Commit 494f8a1

Browse files
Merge pull request #263406 from ealsur/users/ealsur/limittoendpoint
Cosmos DB: Remove LimitToEndpoint
2 parents 096e165 + 9bf9bcb commit 494f8a1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

articles/cosmos-db/how-to-develop-emulator.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,6 @@ Use the [Azure Cosmos DB API for NoSQL .NET SDK](nosql/quickstart-dotnet.md) to
477477
> ServerCertificateCustomValidationCallback = HttpClientHandler.DangerousAcceptAnyServerCertificateValidator
478478
> }),
479479
> ConnectionMode = ConnectionMode.Gateway,
480-
> LimitToEndpoint = true
481480
> };
482481
>
483482
> using CosmosClient client = new(

0 commit comments

Comments
 (0)