Skip to content

Commit

Permalink
Adding Marketpalce service (#11733)
Browse files Browse the repository at this point in the history
* Adding Marketpalce service

* cleaning csproj

* add to mgmt ci yml

Co-authored-by: Yeming Liu <Yeming.Liu@microsoft.com>
  • Loading branch information
olrakovs-zz and isra-fel authored May 7, 2020
1 parent 9dd8b0c commit f3b1f6a
Show file tree
Hide file tree
Showing 37 changed files with 5,252 additions and 0 deletions.
14 changes: 14 additions & 0 deletions eng/mgmt/mgmtmetadata/marketplace_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/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
1 change: 1 addition & 0 deletions eng/pipelines/mgmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ pr:
- sdk/managementgroups/Microsoft.Azure.Management.ManagementGroups
- sdk/managementpartner/Microsoft.Azure.Management.ManagementPartner
- sdk/maps/Microsoft.Azure.Management.Maps
- sdk/marketplace/Microsoft.Azure.Management.Marketplace
- sdk/marketplaceordering/Microsoft.Azure.Management.MarketplaceOrdering
- sdk/marketplace/Microsoft.Azure.Management.Marketplace
- sdk/mediaservices/Microsoft.Azure.Management.Media
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>Marketplace_2020-01-01;</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.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

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.

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 f3b1f6a

Please sign in to comment.