Skip to content

Commit c233e67

Browse files
Copilotjozkee
andauthored
Remove AzureAIInference remnants after #7096 (#7102)
* Initial plan * Remove AzureAIInference remnants after PR #7096 Co-authored-by: jozkee <16040868+jozkee@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: jozkee <16040868+jozkee@users.noreply.github.com>
1 parent 152765f commit c233e67

File tree

2 files changed

+0
-19
lines changed

2 files changed

+0
-19
lines changed

test/Libraries/Microsoft.Extensions.AI.Integration.Tests/README.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -41,23 +41,6 @@ dotnet user-secrets set OpenAI:ImageModel dall-e-3
4141

4242
Your account must have models matching these names.
4343

44-
### Configuring Azure AI Inference tests
45-
46-
Run commands like the following. The settings will be saved in your user profile.
47-
48-
```
49-
cd test/Libraries/Microsoft.Extensions.AI.Integration.Tests
50-
dotnet user-secrets set AzureAIInference:Endpoint https://YOUR_DEPLOYMENT.azure.com/
51-
dotnet user-secrets set AzureAIInference:Key abcdefghijkl
52-
```
53-
54-
Optionally also run the following. The values shown here are the defaults if you don't specify otherwise:
55-
56-
```
57-
dotnet user-secrets set AzureAIInference:ChatModel gpt-4o-mini
58-
dotnet user-secrets set AzureAIInference:EmbeddingModel text-embedding-3-small
59-
```
60-
6144
### Configuring Ollama tests
6245

6346
Run commands like the following. The settings will be saved in your user profile.

test/Libraries/Microsoft.Extensions.AotCompatibility.TestApp/Microsoft.Extensions.AotCompatibility.TestApp.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
<PackageReference Remove="ReferenceTrimmer" />
1616

1717
<LibraryProjects Include="$(RepoRoot)\src\Libraries\**\*.csproj" />
18-
<!-- https://github.com/Azure/azure-sdk-for-net/issues/47069 -->
19-
<LibraryProjects Remove="$(RepoRoot)\src\Libraries\Microsoft.Extensions.AI.AzureAIInference\Microsoft.Extensions.AI.AzureAIInference.csproj" />
2018
<!-- https://github.com/dotnet/extensions/issues/5624 -->
2119
<LibraryProjects Remove="$(RepoRoot)\src\Libraries\Microsoft.Extensions.Caching.Hybrid\Microsoft.Extensions.Caching.Hybrid.csproj" />
2220
<!-- https://github.com/dotnet/extensions/issues/5623 -->

0 commit comments

Comments
 (0)