Skip to content

Commit

Permalink
Service Fabric Managed Clusters - initial skd with api version 2021-0…
Browse files Browse the repository at this point in the history
…1-01-preview (#18875)

* adding servicefabric managedclusters folder

* generate managed clusters sdk

* generate sdk again with remove x-ms-client-flatten for ServiceResource in swagger

* adding tests managed clsuters and apps

* record tests

* re-generate with CreateOrUpdate for apps

* change Create to CreateOrUpdate for apps test

* remove unnecessary subfolder and fix namespace

* swagger pr merged. Generate from azure repo

* fix version, add AssemblyInfo, remove RecordedDelegatingHandler, add validation in tests

* remove unnecessary include in test csproj

Co-authored-by: Alfredo Santamaria Gomez <alsantam@microsoft.com>
  • Loading branch information
a-santamaria and Alfredo Santamaria Gomez committed Feb 24, 2021
1 parent 804ee3d commit 3370c21
Show file tree
Hide file tree
Showing 124 changed files with 461,322 additions and 0 deletions.
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 @@ -135,6 +135,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

0 comments on commit 3370c21

Please sign in to comment.