You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ResourceManager/MachineLearningCompute/Commands.MachineLearningCompute.Test/ScenarioTests/MLCTests.ps1
-35Lines changed: 0 additions & 35 deletions
Original file line number
Diff line number
Diff line change
@@ -231,38 +231,3 @@ function Test-UpdateSystemServices
231
231
## Cleanup
232
232
TeardownTest $resourceGroupName
233
233
}
234
-
235
-
<#
236
-
.SYNOPSIS
237
-
TODO: DELETE ME
238
-
#>
239
-
functionTest-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"
0 commit comments