Revert "[Migrate] Initialize Azure Migrate and Azure Local Migrate Command Module"#9327
Revert "[Migrate] Initialize Azure Migrate and Azure Local Migrate Command Module"#9327
Conversation
…mmand Mo…" This reverts commit 1e0cdbc.
️✔️Azure CLI Extensions Breaking Change Test
|
|
The git hooks are available for azure-cli and azure-cli-extensions repos. They could help you run required checks before creating the PR. Please sync the latest code with latest dev branch (for azure-cli) or main branch (for azure-cli-extensions). pip install azdev --upgrade
azdev setup -c <your azure-cli repo path> -r <your azure-cli-extensions repo path>
|
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
There was a problem hiding this comment.
Pull Request Overview
This PR reverts the initial implementation of the Azure Migrate command module by removing all files added in PR #9322. The justification is that the module is non-functional and cannot be used in the terminal.
Key Changes:
- Complete removal of the migrate extension module
- Deletion of all source code, tests, and documentation
- Removal of configuration and metadata files
Reviewed Changes
Copilot reviewed 18 out of 18 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| setup.py | Removed package setup configuration and dependencies |
| setup.cfg | Removed build distribution settings |
| linter_exclusions.yml | Removed linting rule exclusions for migrate commands |
| test_migrate_commands.py | Removed all unit tests for migrate commands |
| custom.py | Removed core command implementations |
| commands.py | Removed command registration logic |
| _params.py | Removed parameter definitions for all commands |
| _helpers.py | Removed utility functions and helper classes |
| _help.py | Removed help documentation for all commands |
| init.py | Removed module initialization and command loader |
| README.md | Removed comprehensive module documentation |
| HISTORY.rst | Removed release history |
| azext_metadata.json | Removed extension metadata |
| Multiple helper files | Removed specialized helper modules for replication operations |
|
|
no needs to revert, due to the fix in #9328. |
Reverts #9322
this module even cannot be used in the terminal.