Skip to content

Commit 15f3a7e

Browse files
committed
Out formatting for
backup backuppolicy device volume volumecontainer connectedinitiator job task
1 parent dda1e49 commit 15f3a7e

File tree

2 files changed

+406
-1
lines changed

2 files changed

+406
-1
lines changed

src/ServiceManagement/StorSimple/Commands.StorSimple/Cmdlets/BackupSet/GetAzureStorSimpleDeviceBackup.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
namespace Microsoft.WindowsAzure.Commands.StorSimple.Cmdlets
2525
{
26-
[Cmdlet(VerbsCommon.Get, "AzureStorSimpleDeviceBackup", DefaultParameterSetName = StorSimpleCmdletParameterSet.Empty),OutputType(typeof(GetBackupResponse))]
26+
[Cmdlet(VerbsCommon.Get, "AzureStorSimpleDeviceBackup", DefaultParameterSetName = StorSimpleCmdletParameterSet.Empty),OutputType(typeof(IList<Backup>))]
2727
public class GetAzureStorSimpleDeviceBackup: StorSimpleCmdletBase
2828
{
2929
[Parameter(Position = 0, Mandatory = true, HelpMessage = StorSimpleCmdletHelpMessage.DeviceName, ParameterSetName = StorSimpleCmdletParameterSet.Empty)]

0 commit comments

Comments
 (0)