Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/Applications/v1.0/examples/Get-MgApplication.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ PublisherDomain : Contoso.com

This examples gets a list of all the applications.

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

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

Expand All @@ -33,7 +33,7 @@ PublisherDomain : Contoso.com

This examples gets the application by the specified Id.

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

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

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

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).

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

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

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

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).

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

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

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

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).

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

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