Skip to content

Commit fdb54a8

Browse files
committed
Add AzureRM.Resources.ps1 to Batch test
1 parent cd4d51f commit fdb54a8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/ResourceManager/AzureBatch/Commands.Batch.Test/Commands.Batch.Test.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,9 @@
254254
<Compile Include="Tasks\StopBatchTaskCommandTests.cs" />
255255
</ItemGroup>
256256
<ItemGroup>
257+
<None Include="..\..\Common\Commands.ScenarioTests.ResourceManager.Common\AzureRM.Resources.ps1">
258+
<Link>ScenarioTests\AzureRM.Resources.ps1</Link>
259+
</None>
257260
<None Include="MSSharedLibKey.snk" />
258261
<None Include="packages.config">
259262
<SubType>Designer</SubType>

src/ResourceManager/AzureBatch/Commands.Batch.Test/ScenarioTests/BatchController.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ public void RunPsTestWorkflow(
101101
"Microsoft.Azure.Commands.Batch.Test.dll",
102102
helper.RMProfileModule,
103103
helper.RMResourceModule,
104-
helper.GetRMModulePath("AzureRM.Batch.psd1"));
104+
helper.GetRMModulePath("AzureRM.Batch.psd1"),
105+
"AzureRM.Resources.ps1");
105106

106107
try
107108
{

0 commit comments

Comments
 (0)