-
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.
* Adding Marketpalce service * cleaning csproj * add to mgmt ci yml Co-authored-by: Yeming Liu <Yeming.Liu@microsoft.com>
- Loading branch information
1 parent
9dd8b0c
commit f3b1f6a
Showing
37 changed files
with
5,252 additions
and
0 deletions.
There are no files selected for viewing
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/marketplace/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=C:\netSDK\azure-sdk-for-net\sdk | ||
2020-04-24 16:35:42 UTC | ||
Azure-rest-api-specs repository information | ||
GitHub fork: Azure | ||
Branch: master | ||
Commit: b383c4ad670ae561d8f790ed02ea951416f70c70 | ||
AutoRest information | ||
Requested version: v2 | ||
Bootstrapper version: autorest@2.0.4413 |
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
sdk/marketplace/Microsoft.Azure.Management.Marketplace/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>Marketplace_2020-01-01;</AzureApiTag> | ||
<PackageTags>$(PackageTags);$(CommonTags);$(AzureApiTag);</PackageTags> | ||
</PropertyGroup> | ||
</Project> |
31 changes: 31 additions & 0 deletions
31
...etplace/Microsoft.Azure.Management.Marketplace/Microsoft.Azure.Management.Marketplace.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 15 | ||
VisualStudioVersion = 15.0.28307.1082 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.Management.Marketplace", "src\Microsoft.Azure.Management.Marketplace.csproj", "{41CA1F27-8AD2-4D14-B39C-CB95A98533F1}" | ||
EndProject | ||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.Management.Marketplace.Tests", "tests\Microsoft.Azure.Management.Marketplace.Tests.csproj", "{70538696-4F2B-4918-B139-15B357AD61BF}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Release|Any CPU = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{41CA1F27-8AD2-4D14-B39C-CB95A98533F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{41CA1F27-8AD2-4D14-B39C-CB95A98533F1}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{41CA1F27-8AD2-4D14-B39C-CB95A98533F1}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{41CA1F27-8AD2-4D14-B39C-CB95A98533F1}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{70538696-4F2B-4918-B139-15B357AD61BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{70538696-4F2B-4918-B139-15B357AD61BF}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{70538696-4F2B-4918-B139-15B357AD61BF}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{70538696-4F2B-4918-B139-15B357AD61BF}.Release|Any CPU.Build.0 = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(ExtensibilityGlobals) = postSolution | ||
SolutionGuid = {AD0135A5-5DBF-41A3-AD70-B4415ABC8A22} | ||
EndGlobalSection | ||
EndGlobal |
88 changes: 88 additions & 0 deletions
88
...lace/Microsoft.Azure.Management.Marketplace/src/Generated/IMarketplaceManagementClient.cs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
47 changes: 47 additions & 0 deletions
47
sdk/marketplace/Microsoft.Azure.Management.Marketplace/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.
102 changes: 102 additions & 0 deletions
102
...lace/Microsoft.Azure.Management.Marketplace/src/Generated/IPrivateStoreOfferOperations.cs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
71 changes: 71 additions & 0 deletions
71
...ace/Microsoft.Azure.Management.Marketplace/src/Generated/IPrivateStoreOffersOperations.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.