Skip to content
Merged
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,14 @@
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/servicefabricmanagedclusters/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=E:\code\azure-sdk-for-net\sdk
2021-02-19 05:07:45 UTC
Azure-rest-api-specs repository information
GitHub fork: Azure
Branch: master
Commit: 8240593bde5350e6762015523ccd57cb61e32da5
AutoRest information
Requested version: v2
Bootstrapper version: autorest@2.0.4413
1 change: 1 addition & 0 deletions eng/pipelines/mgmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ pr:
- sdk/servermanagement/Microsoft.Azure.Management.ServerManagement
- sdk/servicebus/Microsoft.Azure.Management.ServiceBus
- sdk/servicefabric/Microsoft.Azure.Management.ServiceFabric
- sdk/servicefabricmanagedclusters/Microsoft.Azure.Management.ServiceFabricManagedClusters
- sdk/signalr/Microsoft.Azure.Management.SignalR
- sdk/sqlmanagement/Azure.ResourceManager.Sql
- sdk/sqlmanagement/Microsoft.Azure.Management.SqlManagement
Expand Down
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>ServiceFabricManagedClusters_2021-01-01-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 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
Project("{D75E940A-8200-4437-8563-8AE41D8B750B}") = "Microsoft.Azure.Management.ServiceFabricManagedClusters.Test", "tests\Microsoft.Azure.Management.ServiceFabricManagedClusters.Test.csproj", "{54B315C9-9271-4116-B927-16800995A138}"
EndProject
Project("{D75E940A-8200-4437-8563-8AE41D8B750B}") = "Microsoft.Azure.Management.ServiceFabricManagedClusters", "src\Microsoft.Azure.Management.ServiceFabricManagedClusters.csproj", "{1851D2F7-07AD-4769-9DE5-36C823E63EBC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{54B315C9-9271-4116-B927-16800995A138}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{54B315C9-9271-4116-B927-16800995A138}.Debug|Any CPU.Build.0 = Debug|Any CPU
{54B315C9-9271-4116-B927-16800995A138}.Release|Any CPU.ActiveCfg = Release|Any CPU
{54B315C9-9271-4116-B927-16800995A138}.Release|Any CPU.Build.0 = Release|Any CPU
{1851D2F7-07AD-4769-9DE5-36C823E63EBC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1851D2F7-07AD-4769-9DE5-36C823E63EBC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1851D2F7-07AD-4769-9DE5-36C823E63EBC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1851D2F7-07AD-4769-9DE5-36C823E63EBC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {10FE1DA6-9101-43F1-8698-D8C262A68F7D}
EndGlobalSection
EndGlobal
Loading