Summary
The azure.ai.agents azd extension currently has no automated test coverage gating changes. This issue tracks adding a two-tier test setup:
Motivation
- Catch regressions in the extension commands and azd integration before release.
- Validate the full end-to-end experience (including provisioning real Foundry resources) on a cadence, outside the PR critical path.
Scope / tasks
Notes
Live tests run only on demand (/azp run ext-azure-ai-agents-live) and weekly; they are intentionally not part of the PR gate to keep PR latency low and avoid consuming model quota on every push.
Summary
The
azure.ai.agentsazd extension currently has no automated test coverage gating changes. This issue tracks adding a two-tier test setup:init → provision → deploy → invoke → down) against the TME Azure subscription via tmux.Motivation
Scope / tasks
ext-azure-ai-agents-liveand validate the first/azp runazure-sdk-testsservice connection targets the TME subscription with the required RBACNotes
Live tests run only on demand (
/azp run ext-azure-ai-agents-live) and weekly; they are intentionally not part of the PR gate to keep PR latency low and avoid consuming model quota on every push.