Skip to content

Commit 1469af9

Browse files
authored
Merge pull request #2383 from SteveMutungi254/patch-1
Update Get-MgApplication.md permissions details.
2 parents 2cadff3 + 53de150 commit 1469af9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ PublisherDomain : Contoso.com
1414

1515
This examples gets a list of all the applications.
1616

17-
To learn about other permissions for this resource, see the [permissions reference](/graph/permissions-reference).
17+
To learn about other permissions for this resource, see the [Application permissions reference](/graph/permissions-reference#application-resource-permissions).
1818

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

@@ -33,7 +33,7 @@ PublisherDomain : Contoso.com
3333

3434
This examples gets the application by the specified Id.
3535

36-
To learn about other permissions for this resource, see the [permissions reference](/graph/permissions-reference).
36+
To learn about other permissions for this resource, see the [Application permissions reference](/graph/permissions-reference#application-resource-permissions).
3737

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

@@ -54,7 +54,7 @@ fe4caed6-6182-4aca-b70b-b114c5334a8a New app 641992e9-d176-4aff-a3b6-
5454

5555
This example gets a list of all applications. The $appCount variable contains the count of the objects in the result. Advanced query requires the ConsistencyLevel parameter set to `eventual` and the Count parameter in the command. For more information about *ConsistencyLevel* and *Count*, see [Advanced query capabilities on Azure AD directory objects](/graph/aad-advanced-queries).
5656

57-
To learn about other permissions for this resource, see the [permissions reference](/graph/permissions-reference).
57+
To learn about other permissions for this resource, see the [Application permissions reference](/graph/permissions-reference#application-resource-permissions).
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

@@ -72,7 +72,7 @@ f6b30057-7095-4e2c-89f8-224149f591b7 Testing App 00e80963-9bc0-4147-b9e0-
7272

7373
This example returns all applications whose display name contains 'Test'. The $appCount variable contains the count of the objects in the result. Advanced query requires the ConsistencyLevel parameter set to `eventual` and the Count parameter in the command. For more information about *ConsistencyLevel* and *Count*, see [Advanced query capabilities on Azure AD directory objects](/graph/aad-advanced-queries).
7474

75-
To learn about other permissions for this resource, see the [permissions reference](/graph/permissions-reference).
75+
To learn about other permissions for this resource, see the [Application permissions reference](/graph/permissions-reference#application-resource-permissions).
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

@@ -90,6 +90,6 @@ fe4caed6-6182-4aca-b70b-b114c5334a8a New app 641992e9-d176-4aff-a3b6-a867b3b
9090

9191
This example returns all applications whose display name starts with 'New'. The $appCount variable contains the count of the objects in the result. Advanced query requires the ConsistencyLevel parameter set to `eventual` and the Count parameter in the command. For more information about *ConsistencyLevel* and *Count*, see [Advanced query capabilities on Azure AD directory objects](/graph/aad-advanced-queries).
9292

93-
To learn about other permissions for this resource, see the [permissions reference](/graph/permissions-reference).
93+
To learn about other permissions for this resource, see the [Application permissions reference](/graph/permissions-reference#application-resource-permissions).
9494

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

0 commit comments

Comments
 (0)