[azure-cli-extensions] Remove arize-ai source after deprecation - #10331
[azure-cli-extensions] Remove arize-ai source after deprecation#10331Boogie Man (AlexiusTatius-X) wants to merge 1 commit into
Conversation
Removes the arize-ai Azure CLI extension source after the index entry was deprecated and merged in Azure#10297. Linked work item: 39549605 (Story 39500927 under Feature 39500909).
|
Hi Boogie Man (@AlexiusTatius-X), |
There was a problem hiding this comment.
🟢 Approval recommended
The deprecated extension source tree is removed with no unresolved review comments.
Pull request overview
Removes the deprecated arize-ai Azure CLI extension source tree following its removal from src/index.json.
Changes:
- Deletes packaging, documentation, metadata, and command implementation files.
- Deletes generated command code and extension tests.
- Preserves shared references outside the extension tree.
File summaries
| File | Change |
|---|---|
src/arize-ai/setup.py |
Removes packaging configuration. |
src/arize-ai/setup.cfg |
Removes setup configuration. |
src/arize-ai/README.md |
Removes documentation. |
src/arize-ai/HISTORY.rst |
Removes release history. |
src/arize-ai/azext_arize_ai/tests/latest/test_arize_ai.py |
Removes scenario tests. |
src/arize-ai/azext_arize_ai/tests/latest/__init__.py |
Removes test package initializer. |
src/arize-ai/azext_arize_ai/tests/__init__.py |
Removes test package initializer. |
src/arize-ai/azext_arize_ai/custom.py |
Removes custom command support. |
src/arize-ai/azext_arize_ai/commands.py |
Removes command registration. |
src/arize-ai/azext_arize_ai/azext_metadata.json |
Removes extension metadata. |
src/arize-ai/azext_arize_ai/aaz/latest/arize_ai/observability_eval/organization/_wait.py |
Removes the wait command. |
src/arize-ai/azext_arize_ai/aaz/latest/arize_ai/observability_eval/organization/_update.py |
Removes the update command. |
src/arize-ai/azext_arize_ai/aaz/latest/arize_ai/observability_eval/organization/_show.py |
Removes the show command. |
src/arize-ai/azext_arize_ai/aaz/latest/arize_ai/observability_eval/organization/_list.py |
Removes the list command. |
src/arize-ai/azext_arize_ai/aaz/latest/arize_ai/observability_eval/organization/_delete.py |
Removes the delete command. |
src/arize-ai/azext_arize_ai/aaz/latest/arize_ai/observability_eval/organization/_create.py |
Removes the create command. |
src/arize-ai/azext_arize_ai/aaz/latest/arize_ai/observability_eval/organization/__init__.py |
Removes the organization package. |
src/arize-ai/azext_arize_ai/aaz/latest/arize_ai/observability_eval/organization/__cmd_group.py |
Removes the organization command group. |
src/arize-ai/azext_arize_ai/aaz/latest/arize_ai/observability_eval/__init__.py |
Removes the observability package. |
src/arize-ai/azext_arize_ai/aaz/latest/arize_ai/observability_eval/__cmd_group.py |
Removes the observability command group. |
src/arize-ai/azext_arize_ai/aaz/latest/arize_ai/__init__.py |
Removes the command group package. |
src/arize-ai/azext_arize_ai/aaz/latest/arize_ai/__cmd_group.py |
Removes the root command group. |
src/arize-ai/azext_arize_ai/aaz/latest/__init__.py |
Removes the generated package initializer. |
src/arize-ai/azext_arize_ai/aaz/__init__.py |
Removes the generated package. |
src/arize-ai/azext_arize_ai/_params.py |
Removes argument definitions. |
src/arize-ai/azext_arize_ai/_help.py |
Removes help definitions. |
src/arize-ai/azext_arize_ai/__init__.py |
Removes the command loader. |
Review details
- Files reviewed: 27/28 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
|
Thanks. This PR removes the entire deprecated |
|
arize-ai |
|
/azp run |
|
Azure Pipelines: Successfully started running 2 pipeline(s). |
🤖 PR Validation — ️✔️ All clear
Remove
arize-aisource after deprecationLinked work items: Task #39549605 · Story #39500927 · Feature #39500909
Why
The
arize-aiextension was removed fromsrc/index.jsonby the merged deprecation PR #10297. This follow-up removes its source tree as Step 8 of theArizeAi.ObservabilityEvalRP retirement.What changed
src/arize-ai/(28 files)Validation
Azure/azure-cli-extensions:mainsrc/arize-ai/src/index.jsonremains valid JSON and no longer contains thearize-aiextension keygit diff --checkpassedCI note
A permissioned reviewer may need to comment
/azp runto trigger required Azure Pipelines checks.Reference deprecation PR: #10297