Skip to content

Commit 0a9e9e6

Browse files
Update AutoRest C# version to 3.0.0-beta.20250618.1 (Azure#50715)
* Update Generator Version 3.0.0-beta.20250618.1 * Update SDK codes he_ma_3 * Update SDK codes ad_co_0 * Update SDK codes co_da_1 * export api for ai --------- Co-authored-by: Arcturus Zhang <[email protected]>
1 parent 770af35 commit 0a9e9e6

File tree

9 files changed

+169
-238
lines changed

9 files changed

+169
-238
lines changed

eng/Packages.Data.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@
288288
All should have PrivateAssets="All" set so they don't become package dependencies
289289
-->
290290
<ItemGroup>
291-
<PackageReference Update="Microsoft.Azure.AutoRest.CSharp" Version="3.0.0-beta.20250616.1" PrivateAssets="All" />
291+
<PackageReference Update="Microsoft.Azure.AutoRest.CSharp" Version="3.0.0-beta.20250618.1" PrivateAssets="All" />
292292
<PackageReference Update="Azure.ClientSdk.Analyzers" Version="0.1.1-dev.20250422.1" PrivateAssets="All" />
293293
<PackageReference Update="coverlet.collector" Version="3.2.0" PrivateAssets="All" />
294294
<!-- Note: Upgrading the .NET SDK version needs to be synchronized with the autorest.csharp repository -->

eng/emitter-package-lock.json

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

eng/emitter-package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{
22
"main": "dist/src/index.js",
33
"dependencies": {
4-
"@azure-tools/typespec-csharp": "0.2.0-beta.20250616.1"
4+
"@azure-tools/typespec-csharp": "0.2.0-beta.20250618.1"
55
},
66
"devDependencies": {
7-
"@azure-tools/typespec-autorest": "0.56.0",
8-
"@azure-tools/typespec-azure-core": "0.56.0",
9-
"@azure-tools/typespec-azure-resource-manager": "0.56.2",
10-
"@azure-tools/typespec-azure-rulesets": "0.56.0",
11-
"@azure-tools/typespec-client-generator-core": "0.56.2",
7+
"@azure-tools/typespec-autorest": "0.57.0",
8+
"@azure-tools/typespec-azure-core": "0.57.0",
9+
"@azure-tools/typespec-azure-resource-manager": "0.57.0",
10+
"@azure-tools/typespec-azure-rulesets": "0.57.0",
11+
"@azure-tools/typespec-client-generator-core": "0.57.1",
1212
"@azure-tools/typespec-liftr-base": "0.8.0",
13-
"@typespec/compiler": "1.0.0",
14-
"@typespec/events": "0.70.0",
15-
"@typespec/http": "1.0.1",
16-
"@typespec/openapi": "1.0.0",
17-
"@typespec/rest": "0.70.0",
18-
"@typespec/sse": "0.70.0",
19-
"@typespec/streams": "0.70.0",
20-
"@typespec/versioning": "0.70.0",
21-
"@typespec/xml": "0.70.0"
13+
"@typespec/compiler": "1.1.0",
14+
"@typespec/events": "0.71.0",
15+
"@typespec/http": "1.1.0",
16+
"@typespec/openapi": "1.1.0",
17+
"@typespec/rest": "0.71.0",
18+
"@typespec/sse": "0.71.0",
19+
"@typespec/streams": "0.71.0",
20+
"@typespec/versioning": "0.71.0",
21+
"@typespec/xml": "0.71.0"
2222
}
2323
}

