Skip to content

Commit ade1be0

Browse files
authored
Update Set-AzSqlDatabaseLongTermRetentionBackupLegalHold.md
1 parent c9a6656 commit ade1be0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Sql/Sql/help/Set-AzSqlDatabaseLongTermRetentionBackupLegalHold.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The **Set-AzSqlDatabaseLongTermRetentionBackupLegalHold** sets a legal hold on t
4141

4242
### Example 1: Set legal hold on a single backup
4343
```powershell
44-
PS C:\> Set-AzSqlDatabaseLongTermRetentionBackupLegalHold -Location northeurope -ServerName server01 -DatabaseName testdb -BackupName "601061b7-d10b-46e0-bf77-a2bfb16a6add;131655666550000000" -PassThru
44+
Set-AzSqlDatabaseLongTermRetentionBackupLegalHold -Location northeurope -ServerName server01 -DatabaseName testdb -BackupName "601061b7-d10b-46e0-bf77-a2bfb16a6add;131655666550000000" -PassThru
4545
```
4646

4747
```output

0 commit comments

Comments
 (0)