Skip to content

Commit

Permalink
.Net: Remove AzureOpenAIFileService (#7195)
Browse files Browse the repository at this point in the history
### Motivation and Context
It was decided not to migrate existing `OpenAIFileService` to the
Azure.AI.OpenAI SDK v2 and eventually deprecate it.

### Description
This PR removes files related to the `OpenAIFileService` added by a
previous PR.
  • Loading branch information
SergeyMenshykh authored Jul 11, 2024
1 parent 3325773 commit bd4dde0
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 363 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,26 +21,10 @@
<Description>Semantic Kernel connectors for Azure OpenAI. Contains clients for text generation, chat completion, embedding and DALL-E text to image.</Description>
</PropertyGroup>

<ItemGroup>
<Compile Remove="Core\ClientCore.File.cs" />
<Compile Remove="Model\AzureOpenAIFilePurpose.cs" />
<Compile Remove="Model\AzureOpenAIFileReference.cs" />
<Compile Remove="Services\AzureOpenAIFileService.cs" />
<Compile Remove="Settings\AzureOpenAIFileUploadExecutionSettings.cs" />
</ItemGroup>

<ItemGroup>
<InternalsVisibleTo Include="SemanticKernel.Connectors.AzureOpenAI.UnitTests" />
</ItemGroup>

<ItemGroup>
<None Include="Core\ClientCore.File.cs" />
<None Include="Model\AzureOpenAIFilePurpose.cs" />
<None Include="Model\AzureOpenAIFileReference.cs" />
<None Include="Services\AzureOpenAIFileService.cs" />
<None Include="Settings\AzureOpenAIFileUploadExecutionSettings.cs" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Azure.AI.OpenAI" VersionOverride="2.0.0-beta.2" />
</ItemGroup>
Expand Down
124 changes: 0 additions & 124 deletions dotnet/src/Connectors/Connectors.AzureOpenAI/Core/ClientCore.File.cs

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit bd4dde0

Please sign in to comment.