Skip to content

Commit 942f784

Browse files
azure-sdkjorgerangel-msftJoshLove-msft
authored
Update azure-typespec/http-client-csharp version to prerelease 1.0.0-alpha.20251202.1 (#54269)
* Regenerate repository SDK with TypeSpec build 20251202.1 * Update SDK code sc_wo_4 * Update SDK code co_dy_1 * Update SDK code ag_co_0 * Update SDK code ea_mo_2 * Update SDK code mo_re_3 * regen appconfig * regen Azure.Health.Deidentification * regen keyvault * regen aip * regen voicelive * regen docintelligence * regen eventgrid ns * regen eventgrid system * regen loadtest * regen monitor ingestion * regen query metrics * regen query logs * regen vision * regen translation * fix apicompat --------- Co-authored-by: Jorge Rangel <[email protected]> Co-authored-by: jolov <[email protected]>
1 parent 3b75b8d commit 942f784

File tree

170 files changed

+211
-89
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

170 files changed

+211
-89
lines changed

eng/ApiListing.exclude-attributes.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,23 @@ T:Azure.Core.CodeGenMemberSerializationHooksAttribute
1616
T:Azure.Core.CodeGenSuppressAttribute
1717
T:Azure.Core.CodeGenSuppressTypeAttribute
1818
T:Azure.Core.CodeGenSerializationAttribute
19+
T:Microsoft.TypeSpec.Generator.Customizations.CodeGenMemberAttribute
20+
T:Microsoft.TypeSpec.Generator.Customizations.CodeGenSerializationAttribute
21+
T:Microsoft.TypeSpec.Generator.Customizations.CodeGenSuppressAttribute
22+
T:Microsoft.TypeSpec.Generator.Customizations.CodeGenTypeAttribute
1923
T:System.ClientModel.Primitives.ModelReaderWriterBuildableAttribute
24+
T:Azure.Data.AppConfiguration.CodeGenMemberAttribute
25+
T:Azure.Data.AppConfiguration.CodeGenSerializationAttribute
2026
T:Azure.Data.AppConfiguration.CodeGenSuppressAttribute
27+
T:Azure.Data.AppConfiguration.CodeGenTypeAttribute
2128
T:Azure.Monitor.Query.Logs.CodeGenSuppressAttribute
2229
T:Azure.Monitor.Query.Metrics.CodeGenSuppressAttribute
30+
T:Azure.Messaging.EventGrid.Namespaces.CodeGenTypeAttribute
31+
T:Azure.Messaging.EventGrid.Namespaces.CodeGenSuppressAttribute
32+
T:Azure.Messaging.EventGrid.Namespaces.CodeGenSerializationAttribute
33+
T:Azure.Monitor.Query.Metrics.CodeGenTypeAttribute
34+
T:Azure.Monitor.Query.Logs.CodeGenTypeAttribute
35+
T:Azure.Monitor.Query.Logs.CodeGenMemberAttribute
36+
T:Azure.AI.Projects.CodeGenMemberAttribute
37+
T:Azure.AI.Projects.CodeGenTypeAttribute
38+
T:Azure.AI.VoiceLive.CodeGenMemberAttribute

eng/azure-typespec-http-client-csharp-emitter-package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

eng/azure-typespec-http-client-csharp-emitter-package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"main": "dist/src/index.js",
33
"dependencies": {
4-
"@azure-typespec/http-client-csharp": "1.0.0-alpha.20251201.2"
4+
"@azure-typespec/http-client-csharp": "1.0.0-alpha.20251202.1"
55
},
66
"devDependencies": {
77
"@azure-tools/typespec-azure-core": "0.62.0",

sdk/ai/Azure.AI.Projects/src/Custom/AzureAIProjectsModelFactory.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// Copyright (c) Microsoft Corporation. All rights reserved.
22
// Licensed under the MIT License.
33

4+
using Microsoft.TypeSpec.Generator.Customizations;
5+
46
namespace Azure.AI.Projects
57
{
68
[CodeGenType("ProjectsModelFactory")]

sdk/ai/Azure.AI.Projects/src/Custom/Connections/AIProjectConnectionCustomCredential.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
using System.Collections.Generic;
55
using System.Collections.ObjectModel;
6+
using Microsoft.TypeSpec.Generator.Customizations;
67

78
namespace Azure.AI.Projects
89
{

sdk/ai/Azure.AI.Projects/src/Generated/Internal/CodeGenMemberAttribute.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/ai/Azure.AI.Projects/src/Generated/Internal/CodeGenSerializationAttribute.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/ai/Azure.AI.Projects/src/Generated/Internal/CodeGenSuppressAttribute.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/ai/Azure.AI.Projects/src/Generated/Internal/CodeGenTypeAttribute.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/ai/Azure.AI.VoiceLive/src/Customizations/LogProbProperties.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
using System;
77
using System.Collections.Generic;
88
using System.Linq;
9+
using Microsoft.TypeSpec.Generator.Customizations;
910

1011
namespace Azure.AI.VoiceLive
1112
{

0 commit comments

Comments
 (0)