Skip to content

Commit 983110f

Browse files
committed
included get/set backproperties cmdlets in dll help file
1 parent 48517c5 commit 983110f

File tree

8 files changed

+259
-2
lines changed

8 files changed

+259
-2
lines changed

src/Common/Commands.Common.Authentication/Commands.Common.Authentication.csproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<RestorePackages>true</RestorePackages>
1616
<CodeAnalysisAdditionalOptions>/assemblyCompareMode:StrongNameIgnoringVersion</CodeAnalysisAdditionalOptions>
1717
<NuGetPackageImportStamp>06e19c11</NuGetPackageImportStamp>
18+
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\ResourceManager\RecoveryServices\</SolutionDir>
1819
</PropertyGroup>
1920
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2021
<DebugSymbols>true</DebugSymbols>
@@ -186,4 +187,11 @@
186187
<None Include="packages.config" />
187188
</ItemGroup>
188189
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
190+
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
191+
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
192+
<PropertyGroup>
193+
<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>
194+
</PropertyGroup>
195+
<Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
196+
</Target>
189197
</Project>

src/Common/Commands.Common/Commands.Common.csproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<RestorePackages>true</RestorePackages>
1616
<CodeAnalysisAdditionalOptions>/assemblyCompareMode:StrongNameIgnoringVersion</CodeAnalysisAdditionalOptions>
1717
<NuGetPackageImportStamp>06e19c11</NuGetPackageImportStamp>
18+
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\ResourceManager\RecoveryServices\</SolutionDir>
1819
</PropertyGroup>
1920
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2021
<DebugSymbols>true</DebugSymbols>
@@ -183,4 +184,11 @@
183184
</ProjectReference>
184185
</ItemGroup>
185186
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
187+
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
188+
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
189+
<PropertyGroup>
190+
<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>
191+
</PropertyGroup>
192+
<Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
193+
</Target>
186194
</Project>

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,4 +301,11 @@
301301
</ProjectReference>
302302
</ItemGroup>
303303
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
304+
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
305+
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
306+
<PropertyGroup>
307+
<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>
308+
</PropertyGroup>
309+
<Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
310+
</Target>
304311
</Project>

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,4 +184,11 @@
184184
</ItemGroup>
185185
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
186186
<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')" />
187+
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
188+
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
189+
<PropertyGroup>
190+
<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>
191+
</PropertyGroup>
192+
<Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
193+
</Target>
187194
</Project>

src/ResourceManager/Profile/Commands.Profile/Commands.Profile.csproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,4 +205,11 @@
205205
</ItemGroup>
206206
<ItemGroup />
207207
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
208+
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
209+
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
210+
<PropertyGroup>
211+
<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>
212+
</PropertyGroup>
213+
<Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
214+
</Target>
208215
</Project>

src/ResourceManager/RecoveryServices/Commands.RecoveryServices/Microsoft.Azure.Commands.RecoveryServices.ARM.dll-help.xml

