Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Remove agent-templates.json after aka.ms link redirect#852

Draft
Copilot wants to merge 4 commits intomainfrom
copilot/remove-agent-templates-json
Draft

Remove agent-templates.json after aka.ms link redirect#852
Copilot wants to merge 4 commits intomainfrom
copilot/remove-agent-templates-json

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 28, 2026

The agent-templates.json file was a temporary artifact needed until the aka.ms link redirect was set up. That redirect is now live, so this file is no longer needed.

  • Deleted website/static/agent-templates.json
  • Agent templates were migrated into templates.json

….ms redirect)

Agent-Logs-Url: https://github.com/Azure/awesome-azd/sessions/fee5e3a4-225c-4b72-b661-578fda0d2e28

Co-authored-by: hemarina <104857065+hemarina@users.noreply.github.com>
Copilot AI changed the title [WIP] Remove agent-templates.json after aka.ms link redirect Remove agent-templates.json after aka.ms link redirect Apr 28, 2026
Copilot AI requested a review from hemarina April 28, 2026 22:07
Comment thread website/test/agent-templates.test.ts
Copilot AI requested a review from hemarina April 28, 2026 22:14
Copy link
Copy Markdown
Member

@jongio jongio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CI is failing because agent-templates.test.ts imports ../static/agent-templates.json, which this PR deletes. The test was restored per your earlier comment, but that creates a broken state - the test exists but its data dependency is gone.

Since agent-templates.json isn't referenced by any source code (only by this test), the test file should also be deleted in this PR. The test validates data that won't exist anymore.

Also worth including the aka.ms redirect URL in the PR description so reviewers can verify it's live and pointing to the right place.

Copy link
Copy Markdown
Member

@jongio jongio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My earlier concern about CI failing (test importing the deleted JSON) is resolved - the merge from main brought in the unification that updated agent-templates.test.ts to read from templates.json with a templateType discriminator instead.

The deletion is now clean:

  • CI passes
  • No remaining references to agent-templates.json in source or test code
  • The agent template data lives in templates.json with templateType: "extension.ai.agent"

One note: the PR description still says "Deleted website/static/agent-templates.json" without mentioning the unification that happened on main. Might be worth a one-liner noting that agent templates were migrated into templates.json before this deletion, so future readers understand the sequence.

No blocking issues. Ready for un-drafting when you're satisfied.

@hemarina
Copy link
Copy Markdown
Contributor

hemarina commented May 4, 2026

PR needs to be merged after Azure/azure-dev#7968

@hemarina
Copy link
Copy Markdown
Contributor

hemarina commented May 4, 2026

This PR is on hold since users might not be updated to the latest extension version. Will merge this PR after a couple of weeks where no users are using azd-ext-azure-ai-agents_0.1.28-preview

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

remove agent-templates.json after aka.ms link is redirect

3 participants