Skip to content

Commit

Permalink
CloudServices 43-preview release update (Azure#18372)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandido authored and jongio committed Feb 9, 2021
1 parent f9ac4cd commit 6137185
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,13 @@
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>43.0.0.0-preview</Version>
<Version>43.0.0.0-preview.1</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. New disk property: Tier
2. New disk property for ultra disk: LogicalSectorSize
3. Add property diskState to snapshot
4. New API: ListDiskEncryptionSetAssociatedResources.
5. Remove EncryptionAtRestWithPlatformKey in diskEncryptionSetType
6. Remove maximum for PlatformFaultDomainCount of DedicatedHostGroup
7. New API: RunCommand resource for VM and VMSS instance
8. Update the description for DedicatedHostGroup.supportAutomaticPlacement to mention that the property defaults to true.
9. Add parameters GroupByClientApplicationId and GroupByUserAgent to LogAnalytics API.
10.CloudServices (Extended Support)
1. Fix for the .Net SDK to run smoothly with msi installers.
]]>
</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("42.0.0.0")]
[assembly: AssemblyFileVersion("42.0.0.0")]
[assembly: AssemblyVersion("43.0.0.1")]
[assembly: AssemblyFileVersion("43.0.0.1")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Microsoft Azure .NET SDK")]
Expand Down

0 comments on commit 6137185

Please sign in to comment.