Skip to content

Commit 98d73f8

Browse files
authored
Update MaintenanceTestRunner.cs (#26940)
1 parent 7c76173 commit 98d73f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Maintenance/Maintenance.Test/ScenarioTests/MaintenanceTestRunner.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ protected MaintenanceTestRunner(ITestOutputHelper output)
4747
{ "Microsoft.Resources", null },
4848
{ "Microsoft.Features", null },
4949
{ "Microsoft.Authorization", null },
50-
{ "Microsoft.Maintenance", null }
50+
{ "Microsoft.Maintenance", null },
51+
{ "Microsoft.Network", null }
5152
}
5253
)
5354
.Build();

0 commit comments

Comments
 (0)