Skip to content

Commit d30d6d1

Browse files
committed
Replication provider correction
1 parent 9b5e493 commit d30d6d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceManagement/RecoveryServices/Commands.RecoveryServices/Service/SetAzureSiteRecoveryProtectionProfile.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ HyperVReplicaProtectionProfileInput hyperVReplicaProtectionProfileInput
312312
if (string.IsNullOrEmpty(this.ReplicationFrequencyInSeconds))
313313
{
314314
hyperVReplicaProtectionProfileInput.ReplicationFrequencyInSeconds
315-
= this.ProtectionProfile.HyperVReplicaAzureProviderSettingsObject.ReplicationFrequencyInSeconds;
315+
= this.ProtectionProfile.HyperVReplicaProviderSettingsObject.ReplicationFrequencyInSeconds;
316316
}
317317
else
318318
{

0 commit comments

Comments
 (0)