Skip to content

Commit 7f28bfe

Browse files
authored
Merge pull request #78885 from KrishnaG-MSFT/patch-2
(AzureCXP) MicrosoftDocs/azure-docs#32806
2 parents a912f23 + 54d9c05 commit 7f28bfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/backup/backup-azure-sql-automation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ Use [Get-AzRecoveryServicesBackupRecoveryPoint](https://docs.microsoft.com/power
276276

277277
````powershell
278278
$startDate = (Get-Date).AddDays(-7).ToUniversalTime()
279-
$endDate = Get-Date.ToUniversalTime()
279+
$endDate = (Get-Date).ToUniversalTime()
280280
Get-AzRecoveryServicesBackupRecoveryPoint -Item $bkpItem -VaultId $targetVault.ID -StartDate $startdate -EndDate $endDate
281281
````
282282

0 commit comments

Comments
 (0)