Skip to content

Commit 461a4e0

Browse files
committed
Merge Conflict Part 3
1 parent 70956b1 commit 461a4e0

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

src/ResourceManager/Common/Commands.ScenarioTests.ResourceManager.Common/Commands.ScenarioTests.ResourceManager.Common.csproj

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -179,11 +179,4 @@
179179
</ItemGroup>
180180
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
181181
<Import Project="..\..\..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets" Condition="Exists('..\..\..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" />
182-
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
183-
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
184-
<PropertyGroup>
185-
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
186-
</PropertyGroup>
187-
<Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
188-
</Target>
189182
</Project>

src/ResourceManager/RecoveryServices.Backup/Commands.RecoveryServices.Backup.Providers/Providers/IaasVmPsBackupProvider.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,6 @@ private void ValidateAzureVMRetentionPolicy(AzureRmRecoveryServicesRetentionPoli
671671
private void ValidateAzureVMEnableProtectionRequest(string vmName, string serviceName, string rgName,
672672
AzureRmRecoveryServicesPolicyBase policy)
673673
{
674-
ValidateAzureVMProtectionPolicy(policy);
675674
if (string.IsNullOrEmpty(vmName))
676675
{
677676
throw new ArgumentException(string.Format(Resources.InvalidAzureVMName));

0 commit comments

Comments
 (0)