Skip to content

Commit f40fbc8

Browse files
author
shicwu
committed
revert no stretch related changes
1 parent aa8dde4 commit f40fbc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/Sql/Commands.Sql.Test/ScenarioTests/DatabaseBackupTests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ function Test-ListDatabaseRestorePoints
3535
$databaseName = Get-DatabaseName
3636
$standarddb = New-AzureRmSqlDatabase -ResourceGroupName $rg.ResourceGroupName -ServerName $server.ServerName -DatabaseName $databaseName `
3737
-Edition Standard -RequestedServiceObjectiveName S0
38-
38+
3939
# Get restore points from data warehouse database.
4040
$restorePoints = Get-AzureRmSqlDatabaseRestorePoints -ResourceGroupName $rg.ResourceGroupName -ServerName $server.ServerName -DatabaseName $dwdb.DatabaseName
4141
Assert-Null $restorePoints # Since the data warehouse database has just been created, it should not have any discrete restore points.

0 commit comments

Comments
 (0)