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

Documentation: Adds remark to clarify delete behavior #3018

Merged
merged 3 commits into from
Feb 10, 2022
Merged

Documentation: Adds remark to clarify delete behavior #3018

merged 3 commits into from
Feb 10, 2022

Conversation

PramodValavala-MSFT
Copy link
Contributor

@PramodValavala-MSFT PramodValavala-MSFT commented Feb 8, 2022

Description

The DeleteItemAsync<T> method never returns the delete item, even when ItemRequestOptions.EnableContentResponseOnWrite is set to true. But the return type of the methos is ItemResponse<T> which could be confusing to users as pointed out this issue.

Type of change

Documentation Update

Closing issues

resolves Azure/azure-sdk-for-net#26739

@ealsur ealsur changed the title Add remark to clarify delete behavior Documentation: Adds remark to clarify delete behavior Feb 8, 2022
@ealsur
Copy link
Member

ealsur commented Feb 8, 2022

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@ealsur ealsur enabled auto-merge (squash) February 10, 2022 00:40
@ealsur
Copy link
Member

ealsur commented Feb 10, 2022

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@ealsur ealsur merged commit 4ca4a9b into Azure:master Feb 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add note that DeleteItemAsync() ignores ItemRequestOptions.EnableContentResponseOnWrite
2 participants