Theo van Kraay

Results 8 issues of Theo van Kraay

## Purpose Remove some dead code, and change partition key to avoid warning that is now thrown following my PR here: https://github.com/Azure/azure-sdk-for-java/pull/35261 * ... ## Does this introduce a breaking...

See comment to PR here: https://github.com/Azure-Samples/azure-spring-boot-samples/pull/567#discussion_r1022571854 - [x] Description Added

azure-spring

Show Azure AD sample with passwordless credentials (DefaultAzureCredential). See PR comment here: https://github.com/Azure-Samples/azure-spring-boot-samples/pull/567#discussion_r1022340646. - [x] Description Added

azure-spring

Create Resources for Cosmos Azure AD Sample using Terraform. See PR comment here: https://github.com/Azure-Samples/azure-spring-boot-samples/pull/567#discussion_r1022341611 - [x] Description Added

azure-spring

# Description Entity fields that have `@Transient` annotation will not be persisted to the database when using save(), saveAll(), and upsert(), but will continue to be serialized in the entity...

azure-spring

## Description Bulk Execution is failing when containers are partitioned by anything other than "id". **Error Message:** [2023-04-27 07:47:27,333] ERROR Could not upload record to CosmosDb, but tolerance is set...

bug

Add support for Entra ID in the auto config for Azure Cosmos DB vector store support. This PR also adds a few fixes/enhancements and corresponding tests: - fix to ensure...

# Description This PR adds transactional batch operation support to the Azure Cosmos DB Spark 3 connector, enabling atomic multi-document upsert operations within a single partition. The implementation leverages the...

Cosmos