Skip to content
Closed
Show file tree
Hide file tree
Changes from all 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,19 +9,16 @@
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>47.0.1</Version>
<Version>48.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 is:
1. Restore Points API (Restore Points API model uses properties bag).
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.
2. PublicAddressSKu object values were changed from 'publicIPAddressSkuName' and 'publicIPAddressSkuTier' to 'name' and 'tier' respectively.
3. SecurityTypes enum was changed to be string based.
4. Updated StorageAccountType object description and added to the ManagedDiskParameters property StorageAccountType description.
]]>
</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("47.0.1")]
[assembly: AssemblyFileVersion("47.0.1")]
[assembly: AssemblyVersion("48.0.0")]
[assembly: AssemblyFileVersion("48.0.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Microsoft Azure .NET SDK")]
Expand Down