Skip to content

Commit

Permalink
Re-generate Network SDK (#11898)
Browse files Browse the repository at this point in the history
* Re-generate Network SDK

* Update SDK version
  • Loading branch information
anton-evseev authored May 7, 2020
1 parent f3b1f6a commit 0ea8e2d
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 18 deletions.
4 changes: 2 additions & 2 deletions eng/mgmt/mgmtmetadata/network_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/network/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=C:\git\azure-sdk-for-net\sdk
2020-05-05 19:18:36 UTC
2020-05-07 08:09:44 UTC
Azure-rest-api-specs repository information
GitHub fork: Azure
Branch: master
Commit: aee4a584518813e6f44e36d6de68439c0a806c5a
Commit: 42df7cfde61ff57f0234c99462a8d51cd0514e02
AutoRest information
Requested version: v2
Bootstrapper version: autorest@2.0.4413
Original file line number Diff line number Diff line change
@@ -1,7 +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>Compute_2018-10-01;Network_2020-03-01;</AzureApiTag>
<AzureApiTag>Compute_2018-10-01;Network_2020-04-01;</AzureApiTag>
<PackageTags>$(PackageTags);$(CommonTags);$(AzureApiTag);</PackageTags>
</PropertyGroup>
</Project>

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.

Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<PackageId>Microsoft.Azure.Management.Network</PackageId>
<Description>Provides management capabilities for Network services.</Description>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<Version>19.21.0-preview</Version>
<Version>19.21.1-preview</Version>
<PackageTags>Microsoft Azure Network management;Network;Network management;</PackageTags>
<PackageReleaseNotes>
<![CDATA[
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
[assembly: AssemblyTitle("Microsoft Azure Network Management Library")]
[assembly: AssemblyDescription("Provides Microsoft Azure Network management functions for managing the Microsoft Azure Network service.")]

[assembly: AssemblyVersion("19.21.0.0")]
[assembly: AssemblyFileVersion("19.21.0.0")]
[assembly: AssemblyVersion("19.21.1.0")]
[assembly: AssemblyFileVersion("19.21.1.0")]

[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Microsoft Azure .NET SDK")]
Expand Down

0 comments on commit 0ea8e2d

Please sign in to comment.