Skip to content

Commit f7d8bb7

Browse files
Copilotjozkee
andcommitted
Remove AzureAIInference remnants after PR #7096
Co-authored-by: jozkee <16040868+jozkee@users.noreply.github.com>
1 parent e118cb4 commit f7d8bb7

2 files changed

Lines changed: 0 additions & 19 deletions

File tree

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)