Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions 10 doc/GeneratorMigration/Library_Inventory.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
- Management Plane (TypeSpec - @azure-typespec/http-client-csharp-mgmt): 13
- Management Plane (TypeSpec - @typespec/http-client-csharp): 0
- Management Plane (TypeSpec - Unknown TypeSpec Generator: eng/emitter-package.json): 0
- Data Plane (Swagger): 115
- Data Plane (TSP-Old): 26
- Data Plane (Swagger): 116
- Data Plane (TSP-Old): 25
- Data Plane (TypeSpec - @azure-typespec/http-client-csharp): 8
- Data Plane (TypeSpec - @azure-typespec/http-client-csharp-mgmt): 0
- Data Plane (TypeSpec - @typespec/http-client-csharp): 2
Expand Down Expand Up @@ -55,11 +55,10 @@ TypeSpec with Unknown TypeSpec Generator: eng/emitter-package.json generator is

## Data Plane Libraries using TypeSpec (Old Generator)

TypeSpec with old generator is detected by the presence of a tsp-location.yaml file without an emitterPackageJsonPath value, tspconfig.yaml file, tsp directory, or *.tsp files. Total: 26
TypeSpec with old generator is detected by the presence of a tsp-location.yaml file without an emitterPackageJsonPath value, tspconfig.yaml file, tsp directory, or *.tsp files. Total: 25

| Service | Library | Path |
| ------- | ------- | ---- |
| ai | Azure.AI.Inference | sdk/ai/Azure.AI.Inference |
| anomalydetector | Azure.AI.AnomalyDetector | sdk/anomalydetector/Azure.AI.AnomalyDetector |
| batch | Azure.Compute.Batch | sdk/batch/Azure.Compute.Batch |
| cognitivelanguage | Azure.AI.Language.Conversations | sdk/cognitivelanguage/Azure.AI.Language.Conversations |
Expand Down Expand Up @@ -89,11 +88,12 @@ TypeSpec with old generator is detected by the presence of a tsp-location.yaml f

## Data Plane Libraries using Swagger

Total: 115
Total: 116

| Service | Library | Path |
| ------- | ------- | ---- |
| agrifood | Azure.Verticals.AgriFood.Farming | sdk/agrifood/Azure.Verticals.AgriFood.Farming |
| ai | Azure.AI.Inference | sdk/ai/Azure.AI.Inference |
| attestation | Azure.Security.Attestation | sdk/attestation/Azure.Security.Attestation |
| cognitivelanguage | Azure.AI.Language.QuestionAnswering | sdk/cognitivelanguage/Azure.AI.Language.QuestionAnswering |
| cognitiveservices | AnomalyDetector | sdk/cognitiveservices/AnomalyDetector |
Expand Down
3 changes: 2 additions & 1 deletion 3 sdk/ai/Azure.AI.Inference/src/Azure.AI.Inference.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>This is the Microsoft Azure AI Inference Service client library</Description>
<AssemblyTitle>Microsoft Azure.AI.Inference client library</AssemblyTitle>
Expand All @@ -7,6 +7,7 @@
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
<NoWarn>$(NoWarn);CS1591;AZC0030;AZC0031;AZC0035;AZC0034</NoWarn>
<IncludeOperationsSharedSource>true</IncludeOperationsSharedSource>
<IncludeGeneratorSharedCode>true</IncludeGeneratorSharedCode>
</PropertyGroup>

<!-- Shared source from Azure.Core -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public EmbeddingsClient(Uri endpoint, AzureKeyCredential credential, AzureAIInfe
/// <param name="embeddingsOptions"></param>
/// <param name="cancellationToken"> The cancellation token to use. </param>
/// <exception cref="ArgumentNullException"> <paramref name="embeddingsOptions"/> is null. </exception>
/// <include file="../Generated/Docs/EmbeddingsClient.xml" path="doc/members/member[@name='EmbedAsync(EmbeddingsOptions,ExtraParameters?,CancellationToken)']/*" />
/// <include file="./Docs/EmbeddingsClient.xml" path="doc/members/member[@name='EmbedAsync(EmbeddingsOptions,ExtraParameters?,CancellationToken)']/*" />
public virtual async Task<Response<EmbeddingsResult>> EmbedAsync(EmbeddingsOptions embeddingsOptions, CancellationToken cancellationToken = default)
{
Argument.AssertNotNull(embeddingsOptions, nameof(embeddingsOptions));
Expand All @@ -75,7 +75,7 @@ public virtual async Task<Response<EmbeddingsResult>> EmbedAsync(EmbeddingsOptio
/// <param name="embeddingsOptions"></param>
/// <param name="cancellationToken"> The cancellation token to use. </param>
/// <exception cref="ArgumentNullException"> <paramref name="embeddingsOptions"/> is null. </exception>
/// <include file="../Generated/Docs/EmbeddingsClient.xml" path="doc/members/member[@name='Embed(EmbeddingsOptions,ExtraParameters?,CancellationToken)']/*" />
/// <include file="./Docs/EmbeddingsClient.xml" path="doc/members/member[@name='Embed(EmbeddingsOptions,ExtraParameters?,CancellationToken)']/*" />
public virtual Response<EmbeddingsResult> Embed(EmbeddingsOptions embeddingsOptions, CancellationToken cancellationToken = default)
{
Argument.AssertNotNull(embeddingsOptions, nameof(embeddingsOptions));
Expand Down
3 changes: 0 additions & 3 deletions 3 sdk/ai/Azure.AI.Inference/tsp-location.yaml

This file was deleted.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.