We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70f4dbb commit 7a86de1Copy full SHA for 7a86de1
src/ResourceManager/AzureBackup/Commands.AzureBackup.Test/ScenarioTests/RecoveryPointTests.ps1
@@ -40,7 +40,7 @@ function Test-GetAzureRecoveryPoint
40
$azureBackUpItem.Location = $Location
41
$azureBackUpItem.ContainerUniqueName = $ContainerName
42
$azureBackUpItem.ItemName = $ItemName
43
- $recoveryPoint = Get-AzureBackupRecoveryPoint -Item $azureBackUpItem -Id $RecoveryPointName
+ $recoveryPoint = Get-AzureBackupRecoveryPoint -Item $azureBackUpItem -RecoveryPointId $RecoveryPointName
44
if (!($recoveryPoint -eq $null))
45
{
46
Assert-NotNull $recoveryPoint.RecoveryPointTime 'RecoveryPointTime should not be null'
0 commit comments