Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CloudServices 43-preview release update #18372

Merged
merged 5 commits into from
Feb 3, 2021
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.0-preview.1")]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Generally we don't do this witl assembly file versions. This should be 43.0.0.1

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@markcowl , edited as you wanted, please re-review.

[assembly: AssemblyFileVersion("43.0.0.0-preview.1")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Microsoft Azure .NET SDK")]
Expand Down