Skip to content

Commit 65f0610

Browse files
committed
Fixing the name space for the virtual device cmdlet
1 parent 4d36404 commit 65f0610

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
@@ -16,7 +16,7 @@
1616
using System.Management.Automation;
1717
using Microsoft.WindowsAzure.Management.StorSimple.Models;
1818

19-
namespace Microsoft.WindowsAzure.Commands.StorSimple.Cmdlets.VirtualDevice
19+
namespace Microsoft.WindowsAzure.Commands.StorSimple.Cmdlets
2020
{
2121
[Cmdlet(VerbsCommon.New, "AzureStorSimpleVirtualDevice"), OutputType(typeof(string))]
2222
public class NewAzureStorSimpleVirtualDeviceCommand : StorSimpleCmdletBase

0 commit comments

Comments
 (0)