-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update AutoRest C# version to 3.0.0-beta.20230804.1 (#38029)
Co-authored-by: Arcturus Zhang <dapzhang@microsoft.com>
- Loading branch information
1 parent
c135a10
commit e8f2033
Showing
6 changed files
with
58 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
14 changes: 14 additions & 0 deletions
14
...urceManager.MySql/src/MySqlFlexibleServers/Custom/Extensions/FlexibleServersExtensions.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
{ | ||
} | ||
} |
14 changes: 14 additions & 0 deletions
14
....ngfw/Azure.ResourceManager.PaloAltoNetworks.Ngfw/src/Custom/Extensions/NgfwExtensions.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
{ | ||
} | ||
} |
14 changes: 14 additions & 0 deletions
14
...r.PostgreSql/src/PostgreSqlFlexibleServers/Custom/Extensions/FlexibleServersExtensions.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
{ | ||
} | ||
} |
14 changes: 14 additions & 0 deletions
14
sdk/resourcemanager/Azure.ResourceManager/src/Resources/Custom/Models/ResourcesSku.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
{ | ||
} | ||
} |