Skip to content

Commit

Permalink
Remove unnecessary module
Browse files Browse the repository at this point in the history
  • Loading branch information
ziyuezh576 authored Jun 7, 2022
1 parent 1a45716 commit 0f36095
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,10 @@ protected ServiceBusTestRunner(ITestOutputHelper output)
@"../AzureRM.Resources.ps1"
})
.WithNewRmModules(helper => new[]
{
{
helper.RMProfileModule,
helper.GetRMModulePath("Az.ServiceBus.psd1"),
helper.GetRMModulePath("Az.KeyVault.psd1"),
helper.GetRMModulePath("Az.ManagedServiceIdentity.psd1"),

helper.GetRMModulePath("Az.KeyVault.psd1")
})
.WithNewRecordMatcherArguments(
userAgentsToIgnore: new Dictionary<string, string>
Expand Down

0 comments on commit 0f36095

Please sign in to comment.