Skip to content

Commit fff08bf

Browse files
author
Hovsep
committed
Merge pull request #2040 from zaevans/zaevansDev
Fixed parameter name in Add-AzureRemoteAppUser examples
2 parents c544dbd + cd2af51 commit fff08bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ServiceManagement/RemoteApp/Commands.RemoteApp/Microsoft.WindowsAzure.Commands.RemoteApp.dll-help.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
<maml:para>C:\PS&gt;</maml:para>
189189
</maml:introduction>
190190
<dev:code>
191-
Add-AzureRemoteAppUser -CollectionName Contoso -UserType MicrosoftAccount -UserUpn [email protected] </dev:code>
191+
Add-AzureRemoteAppUser -CollectionName Contoso -Type MicrosoftAccount -UserUpn [email protected] </dev:code>
192192
<dev:remarks>
193193
<maml:para>Description</maml:para>
194194
<maml:para>-----------</maml:para>
@@ -217,7 +217,7 @@ Add-AzureRemoteAppUser -CollectionName Contoso -UserType MicrosoftAccount -UserU
217217
<maml:para>C:\PS&gt;</maml:para>
218218
</maml:introduction>
219219
<dev:code>
220-
Add-AzureRemoteAppUser -CollectionName Contoso -UserType OrgId -UserUpn [email protected] </dev:code>
220+
Add-AzureRemoteAppUser -CollectionName Contoso -Type OrgId -UserUpn [email protected] </dev:code>
221221
<dev:remarks>
222222
<maml:para>Description</maml:para>
223223
<maml:para>-----------</maml:para>

0 commit comments

Comments
 (0)