From 2bb0461faa324e40859b21b8c65e1bdd2bbce9dc Mon Sep 17 00:00:00 2001
From: meday89 <40663146+meday89@users.noreply.github.com>
Date: Fri, 26 Jul 2019 07:18:01 +0300
Subject: [PATCH] Increase version to publish an updated nuget version (#7024)
* Added unit tests for dynamic metric alert
* Don't exclude from build and test
* Increase version to publish an updated nuget version
---
.../src/Microsoft.Azure.Management.Monitor.csproj | 4 ++--
.../src/Properties/AssemblyInfo.cs | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/sdk/monitor/Microsoft.Azure.Management.Monitor/src/Microsoft.Azure.Management.Monitor.csproj b/sdk/monitor/Microsoft.Azure.Management.Monitor/src/Microsoft.Azure.Management.Monitor.csproj
index 0782f80be2d27..3c5be7dbcd62f 100644
--- a/sdk/monitor/Microsoft.Azure.Management.Monitor/src/Microsoft.Azure.Management.Monitor.csproj
+++ b/sdk/monitor/Microsoft.Azure.Management.Monitor/src/Microsoft.Azure.Management.Monitor.csproj
@@ -6,10 +6,10 @@
Microsoft Azure Monitor Library
Microsoft.Azure.Management.Monitor
- 0.23.0-preview
+ 0.24.0-preview
Microsoft.Azure.Management.Monitor
Management.Monitor;Management.Monitoring;metrics;alerts;autoscale;activityLogs;events;operations;logs;
- Added Multi Resource Alert changes for Metric Alert API and their Unit tests and Scenario Tests.
+ Added Dynamic Treshold for Metric Alert API and its Unit tests and Scenario Tests.
$(SdkTargetFx)
diff --git a/sdk/monitor/Microsoft.Azure.Management.Monitor/src/Properties/AssemblyInfo.cs b/sdk/monitor/Microsoft.Azure.Management.Monitor/src/Properties/AssemblyInfo.cs
index 7f7a468181a81..74eee9996c050 100644
--- a/sdk/monitor/Microsoft.Azure.Management.Monitor/src/Properties/AssemblyInfo.cs
+++ b/sdk/monitor/Microsoft.Azure.Management.Monitor/src/Properties/AssemblyInfo.cs
@@ -7,8 +7,8 @@
[assembly: AssemblyTitle("Microsoft Azure Monitor Library")]
[assembly: AssemblyDescription("Provides Microsoft Azure Monitor operations.")]
-[assembly: AssemblyVersion("0.22.0.0")]
-[assembly: AssemblyFileVersion("0.22.0.0")]
+[assembly: AssemblyVersion("0.24.0.0")]
+[assembly: AssemblyFileVersion("0.24.0.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Microsoft Azure .NET SDK")]