Skip to content

Fix issue on SQL: Delete a container with blob, then create container/blob with same name, and delete container will fail.#2572

Merged
EmmaZhu merged 2 commits intoAzure:mainfrom
blueww:2563
Jul 28, 2025
Merged

Fix issue on SQL: Delete a container with blob, then create container/blob with same name, and delete container will fail.#2572
EmmaZhu merged 2 commits intoAzure:mainfrom
blueww:2563

Conversation

@blueww
Copy link
Member

@blueww blueww commented Jul 28, 2025

Thanks for contribution! Please go through following checklist before sending PR.
This is to fix #2563

PR Branch Destination

  • For Azurite V3, please send PR to main branch.
  • For legacy Azurite V2, please send PR to legacy-dev branch.

Always Add Test Cases

Make sure test cases are added to cover the code change.

Add Change Log

Add change log for the code change in Upcoming Release section in ChangeLog.md.

Development Guideline

Please go to CONTRIBUTION.md for steps about setting up development environment and recommended Visual Studio Code extensions.

@blueww blueww changed the title Fix issue on SQL: Delete a container with git blob, then create container/blob with same name, and delete container will fail. Fix issue on SQL: Delete a container with blob, then create container/blob with same name, and delete container will fail. Jul 28, 2025
@EmmaZhu EmmaZhu merged commit 0a186de into Azure:main Jul 28, 2025
35 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

when sql backend is used, deleting container doesn't delete blob metadata, recreating, then deleting a container fails

2 participants