fix: update Azure AI Foundry client integration details and package r…#72
Merged
IEvangelist merged 5 commits intomainfrom Nov 21, 2025
Merged
fix: update Azure AI Foundry client integration details and package r…#72IEvangelist merged 5 commits intomainfrom
IEvangelist merged 5 commits intomainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates the Azure AI Foundry integration documentation to reflect a significant change in the client integration package and APIs. The documentation now directs users to use Aspire.Azure.AI.Inference instead of the previous Aspire.Azure.AI.Foundry package.
Key changes:
- Changed client integration package from
Aspire.Azure.AI.FoundrytoAspire.Azure.AI.Inference - Updated API usage from
AddAzureAIFoundryClienttoAddAzureChatCompletionsClient - Expanded configuration section with detailed connection string formats and inline delegate examples
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
joperezr
approved these changes
Nov 21, 2025
IEvangelist
added a commit
that referenced
this pull request
Apr 24, 2026
…ns (#752) Addresses Dependabot alerts: - #68 fast-xml-parser < 5.7.0 (XML Comment/CDATA injection) -> 5.7.1 - #71 uuid < 14.0.0 (missing buffer bounds check) -> 14.0.0 - #72 postcss < 8.5.10 (XSS via unescaped </style>) -> 8.5.10 Updated pnpm overrides in src/frontend/package.json to force patched versions of these transitive dependencies and regenerated pnpm-lock.yaml. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
…eferences
Fixes microsoft/aspire#13054