Remove AzureAIInference remnants after #7096#7102
Merged
stephentoub merged 2 commits intomainfrom Dec 2, 2025
Merged
Conversation
Co-authored-by: jozkee <[email protected]>
Copilot
AI
changed the title
[WIP] Remove remnants of AzureAIInference
Remove AzureAIInference remnants after #7096
Dec 2, 2025
stephentoub
reviewed
Dec 2, 2025
...oft.Extensions.AotCompatibility.TestApp/Microsoft.Extensions.AotCompatibility.TestApp.csproj
Show resolved
Hide resolved
stephentoub
approved these changes
Dec 2, 2025
Contributor
There was a problem hiding this comment.
Pull request overview
This PR completes the cleanup of Microsoft.Extensions.AI.AzureAIInference references that were missed in PR #7096, which removed the AzureAIInference library itself. The changes remove obsolete documentation and build configuration that referenced the now-deleted library.
Key Changes
- Removed obsolete test configuration documentation for AzureAIInference from the integration tests README
- Removed obsolete AOT compatibility exclusion for the deleted AzureAIInference library
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| test/Libraries/Microsoft.Extensions.AI.Integration.Tests/README.md | Removes the "Configuring Azure AI Inference tests" section containing instructions for setting up user secrets for the deleted AzureAIInference library |
| test/Libraries/Microsoft.Extensions.AotCompatibility.TestApp/Microsoft.Extensions.AotCompatibility.TestApp.csproj | Removes the exclusion entry for Microsoft.Extensions.AI.AzureAIInference along with its associated Azure SDK issue comment |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Cleanup of leftover references to
Microsoft.Extensions.AI.AzureAIInferencethat were missed in #7096.Found via comment from @jozkee.
Changes
test/Libraries/Microsoft.Extensions.AI.Integration.Tests/README.mdtest/Libraries/Microsoft.Extensions.AotCompatibility.TestApp/Microsoft.Extensions.AotCompatibility.TestApp.csprojOriginal prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.
Microsoft Reviewers: Open in CodeFlow