sdk/ai/Azure.AI.Projects/api/Azure.AI.Projects.net8.0.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ public AIProjectClient(System.Uri endpoint, Azure.Core.TokenCredential credentia
9393
public Azure.AI.Inference.ImageEmbeddingsClient GetImageEmbeddingsClient() { throw null; }
9494
public virtual Azure.AI.Projects.Indexes GetIndexesClient(string apiVersion = "2025-05-15-preview") { throw null; }
9595
public virtual Azure.AI.Projects.RedTeams GetRedTeamsClient(string apiVersion = "2025-05-15-preview") { throw null; }
96-
public virtual Azure.AI.Projects.ServicePatterns GetServicePatternsClient() { throw null; }
9796
}
9897
public partial class AIProjectClientOptions : Azure.Core.ClientOptions
9998
{
@@ -807,11 +806,6 @@ protected override void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter write
807806
public static bool operator !=(Azure.AI.Projects.SasCredentialType left, Azure.AI.Projects.SasCredentialType right) { throw null; }
808807
public override string ToString() { throw null; }
809808
}
810-
public partial class ServicePatterns
811-
{
812-
protected ServicePatterns() { }
813-
public virtual Azure.Core.Pipeline.HttpPipeline Pipeline { get { throw null; } }
814-
}
815809
public partial class Sku : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.Sku>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.Sku>
816810
{
817811
internal Sku() { }

sdk/ai/Azure.AI.Projects/api/Azure.AI.Projects.netstandard2.0.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ public AIProjectClient(System.Uri endpoint, Azure.Core.TokenCredential credentia
9393
public Azure.AI.Inference.ImageEmbeddingsClient GetImageEmbeddingsClient() { throw null; }
9494
public virtual Azure.AI.Projects.Indexes GetIndexesClient(string apiVersion = "2025-05-15-preview") { throw null; }
9595
public virtual Azure.AI.Projects.RedTeams GetRedTeamsClient(string apiVersion = "2025-05-15-preview") { throw null; }
96-
public virtual Azure.AI.Projects.ServicePatterns GetServicePatternsClient() { throw null; }
9796
}
9897
public partial class AIProjectClientOptions : Azure.Core.ClientOptions
9998
{
@@ -807,11 +806,6 @@ protected override void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter write
807806
public static bool operator !=(Azure.AI.Projects.SasCredentialType left, Azure.AI.Projects.SasCredentialType right) { throw null; }
808807
public override string ToString() { throw null; }
809808
}
810-
public partial class ServicePatterns
811-
{
812-
protected ServicePatterns() { }
813-
public virtual Azure.Core.Pipeline.HttpPipeline Pipeline { get { throw null; } }
814-
}
815809
public partial class Sku : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.Sku>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.Sku>
816810
{
817811
internal Sku() { }

sdk/ai/Azure.AI.Projects/src/Generated/AIProjectClient.cs

Lines changed: 0 additions & 9 deletions
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/ServicePatterns.cs

Lines changed: 0 additions & 52 deletions
This file was deleted.

sdk/communication/Azure.Communication.Messages/tspCodeModel.json

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8616,7 +8616,7 @@
86168616
"type": {
86178617
"$id": "1037",
86188618
"kind": "url",
8619-
"name": "url",
8619+
"name": "endpoint",
86208620
"crossLanguageDefinitionId": "TypeSpec.url"
86218621
},
86228622
"location": "Uri",
@@ -8626,7 +8626,8 @@
86268626
"isEndpoint": true,
86278627
"skipUrlEncoding": false,
86288628
"explode": false,
8629-
"kind": "Client"
8629+
"kind": "Client",
8630+
"serverUrlTemplate": "{endpoint}"
86308631
}
86318632
],
86328633
"decorators": [],
@@ -8975,7 +8976,7 @@
89758976
"type": {
89768977
"$id": "1071",
89778978
"kind": "url",
8978-
"name": "url",
8979+
"name": "endpoint",
89798980
"crossLanguageDefinitionId": "TypeSpec.url"
89808981
},
89818982
"location": "Uri",
@@ -8985,7 +8986,8 @@
89858986
"isEndpoint": true,
89868987
"skipUrlEncoding": false,
89878988
"explode": false,
8988-
"kind": "Client"
8989+
"kind": "Client",
8990+
"serverUrlTemplate": "{endpoint}"
89898991
}
89908992
],
89918993
"decorators": [],
@@ -13196,7 +13198,7 @@
1319613198
"type": {
1319713199
"$id": "1515",
1319813200
"kind": "url",
13199-
"name": "url",
13201+
"name": "endpoint",
1320013202
"crossLanguageDefinitionId": "TypeSpec.url"
1320113203
},
1320213204
"location": "Uri",
@@ -13206,7 +13208,8 @@
1320613208
"isEndpoint": true,
1320713209
"skipUrlEncoding": false,
1320813210
"explode": false,
13209-
"kind": "Client"
13211+
"kind": "Client",
13212+
"serverUrlTemplate": "{endpoint}"
1321013213
}
1321113214
],
1321213215
"decorators": [],
@@ -15594,7 +15597,7 @@
1559415597
"type": {
1559515598
"$id": "1734",
1559615599
"kind": "url",
15597-
"name": "url",
15600+
"name": "endpoint",
1559815601
"crossLanguageDefinitionId": "TypeSpec.url"
1559915602
},
1560015603
"location": "Uri",
@@ -15604,7 +15607,8 @@
1560415607
"isEndpoint": true,
1560515608
"skipUrlEncoding": false,
1560615609
"explode": false,
15607-
"kind": "Client"
15610+
"kind": "Client",
15611+
"serverUrlTemplate": "{endpoint}"
1560815612
}
1560915613
],
1561015614
"decorators": [],

sdk/informaticadatamanagement/Azure.ResourceManager.InformaticaDataManagement/src/Generated/Models/ServerlessRuntimeNetworkProfileUpdate.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.

0 commit comments

Comments
 (0)