Skip to content

Commit 9411a32

Browse files
authored
Fixes 2301 - No additional azps perissions required (MicrosoftDocs#2340)
1 parent aede304 commit 9411a32

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

docs-conceptual/azps-8.3.0/troubleshooting.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Troubleshooting the Azure Az PowerShell module.
33
ms.custom: devx-track-azurepowershell
4-
ms.date: 09/06/2022
4+
ms.date: 10/17/2022
55
ms.devlang: powershell
66
ms.service: azure-powershell
77
ms.topic: conceptual
@@ -96,7 +96,10 @@ Get-AzResource -ResourceId $resourceId
9696

9797
## Permission issues with AzAD cmdlets
9898

99-
[Microsoft Graph permissions reference](/graph/permissions-reference)
99+
The Az PowerShell module uses the Microsoft Graph API. Administering or managing resources in Azure
100+
with the Az PowerShell module requires the same permissions as performing the identical task from
101+
Azure portal or any other Azure command-line tool. For specific questions about permissions see the
102+
[Microsoft Graph permissions reference](/graph/permissions-reference).
100103

101104
## Microsoft Graph query parameters
102105

docs-conceptual/azps-9.0.0/troubleshooting.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Troubleshooting the Azure Az PowerShell module.
33
ms.custom: devx-track-azurepowershell
4-
ms.date: 10/12/2022
4+
ms.date: 10/17/2022
55
ms.devlang: powershell
66
ms.service: azure-powershell
77
ms.topic: conceptual
@@ -96,7 +96,10 @@ Get-AzResource -ResourceId $resourceId
9696

9797
## Permission issues with AzAD cmdlets
9898

99-
[Microsoft Graph permissions reference](/graph/permissions-reference)
99+
The Az PowerShell module uses the Microsoft Graph API. Administering or managing resources in Azure
100+
with the Az PowerShell module requires the same permissions as performing the identical task from
101+
Azure portal or any other Azure command-line tool. For specific questions about permissions see the
102+
[Microsoft Graph permissions reference](/graph/permissions-reference).
100103

101104
## Microsoft Graph query parameters
102105

0 commit comments

Comments
 (0)