Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR Microsoft.Azure.Management.Storage] Fix json format by prettier #439

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@

// <auto-generated>
// 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.Peering
{
using System;
using System.Collections.Generic;
using System.Linq;

internal static partial class SdkInfo
{
public static IEnumerable<Tuple<string, string, string>> ApiInfo_PeeringManagementClient
{
get
{
return new Tuple<string, string, string>[]
{
new Tuple<string, string, string>("Peering", "CheckServiceProviderAvailability", "2019-09-01-preview"),
new Tuple<string, string, string>("Peering", "LegacyPeerings", "2019-09-01-preview"),
new Tuple<string, string, string>("Peering", "Operations", "2019-09-01-preview"),
new Tuple<string, string, string>("Peering", "PeerAsns", "2019-09-01-preview"),
new Tuple<string, string, string>("Peering", "PeeringLocations", "2019-09-01-preview"),
new Tuple<string, string, string>("Peering", "PeeringServiceLocations", "2019-09-01-preview"),
new Tuple<string, string, string>("Peering", "PeeringServiceProviders", "2019-09-01-preview"),
new Tuple<string, string, string>("Peering", "PeeringServices", "2019-09-01-preview"),
new Tuple<string, string, string>("Peering", "Peerings", "2019-09-01-preview"),
new Tuple<string, string, string>("Peering", "Prefixes", "2019-09-01-preview"),
}.AsEnumerable();
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,5 @@ public static IEnumerable<Tuple<string, string, string>> ApiInfo_StorageManageme
}.AsEnumerable();
}
}
// BEGIN: Code Generation Metadata Section
public static readonly String AutoRestVersion = "latest";
public static readonly String AutoRestBootStrapperVersion = "autorest@2.0.4283";
public static readonly String AutoRestCmdExecuted = "cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/storage/resource-manager/readme.md --csharp --version=latest --reflect-api-versions --csharp.output-folder=C:\\code\\srpsdk\\sdk\\storage\\Microsoft.Azure.Management.Storage\\src\\Generated";
public static readonly String GithubForkName = "Azure";
public static readonly String GithubBranchName = "master";
public static readonly String GithubCommidId = "5265b9205331da0a55f2d17eb6b436b7d67d1f09";
public static readonly String CodeGenerationErrors = "";
public static readonly String GithubRepoName = "azure-rest-api-specs";
// END: Code Generation Metadata Section
}
}

3 changes: 2 additions & 1 deletion swagger_to_sdk_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"reflect-api-versions": "",
"license-header": "MICROSOFT_MIT_NO_VERSION",
"sdkrel:csharp-sdks-folder": "./sdk",
"use": "@microsoft.azure/autorest.csharp"
"use": "@microsoft.azure/autorest.csharp",
"csharp.clear-output-folder": ""
},
"advanced_options": {
"create_sdk_pull_requests": true,
Expand Down