|
156 | 156 | <Compile Include="BatchTestHelpers.cs" />
|
157 | 157 | <Compile Include="Files\GetBatchTaskFileCommandTests.cs" />
|
158 | 158 | <Compile Include="Files\GetBatchTaskFileContentCommandTests.cs" />
|
| 159 | + <Compile Include="Files\GetBatchVMFileCommandTests.cs" /> |
159 | 160 | <Compile Include="Jobs\GetBatchJobCommandTests.cs" />
|
160 | 161 | <Compile Include="Jobs\RemoveBatchJobCommandTests.cs" />
|
161 | 162 | <Compile Include="Models\BatchAccountContextTest.cs" />
|
|
170 | 171 | <Compile Include="ScenarioTests\PoolTests.cs" />
|
171 | 172 | <Compile Include="ScenarioTests\ScenarioTestHelpers.cs" />
|
172 | 173 | <Compile Include="ScenarioTests\TaskTests.cs" />
|
| 174 | + <Compile Include="ScenarioTests\VMTests.cs" /> |
173 | 175 | <Compile Include="ScenarioTests\WorkItemTests.cs" />
|
174 | 176 | <Compile Include="Tasks\GetBatchTaskCommandTests.cs" />
|
175 | 177 | <Compile Include="Tasks\NewBatchTaskCommandTests.cs" />
|
176 | 178 | <Compile Include="Tasks\RemoveBatchTaskCommandTests.cs" />
|
| 179 | + <Compile Include="VMs\GetBatchVMCommandTests.cs" /> |
177 | 180 | <Compile Include="WorkItems\GetBatchWorkItemCommandTests.cs" />
|
178 | 181 | <Compile Include="WorkItems\NewBatchWorkItemCommandTests.cs" />
|
179 | 182 | <Compile Include="WorkItems\RemoveBatchWorkItemCommandTests.cs" />
|
|
201 | 204 | <None Include="ScenarioTests\TaskTests.ps1">
|
202 | 205 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
203 | 206 | </None>
|
| 207 | + <None Include="ScenarioTests\VMTests.ps1"> |
| 208 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 209 | + </None> |
204 | 210 | <None Include="ScenarioTests\WorkItemTests.ps1">
|
205 | 211 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
206 | 212 | </None>
|
|
234 | 240 | <None Include="SessionRecords\Microsoft.Azure.Commands.Batch.Test.ScenarioTests.FileTests\TestGetTaskFileContentPipeline.json">
|
235 | 241 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
236 | 242 | </None>
|
| 243 | + <None Include="SessionRecords\Microsoft.Azure.Commands.Batch.Test.ScenarioTests.FileTests\TestGetVMFileByName.json"> |
| 244 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 245 | + </None> |
237 | 246 | <None Include="SessionRecords\Microsoft.Azure.Commands.Batch.Test.ScenarioTests.FileTests\TestListAllTaskFiles.json">
|
238 | 247 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
239 | 248 | </None>
|
| 249 | + <None Include="SessionRecords\Microsoft.Azure.Commands.Batch.Test.ScenarioTests.FileTests\TestListAllVMFiles.json"> |
| 250 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 251 | + </None> |
240 | 252 | <None Include="SessionRecords\Microsoft.Azure.Commands.Batch.Test.ScenarioTests.FileTests\TestListTaskFilePipeline.json">
|
241 | 253 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
242 | 254 | </None>
|
|
249 | 261 | <None Include="SessionRecords\Microsoft.Azure.Commands.Batch.Test.ScenarioTests.FileTests\TestListTaskFilesWithMaxCount.json">
|
250 | 262 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
251 | 263 | </None>
|
| 264 | + <None Include="SessionRecords\Microsoft.Azure.Commands.Batch.Test.ScenarioTests.FileTests\TestListVMFilePipeline.json"> |
| 265 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 266 | + </None> |
| 267 | + <None Include="SessionRecords\Microsoft.Azure.Commands.Batch.Test.ScenarioTests.FileTests\TestListVMFilesByFilter.json"> |
| 268 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 269 | + </None> |
| 270 | + <None Include="SessionRecords\Microsoft.Azure.Commands.Batch.Test.ScenarioTests.FileTests\TestListVMFilesRecursive.json"> |
| 271 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 272 | + </None> |
| 273 | + <None Include="SessionRecords\Microsoft.Azure.Commands.Batch.Test.ScenarioTests.FileTests\TestListVMFilesWithMaxCount.json"> |
| 274 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 275 | + </None> |
252 | 276 | <None Include="SessionRecords\Microsoft.Azure.Commands.Batch.Test.ScenarioTests.JobTests\TestDeleteJob.json">
|
253 | 277 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
254 | 278 | </None>
|
|
321 | 345 | <None Include="SessionRecords\Microsoft.Azure.Commands.Batch.Test.ScenarioTests.TaskTests\TestListTasksWithMaxCount.json">
|
322 | 346 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
323 | 347 | </None>
|
| 348 | + <None Include="SessionRecords\Microsoft.Azure.Commands.Batch.Test.ScenarioTests.VMTests\TestGetVMByName.json"> |
| 349 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 350 | + </None> |
| 351 | + <None Include="SessionRecords\Microsoft.Azure.Commands.Batch.Test.ScenarioTests.VMTests\TestListAllVMs.json"> |
| 352 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 353 | + </None> |
| 354 | + <None Include="SessionRecords\Microsoft.Azure.Commands.Batch.Test.ScenarioTests.VMTests\TestListVMPipeline.json"> |
| 355 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 356 | + </None> |
| 357 | + <None Include="SessionRecords\Microsoft.Azure.Commands.Batch.Test.ScenarioTests.VMTests\TestListVMsByFilter.json"> |
| 358 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 359 | + </None> |
| 360 | + <None Include="SessionRecords\Microsoft.Azure.Commands.Batch.Test.ScenarioTests.VMTests\TestListVMsWithMaxCount.json"> |
| 361 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 362 | + </None> |
324 | 363 | <None Include="SessionRecords\Microsoft.Azure.Commands.Batch.Test.ScenarioTests.WorkItemTests\TestDeleteWorkItem.json">
|
325 | 364 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
326 | 365 | </None>
|
|
0 commit comments