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

Service Fabric Managed Clusters - initial skd with api version 2021-01-01-preview #18875

Merged
merged 11 commits into from
Feb 24, 2021
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
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

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

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

Loading