Skip to content

Commit 63994b7

Browse files
author
dragonfly91
committed
[RS Backup] Passing source resource ID in Get RP Details API
1 parent 266169d commit 63994b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ResourceManager/RecoveryServices.Backup/Commands.RecoveryServices.Backup.Helpers/Conversions/RecoveryPointConversions.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ public static RecoveryPointBase GetPSAzureRecoveryPoints(ServiceClientModel.Reco
9999
Id = rpResponse.RecPoint.Id,
100100
WorkloadType = item.WorkloadType,
101101
RecoveryPointAdditionalInfo = recPoint.RecoveryPointAdditionalInfo,
102+
SourceResourceId = item.SourceResourceId,
102103
};
103104
return result;
104105
}

0 commit comments

Comments
 (0)