Skip to content

Commit 75a3e44

Browse files
committed
Merge branch 'dev1' of https://github.com/MabOneSdk/azure-powershell into pikumar-dev1
# Conflicts: # src/ResourceManager/RecoveryServices.Backup/Commands.RecoveryServices.Backup.Providers/Providers/DpmPsBackupProvider.cs
2 parents 74784ea + f4536e9 commit 75a3e44

File tree

4 files changed

+7
-14
lines changed

4 files changed

+7
-14
lines changed

setup/azurecmdfiles.wxi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2056,12 +2056,12 @@
20562056
<Component Id="cmp403248FE1CECDB2218740975E268E81C" Guid="*">
20572057
<File Id="fil6311352FB4850E9DAC49E5FCCA907E9B" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.RecoveryServices.Backup\Microsoft.Azure.Common.NetFramework.dll" />
20582058
</Component>
2059+
<Component Id="cmpCB1E57631ACC09C97C35F61440812F1A" Guid="*">
2060+
<File Id="filEE16C6D829A48ED4F843D5F901CFD331" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.RecoveryServices.Backup\Microsoft.Azure.Management.RecoveryServices.Backup.dll" />
2061+
</Component>
20592062
<Component Id="cmp16B849AA6669D83462B54D42D739CCCC" Guid="*">
20602063
<File Id="filE7E1056326FD5C43C9A9CDEBA5395825" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.RecoveryServices.Backup\Microsoft.Azure.Management.RecoveryServices.dll" />
20612064
</Component>
2062-
<Component Id="cmpC96F162D3A5B03822697EB2BE5B4D5EB" Guid="*">
2063-
<File Id="filBF5932AC23F8EBCB6F98F17FF84774EF" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.RecoveryServices.Backup\Microsoft.Azure.Management.RecoveryServicesBackupManagement.dll" />
2064-
</Component>
20652065
<Component Id="cmp13B3F08D31DD4410B1934B82517CAC9A" Guid="*">
20662066
<File Id="fil97E71F00473E72ABEB532AE5705FDBF6" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.RecoveryServices.Backup\Microsoft.Azure.ResourceManager.dll" />
20672067
</Component>
@@ -5735,8 +5735,8 @@
57355735
<ComponentRef Id="cmpDD61A35D79AF0DB08D533DDD646150DC" />
57365736
<ComponentRef Id="cmp577E28EE57A416E3052CEE1BD21E5990" />
57375737
<ComponentRef Id="cmp403248FE1CECDB2218740975E268E81C" />
5738+
<ComponentRef Id="cmpCB1E57631ACC09C97C35F61440812F1A" />
57385739
<ComponentRef Id="cmp16B849AA6669D83462B54D42D739CCCC" />
5739-
<ComponentRef Id="cmpC96F162D3A5B03822697EB2BE5B4D5EB" />
57405740
<ComponentRef Id="cmp13B3F08D31DD4410B1934B82517CAC9A" />
57415741
<ComponentRef Id="cmpA2EFAF047A9595A3CA7DFC6031140F27" />
57425742
<ComponentRef Id="cmp902DC2364C6FF451A60B4D115B5DC7A9" />

src/ResourceManager/RecoveryServices.Backup/Commands.RecoveryServices.Backup.Models/Properties/Resources.Designer.cs

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ResourceManager/RecoveryServices.Backup/Commands.RecoveryServices.Backup.Models/Properties/Resources.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ Please contact Microsoft for further assistant.</value>
417417
<value>Please provide Container of containerType as Windows and backupManagementType as MARS. Provided Container has containerType {0} and backupManagementType {1} which is invalid.</value>
418418
</data>
419419
<data name="GetRPErrorInputDatesShouldBeInUTC" xml:space="preserve">
420-
<value>Both EndDate and StartDate should be in UTC format</value>
420+
<value>Please specify startdate and enddate in UTC format</value>
421421
</data>
422422
<data name="BackupManagementTypeNotExpectedForWorkloadType" xml:space="preserve">
423423
<value>BackupManagementType is not expected for WorkloadType: {0}</value>

src/ResourceManager/RecoveryServices/Commands.RecoveryServices.Test/Commands.RecoveryServices.Test.csproj

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -173,11 +173,4 @@
173173
</ItemGroup>
174174
<ItemGroup />
175175
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
176-
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
177-
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
178-
<PropertyGroup>
179-
<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>
180-
</PropertyGroup>
181-
<Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
182-
</Target>
183176
</Project>

0 commit comments

Comments
 (0)