Skip to content

Commit c755403

Browse files
authored
Update Start-AzureRmRecoveryServicesAsrTestFailoverCleanupJob.md
The example 2 "Clean up Test Failover using Recovery Plan" code is incorrect. I tested this on my lab and confirmed that correct syntax should be < Start-AzureRmRecoveryServicesAsrTestFailoverCleanupJob -RecoveryPlan $recoveryPlan -Comment "testing done" >. Please, update the documentation accordingly.
1 parent 19ae256 commit c755403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/RecoveryServices/Commands.RecoveryServices.SiteRecovery/help/Start-AzureRmRecoveryServicesAsrTestFailoverCleanupJob.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Job to track test failover Cleanup of an Azure Site Recovery replication protect
4444

4545
### Example 2
4646
```
47-
PS C:\> Start-AzureRmRecoveryServicesAsrTestFailoverCleanupJob -ReplicationProtectedItem $recoveryPlan -Comments "testing done"
47+
PS C:\> Start-AzureRmRecoveryServicesAsrTestFailoverCleanupJob -RecoveryPlan $recoveryPlan -Comment "testing done"
4848
```
4949

5050
Job to track test failover Cleanup of an Azure Site Recovery recoveryPlan.

0 commit comments

Comments
 (0)