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 fc1e525 commit 6ad0a4cCopy full SHA for 6ad0a4c
src/ResourceManager/Sql/Commands.Sql.Test/ScenarioTests/SqlTestsBase.cs
@@ -84,10 +84,10 @@ protected void RunPowerShellTest(params string[] scripts)
84
"ScenarioTests\\" + this.GetType().Name + ".ps1",
85
helper.RMProfileModule,
86
helper.RMResourceModule,
87
- helper.RMStorageDataPlaneModule,
88
- helper.RMStorageModule,
+ helper.RMStorageDataPlaneModule,
89
helper.GetRMModulePath(@"AzureRM.Insights.psd1"),
90
- helper.GetRMModulePath(@"AzureRM.Sql.psd1"));
+ helper.GetRMModulePath(@"AzureRM.Sql.psd1"),
+ "AzureRM.Storage.ps1");
91
helper.RunPowerShellTest(scripts);
92
}
93
0 commit comments