Skip to content

Commit 3acdc72

Browse files
Update AutoRest C# version to 3.0.0-beta.20250821.1 (Azure#52185)
* Update Generator Version 3.0.0-beta.20250821.1 * Update SDK codes mi_pu_4 * fix mysql * fix postgresql --------- Co-authored-by: Arcturus Zhang <[email protected]>
1 parent f349795 commit 3acdc72

File tree

5 files changed

+35
-13
lines changed

5 files changed

+35
-13
lines changed

eng/Packages.Data.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@
293293
All should have PrivateAssets="All" set so they don't become package dependencies
294294
-->
295295
<ItemGroup>
296-
<PackageReference Update="Microsoft.Azure.AutoRest.CSharp" Version="3.0.0-beta.20250820.2" PrivateAssets="All" />
296+
<PackageReference Update="Microsoft.Azure.AutoRest.CSharp" Version="3.0.0-beta.20250821.1" PrivateAssets="All" />
297297
<PackageReference Update="Azure.ClientSdk.Analyzers" Version="0.1.1-dev.20250715.1" PrivateAssets="All" />
298298
<PackageReference Update="coverlet.collector" Version="3.2.0" PrivateAssets="All" />
299299
<!-- Note: Upgrading the .NET SDK version needs to be synchronized with the autorest.csharp repository -->

eng/emitter-package-lock.json

Lines changed: 11 additions & 11 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: 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-tools/typespec-csharp": "0.2.0-beta.20250820.2"
4+
"@azure-tools/typespec-csharp": "0.2.0-beta.20250821.1"
55
},
66
"devDependencies": {
77
"@azure-tools/typespec-autorest": "0.59.0",
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// Copyright (c) Microsoft Corporation. All rights reserved.
2+
// Licensed under the MIT License.
3+
4+
using Azure.Core;
5+
6+
namespace Azure.ResourceManager.MySql;
7+
8+
[CodeGenType("AzureResourceManagerMySqlFlexibleServersContext")]
9+
public partial class AzureResourceManagerMySqlContext
10+
{
11+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// Copyright (c) Microsoft Corporation. All rights reserved.
2+
// Licensed under the MIT License.
3+
4+
using Azure.Core;
5+
6+
namespace Azure.ResourceManager.PostgreSql;
7+
8+
[CodeGenType("AzureResourceManagerPostgreSqlFlexibleServersContext")]
9+
public partial class AzureResourceManagerPostgreSqlContext
10+
{
11+
}

0 commit comments

Comments
 (0)