Skip to content

Commit 7689e3f

Browse files
committed
Removed sandbox test and extra packages.
1 parent 74123cc commit 7689e3f

File tree

3 files changed

+0
-48
lines changed

3 files changed

+0
-48
lines changed

src/ResourceManager/MachineLearningCompute/Commands.MachineLearningCompute.Test/ScenarioTests/MLCTests.cs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,5 @@ public void TestUpdateSystemServices()
3636
{
3737
TestController.NewInstance.RunPsTest(this.interceptor, "Test-UpdateSystemServices");
3838
}
39-
40-
/*
41-
[Fact]
42-
[Trait(Category.AcceptanceType, Category.CheckIn)]
43-
public void TestSandbox()
44-
{
45-
TestController.NewInstance.RunPsTest(this.interceptor, "Test-Sandbox");
46-
}
47-
*/
4839
}
4940
}

src/ResourceManager/MachineLearningCompute/Commands.MachineLearningCompute.Test/ScenarioTests/MLCTests.ps1

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -231,38 +231,3 @@ function Test-UpdateSystemServices
231231
## Cleanup
232232
TeardownTest $resourceGroupName
233233
}
234-
235-
<#
236-
.SYNOPSIS
237-
TODO: DELETE ME
238-
#>
239-
function Test-Sandbox
240-
{
241-
# Setup
242-
$resourceGroupName = "mlcrp-cmdlet-test-sandbox"
243-
$clusterName = "mlcrp-cmdlet-test-sandbox"
244-
245-
SetupTest $resourceGroupName
246-
247-
# Create the cluster
248-
$cluster = GetDefaultClusterProperties
249-
$result = New-AzureRmMlOpCluster -ResourceGroupName $resourceGroupName -Name $clusterName -ClusterType Local -Location "East US 2"
250-
251-
# Test for updates
252-
#$updateAvailability = Test-AzureRmMlOpClusterSystemServicesUpdateAvailability -ResourceGroupName $resourceGroupName -Name $clusterName
253-
# Assert-NotNull { $updateAvailability }
254-
255-
# Test for updates - pipelining
256-
257-
# Update the cluster
258-
#$updateResult = Update-AzureRmMlOpClusterSystemService -ResourceGroupName $resourceGroupName -Name $clusterName
259-
# Assert-True { $updateResult.UpdateStatus -eq "Succeeded" }
260-
#Assert-NotNull { $updateResult.UpdateStartedOn }
261-
#Assert-NotNull { $updateResult.UpdateCompletedOn }
262-
263-
#$updateAvailability = Test-AzureRmMlOpClusterSystemServicesUpdateAvailability -ResourceGroupName $resourceGroupName -Name $clusterName
264-
# Assert-True { $updateAvailability.UpdatesAvailable -eq "No" }
265-
266-
## Cleanup
267-
#TeardownTest $resourceGroupName
268-
}
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="Microsoft.Azure.Management.MachineLearningCompute" version="0.1.0" targetFramework="net452" />
4-
<package id="Microsoft.Rest.ClientRuntime" version="2.3.10" targetFramework="net452" />
5-
<package id="Microsoft.Rest.ClientRuntime.Azure" version="3.3.10" targetFramework="net452" />
6-
<package id="Microsoft.Rest.ClientRuntime.Azure.Authentication" version="2.3.1" targetFramework="net452" />
7-
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net452" />
84
</packages>

0 commit comments

Comments
 (0)