File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/ResourceManager/Sql/Commands.Sql.Test/ScenarioTests Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ function Test-ListDatabaseRestorePoints
35
35
$databaseName = Get-DatabaseName
36
36
$standarddb = New-AzureRmSqlDatabase - ResourceGroupName $rg.ResourceGroupName - ServerName $server.ServerName - DatabaseName $databaseName `
37
37
- Edition Standard - RequestedServiceObjectiveName S0
38
-
38
+
39
39
# Get restore points from data warehouse database.
40
40
$restorePoints = Get-AzureRmSqlDatabaseRestorePoints - ResourceGroupName $rg.ResourceGroupName - ServerName $server.ServerName - DatabaseName $dwdb.DatabaseName
41
41
Assert-Null $restorePoints # Since the data warehouse database has just been created, it should not have any discrete restore points.
You can’t perform that action at this time.
0 commit comments