Skip to content

Commit

Permalink
K8sConfiguration .Net SDK - Create (#12227)
Browse files Browse the repository at this point in the history
* K8sConfiguration .Net SDK - Create

* include k8s in CI

* Project version and dependencies update

Co-authored-by: nanthi <nanthi@NANTHI01>
Co-authored-by: Yeming Liu <[email protected]>
  • Loading branch information
3 people authored Jun 2, 2020
1 parent 56c7d16 commit fd0e9af
Showing 45 changed files with 5,473 additions and 0 deletions.
14 changes: 14 additions & 0 deletions eng/mgmt/mgmtmetadata/kubernetesconfiguration_resource-manager.txt
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/kubernetesconfiguration/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --opt-in-extensible-enums --csharp-sdks-folder=D:\Git\azure-sdk-for-net\sdk
2020-04-21 21:30:32 UTC
Azure-rest-api-specs repository information
GitHub fork: Azure
Branch: master
Commit: cda732a85c755cf7b4e86477a6d6f92d856d6ad6
AutoRest information
Requested version: v2
Bootstrapper version: [email protected]
1 change: 1 addition & 0 deletions eng/pipelines/mgmt.yml
Original file line number Diff line number Diff line change
@@ -70,6 +70,7 @@ pr:
- sdk/iotcentral/Microsoft.Azure.Management.IotCentral
- sdk/iothub/Microsoft.Azure.Management.IotHub
- sdk/keyvault/Microsoft.Azure.Management.KeyVault
- sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration
- sdk/kusto/Microsoft.Azure.Management.Kusto
- sdk/labservices/Microsoft.Azure.Management.LabServices
- sdk/locationbasedservices/Microsoft.Azure.Management.LocationBasedServices
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>KubernetesConfiguration_2019-11-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 Version 16
VisualStudioVersion = 16.0.30011.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.Management.KubernetesConfiguration", "src\Microsoft.Azure.Management.KubernetesConfiguration.csproj", "{89B24529-C450-4FD6-BDE3-943BCE24C279}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.Management.KubernetesConfiguration.Tests", "tests\Microsoft.Azure.Management.KubernetesConfiguration.Tests.csproj", "{21C6E113-ADE8-43D1-8D38-6516A2E0A9E4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{89B24529-C450-4FD6-BDE3-943BCE24C279}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89B24529-C450-4FD6-BDE3-943BCE24C279}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89B24529-C450-4FD6-BDE3-943BCE24C279}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89B24529-C450-4FD6-BDE3-943BCE24C279}.Release|Any CPU.Build.0 = Release|Any CPU
{21C6E113-ADE8-43D1-8D38-6516A2E0A9E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{21C6E113-ADE8-43D1-8D38-6516A2E0A9E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{21C6E113-ADE8-43D1-8D38-6516A2E0A9E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{21C6E113-ADE8-43D1-8D38-6516A2E0A9E4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F804C967-83FF-40E3-8571-4DAC47FBDEC2}
EndGlobalSection
EndGlobal

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

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

Loading

0 comments on commit fd0e9af

Please sign in to comment.