azure-sdk-for-java icon indicating copy to clipboard operation
azure-sdk-for-java copied to clipboard

Cosmos DB Encryption Sample Issue

Open faynef opened this issue 1 year ago • 2 comments

Section link: image

Reason: image image Failed to serialize the object into json.

Suggestion: Update code to:

public String getId () {
	            return id;
	        }
public String getSensitiveString() {
	            return sensitiveString;
	   }

@sandeep-sen , @joshfree , @kyle-patterson , @KrzysztofCwalina and @aayush3011 for notification.

faynef avatar Apr 30 '24 06:04 faynef

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @kushagraThapar @pjohari-ms @TheovanKraay.

github-actions[bot] avatar Apr 30 '24 06:04 github-actions[bot]

@tvaron3 please take a look at this, thanks!

kushagraThapar avatar Apr 30 '24 16:04 kushagraThapar

Close it. This issue has been fixed by PR https://github.com/Azure/azure-sdk-for-java/pull/40356.

v-xuto avatar May 31 '24 02:05 v-xuto