Skip to content

Commit ab46b82

Browse files
update version (#24386)
1 parent f6afdee commit ab46b82

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

sdk/compute/Microsoft.Azure.Management.Compute/src/Microsoft.Azure.Management.Compute.csproj

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,13 @@
99
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.
1010
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.
1111
</Description>
12-
<Version>49.1.0</Version>
12+
<Version>49.2.0</Version>
1313
<AssemblyName>Microsoft.Azure.Management.Compute</AssemblyName>
1414
<PackageTags>management;virtual machine;compute;</PackageTags>
1515
<PackageReleaseNotes>
1616
<![CDATA[
1717
This is a public release of the Azure Compute SDK. Included with this release is:
18-
1. Hibernation feature added.
19-
2. Failure Suppression feature added.
20-
3. 'VmSizeProperties' added to HardwareProfile.
21-
4. Response of the ListSKUs for VM resources to contain ExtendedLocations.
22-
5. InstallPatchesInput.MaximumDuration is now a optional parameter
23-
6. ApplicationProfile added for VM and VMSS
24-
7. VMSS Scale-in force deletion
25-
8. Shared Gallery feature for Image Galleries.
18+
1. DiskRP API calls updated with 2021-04-01 version.
2619
]]>
2720
</PackageReleaseNotes>
2821
</PropertyGroup>

sdk/compute/Microsoft.Azure.Management.Compute/src/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
[assembly: AssemblyTitle("Microsoft Azure Compute Management Library")]
88
[assembly: AssemblyDescription("Provides management functionality for Microsoft Azure Compute Resources.")]
99

10-
[assembly: AssemblyVersion("49.1.0")]
11-
[assembly: AssemblyFileVersion("49.1.0")]
10+
[assembly: AssemblyVersion("49.2.0")]
11+
[assembly: AssemblyFileVersion("49.2.0")]
1212
[assembly: AssemblyConfiguration("")]
1313
[assembly: AssemblyCompany("Microsoft")]
1414
[assembly: AssemblyProduct("Microsoft Azure .NET SDK")]

0 commit comments

Comments
 (0)