Skip to content

Commit 32848d4

Browse files
committed
Merge branch 'update-sql-powershell-for-rest-api-2024-11-01-preview' of https://github.com/brandong-ms/azure-powershell into update-sql-powershell-for-rest-api-2024-11-01-preview
2 parents 633464b + ade1be0 commit 32848d4

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)