Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more overload of CRUD on cosmos encryption #23999

Closed
simplynaveen20 opened this issue Sep 9, 2021 · 1 comment
Closed

Add more overload of CRUD on cosmos encryption #23999

simplynaveen20 opened this issue Sep 9, 2021 · 1 comment
Assignees
Labels
azure-cosmos-encryption Issues related to azure cosmos encryption project Client This issue points to a problem in the data-plane of the library. Cosmos

Comments

@simplynaveen20
Copy link
Member

Currently we have single overload of crud operation.
for example we have
public <T> Mono<CosmosItemResponse<T>> createItem(T item, PartitionKey partitionKey, CosmosItemRequestOptions requestOptions)

We need below two as well
'public Mono<CosmosItemResponse> createItem(T item) '
public <T> Mono<CosmosItemResponse<T>> createItem(T item, CosmosItemRequestOptions options)

@simplynaveen20 simplynaveen20 added Cosmos Client This issue points to a problem in the data-plane of the library. azure-cosmos-encryption Issues related to azure cosmos encryption project labels Sep 9, 2021
@simplynaveen20
Copy link
Member Author

Done #24160

@github-actions github-actions bot locked and limited conversation to collaborators Apr 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
azure-cosmos-encryption Issues related to azure cosmos encryption project Client This issue points to a problem in the data-plane of the library. Cosmos
Projects
None yet
Development

No branches or pull requests

2 participants