Skip to content

Commit 8a341df

Browse files
Update Get-MgApplication.md (#1160)
Examples 4 and 5 had users in the description. Corrected that to applications. Co-authored-by: Peter Ombwa <peombwa@microsoft.com>
1 parent 8be1440 commit 8a341df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Applications/Applications/examples/v1.0/Get-MgApplication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ To learn about other permissions for this resource, see the [permissions referen
5858

5959
To consent to any of these permissions run `Connect-MgGraph -Scopes Permission`. For example, `Connect-MgGraph -Scopes Application.Read.All, Application.ReadWrite.All`.
6060

61-
### Example 4: Use -Search to get all the applications whose display name contains 'Test' including a count of the returned users
61+
### Example 4: Use -Search to get all the applications whose display name contains 'Test' including a count of the returned applications
6262

6363
```powershell
6464
Connect-MgGraph -Scopes 'Application.Read.All'
@@ -76,7 +76,7 @@ To learn about other permissions for this resource, see the [permissions referen
7676

7777
To consent to any of these permissions run `Connect-MgGraph -Scopes Permission`. For example, `Connect-MgGraph -Scopes Application.Read.All, Application.ReadWrite.All`.
7878

79-
### Example 5: Use -Filter to get all the applications with a display name that starts with 'New' including a count of the returned users, with the results ordered by display name
79+
### Example 5: Use -Filter to get all the applications with a display name that starts with 'New' including a count of the returned applications, with the results ordered by display name
8080

8181
```powershell
8282
Connect-MgGraph -Scopes 'Application.Read.All'

0 commit comments

Comments
 (0)