Skip to content

Commit 3aa7fba

Browse files
authored
CloudServices 43-preview release update (Azure#18372)
1 parent 51fbb23 commit 3aa7fba

File tree

2 files changed

+4
-13
lines changed

2 files changed

+4
-13
lines changed

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

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +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>43.0.0.0-preview</Version>
12+
<Version>43.0.0.0-preview.1</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 are
18-
1. New disk property: Tier
19-
2. New disk property for ultra disk: LogicalSectorSize
20-
3. Add property diskState to snapshot
21-
4. New API: ListDiskEncryptionSetAssociatedResources.
22-
5. Remove EncryptionAtRestWithPlatformKey in diskEncryptionSetType
23-
6. Remove maximum for PlatformFaultDomainCount of DedicatedHostGroup
24-
7. New API: RunCommand resource for VM and VMSS instance
25-
8. Update the description for DedicatedHostGroup.supportAutomaticPlacement to mention that the property defaults to true.
26-
9. Add parameters GroupByClientApplicationId and GroupByUserAgent to LogAnalytics API.
27-
10.CloudServices (Extended Support)
18+
1. Fix for the .Net SDK to run smoothly with msi installers.
2819
]]>
2920
</PackageReleaseNotes>
3021
</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("42.0.0.0")]
11-
[assembly: AssemblyFileVersion("42.0.0.0")]
10+
[assembly: AssemblyVersion("43.0.0.1")]
11+
[assembly: AssemblyFileVersion("43.0.0.1")]
1212
[assembly: AssemblyConfiguration("")]
1313
[assembly: AssemblyCompany("Microsoft")]
1414
[assembly: AssemblyProduct("Microsoft Azure .NET SDK")]

0 commit comments

Comments
 (0)