File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Sql/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 @@ -251,7 +251,7 @@ function Test-GetManagedDatabaseGeoBackup
251
251
# Setup
252
252
$rgName = " georestore-rg"
253
253
$managedInstanceName = " testinstance"
254
- $managedDatabaseName = " sourceDb "
254
+ $managedDatabaseName = " sourcedb "
255
255
256
256
# Test Get using all parameters
257
257
$gdb1 = Get-AzSqlInstanceDatabaseGeoBackup - ResourceGroupName $rgName - InstanceName $managedInstanceName - Name $managedDatabaseName
@@ -277,7 +277,7 @@ function Test-GeoRestoreManagedDatabase
277
277
# Setup
278
278
$rgName = " georestore-rg"
279
279
$managedInstanceName = " testinstance"
280
- $managedDatabaseName = " sourceDb "
280
+ $managedDatabaseName = " sourcedb "
281
281
282
282
$targetRgName = " targetrg"
283
283
$targetInstanceName = " targetinstance"
You can’t perform that action at this time.
0 commit comments