Skip to content

Commit

Permalink
update metadata for 2021-03 release tentative (#21224)
Browse files Browse the repository at this point in the history
* update for 2021-03 release tentative

* Update Microsoft.Azure.Management.Compute.csproj

* Update AssemblyInfo.cs

* Update Microsoft.Azure.Management.Compute.csproj
  • Loading branch information
Sandido authored May 20, 2021
1 parent 46d1d18 commit 7470a86
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
4 changes: 2 additions & 2 deletions eng/mgmt/mgmtmetadata/compute_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/compute/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=C:\azure-sdk-for-net\sdk
2021-02-17 15:04:43 UTC
2021-05-20 08:04:43 UTC
Azure-rest-api-specs repository information
GitHub fork: Azure
Branch: master
Commit: a2a3da0d9f4a26b317fc15eb1cf34557c2a8d05a
Commit: aa62339078c075d81aa1019c62450805f750e2d7
AutoRest information
Requested version: v2
Bootstrapper version: autorest@2.0.4413
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,19 @@
Provides developers with libraries for the updated compute platform under Azure Resource manager to deploy virtual machine, virtual machine extensions and availability set management capabilities. Launch, restart, scale, capture and manage VMs, VM Extensions and more. Note: This client library is for Virtual Machines under Azure Resource Manager.
Development of this library has shifted focus to the Azure Unified SDK. The future development will be focused on "Azure.ResourceManager.Compute" (https://www.nuget.org/packages/Azure.ResourceManager.Compute/). Please see the package changelog for more information.
</Description>
<Version>46.0.0</Version>
<Version>47.0.0</Version>
<AssemblyName>Microsoft.Azure.Management.Compute</AssemblyName>
<PackageTags>management;virtual machine;compute;</PackageTags>
<PackageReleaseNotes>
<![CDATA[
This is a public release of the Azure Compute SDK. Included with this release are
1. This is a release of the Azure Compute SDK with Gallery SDK. It contains blob as source gallery change, shared gallery change, and gallery image features.
This is a public release of the Azure Compute SDK. Included with this release is:
1. Restore Points API.
2. UserData property added to VM and VMSS resources.
3. Deep Deletion of Disks API.
4. Scheduled Events property on VM resources.
5. AssessmentMode property added to PatchSettings.
6. Network Interface Configuration schema added to VM network profile.
7. Update the description for the PatchSettings property with information about the VMSS Flex feature.
]]>
</PackageReleaseNotes>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
[assembly: AssemblyTitle("Microsoft Azure Compute Management Library")]
[assembly: AssemblyDescription("Provides management functionality for Microsoft Azure Compute Resources.")]

[assembly: AssemblyVersion("46.0.0")]
[assembly: AssemblyFileVersion("46.0.0")]
[assembly: AssemblyVersion("47.0.0")]
[assembly: AssemblyFileVersion("47.0.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Microsoft Azure .NET SDK")]
Expand Down

0 comments on commit 7470a86

Please sign in to comment.