-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
K8sConfiguration .Net SDK - Create (#12227)
* 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
1 parent
56c7d16
commit fd0e9af
Showing
45 changed files
with
5,473 additions
and
0 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
eng/mgmt/mgmtmetadata/kubernetesconfiguration_resource-manager.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
...kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/AzSdk.RP.props
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
31 changes: 31 additions & 0 deletions
31
...Management.KubernetesConfiguration/Microsoft.Azure.Management.KubernetesConfiguration.sln
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
73 changes: 73 additions & 0 deletions
73
...iguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/IOperations.cs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
80 changes: 80 additions & 0 deletions
80
...ure.Management.KubernetesConfiguration/src/Generated/ISourceControlConfigurationClient.cs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.