Skip to content

Commit 6d9947a

Browse files
authored
document required permissions (Azure#12055)
1 parent f9e50f4 commit 6d9947a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/Resources/Resources/help/New-AzADGroup.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,13 @@ New-AzADGroup -DisplayName <String> -MailNickname <String> [-Description <String
1818
```
1919

2020
## DESCRIPTION
21-
Creates a new active directory group.
21+
Creates a new active directory group.Below are the permissions needed:
22+
23+
- Azure Active Directory Graph
24+
- Directory.ReadWrite.All
25+
- Microsoft Graph
26+
- Directory.ReadWrite.All
27+
- PrivilegedAccess.ReadWrite.AzureADGroup
2228

2329
## EXAMPLES
2430

0 commit comments

Comments
 (0)