You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AzureFoundry: Added managed identity / DefaultAzureCredential authentication details introduced in PR Support managed identity auth in AzureFoundry provider #9707. Now lists all three environment variables (AZURE_OPENAI_ENDPOINT, AZURE_OPENAI_DEPLOYMENT_NAME, AZURE_OPENAI_API_KEY) and explains that DefaultAzureCredential is the default (recommended for Azure-hosted scenarios), with API key as optional override and AZURE_CLIENT_ID for user-assigned managed identity.
VSTestBridge: Added a note that as of MSTest 4.3, MSTest no longer depends on VSTestBridge on the MTP code path (RFC 018 / PR Drop MSTest's VSTest bridge dependency on the MTP path #9755), while clarifying it is still used by NUnit, Expecto, and third-party adapters.
🤖 Automated content by GitHub Copilot. Generated by the Glossary Maintainer workflow. · 107.3 AIC · ⌖ 20.3 AIC · ⊞ 8.2K · [◷]( · ◷)
Add this agentic workflows to your repo
To install this agentic workflow, run
gh aw add githubnext/agentics/workflows/glossary-maintainer.md@main
expires on Jul 11, 2026, 5:55 AM UTC
Note
This was originally intended as a pull request, but GitHub Actions is not permitted to create or approve pull requests in this repository.
The changes have been pushed to branch docs/glossary-daily-scan-2026-07-09-8d9172e177506ef8.
To fix the permissions issue, go to Settings → Actions → General and enable Allow GitHub Actions to create and approve pull requests. See also: gh-aw FAQ
Show patch preview (61 of 61 lines)
From 769f0b97df244ca2de71b0e045ab562a1e5c94e7 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]" <github-actions[bot]@users.noreply.github.com>
Date: Thu, 9 Jul 2026 05:52:04 +0000
Subject: [PATCH] docs: update glossary - daily scan 2026-07-09
- AzureFoundry: add DefaultAzureCredential/managed identity auth details
and required environment variables (PR #9707)
- MSTestTestFramework: new entry documenting the native MTP ITestFramework
for MSTest introduced by RFC 018 (PRs #9706, #9743, #9748, #9755)
- VSTestBridge: note MSTest no longer depends on it on the MTP path
as of MSTest 4.3
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---
docs/glossary.md | 18 ++++++++++++++++--
1 file changed, 16 insertions(+), 2 deletions(-)
diff --git a/docs/glossary.md b/docs/glossary.md
index d50f75c..c017ed3 100644
--- a/docs/glossary.md+++ b/docs/glossary.md@@ -52,7 +52,7 @@ An MTP extension (`Microsoft.Testing.Extensions.AzureDevOpsReport`) that formats
### AzureFoundry
-An MTP extension (`Microsoft.Testing.Extensions.AzureFoundry`) that integrates [Azure AI Foundry](https://azure.microsoft.com/products/ai-foundry) (Azure OpenAI) with Microsoft.Testing.Platform as an [IChatClientProvider](#ichatclientprovider) implementation. It reads Azure OpenAI connection settings from environment variables and supplies AI chat-client capabilities to any testing extension that consumes the [Microsoft.Testing.Platform.AI](#microsofttestingplatformai) abstractions. This is the reference implementation of the `Microsoft.Testing.Platform.AI` abstractions.+An MTP extension (`Microsoft.Testing.Extensions.AzureFoundry`) that integrates [Azure AI Foundry](https://azure.microsoft.com/products/ai-foundry) (Azure OpenAI) with Microsoft.Testing.Platform as an [IChatClientProvider](#ichatclientprovider) implementation. Reads Azure OpenAI connection settings from three environment variables — `AZURE_OPENAI_ENDPOINT` (required), `AZURE_OPENAI_DEPLOYMENT_NAME` (require
... (truncated)
Glossary Updates
Scan Type: Incremental (daily) — Thursday 2026-07-09
Terms Added:
ITestFrameworkfor MSTest on MTP, introduced by RFC 018 (Phases 1–6 merged today in PRs Native MTP integration for MSTest — RFC 018 + Phases 1–5 (opt-in native path) #9706, Native MTP framework for MSTest — Phases 3–5 (native filter/runsettings/context, opt-in) #9743, Native MTP integration for MSTest (Phase 6a): native providers, config, resources #9748, Drop MSTest's VSTest bridge dependency on the MTP path #9755). Documents the three native seams (MtpUnitTestElementSink,MtpTestResultRecorder,MSTestTestNodeConverter) that replace the former VSTest bridge boundary, and notes that MSTest 4.3 no longer depends onMicrosoft.Testing.Extensions.VSTestBridgeon the MTP code path.Terms Updated:
DefaultAzureCredentialauthentication details introduced in PR Support managed identity auth in AzureFoundry provider #9707. Now lists all three environment variables (AZURE_OPENAI_ENDPOINT,AZURE_OPENAI_DEPLOYMENT_NAME,AZURE_OPENAI_API_KEY) and explains thatDefaultAzureCredentialis the default (recommended for Azure-hosted scenarios), with API key as optional override andAZURE_CLIENT_IDfor user-assigned managed identity.Changes Analyzed:
Related Changes:
Add this agentic workflows to your repo
To install this agentic workflow, run
Note
This was originally intended as a pull request, but GitHub Actions is not permitted to create or approve pull requests in this repository.
The changes have been pushed to branch
docs/glossary-daily-scan-2026-07-09-8d9172e177506ef8.Click here to create the pull request
To fix the permissions issue, go to Settings → Actions → General and enable Allow GitHub Actions to create and approve pull requests. See also: gh-aw FAQ
Show patch preview (61 of 61 lines)