From e118cb48f7066786e1c73f28140426ca279e49c3 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Tue, 2 Dec 2025 15:54:25 +0000
Subject: [PATCH 1/2] Initial plan
From f7d8bb7ceb618142fbfd00820431b34904c75f7f Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Tue, 2 Dec 2025 15:57:53 +0000
Subject: [PATCH 2/2] Remove AzureAIInference remnants after PR #7096
Co-authored-by: jozkee <16040868+jozkee@users.noreply.github.com>
---
.../README.md | 17 -----------------
...t.Extensions.AotCompatibility.TestApp.csproj | 2 --
2 files changed, 19 deletions(-)
diff --git a/test/Libraries/Microsoft.Extensions.AI.Integration.Tests/README.md b/test/Libraries/Microsoft.Extensions.AI.Integration.Tests/README.md
index 988ab2d08f5..382a01455f9 100644
--- a/test/Libraries/Microsoft.Extensions.AI.Integration.Tests/README.md
+++ b/test/Libraries/Microsoft.Extensions.AI.Integration.Tests/README.md
@@ -41,23 +41,6 @@ dotnet user-secrets set OpenAI:ImageModel dall-e-3
Your account must have models matching these names.
-### Configuring Azure AI Inference tests
-
-Run commands like the following. The settings will be saved in your user profile.
-
-```
-cd test/Libraries/Microsoft.Extensions.AI.Integration.Tests
-dotnet user-secrets set AzureAIInference:Endpoint https://YOUR_DEPLOYMENT.azure.com/
-dotnet user-secrets set AzureAIInference:Key abcdefghijkl
-```
-
-Optionally also run the following. The values shown here are the defaults if you don't specify otherwise:
-
-```
-dotnet user-secrets set AzureAIInference:ChatModel gpt-4o-mini
-dotnet user-secrets set AzureAIInference:EmbeddingModel text-embedding-3-small
-```
-
### Configuring Ollama tests
Run commands like the following. The settings will be saved in your user profile.
diff --git a/test/Libraries/Microsoft.Extensions.AotCompatibility.TestApp/Microsoft.Extensions.AotCompatibility.TestApp.csproj b/test/Libraries/Microsoft.Extensions.AotCompatibility.TestApp/Microsoft.Extensions.AotCompatibility.TestApp.csproj
index 770832e8a29..695ef361a06 100644
--- a/test/Libraries/Microsoft.Extensions.AotCompatibility.TestApp/Microsoft.Extensions.AotCompatibility.TestApp.csproj
+++ b/test/Libraries/Microsoft.Extensions.AotCompatibility.TestApp/Microsoft.Extensions.AotCompatibility.TestApp.csproj
@@ -15,8 +15,6 @@
-
-