Skip to content
Merged
Prev Previous commit
Next Next commit
wip
  • Loading branch information
nisha-bhatia committed Oct 3, 2024
commit dcaa4626b07a5baa827907aa3714b47fb9415ba3
2 changes: 1 addition & 1 deletion sdk/monitor/Azure.Monitor.Query/assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"AssetsRepo": "Azure/azure-sdk-assets",
"AssetsRepoPrefixPath": "net",
"TagPrefix": "net/monitor/Azure.Monitor.Query",
"Tag": "net/monitor/Azure.Monitor.Query_ee0f373f3b"
"Tag": "net/monitor/Azure.Monitor.Query_2c82e58cc8"
}
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,6 @@ public async Task CanSetServiceTimeout()
// or a partial failure 200 response
if (exception.Status == 200)
{
//StringAssert.Contains("Query cancelled by the user's request", exception.Message);
StringAssert.Contains("PartialError", exception.Message);
}
else
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,10 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Security.AccessControl;
using System.Threading.Tasks;
using Azure.Core;
using Azure.Core.TestFramework;
using Azure.Monitor.Query.Models;
using NUnit.Framework;
using NUnit.Framework.Internal.Commands;

namespace Azure.Monitor.Query.Tests
{
Expand Down