Skip to content

Commit 6ead587

Browse files
committed
Fixed Network tests to use Az.Monitor.psd1.
1 parent 9d30aab commit 6ead587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/Network/Commands.Network.Test/NetworkResourcesController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public void RunPsTestWorkflow(
123123
"ScenarioTests\\Common.ps1",
124124
psScriptPath,
125125
_helper.RMProfileModule,
126-
_helper.GetRMModulePath("AzureRM.Insights.psd1"),
126+
_helper.GetRMModulePath("AzureRM.Monitor.psd1"),
127127
_helper.GetRMModulePath("AzureRM.Network.psd1"),
128128
_helper.GetRMModulePath("AzureRM.Compute.psd1"),
129129
_helper.GetRMModulePath("AzureRM.ContainerInstance.psd1"),

0 commit comments

Comments
 (0)