From e286ae1df7e02d403693678010034951734df9d2 Mon Sep 17 00:00:00 2001 From: K N Manoj Reddy <44399320+ManojReddy-MSFT@users.noreply.github.com> Date: Sat, 19 Mar 2022 23:13:18 -0700 Subject: [PATCH] Update Get-MgApplication.md Examples 4 and 5 had users in the description. Corrected that to applications. --- .../Applications/examples/v1.0/Get-MgApplication.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Applications/Applications/examples/v1.0/Get-MgApplication.md b/src/Applications/Applications/examples/v1.0/Get-MgApplication.md index 6674582bb3a..75f14c660e9 100644 --- a/src/Applications/Applications/examples/v1.0/Get-MgApplication.md +++ b/src/Applications/Applications/examples/v1.0/Get-MgApplication.md @@ -58,7 +58,7 @@ To learn about other permissions for this resource, see the [permissions referen To consent to any of these permissions run `Connect-MgGraph -Scopes Permission`. For example, `Connect-MgGraph -Scopes Application.Read.All, Application.ReadWrite.All`. -### Example 4: Use -Search to get all the applications whose display name contains 'Test' including a count of the returned users +### Example 4: Use -Search to get all the applications whose display name contains 'Test' including a count of the returned applications ```powershell Connect-MgGraph -Scopes 'Application.Read.All' @@ -76,7 +76,7 @@ To learn about other permissions for this resource, see the [permissions referen To consent to any of these permissions run `Connect-MgGraph -Scopes Permission`. For example, `Connect-MgGraph -Scopes Application.Read.All, Application.ReadWrite.All`. -### 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 +### 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 ```powershell Connect-MgGraph -Scopes 'Application.Read.All'