Skip to content

Commit 4fb8007

Browse files
authored
Update Get-AzRecoveryServicesAsrRecoveryPoint Description (#15222)
Added information about the order of recovery points in the array.
1 parent a6354aa commit 4fb8007

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/RecoveryServices/RecoveryServices/help/Get-AzRecoveryServicesAsrRecoveryPoint.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Get-AzRecoveryServicesAsrRecoveryPoint -Name <String> -ReplicationProtectedItem
2525
```
2626

2727
## DESCRIPTION
28-
The **Get-AzRecoveryServicesAsrRecoveryPoint** cmdlet gets the list of available recovery points for a replication protected item.
28+
The **Get-AzRecoveryServicesAsrRecoveryPoint** cmdlet gets the list of available recovery points for a replication protected item. The list is in order from latest to oldest Recovery Points, the first one being the Latest Processed (lowest RTO).
2929

3030
## EXAMPLES
3131

@@ -34,7 +34,7 @@ The **Get-AzRecoveryServicesAsrRecoveryPoint** cmdlet gets the list of available
3434
PS C:\> $RecoveryPoints = Get-AzRecoveryServicesAsrRecoveryPoint -ReplicationProtectedItem $ReplicationProtectedItem
3535
```
3636

37-
Gets recovery points for the specified ASR replication protected item.
37+
Gets recovery points for the specified ASR replication protected item. $RecoveryPoints[0] will have the Latest Processed Recovery Point (for Lowest RTO).
3838

3939
## PARAMETERS
4040

0 commit comments

Comments
 (0)