Return BlobNotFound for conditional reads of missing blobs - #2809
Open
Akanksha Jain (jainakanksha-msft) with Copilot wants to merge 4 commits into
Open
Akanksha Jain (jainakanksha-msft) with Copilot wants to merge 4 commits into
Akanksha Jain (jainakanksha-msft) with Copilot wants to merge 4 commits into
Conversation
Contributor
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Copilot started work on behalf of
Akanksha Jain (jainakanksha-msft)
September 24, 2026 08:38
View session
Co-authored-by: jainakanksha-msft <181211853+jainakanksha-msft@users.noreply.github.com>
Copilot started reviewing on behalf of
Akanksha Jain (jainakanksha-msft)
September 24, 2026 08:42
View session
Co-authored-by: jainakanksha-msft <181211853+jainakanksha-msft@users.noreply.github.com>
Co-authored-by: jainakanksha-msft <181211853+jainakanksha-msft@users.noreply.github.com>
Copilot started reviewing on behalf of
Akanksha Jain (jainakanksha-msft)
September 24, 2026 08:45
View session
Akanksha Jain (jainakanksha-msft)
marked this pull request as ready for review
September 24, 2026 08:45
Copilot
AI
changed the title
Fix missing blob If-Match precedence
Return BlobNotFound for conditional reads of missing blobs
Sep 24, 2026
Copilot started reviewing on behalf of
Akanksha Jain (jainakanksha-msft)
September 24, 2026 10:35
View session
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Azurite returned
412 ConditionNotMetfor GET/download and HEAD/get-properties requests against nonexistent blobs whenIf-Matchwas set. Azure returns404 BlobNotFoundbefore evaluating target conditional headers.validateReadConditions.Regression coverage
@loki @sqltests for GET/download and HEAD/get-properties withIf-Matchtargeting a missing blob.Release notes
Original prompt