File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/ResourceManager/Sql/Commands.Sql.Test/ScenarioTests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ function Test-DatabasePauseResume
42
42
Assert-AreEqual $dwdb2.CollationName $collationName
43
43
Assert-AreEqual $dwdb2.Status " Paused"
44
44
45
- # Resume the database. Make sure the database specs remain the same and its Status is Online. This will also test piping.
45
+ # Resume the database. Make sure the database specs remain the same and its Status is Online.
46
46
$dwdb3 = Resume-AzureSqlDatabase - ResourceGroupName $rg.ResourceGroupName - ServerName $server.ServerName - DatabaseName $dwdb.DatabaseName
47
47
Assert-AreEqual $dwdb3.DatabaseName $databaseName
48
48
Assert-AreEqual $dwdb3.MaxSizeBytes $maxSizeBytes
@@ -89,7 +89,7 @@ function Test-DatabasePauseResumePiped
89
89
Assert-AreEqual $dwdb2.CollationName $collationName
90
90
Assert-AreEqual $dwdb2.Status " Paused"
91
91
92
- # Resume the database. Make sure the database specs remain the same and its Status is Online. This will also test piping.
92
+ # Resume the database. Make sure the database specs remain the same and its Status is Online.
93
93
$dwdb3 = $dwdb2 | Resume-AzureSqlDatabase
94
94
Assert-AreEqual $dwdb3.DatabaseName $databaseName
95
95
Assert-AreEqual $dwdb3.MaxSizeBytes $maxSizeBytes
You can’t perform that action at this time.
0 commit comments