Skip to content

Commit 358ae0b

Browse files
authored
Update point-in-time-restore.md
1 parent c44402b commit 358ae0b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

azure-sql/managed-instance/point-in-time-restore.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ Use one of the following methods to connect to the database in your managed inst
283283

284284
# [PowerShell](#tab/azure-powershell)
285285

286-
To delete an existing database from your managed instance, run the following PowerShell code with your values substituted for the parameters;
286+
To delete an existing database from your managed instance, run the following PowerShell code with your values substituted for the parameters:
287287

288288
```powershell
289289
$resourceGroupName = "<resource group name>"
@@ -295,7 +295,7 @@ Remove-AzSqlInstanceDatabase -Name $databaseName -InstanceName $managedInstanceN
295295

296296
# [Azure CLI](#tab/azure-cli)
297297

298-
To delete an existing database from your managed instance, run the following Azure CLI code with your values substituted for the parameters;
298+
To delete an existing database from your managed instance, run the following Azure CLI code with your values substituted for the parameters:
299299

300300
```azurecli-interactive
301301
az sql midb delete -g mygroupname --mi myinstancename -n mymanageddbname

0 commit comments

Comments
 (0)