From 53de150a0848fa99b4bba10f91ff3f615933c44c Mon Sep 17 00:00:00 2001 From: Steve Mutungi <132555836+SteveMutungi254@users.noreply.github.com> Date: Tue, 24 Oct 2023 20:20:14 +0300 Subject: [PATCH 1/2] Update Get-MgApplication.md permissions details. Updating permissions details. --- src/Applications/v1.0/examples/Get-MgApplication.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Applications/v1.0/examples/Get-MgApplication.md b/src/Applications/v1.0/examples/Get-MgApplication.md index 75f14c660e..1bc461a315 100644 --- a/src/Applications/v1.0/examples/Get-MgApplication.md +++ b/src/Applications/v1.0/examples/Get-MgApplication.md @@ -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`. @@ -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`. @@ -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`. @@ -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`. @@ -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`. From ca01fa4b8058b9926a849aa7952ed879c463080a Mon Sep 17 00:00:00 2001 From: Tim Date: Mon, 30 Oct 2023 20:17:33 +0300 Subject: [PATCH 2/2] Revert "Update Get-MgApplication.md permissions details." --- src/Applications/v1.0/examples/Get-MgApplication.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Applications/v1.0/examples/Get-MgApplication.md b/src/Applications/v1.0/examples/Get-MgApplication.md index 1bc461a315..75f14c660e 100644 --- a/src/Applications/v1.0/examples/Get-MgApplication.md +++ b/src/Applications/v1.0/examples/Get-MgApplication.md @@ -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 [Application permissions reference](/graph/permissions-reference#application-resource-permissions). +To learn about other permissions for this resource, see the [permissions reference](/graph/permissions-reference). To consent to any of these permissions run `Connect-MgGraph -Scopes Permission`. For example, `Connect-MgGraph -Scopes Application.Read.All, Application.ReadWrite.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 [Application permissions reference](/graph/permissions-reference#application-resource-permissions). +To learn about other permissions for this resource, see the [permissions reference](/graph/permissions-reference). To consent to any of these permissions run `Connect-MgGraph -Scopes Permission`. For example, `Connect-MgGraph -Scopes Application.Read.All, Application.ReadWrite.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 [Application permissions reference](/graph/permissions-reference#application-resource-permissions). +To learn about other permissions for this resource, see the [permissions reference](/graph/permissions-reference). To consent to any of these permissions run `Connect-MgGraph -Scopes Permission`. For example, `Connect-MgGraph -Scopes Application.Read.All, Application.ReadWrite.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 [Application permissions reference](/graph/permissions-reference#application-resource-permissions). +To learn about other permissions for this resource, see the [permissions reference](/graph/permissions-reference). To consent to any of these permissions run `Connect-MgGraph -Scopes Permission`. For example, `Connect-MgGraph -Scopes Application.Read.All, Application.ReadWrite.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 [Application permissions reference](/graph/permissions-reference#application-resource-permissions). +To learn about other permissions for this resource, see the [permissions reference](/graph/permissions-reference). To consent to any of these permissions run `Connect-MgGraph -Scopes Permission`. For example, `Connect-MgGraph -Scopes Application.Read.All, Application.ReadWrite.All`.