azure-cli-extensions icon indicating copy to clipboard operation
azure-cli-extensions copied to clipboard

Verify complete reversion of PR #8733 (mongodb extension)

Open Copilot opened this issue 9 months ago • 3 comments

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/mongodb directory has been completely removed
  • Confirmed that the entry for az mongo-db was removed from src/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:

  1. Initial commit "mongodb cli" (acb09ba13a7433d45ec3c2bbc1207d50f40b354c)
  2. 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.

Copilot avatar May 22 '25 04:05 Copilot

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

yonzhan avatar May 22 '25 05:05 yonzhan