Lines changed: 220 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -663,4 +663,224 @@
663663
</maml:navigationLink>
664664
</maml:relatedLinks>
665665
</command:command>
666+
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
667+
<command:details>
668+
<command:name>
669+
Get-AzureRmRecoveryServicesBackupProperties
670+
</command:name>
671+
<maml:description>
672+
<maml:para>Delete the recovery services vault</maml:para>
673+
</maml:description>
674+
<maml:copyright>
675+
<maml:para></maml:para>
676+
</maml:copyright>
677+
<command:verb>Get</command:verb>
678+
<command:noun>AzureRmRecoveryServicesBackupProperties</command:noun>
679+
<dev:version></dev:version>
680+
</command:details>
681+
<maml:description>
682+
<maml:para>The Remove-AzureRmRecoveryServicesVault cmdlet deletes a recovery services vault</maml:para>
683+
</maml:description>
684+
<!-- Cmdlet syntax section-->
685+
<command:syntax>
686+
<command:syntaxItem>
687+
<maml:name>Get-AzureRmRecoveryServicesBackupProperties</maml:name>
688+
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named">
689+
<maml:name>Vault</maml:name>
690+
<maml:description>
691+
<maml:para>Azure Site Recovery Vault object</maml:para>
692+
</maml:description>
693+
<command:parameterValue required="true" variableLength="false">ASRVault</command:parameterValue>
694+
</command:parameter>
695+
</command:syntaxItem>
696+
</command:syntax>
697+
<!-- Cmdlet parameter section -->
698+
<command:parameters>
699+
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named">
700+
<maml:name>Vault</maml:name>
701+
<maml:description>
702+
<maml:para>Azure Site Recovery Vault object</maml:para>
703+
704+
</maml:description>
705+
<command:parameterValue required="true" variableLength="false">ASRVault</command:parameterValue>
706+
<dev:type>
707+
<maml:name>ASRVault</maml:name>
708+
<maml:uri/>
709+
</dev:type>
710+
<dev:defaultValue></dev:defaultValue>
711+
</command:parameter>
712+
</command:parameters>
713+
<!-- Input - Output section-->
714+
<command:inputTypes>
715+
<command:inputType>
716+
<dev:type>
717+
<maml:name></maml:name>
718+
<maml:uri/>
719+
<maml:description />
720+
</dev:type>
721+
<maml:description>
722+
<maml:para>
723+
<!-- description -->
724+
725+
</maml:para>
726+
</maml:description>
727+
</command:inputType>
728+
</command:inputTypes>
729+
<command:returnValues>
730+
<command:returnValue>
731+
<dev:type>
732+
<maml:name></maml:name>
733+
<maml:uri />
734+
<maml:description />
735+
</dev:type>
736+
<maml:description>
737+
<maml:para>
738+
<!-- description -->
739+
740+
</maml:para>
741+
</maml:description>
742+
</command:returnValue>
743+
</command:returnValues>
744+
<!-- Error section-->
745+
<command:terminatingErrors />
746+
<command:nonTerminatingErrors />
747+
<!-- Notes section -->
748+
<maml:alertSet>
749+
<maml:title></maml:title>
750+
<maml:alert>
751+
<maml:para>
752+
753+
</maml:para>
754+
</maml:alert>
755+
<maml:alert>
756+
<maml:para></maml:para>
757+
</maml:alert>
758+
</maml:alertSet>
759+
<!-- Example section -->
760+
<command:examples>
761+
</command:examples>
762+
<!-- Link section -->
763+
<maml:relatedLinks>
764+
<maml:navigationLink>
765+
<maml:linkText></maml:linkText>
766+
<maml:uri/>
767+
</maml:navigationLink>
768+
</maml:relatedLinks>
769+
</command:command>
770+
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
771+
<command:details>
772+
<command:name>
773+
Set-AzureRmRecoveryServicesBackupProperties
774+
</command:name>
775+
<maml:description>
776+
<maml:para>Delete the recovery services vault</maml:para>
777+
</maml:description>
778+
<maml:copyright>
779+
<maml:para></maml:para>
780+
</maml:copyright>
781+
<command:verb>Set</command:verb>
782+
<command:noun>AzureRmRecoveryServicesBackupProperties</command:noun>
783+
<dev:version></dev:version>
784+
</command:details>
785+
<maml:description>
786+
<maml:para>The Remove-AzureRmRecoveryServicesVault cmdlet deletes a recovery services vault</maml:para>
787+
</maml:description>
788+
<!-- Cmdlet syntax section-->
789+
<command:syntax>
790+
<command:syntaxItem>
791+
<maml:name>Set-AzureRmRecoveryServicesBackupProperties</maml:name>
792+
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named">
793+
<maml:name>Vault</maml:name>
794+
<maml:description>
795+
<maml:para>Azure Site Recovery Vault object</maml:para>
796+
</maml:description>
797+
<command:parameterValue required="true" variableLength="false">ASRVault</command:parameterValue>
798+
</command:parameter>
799+
</command:syntaxItem>
800+
</command:syntax>
801+
<!-- Cmdlet parameter section -->
802+
<command:parameters>
803+
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named">
804+
<maml:name>Vault</maml:name>
805+
<maml:description>
806+
<maml:para>Azure Site Recovery Vault object</maml:para>
807+
808+
</maml:description>
809+
<command:parameterValue required="true" variableLength="false">ASRVault</command:parameterValue>
810+
<dev:type>
811+
<maml:name>ASRVault</maml:name>
812+
<maml:uri/>
813+
</dev:type>
814+
<dev:defaultValue></dev:defaultValue>
815+
</command:parameter>
816+
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
817+
<maml:name>BackupStorageRedundancy</maml:name>
818+
<maml:description>
819+
<maml:para>The name of the Azure Resource group in which to create or from which to retrieve the specified recovery services object.</maml:para>
820+
</maml:description>
821+
<command:parameterValue required="true" variableLength="false">string</command:parameterValue>
822+
<dev:type>
823+
<maml:name>string</maml:name>
824+
<maml:uri/>
825+
</dev:type>
826+
<dev:defaultValue></dev:defaultValue>
827+
</command:parameter>
828+
</command:parameters>
829+
<!-- Input - Output section-->
830+
<command:inputTypes>
831+
<command:inputType>
832+
<dev:type>
833+
<maml:name></maml:name>
834+
<maml:uri/>
835+
<maml:description />
836+
</dev:type>
837+
<maml:description>
838+
<maml:para>
839+
<!-- description -->
840+
841+
</maml:para>
842+
</maml:description>
843+
</command:inputType>
844+
</command:inputTypes>
845+
<command:returnValues>
846+
<command:returnValue>
847+
<dev:type>
848+
<maml:name></maml:name>
849+
<maml:uri />
850+
<maml:description />
851+
</dev:type>
852+
<maml:description>
853+
<maml:para>
854+
<!-- description -->
855+
856+
</maml:para>
857+
</maml:description>
858+
</command:returnValue>
859+
</command:returnValues>
860+
<!-- Error section-->
861+
<command:terminatingErrors />
862+
<command:nonTerminatingErrors />
863+
<!-- Notes section -->
864+
<maml:alertSet>
865+
<maml:title></maml:title>
866+
<maml:alert>
867+
<maml:para>
868+
869+
</maml:para>
870+
</maml:alert>
871+
<maml:alert>
872+
<maml:para></maml:para>
873+
</maml:alert>
874+
</maml:alertSet>
875+
<!-- Example section -->
876+
<command:examples>
877+
</command:examples>
878+
<!-- Link section -->
879+
<maml:relatedLinks>
880+
<maml:navigationLink>
881+
<maml:linkText></maml:linkText>
882+
<maml:uri/>
883+
</maml:navigationLink>
884+
</maml:relatedLinks>
885+
</command:command>
666886
</helpItems>

src/ResourceManager/RecoveryServices/Commands.RecoveryServices/Vault/GetAzureRmRecoveryServicesBackupProperties.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
namespace Microsoft.Azure.Commands.RecoveryServices
2222
{
2323
/// <summary>
24-
/// Retrieves Azure Recovery Services Vault.
24+
/// Get Azure Recovery Services Vault Backup Properties.
2525
/// </summary>
2626
[Cmdlet(VerbsCommon.Get, "AzureRmRecoveryServicesBackupProperties")]
2727
[OutputType(typeof(ASRVaultBackupProperties))]

src/ResourceManager/RecoveryServices/Commands.RecoveryServices/Vault/SetAzureRmRecoveryServicesBackupProperties.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
namespace Microsoft.Azure.Commands.RecoveryServices
2222
{
2323
/// <summary>
24-
/// Retrieves Azure Recovery Services Vault.
24+
/// Sets Azure Recovery Services Vault Backup Properties.
2525
/// </summary>
2626
[Cmdlet(VerbsCommon.Set, "AzureRmRecoveryServicesBackupProperties")]
2727
public class SetAzureRmRecoveryServicesBackupProperties : RecoveryServicesCmdletBase

0 commit comments

Comments
 (0)