Skip to content

Commit 8b1fb26

Browse files
committed
Contract changes for bug fix.
Contract changes for ReplicationFrequqencyInSeconds fix.
1 parent 1890207 commit 8b1fb26

File tree

1 file changed

+8
-1
lines changed
  • src/ServiceManagement/RecoveryServices/Commands.RecoveryServices/lib

1 file changed

+8
-1
lines changed

src/ServiceManagement/RecoveryServices/Commands.RecoveryServices/lib/PSContracts.cs

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,7 @@ public class HyperVReplicaAzureProtectionProfileDetails
784784
/// Hyper-V Replica specific protection profile details.
785785
/// </summary>
786786
[DataContract(Namespace = "http://schemas.microsoft.com/windowsazure")]
787-
public class HyperVReplicaProtectionProfileDetails
787+
public class HyperVReplicaSP1ProtectionProfileDetails
788788
{
789789
/// <summary>
790790
/// Gets or sets a value indicating the number of recovery points.
@@ -846,7 +846,14 @@ public class HyperVReplicaProtectionProfileDetails
846846
/// </summary>
847847
[DataMember]
848848
public string ReplicaDeletionOption { get; set; }
849+
}
849850

851+
/// <summary>
852+
/// Hyper-V Replica Blue specific protection profile details.
853+
/// </summary>
854+
[DataContract(Namespace = "http://schemas.microsoft.com/windowsazure")]
855+
public class HyperVReplicaProtectionProfileDetails : HyperVReplicaSP1ProtectionProfileDetails
856+
{
850857
/// <summary>
851858
/// Gets or sets a value indicating the replication interval.
852859
/// </summary>

0 commit comments

Comments
 (0)