Skip to content

Commit 7a86de1

Browse files
committed
recoverypointid1
1 parent 70f4dbb commit 7a86de1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/AzureBackup/Commands.AzureBackup.Test/ScenarioTests/RecoveryPointTests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function Test-GetAzureRecoveryPoint
4040
$azureBackUpItem.Location = $Location
4141
$azureBackUpItem.ContainerUniqueName = $ContainerName
4242
$azureBackUpItem.ItemName = $ItemName
43-
$recoveryPoint = Get-AzureBackupRecoveryPoint -Item $azureBackUpItem -Id $RecoveryPointName
43+
$recoveryPoint = Get-AzureBackupRecoveryPoint -Item $azureBackUpItem -RecoveryPointId $RecoveryPointName
4444
if (!($recoveryPoint -eq $null))
4545
{
4646
Assert-NotNull $recoveryPoint.RecoveryPointTime 'RecoveryPointTime should not be null'

0 commit comments

Comments
 (0)