This repository is for active development of the Azure SDK for Java. For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/java/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-java.
Is your feature request related to a problem? Please describe.
Since spring data framework will return the entity that was saved when writing to the database, this property spring.cloud.azure.cosmos.content-response-on-write-enable will be always overridden in spring data cosmos SDK, it should be not exposed at all. See more from https://github.com/Azure/azure-sdk-for-java/issues/42590
Describe the solution you'd like
Remove it in code and doc.
Describe alternatives you've considered
N/A.
Additional context
N/A.
Information Checklist
Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report
Is your feature request related to a problem? Please describe. Since spring data framework will return the entity that was saved when writing to the database, this property
spring.cloud.azure.cosmos.content-response-on-write-enable
will be always overridden in spring data cosmos SDK, it should be not exposed at all. See more from https://github.com/Azure/azure-sdk-for-java/issues/42590Describe the solution you'd like Remove it in code and doc.
Describe alternatives you've considered N/A.
Additional context N/A.
Information Checklist Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report