Skip to content

Commit

Permalink
Merge pull request #16 from MabOneSdk/panbha3
Browse files Browse the repository at this point in the history
changes few parameters
  • Loading branch information
panbha committed Jun 6, 2015
2 parents 7d73389 + 4858155 commit d3cf619
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ namespace Microsoft.Azure.Commands.AzureBackup.Cmdlets
[Cmdlet(VerbsCommon.Get, "AzureBackupRecoveryPoint"), OutputType(typeof(AzureBackupRecoveryPoint), typeof(List<AzureBackupRecoveryPoint>))]
public class GetAzureBackupRecoveryPoint : AzureBackupDSCmdletBase
{
[Parameter(Position = 2, Mandatory = false, HelpMessage = AzureBackupCmdletHelpMessage.RecoveryPointId)]
[Parameter(Position = 1, Mandatory = false, HelpMessage = AzureBackupCmdletHelpMessage.RecoveryPointId)]
[ValidateNotNullOrEmpty]
public string Id { get; set; }

Expand Down

0 comments on commit d3cf619

Please sign in to comment.