-
Notifications
You must be signed in to change notification settings - Fork 368
[Docs] Add minimal permissions for 'entra groupsettingtemplate get' command #7037
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…ommand Added a ‘Permissions’ section with minimal delegated and application permissions for the m365 entra groupsettingtemplate get command.
|
Hi @Jwaegebaert and team 👋 As part of Hacktoberfest 2025, I’ve added the Permissions section for the The section includes minimal delegated and application permissions, following the documentation standard used across other commands. I noticed the issue is open and unassigned, so I went ahead and created this PR to help wrap it up before the Hacktoberfest deadline. Please review and let me know if any adjustments are needed. 😊 |
|
Hi @codevfahad, thank you for the contribution 🚀. Please check the documentation how the permissions should be formatted. Could you please add the permissions section also for the |
|
Thanks @MartinM85 — I’ve updated the permissions formatting to use the table layout as per the docs, and added the section to the groupsettingtemplate list command as well. Please review and let me know if any further updates are needed. 😊 |
MartinM85
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice contribution @codevfahad 🚀. I have a couple of small comments, nothing major.
docs/docs/cmd/entra/groupsettingtemplate/groupsettingtemplate-get.mdx
Outdated
Show resolved
Hide resolved
docs/docs/cmd/entra/groupsettingtemplate/groupsettingtemplate-get.mdx
Outdated
Show resolved
Hide resolved
docs/docs/cmd/entra/groupsettingtemplate/groupsettingtemplate-get.mdx
Outdated
Show resolved
Hide resolved
docs/docs/cmd/entra/groupsettingtemplate/groupsettingtemplate-list.mdx
Outdated
Show resolved
Hide resolved
docs/docs/cmd/entra/groupsettingtemplate/groupsettingtemplate-list.mdx
Outdated
Show resolved
Hide resolved
docs/docs/cmd/entra/groupsettingtemplate/groupsettingtemplate-list.mdx
Outdated
Show resolved
Hide resolved
|
Thanks @MartinM85 ! I’ve updated both files to use the least privileged permission GroupSettings.Read.All and improved the table formatting as suggested. 😊 |
MartinM85
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved. I will merge it later.
|
Merged manually. |
Added a ‘Permissions’ section with minimal delegated and application permissions
for the m365 entra groupsettingtemplate get command.
Closes #6938