We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27f36cb commit 6b7b48bCopy full SHA for 6b7b48b
src/Search/Search.Test/ScenarioTests/SearchTestRunner.cs
@@ -38,6 +38,17 @@ protected SearchTestRunner(ITestOutputHelper output)
38
helper.GetRMModulePath("Az.Search.psd1"),
39
helper.GetRMModulePath("Az.Storage.psd1")
40
})
41
+ .WithNewRecordMatcherArguments(
42
+ userAgentsToIgnore: new Dictionary<string, string>(),
43
+ resourceProviders: new Dictionary<string, string>
44
+ {
45
+ { "Microsoft.Resources", null },
46
+ { "Microsoft.Features", null },
47
+ { "Microsoft.Authorization", null },
48
+ { "Providers.Test", null },
49
+ { "Microsoft.Storage", null }
50
+ }
51
+ )
52
.Build();
53
}
54
0 commit comments