Skip to content

Commit 9196b4e

Browse files
author
Samuel Anudeep
committed
[RecoveryServices] Implemented review comments.
1 parent cf11446 commit 9196b4e

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/ResourceManager/RecoveryServices/Commands.RecoveryServices.Backup/Cmdlets/Item/GetAzureRmRecoveryServicesBackupItem.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,16 +78,16 @@ public class GetAzureRmRecoveryServicesBackupItem : RSBackupVaultCmdletBase
7878
/// <summary>
7979
/// State of protection of the item to be returned.
8080
/// </summary>
81-
[Parameter(Mandatory = false, HelpMessage = ParamHelpMsgs.Item.Status)]
81+
[Parameter(Mandatory = false, Position = 4, HelpMessage = ParamHelpMsgs.Item.Status)]
8282
[ValidateNotNullOrEmpty]
8383
public ItemProtectionState ProtectionState { get; set; }
8484

8585
/// <summary>
8686
/// Workload type of the item to be returned.
8787
/// </summary>
88-
[Parameter(Mandatory = true, HelpMessage = ParamHelpMsgs.Common.WorkloadType,
88+
[Parameter(Mandatory = true, Position = 5, HelpMessage = ParamHelpMsgs.Common.WorkloadType,
8989
ParameterSetName = GetItemsForVaultParamSet)]
90-
[Parameter(Mandatory = true, HelpMessage = ParamHelpMsgs.Common.WorkloadType,
90+
[Parameter(Mandatory = true, Position = 5, HelpMessage = ParamHelpMsgs.Common.WorkloadType,
9191
ParameterSetName = GetItemsForContainerParamSet)]
9292
[ValidateNotNullOrEmpty]
9393
public WorkloadType WorkloadType { get; set; }

src/ResourceManager/RecoveryServices/Commands.RecoveryServices.Backup/Commands.RecoveryServices.Backup.Cmdlets.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@
121121
</None>
122122
<None Include="MSSharedLibKey.snk" />
123123
<None Include="packages.config">
124-
<SubType>Designer</SubType>
125124
</None>
126125
<None Include="StartupScripts\*.ps1">
127126
<!-- <CopyToOutputDirectory>Always</CopyToOutputDirectory> -->

0 commit comments

Comments
 (0)