-
Notifications
You must be signed in to change notification settings - Fork 366
[Docs] minimal permissions for 'entra app permission add', 'entra app permission list', 'entra app permission #7025
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
base: main
Are you sure you want to change the base?
Conversation
… permissions to the documentation
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.
Pull Request Overview
This PR adds minimal permissions documentation for three Entra app permission management commands. The documentation follows the project's standard format by including permission tables for both Delegated and Application authentication types.
Key changes:
- Added permissions sections to
entra app permission add,entra app permission list, andentra app permission removecommands - Documented Microsoft Graph permissions required for each command
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| docs/docs/cmd/entra/app/app-permission-add.mdx | Added permissions section documenting Application.ReadWrite.All requirement |
| docs/docs/cmd/entra/app/app-permission-list.mdx | Added permissions section documenting Application.Read.All requirement |
| docs/docs/cmd/entra/app/app-permission-remove.mdx | Added permissions section documenting Application.ReadWrite.All requirement |
|
Thanks @tmaestrini! We'll try to review it ASAP. |
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.
Pull Request Overview
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
|
Thanks, @milanholemans – done and sorry for not having paid attention 🤦🏻♂️! |
Added minimal permissions for several
entra app permissioncommands.Closes #6924