Skip to content

Commit b3c3bdd

Browse files
committed
Fixing typo
1 parent 31b2f40 commit b3c3bdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceManagement/RemoteApp/Commands.RemoteApp/Vm/GetAzureRemoteAppVmStaleAdObject.cs

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

2323
namespace Microsoft.WindowsAzure.Management.RemoteApp.Cmdlets
2424
{
25-
[Cmdlet(VerbsCommon.Get, "AzureRemoteAppVmStaleAdObjects"), OutputType(typeof(string))]
25+
[Cmdlet(VerbsCommon.Get, "AzureRemoteAppVmStaleAdObject"), OutputType(typeof(string))]
2626
public class GetAzureRemoteAppVmStaleAdObjects : RdsStaleAdObjectCmdlet
2727
{
2828
[Parameter(Mandatory = true,

0 commit comments

Comments
 (0)