Skip to content
Open
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
15 changes: 15 additions & 0 deletions eng/mgmt/mgmtmetadata/edgeorder_resource-manager.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Installing AutoRest version: v2
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/edgeorder/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=C:\Code\azure-sdk-for-net\sdk
Autorest CSharp Version: 2.3.82
2021-07-26 02:28:04 UTC
Azure-rest-api-specs repository information
GitHub fork: Azure
Branch: master
Commit: 44c5162667da54ee7bcaf3bd5beef9a9cc9ca198
AutoRest information
Requested version: v2
Bootstrapper version: [email protected]
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!--This file and it's contents are updated at build time moving or editing might result in build failure. Take due deligence while editing this file-->
<PropertyGroup>
<AzureApiTag>EdgeOrder_2020-12-preview;</AzureApiTag>
<PackageTags>$(PackageTags);$(CommonTags);$(AzureApiTag);</PackageTags>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31501.217
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.Management.EdgeOrder", "src\Microsoft.Azure.Management.EdgeOrder.csproj", "{C6512AF4-D8C8-45CC-9F4C-8B679CD665C1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.Management.EdgeOrder.Tests", "tests\Microsoft.Azure.Management.EdgeOrder.Tests.csproj", "{14020DF3-3942-4FF4-ABCC-9C31ACB0DFB1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C6512AF4-D8C8-45CC-9F4C-8B679CD665C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6512AF4-D8C8-45CC-9F4C-8B679CD665C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6512AF4-D8C8-45CC-9F4C-8B679CD665C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6512AF4-D8C8-45CC-9F4C-8B679CD665C1}.Release|Any CPU.Build.0 = Release|Any CPU
{14020DF3-3942-4FF4-ABCC-9C31ACB0DFB1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{14020DF3-3942-4FF4-ABCC-9C31ACB0DFB1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{14020DF3-3942-4FF4-ABCC-9C31ACB0DFB1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{14020DF3-3942-4FF4-ABCC-9C31ACB0DFB1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D4CD0C9F-6C41-48BB-9477-3C0BC4F4634D}
EndGlobalSection
EndGlobal
Loading