Verify complete reversion of PR #8733 (mongodb extension)
Summary
This PR confirms that all changes introduced by PR #8733 (mongodb CLI extension) have been completely reverted from the codebase.
Verification Steps Taken
- Verified that the
src/mongodbdirectory has been completely removed - Confirmed that the entry for
az mongo-dbwas removed fromsrc/service_name.json - Thoroughly searched the codebase to ensure no traces of the standalone MongoDB extension remain
- Found that all legitimate MongoDB references are related to existing functionality like CosmosDB integration
Details
PR #8733 originally introduced a new MongoDB extension through two commits:
- Initial commit "mongodb cli" (acb09ba13a7433d45ec3c2bbc1207d50f40b354c)
- Follow-up commit "updating readme and adding examples" (7c2e1badafc8308b1bd085b0d0532a08d7d5139f)
Both commits have been successfully reverted, and the repository is clean of any standalone mongodb extension code.
The verification document can be removed after review if desired.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.
Validation for Breaking Change Starting...
Thanks for your contribution!
Hi @Copilot, Please write the description of changes which can be perceived by customers into HISTORY.rst. If you want to release a new extension version, please update the version in setup.py as well.
mongodb