Skip to content

Commit 36404e0

Browse files
committed
Specifying Output Type in the VDevice cmdlets
1 parent c8d15f3 commit 36404e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceManagement/StorSimple/Commands.StorSimple/Cmdlets/VirtualDevice/NewAzureStorSimpleVirtualDeviceCommand.cs

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

1919
namespace Microsoft.WindowsAzure.Commands.StorSimple.Cmdlets.VirtualDevice
2020
{
21-
[Cmdlet(VerbsCommon.New, "AzureStorSimpleVirtualDevice")]
21+
[Cmdlet(VerbsCommon.New, "AzureStorSimpleVirtualDevice"), OutputType(typeof(string))]
2222
public class NewAzureStorSimpleVirtualDeviceCommand : StorSimpleCmdletBase
2323
{
2424
[Parameter(Position = 0, Mandatory = true, HelpMessage = StorSimpleCmdletHelpMessage.VirtualDeviceName)]

0 commit comments

Comments
 (0)