Skip to content

Commit

Permalink
updating the SDK after swagger fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MiriBerezin committed Nov 24, 2020
1 parent 8f00d10 commit 342cc0e
Show file tree
Hide file tree
Showing 10 changed files with 140 additions and 228 deletions.
4 changes: 2 additions & 2 deletions eng/mgmt/mgmtmetadata/marketplace_resource-manager.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ 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:\repo\azure-sdk-for-net\sdk
2020-11-15 06:37:19 UTC
2020-11-24 07:41:40 UTC
Azure-rest-api-specs repository information
GitHub fork: Azure
Branch: master
Commit: c3c87ff8ff2f4709a59cb7a22d0e5ae57375358f
Commit: d0a293561d4e54e8cc08e5092076c11e636caf30
AutoRest information
Requested version: v2
Bootstrapper version: autorest@2.0.4413

This file was deleted.

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

This file was deleted.

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

Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<PropertyGroup>
<PackageId>Microsoft.Azure.Management.Marketplace</PackageId>
<Description>Microsoft Azure Marketplace Library</Description>
<Version>1.2.0</Version>
<Version>2.0.0-preview</Version>
<AssemblyName>Microsoft.Azure.Management.Marketplace</AssemblyName>
<PackageTags>management;marketplace;privatestore</PackageTags>
<PackageReleaseNotes>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
[assembly: AssemblyTitle("Microsoft Azure Marketplace Management Library")]
[assembly: AssemblyDescription("Provides management functionality for Microsoft Azure Marketplace.")]

[assembly: AssemblyVersion("1.2.0")]
[assembly: AssemblyFileVersion("1.2.0")]
[assembly: AssemblyVersion("2.0.0")]
[assembly: AssemblyFileVersion("2.0.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Microsoft Azure .NET SDK")]
Expand Down
Loading

0 comments on commit 342cc0e

Please sign in to comment.