-
Notifications
You must be signed in to change notification settings - Fork 5.2k
SDK and tests for hybrid RP #7482
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
Merged
Merged
Changes from 4 commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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: latest | ||
| 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/hybridcompute/resource-manager/readme.md --csharp --version=latest --reflect-api-versions --csharp-sdks-folder=F:\Git\Azure-SDK\azure-sdk-for-net\sdk | ||
| 2019-10-23 04:57:58 UTC | ||
| Azure-rest-api-specs repository information | ||
| GitHub fork: Azure | ||
| Branch: master | ||
| Commit: ea20f2194d69b70fb66a6de29344653e598b7cc6 | ||
| AutoRest information | ||
| Requested version: latest | ||
| Bootstrapper version: autorest@2.0.4283 |
7 changes: 7 additions & 0 deletions
7
sdk/hybridcompute/Microsoft.Azure.Management.HybridCompute/AzSdk.RP.props
This file contains hidden or 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>HybridCompute_2019-08-16</AzureApiTag> | ||
| <PackageTags>$(PackageTags);$(CommonTags);$(AzureApiTag);</PackageTags> | ||
| </PropertyGroup> | ||
| </Project> |
31 changes: 31 additions & 0 deletions
31
...ute/Microsoft.Azure.Management.HybridCompute/Microsoft.Azure.Management.HybridCompute.sln
This file contains hidden or 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 15 | ||
| VisualStudioVersion = 15.0.28307.779 | ||
| MinimumVisualStudioVersion = 10.0.40219.1 | ||
| Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.Management.HybridCompute", "src\Microsoft.Azure.Management.HybridCompute.csproj", "{2FD923F9-986B-4ED8-902D-3DEFB75CE62A}" | ||
| EndProject | ||
| Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.Management.HybridCompute.Tests", "tests\Microsoft.Azure.Management.HybridCompute.Tests.csproj", "{2CF3ED9C-C63B-4C08-A904-3C40686713BB}" | ||
| EndProject | ||
| Global | ||
| GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
| Debug|Any CPU = Debug|Any CPU | ||
| Release|Any CPU = Release|Any CPU | ||
| EndGlobalSection | ||
| GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
| {2FD923F9-986B-4ED8-902D-3DEFB75CE62A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
| {2FD923F9-986B-4ED8-902D-3DEFB75CE62A}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
| {2FD923F9-986B-4ED8-902D-3DEFB75CE62A}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
| {2FD923F9-986B-4ED8-902D-3DEFB75CE62A}.Release|Any CPU.Build.0 = Release|Any CPU | ||
| {2CF3ED9C-C63B-4C08-A904-3C40686713BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
| {2CF3ED9C-C63B-4C08-A904-3C40686713BB}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
| {2CF3ED9C-C63B-4C08-A904-3C40686713BB}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
| {2CF3ED9C-C63B-4C08-A904-3C40686713BB}.Release|Any CPU.Build.0 = Release|Any CPU | ||
| EndGlobalSection | ||
| GlobalSection(SolutionProperties) = preSolution | ||
| HideSolutionNode = FALSE | ||
| EndGlobalSection | ||
| GlobalSection(ExtensibilityGlobals) = postSolution | ||
| SolutionGuid = {A8FED818-8FD2-401E-984F-6B3039CE9585} | ||
| EndGlobalSection | ||
| EndGlobal |
18 changes: 18 additions & 0 deletions
18
sdk/hybridcompute/Microsoft.Azure.Management.HybridCompute/Properties/AssemblyInfo.cs
This file contains hidden or 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,18 @@ | ||
| // Copyright (c) Microsoft Corporation. All rights reserved. | ||
| // Licensed under the MIT License. See License.txt in the project root for license information. | ||
|
|
||
| using System.Reflection; | ||
| using System.Resources; | ||
|
|
||
| [assembly: AssemblyTitle("Microsoft Azure Hybrid Compute Management Library")] | ||
| [assembly: AssemblyDescription("Provides management functionality for Microsoft Azure Hybrid Compute Resources.")] | ||
|
|
||
| [assembly: AssemblyVersion("1.0.0.0")] | ||
| [assembly: AssemblyFileVersion("1.0.0.0")] | ||
|
farehar marked this conversation as resolved.
Outdated
|
||
| [assembly: AssemblyConfiguration("")] | ||
| [assembly: AssemblyCompany("Microsoft")] | ||
| [assembly: AssemblyProduct("Microsoft Azure .NET SDK")] | ||
| [assembly: AssemblyCopyright("Copyright (c) Microsoft Corporation")] | ||
| [assembly: AssemblyTrademark("")] | ||
| [assembly: AssemblyCulture("")] | ||
| [assembly: NeutralResourcesLanguage("en")] | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.