Skip to content

Commit

Permalink
Merge pull request #47 from AzCiS/parvezah
Browse files Browse the repository at this point in the history
Out formatting
  • Loading branch information
parvezah committed Apr 10, 2015
2 parents 6d7dcc0 + 23555ec commit 68c9386
Show file tree
Hide file tree
Showing 2 changed files with 406 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

namespace Microsoft.WindowsAzure.Commands.StorSimple.Cmdlets
{
[Cmdlet(VerbsCommon.Get, "AzureStorSimpleDeviceBackup", DefaultParameterSetName = StorSimpleCmdletParameterSet.Empty),OutputType(typeof(GetBackupResponse))]
[Cmdlet(VerbsCommon.Get, "AzureStorSimpleDeviceBackup", DefaultParameterSetName = StorSimpleCmdletParameterSet.Empty),OutputType(typeof(IList<Backup>))]
public class GetAzureStorSimpleDeviceBackup: StorSimpleCmdletBase
{
[Parameter(Position = 0, Mandatory = true, HelpMessage = StorSimpleCmdletHelpMessage.DeviceName, ParameterSetName = StorSimpleCmdletParameterSet.Empty)]
Expand Down
Loading

0 comments on commit 68c9386

Please sign in to comment.