Skip to content

[docs] Update glossary - daily scan #9766

Description

@github-actions

Glossary Updates

Scan Type: Incremental (daily) — Thursday 2026-07-09


Terms Added:

Terms Updated:

  • 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.

Changes Analyzed:

Related Changes:

🤖 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.

Click here to create the pull request

To fix the permissions issue, go to SettingsActionsGeneral 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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions