Skip to content

Commit 94c4b2e

Browse files
authored
Update long-term-backup-retention-configure.md
PowerShell example had mismatched variables.
1 parent d4f5d7f commit 94c4b2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-sql/managed-instance/long-term-backup-retention-configure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ This example shows how to list the LTR policies within an instance for a single
264264
265265
```powershell
266266
# gets the current version of LTR policy for a database
267-
$LTRPolicies = @{
267+
$LTRPolicy = @{
268268
InstanceName = $instanceName
269269
DatabaseName = $dbName
270270
ResourceGroupName = $resourceGroup

0 commit comments

Comments
 (0)