Skip to content

Commit 6fa06c6

Browse files
committed
Merged changes with dev
1 parent 9a71e4e commit 6fa06c6

File tree

3 files changed

+0
-29
lines changed

3 files changed

+0
-29
lines changed

src/ServiceManagement/RecoveryServices/Commands.RecoveryServices.Test/ScenarioTests/RecoveryServicesTests.ps1

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1226,7 +1226,6 @@ function Test-DisableProtection
12261226

12271227
<#
12281228
.SYNOPSIS
1229-
<<<<<<< HEAD
12301229
Recovery Services San E2E test
12311230
#>
12321231
function Test-SanE2E
@@ -1372,8 +1371,6 @@ function Test-SanE2E
13721371
<#
13731372
.SYNOPSIS
13741373
Recovery Services Enable Protection Tests
1375-
=======
1376-
>>>>>>> dev
13771374
Wait for CanFailover state
13781375
Usage:
13791376
WaitForCanFailover pcId peId

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

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ public class CreateAzureSiteRecoveryProtectionProfileObject : RecoveryServicesCm
152152
public SwitchParameter AllowReplicaDeletion { get; set; }
153153

154154
/// <summary>
155-
<<<<<<< HEAD
156155
/// Gets or sets the primary cloud id of the Protection Profile.
157156
/// </summary>
158157
[Parameter(ParameterSetName = ASRParameterSets.EnterpriseToEnterpriseSan)]
@@ -181,8 +180,6 @@ public class CreateAzureSiteRecoveryProtectionProfileObject : RecoveryServicesCm
181180
public string RecoveryArrayId { get; set; }
182181

183182
/// <summary>
184-
=======
185-
>>>>>>> dev
186183
/// Gets or sets switch parameter. On passing, command does not ask for confirmation.
187184
/// </summary>
188185
[Parameter(Mandatory = false)]
@@ -267,25 +264,6 @@ private void EnterpriseToAzureProtectionProfileObject()
267264
{
268265
this.WriteWarning(string.Format(Properties.Resources.StorageIsNotInTheSameLocationAsVault));
269266
}
270-
<<<<<<< HEAD
271-
272-
if (!validationSuccessful || !locationValid)
273-
{
274-
this.ConfirmAction(
275-
this.Force.IsPresent,
276-
string.Format(Properties.Resources.ValidationUnsuccessfulWarning, this.targetName),
277-
string.Format(Properties.Resources.NewProtectionProfileObjectWhatIfMessage),
278-
this.targetName,
279-
new Action(this.ProceedToCreateProtectionProfileObject));
280-
}
281-
else
282-
{
283-
this.ProceedToCreateProtectionProfileObject();
284-
}
285-
}
286-
287-
=======
288-
289267
if (!validationSuccessful || !locationValid)
290268
{
291269
this.ConfirmAction(
@@ -301,7 +279,6 @@ private void EnterpriseToAzureProtectionProfileObject()
301279
}
302280
}
303281

304-
>>>>>>> dev
305282
/// <summary>
306283
/// Proceeds to Create an E2A Protection Profile Object after all the validations are done.
307284
/// </summary>

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,9 @@ public class SetAzureSiteRecoveryProtectionEntity : RecoveryServicesCmdletBase
6161
/// Gets or sets Protection Entity Object.
6262
/// </summary>
6363
[Parameter(ParameterSetName = ASRParameterSets.ByPEObject, Mandatory = true, ValueFromPipeline = true)]
64-
<<<<<<< HEAD
6564
[Parameter(ParameterSetName = ASRParameterSets.ByPEObjectE2AEnable, Mandatory = true, ValueFromPipeline = true)]
6665
[Parameter(ParameterSetName = ASRParameterSets.EnableReplicationGroup, Mandatory = true)]
6766
[Parameter(ParameterSetName = ASRParameterSets.DisableReplicationGroup, Mandatory = true)]
68-
=======
69-
>>>>>>> dev
7067
[ValidateNotNullOrEmpty]
7168
public ASRProtectionEntity ProtectionEntity { get; set; }
7269

0 commit comments

Comments
 (0)