azure-cosmos-db-emulator-docker
azure-cosmos-db-emulator-docker copied to clipboard
This repo serves as hub for managing issues, gathering feedback, and having discussions regarding the Cosmos DB Emulator Docker.
**Describe the bug** Batch Delete operation ignores PK set at the batch level and errors out with azcosmos.TransactionalBatchResult StatusCode 400 { "message" : "Missing partitionKey for delete operation" } **To...
**Describe the bug** Query by IN operator with placeholders is not supported: POST http://127.0.0.1:8081/dbs/integration-test-db/colls/test-table/docs -------------------------------------------------------------------------------- RESPONSE 500: 500 Internal Server Error ERROR CODE: 500 Internal Server Error -------------------------------------------------------------------------------- { "code":...
Out of the box, it seems like these features aren't supported (`Not supported function call VECTORDISTANCE with 4 arguments`); can the status of these be clarified (e.g. is a command-line...
**Describe the bug** If you change the PORT env var, the Data Explorer UI doesn't reflect the change **To Reproduce** Steps to reproduce the behavior: 1. Set the PORT env...
We can expand our docs to make it more clear how to use your own cert. Currently, we emphasize using http, but that's still not easy for customers using older...
Today, if a customer tries to connect using the old well-known emulator cert, it will fail. Customers may not be aware they need to change how they use certs when...
**Describe the bug** The linux emulator does not error out when the wrong key is used. Is this the expected behavior? **To Reproduce** Steps to reproduce the behavior: 1. Start...
**Describe the bug** When I finished the container set up using following command, I can not connect to cosmos db using c# sdk. It will keep hanging when I am...
Spring Data queries like the following: `boolean existsByPrincipalAndType(String principal, String auditType);` fail with error: ``` com.azure.spring.data.cosmos.exception.CosmosAccessException: Failed to get count value ``` Integration test here: https://github.com/kmandalas/cosmosdb-vnext/blob/2791f59618583e719d2645064899b251ef738cc4/src/test/java/com/example/demo/audits/DemoAuditRepositoryIntegrationTest.java#L62
I installed the 2.14.21 version and then I couldn't start the emulator screenshot below! [Image](https://github.com/user-attachments/assets/75fb1e44-ce32-4a0d-9196-2bef996b6aae)