Skip to content

Commit

Permalink
[OperationalInsights] - update .NET SDK using autorest (Azure#21995)
Browse files Browse the repository at this point in the history
* added WorkspaceFeatures.cs

* updated version from .23 to .24

* ran autorest code

* added the .txt file needed for PR

* re ran the generage.ps1 script - so it now includes operationalinsights_resource-manager.txt

* moved DataExport.cs to Customization folder to avoide deletion by autorest.
this file contains a manual change from auto gen code

* made DataExport.cs under Customization folder a partial class that only contains the missing inheritance, left all other autogen code as is
  • Loading branch information
dabenhamMic authored Jul 7, 2021
1 parent ee1e19e commit 978837d
Show file tree
Hide file tree
Showing 29 changed files with 157 additions and 231 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ AutoRest installed successfully.
Commencing code generation
Generating CSharp code
Executing AutoRest command
cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/operationalinsights/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=C:\One\SDK_repos\azure-sdk-for-net\sdk
2021-05-06 14:00:15 UTC
cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/operationalinsights/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=C:\One\SDK\azure-sdk-for-net\sdk
Autorest CSharp Version: 2.3.82
2021-07-07 07:06:36 UTC
Azure-rest-api-specs repository information
GitHub fork: Azure
Branch: master
Commit: e401e457b5e95941f241f5c71bc56d42d431a4e0
Commit: 036c2de2b40ad05a1542b665a9e8bda18c813194
AutoRest information
Requested version: v2
Bootstrapper version: autorest@2.0.4413
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
// <auto-generated>
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for
// license information.
//
// Code generated by Microsoft (R) AutoRest Code Generator.
// Changes may cause incorrect behavior and will be lost if the code is
// regenerated.
// </auto-generated>

namespace Microsoft.Azure.Management.OperationalInsights.Models
{
public partial class DataExport : Resource
{
}
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 978837d

Please sign in to comment.