From 33c112d64bf38c5f00adc4fe0896f36d994dd801 Mon Sep 17 00:00:00 2001 From: Adam Sandor Date: Tue, 2 Feb 2021 19:13:42 -0500 Subject: [PATCH 1/5] CloudServices 43-preview release update preview.1 update --- .../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 88607af30c37..4c61c3845905 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("42.0.0.0")] -[assembly: AssemblyFileVersion("42.0.0.0")] +[assembly: AssemblyVersion("43.0.0.0-preview")] +[assembly: AssemblyFileVersion("43.0.0.0-preview")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft")] [assembly: AssemblyProduct("Microsoft Azure .NET SDK")] From bcbecb8a8a90deec1f6a4b5e6b70825e0ccd05c4 Mon Sep 17 00:00:00 2001 From: Adam Sandor Date: Tue, 2 Feb 2021 19:16:49 -0500 Subject: [PATCH 2/5] Update Microsoft.Azure.Management.Compute.csproj --- .../src/Microsoft.Azure.Management.Compute.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 576e9b444398..feba7ea2cb54 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,7 +9,7 @@ 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. - 43.0.0.0-preview + 43.0.0.0-preview.1 Microsoft.Azure.Management.Compute management;virtual machine;compute; From 727e10a3bce52888962f37dfe9e477027cb8bf05 Mon Sep 17 00:00:00 2001 From: Adam Sandor Date: Tue, 2 Feb 2021 19:22:53 -0500 Subject: [PATCH 3/5] 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 4c61c3845905..be1a80e9f288 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("43.0.0.0-preview")] -[assembly: AssemblyFileVersion("43.0.0.0-preview")] +[assembly: AssemblyVersion("43.0.0.0-preview.1")] +[assembly: AssemblyFileVersion("43.0.0.0-preview.1")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft")] [assembly: AssemblyProduct("Microsoft Azure .NET SDK")] From 7e4e1587353b8cdbcbcf46b5e47a242b1fc3adac Mon Sep 17 00:00:00 2001 From: Adam Sandor Date: Tue, 2 Feb 2021 19:27:33 -0500 Subject: [PATCH 4/5] Update Microsoft.Azure.Management.Compute.csproj --- .../src/Microsoft.Azure.Management.Compute.csproj | 11 +---------- 1 file changed, 1 insertion(+), 10 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 feba7ea2cb54..dd6b1fe8519f 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 @@ -15,16 +15,7 @@ From 27c39288c7fbb28043598f91a3debba2f57d169b Mon Sep 17 00:00:00 2001 From: Adam Sandor Date: Tue, 2 Feb 2021 21:49:43 -0500 Subject: [PATCH 5/5] 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 be1a80e9f288..a9540cb11976 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("43.0.0.0-preview.1")] -[assembly: AssemblyFileVersion("43.0.0.0-preview.1")] +[assembly: AssemblyVersion("43.0.0.1")] +[assembly: AssemblyFileVersion("43.0.0.1")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft")] [assembly: AssemblyProduct("Microsoft Azure .NET SDK")]