Skip to content
Draft
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 @@ -4,11 +4,12 @@
using System.Text.Json;
using Azure.Mcp.Tests;
using Azure.Mcp.Tests.Client;
using Azure.Mcp.Tests.Client.Helpers;
using Xunit;

namespace Azure.Mcp.Tools.AzureIsv.LiveTests;

public class AzureIsvCommandTests(ITestOutputHelper output) : CommandTestsBase(output)
public class AzureIsvCommandTests(ITestOutputHelper output,TestProxyFixture fixture) : RecordedCommandTestsBase(output, fixture)
{
[Fact]
public async Task Should_list_datadog_monitored_resources()
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"AssetsRepo": "Azure/azure-sdk-assets",
"TagPrefix": "Azure.Mcp.Tools.Azurelsv.LiveTests",
"Tag": ""
}
Loading