From adf28c7065a5f2eca4062a61ccb033cdedfe0068 Mon Sep 17 00:00:00 2001 From: Adam Sandor Date: Mon, 19 Jul 2021 10:02:05 -0400 Subject: [PATCH 1/3] SDK 48.0.0 release Changes that are 'breaking' to certain features that are in preview and can be broken are included in the current repository. For good historical accuracy, I am making this a new major version. --- .../src/Microsoft.Azure.Management.Compute.csproj | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Microsoft.Azure.Management.Compute.csproj b/sdk/compute/Microsoft.Azure.Management.Compute/src/Microsoft.Azure.Management.Compute.csproj index 9e34084cc3d6..94f4b2d0c04d 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Microsoft.Azure.Management.Compute.csproj +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Microsoft.Azure.Management.Compute.csproj @@ -9,19 +9,15 @@ 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. - 47.0.1 + 48.0.0 Microsoft.Azure.Management.Compute management;virtual machine;compute; From d6d19cb55ff2b3b4318c5d5c391ed07f5d62714c Mon Sep 17 00:00:00 2001 From: Adam Sandor Date: Mon, 19 Jul 2021 10:03:01 -0400 Subject: [PATCH 2/3] Update AssemblyInfo.cs --- .../src/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Properties/AssemblyInfo.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Properties/AssemblyInfo.cs index 5994e5095e97..c14a40ca5e60 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Properties/AssemblyInfo.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Properties/AssemblyInfo.cs @@ -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")] From 4ced6e5679aefde3e612701c6a1f20c54e143f5a Mon Sep 17 00:00:00 2001 From: Adam Sandor Date: Mon, 19 Jul 2021 10:07:38 -0400 Subject: [PATCH 3/3] Update Microsoft.Azure.Management.Compute.csproj --- .../src/Microsoft.Azure.Management.Compute.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Microsoft.Azure.Management.Compute.csproj b/sdk/compute/Microsoft.Azure.Management.Compute/src/Microsoft.Azure.Management.Compute.csproj index 94f4b2d0c04d..a4e4330c12ef 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Microsoft.Azure.Management.Compute.csproj +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Microsoft.Azure.Management.Compute.csproj @@ -18,6 +18,7 @@ 1. Restore Points API (Restore Points API model uses properties bag). 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. ]]>