feature: retire azure-resource-lookup - #2894
Draft
JasonYeMSFT (JasonYeMSFT) wants to merge 2 commits into
Draft
Conversation
JasonYeMSFT (JasonYeMSFT)
requested review from
a team and
Rick Winter (RickWinter)
as code owners
July 20, 2026 19:00
Contributor
There was a problem hiding this comment.
Pull request overview
This PR retires the azure-resource-lookup skill from the plugin, removing its skill content and associated Vally eval coverage, and updates repo configuration so CI/test scheduling no longer references the retired skill. This aligns with the stated intent to rely on Azure MCP server + az CLI behavior instead of a dedicated routing skill.
Changes:
- Removed the
azure-resource-lookupskill files (SKILL + reference docs) and its eval suite. - Updated test scheduling and CI configuration to drop
azure-resource-lookupfrom skill lists. - Updated
azure-preparedocumentation to replace guidance that previously depended onazure-resource-lookup.
Show a summary per file
| File | Description |
|---|---|
| tests/skills.json | Removes azure-resource-lookup from the skills list and integration schedule string. |
| plugin/skills/azure-resource-lookup/version.json | Deletes per-skill NBGV config for the retired skill. |
| plugin/skills/azure-resource-lookup/SKILL.md | Deletes the retired skill definition and workflow guidance. |
| plugin/skills/azure-resource-lookup/references/azure-resource-graph.md | Deletes the retired skill’s Resource Graph reference material. |
| plugin/skills/azure-prepare/references/azure-context.md | Updates guidance to use Azure MCP arm tooling instead of the retired skill. |
| evals/azure-resource-lookup/eval.yaml | Deletes the Vally integration eval suite for the retired skill. |
| .github/workflows/test-all-integration.yml | Removes azure-resource-lookup from the VALLY_SKILLS env list used in CI. |
| .github/CODEOWNERS | Removes CODEOWNERS entry for the deleted skill directory. |
Review details
- Files reviewed: 8/8 changed files
- Comments generated: 1
- Review effort level: Low
Tom Meschter (tmeschter)
approved these changes
Jul 21, 2026
Member
Author
|
Per feedback from Rick offline, I will collect more data on this with more models. |
JasonYeMSFT (JasonYeMSFT)
marked this pull request as draft
July 30, 2026 20:56
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Retire azure-resource-lookup skill since the LLM is able to accomplish equally good result with Azure MCP server and az cli alone.
Checklist
cd tests && npm test)fix:,feat:,feature:,chore:,misc:,test:,eval:tests/,npm run test:integration -- <skill>ornpm run test:vally -- --skill <skill>)Related Issues
resolves #2691