Skip to content

Commit 09680a9

Browse files
author
TaraMeyer
authored
Merge pull request Azure#188 from jrotello/patch-1
Change 'Applicatins' to 'Applications'
2 parents 84d7355 + 7c5dc55 commit 09680a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azureadps-2.0/AzureAD/New-AzureADServicePrincipal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ New-AzureADServicePrincipal [-AccountEnabled <String>]
3636
PS C:\>New-AzureADServicePrincipal -AccountEnabled $true -AppId $MyApp.AppId -AppRoleAssignmentRequired $true -DisplayName $App -Tags {WindowsAzureActiveDirectoryIntegratedApp}
3737
```
3838

39-
This command creates a service principal. The tag "-Tags {WindowsAzureActiveDirectoryIntegratedApp}" is used to have this service principal show up in the list of Integrated Applicatins in the Admin Portal.
39+
This command creates a service principal. The tag "-Tags {WindowsAzureActiveDirectoryIntegratedApp}" is used to have this service principal show up in the list of Integrated Applications in the Admin Portal.
4040

4141
## PARAMETERS
4242

0 commit comments

Comments
 (0)