Skip to content

Commit c03d67c

Browse files
Update AutoRest C# version to 3.0.0-beta.20250430.1 (Azure#49762)
* Update Generator Version 3.0.0-beta.20250430.1 * Update SDK codes da_hd_2 * Update SDK codes pu_sp_5 * Update SDK codes co_da_1 * regen --------- Co-authored-by: jolov <[email protected]>
1 parent b44f932 commit c03d67c

File tree

12 files changed

+1083
-1233
lines changed

12 files changed

+1083
-1233
lines changed

eng/Packages.Data.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@
277277
All should have PrivateAssets="All" set so they don't become package dependencies
278278
-->
279279
<ItemGroup>
280-
<PackageReference Update="Microsoft.Azure.AutoRest.CSharp" Version="3.0.0-beta.20250426.1" PrivateAssets="All" />
280+
<PackageReference Update="Microsoft.Azure.AutoRest.CSharp" Version="3.0.0-beta.20250430.1" PrivateAssets="All" />
281281
<PackageReference Update="Azure.ClientSdk.Analyzers" Version="0.1.1-dev.20250310.1" PrivateAssets="All" />
282282
<PackageReference Update="coverlet.collector" Version="3.2.0" PrivateAssets="All" />
283283
<!-- Note: Upgrading the .NET SDK version needs to be synchronized with the autorest.csharp repository -->

eng/emitter-package-lock.json

Lines changed: 145 additions & 145 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.20250426.1"
4+
"@azure-tools/typespec-csharp": "0.2.0-beta.20250430.1"
55
},
66
"devDependencies": {
7-
"@azure-tools/typespec-autorest": "0.54.0",
8-
"@azure-tools/typespec-azure-core": "0.54.0",
9-
"@azure-tools/typespec-azure-resource-manager": "0.54.0",
10-
"@azure-tools/typespec-azure-rulesets": "0.54.0",
11-
"@azure-tools/typespec-client-generator-core": "0.54.0",
7+
"@azure-tools/typespec-autorest": "0.55.0",
8+
"@azure-tools/typespec-azure-core": "0.55.0",
9+
"@azure-tools/typespec-azure-resource-manager": "0.55.0",
10+
"@azure-tools/typespec-azure-rulesets": "0.55.0",
11+
"@azure-tools/typespec-client-generator-core": "0.55.0",
1212
"@azure-tools/typespec-liftr-base": "0.8.0",
13-
"@typespec/compiler": "1.0.0-rc.0",
14-
"@typespec/events": "0.68.0",
15-
"@typespec/http": "1.0.0-rc.0",
16-
"@typespec/openapi": "1.0.0-rc.0",
17-
"@typespec/rest": "0.68.0",
18-
"@typespec/sse": "0.68.0",
19-
"@typespec/streams": "0.68.0",
20-
"@typespec/versioning": "0.68.0",
21-
"@typespec/xml": "0.68.0"
13+
"@typespec/compiler": "1.0.0-rc.1",
14+
"@typespec/events": "0.69.0",
15+
"@typespec/http": "1.0.0-rc.1",
16+
"@typespec/openapi": "1.0.0-rc.1",
17+
"@typespec/rest": "0.69.0",
18+
"@typespec/sse": "0.69.0",
19+
"@typespec/streams": "0.69.0",
20+
"@typespec/versioning": "0.69.0",
21+
"@typespec/xml": "0.69.0"
2222
}
2323
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5684,7 +5684,7 @@
56845684
"$id": "712",
56855685
"kind": "model",
56865686
"name": "CreateConversationRequest1",
5687-
"namespace": "Azure.Communication.Messages",
5687+
"namespace": "",
56885688
"crossLanguageDefinitionId": "Azure.Communication.MessagesService.createConversation.Request.anonymous",
56895689
"usage": "Spread,Json",
56905690
"decorators": [],
@@ -6713,7 +6713,7 @@
67136713
"namespace": "Azure.Communication.Messages",
67146714
"crossLanguageDefinitionId": "Azure.Core.Foundations.InnerError",
67156715
"usage": "Output,Json,Exception",
6716-
"doc": "An object containing more specific information about the error. As per Microsoft One API guidelines - https://github.com/Microsoft/api-guidelines/blob/vNext/Guidelines.md#7102-error-condition-responses.",
6716+
"doc": "An object containing more specific information about the error. As per Microsoft One API guidelines - https://github.com/microsoft/api-guidelines/blob/vNext/azure/Guidelines.md#handling-errors.",
67176717
"decorators": [],
67186718
"properties": [
67196719
{

sdk/eventgrid/Azure.Messaging.EventGrid.SystemEvents/src/Generated/SystemEventsClient.cs

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

sdk/eventgrid/Azure.Messaging.EventGrid.SystemEvents/src/Generated/SystemEventsClientOptions.cs

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

0 commit comments

Comments
 (0)