Automated sync from private repo (2026-04-22)#665
Closed
foundry-samples-repo-sync[bot] wants to merge 9 commits into
Closed
Automated sync from private repo (2026-04-22)#665foundry-samples-repo-sync[bot] wants to merge 9 commits into
foundry-samples-repo-sync[bot] wants to merge 9 commits into
Conversation
* [feat] valuation-Only Setup with Private Network Isolation * Automatic fixes --------- Co-authored-by: foundry-samples automation <foundry-samples@noreply.github.com>
Added new CODEOWNERS entries for model router Python scripts.
* added e2e pipeline * deleted old samples --------- Co-authored-by: Ankit Sinha <anksinha@microsoft.com>
…D authType (#153) Add important notes to 6 infrastructure setup READMEs clarifying that: - The authType must be set to AAD (only supported type for CosmosDB) - The ResourceId property must be included in the connection metadata This addresses issues where customers creating CosmosDB connections via REST API were omitting the ResourceId property, causing connection failures. Affected setups: - 15-private-network-standard-agent-setup - 16-private-network-standard-agent-apim-setup-preview - 17-private-network-standard-user-assigned-identity-agent-setup - 18-managed-virtual-network-preview - 19-hybrid-private-resources-agent-setup - 41-standard-agent-setup Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…ty (#157) The Foundry DataProxy's HttpProxyV1Controller routes requests through /v1/https/{serviceName}/{**remainder} where the [Required] attribute on the remainder parameter rejects empty strings. When the A2A agent card URL uses root path (/), the remainder is empty, causing a 400 Bad Request before the request is ever forwarded. This change: - Sets the agent card URL to /a2a instead of / - Adds POST /a2a route (keeps POST / for backward compatibility) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* feat(toolbox): add Python and C# toolbox samples Add toolbox agent samples for Azure AI Foundry hosted agents: - samples/python/toolbox: azd, copilot-sdk, langgraph, maf variants with agent manifests, Dockerfiles, and azd-samples for all supported tools - samples/csharp/toolbox: crud-sample and maf variants * fix: use Microsoft Foundry naming and toolbox-in-Foundry phrasing * fix: use Microsoft Foundry naming and toolbox-in-Foundry phrasing * fix: use Microsoft Foundry naming and toolbox-in-Foundry phrasing * fix: use Microsoft Foundry naming and toolbox-in-Foundry phrasing * fix: use Microsoft Foundry naming and toolbox-in-Foundry phrasing * fix: use Microsoft Foundry naming and toolbox-in-Foundry phrasing * fix: use Microsoft Foundry naming and toolbox-in-Foundry phrasing * fix: use Microsoft Foundry naming and toolbox-in-Foundry phrasing * fix: use Microsoft Foundry naming and toolbox-in-Foundry phrasing * fix: use Microsoft Foundry naming and toolbox-in-Foundry phrasing * fix: use Microsoft Foundry naming and toolbox-in-Foundry phrasing * fix: use Microsoft Foundry naming and toolbox-in-Foundry phrasing * fix: use Microsoft Foundry naming and toolbox-in-Foundry phrasing * fix: use Microsoft Foundry naming and toolbox-in-Foundry phrasing * fix: use Microsoft Foundry naming and toolbox-in-Foundry phrasing * fix: use Microsoft Foundry naming and toolbox-in-Foundry phrasing * fix: use Microsoft Foundry naming and toolbox-in-Foundry phrasing * fix: use Microsoft Foundry naming and toolbox-in-Foundry phrasing * fix: use Microsoft Foundry naming and toolbox-in-Foundry phrasing * fix: use Microsoft Foundry naming and toolbox-in-Foundry phrasing * fix: use Microsoft Foundry naming and toolbox-in-Foundry phrasing * fix: use Microsoft Foundry naming and toolbox-in-Foundry phrasing * fix: use Microsoft Foundry naming and toolbox-in-Foundry phrasing * fix: use Microsoft Foundry naming and toolbox-in-Foundry phrasing * fix: use Microsoft Foundry naming and toolbox-in-Foundry phrasing * fix: use Microsoft Foundry naming and toolbox-in-Foundry phrasing * fix: use Microsoft Foundry naming and toolbox-in-Foundry phrasing * fix: use Microsoft Foundry naming and toolbox-in-Foundry phrasing * fix: use Microsoft Foundry naming and toolbox-in-Foundry phrasing * fix: use Microsoft Foundry naming and toolbox-in-Foundry phrasing * fix: use Microsoft Foundry naming and toolbox-in-Foundry phrasing * fix: use Microsoft Foundry naming and toolbox-in-Foundry phrasing * fix: use Microsoft Foundry naming and toolbox-in-Foundry phrasing * fix: use Microsoft Foundry naming and toolbox-in-Foundry phrasing * fix: use Microsoft Foundry naming and toolbox-in-Foundry phrasing * fix: use Microsoft Foundry naming and toolbox-in-Foundry phrasing * fix: use Microsoft Foundry naming and toolbox-in-Foundry phrasing * fix: use Microsoft Foundry naming and toolbox-in-Foundry phrasing * fix: use Microsoft Foundry naming and toolbox-in-Foundry phrasing * fix: use Microsoft Foundry naming and toolbox-in-Foundry phrasing * fix: use Microsoft Foundry naming and toolbox-in-Foundry phrasing * fix: use Microsoft Foundry naming and toolbox-in-Foundry phrasing * fix: use Microsoft Foundry naming and toolbox-in-Foundry phrasing * fix: use Microsoft Foundry naming and toolbox-in-Foundry phrasing * fix: use Microsoft Foundry naming and toolbox-in-Foundry phrasing * fix: use Microsoft Foundry naming and toolbox-in-Foundry phrasing * fix: use Microsoft Foundry naming and toolbox-in-Foundry phrasing * fix: use Microsoft Foundry naming and toolbox-in-Foundry phrasing * fix: use Microsoft Foundry naming and toolbox-in-Foundry phrasing * toolbox: add tracing setup.py for langgraph sample * toolbox: add tracing setup.py for azd sample * toolbox: add tracing dependencies to langgraph/requirements.txt * toolbox: add tracing dependencies to azd/requirements.txt * toolbox: add LangGraph auto-tracing to langgraph/main.py * toolbox: add LangGraph auto-tracing to azd/main.py * toolbox: update README — tracing ✅ for all samples, Microsoft Foundry naming * Update README.md
* moved samples * Refactor to use Azure.AI.Extensions.OpenAI and AIProjectClient for improved response handling Co-authored-by: Copilot <copilot@github.com> * update agent framework samples * Remove ephemeral Foundry agent creation and cleanup steps from E2E workflow * removed older test scripts * Fix GitHub token reference in E2E workflow for Copilot SDK sample * added top level readme * Fix workflow link order in hosted agents README --------- Co-authored-by: Ankit Sinha <anksinha@microsoft.com> Co-authored-by: Copilot <copilot@github.com>
Contributor
Author
|
Superseded by a newer sync. |
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.
This PR was automatically generated by the repo sync workflow.
Review carefully before merging. Verify no internal content was included.
Triggered by:
scheduleRun: https://github.com/microsoft-foundry/foundry-samples-pr/actions/runs/24764194878