Skip to content

Commit

Permalink
Update AutoRest C# version to 3.0.0-beta.20230804.1 (#38029)
Browse files Browse the repository at this point in the history
Co-authored-by: Arcturus Zhang <dapzhang@microsoft.com>
  • Loading branch information
azure-sdk and ArcturusZhang authored Aug 4, 2023
1 parent c135a10 commit e8f2033
Show file tree
Hide file tree
Showing 6 changed files with 58 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eng/Packages.Data.props
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
All should have PrivateAssets="All" set so they don't become package dependencies
-->
<ItemGroup>
<PackageReference Update="Microsoft.Azure.AutoRest.CSharp" Version="3.0.0-beta.20230803.1" PrivateAssets="All" />
<PackageReference Update="Microsoft.Azure.AutoRest.CSharp" Version="3.0.0-beta.20230804.1" PrivateAssets="All" />
<PackageReference Update="Azure.ClientSdk.Analyzers" Version="0.1.1-dev.20230131.1" PrivateAssets="All" />
<PackageReference Update="coverlet.collector" Version="3.2.0" PrivateAssets="All" />
<PackageReference Update="Microsoft.CodeAnalysis.NetAnalyzers" Version="7.0.1" PrivateAssets="All" />
Expand Down
2 changes: 1 addition & 1 deletion eng/emitter-package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"main": "dist/src/index.js",
"dependencies": {
"@azure-tools/typespec-csharp": "0.2.0-beta.20230803.1"
"@azure-tools/typespec-csharp": "0.2.0-beta.20230804.1"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

#nullable disable

using Azure.Core;

namespace Azure.ResourceManager.MySql.FlexibleServers
{
[CodeGenType("MySqlFlexibleServersExtensions")]
public static partial class FlexibleServersExtensions
{
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

#nullable disable

using Azure.Core;

namespace Azure.ResourceManager.PaloAltoNetworks.Ngfw
{
[CodeGenType("PaloAltoNetworksNgfwExtensions")]
public static partial class NgfwExtensions
{
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

#nullable disable

using Azure.Core;

namespace Azure.ResourceManager.PostgreSql.FlexibleServers
{
[CodeGenType("PostgreSqlFlexibleServersExtensions")]
public static partial class FlexibleServersExtensions
{
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

#nullable disable

using Azure.Core;

namespace Azure.ResourceManager.Resources.Models
{
[CodeGenType("ResourceManagerSku")]
public partial class ResourcesSku
{
}
}

0 comments on commit e8f2033

Please sign in to comment.