diff --git a/docs/docs/cmd/entra/app/app-permission-add.mdx b/docs/docs/cmd/entra/app/app-permission-add.mdx
index 5d193c9e043..c75b858d49b 100644
--- a/docs/docs/cmd/entra/app/app-permission-add.mdx
+++ b/docs/docs/cmd/entra/app/app-permission-add.mdx
@@ -46,6 +46,25 @@ m365 entra appregistration permission add [options]
Scopes/Roles to grant must be fully-qualified so that we can disambiguate them between the different resources.
+## Permissions
+
+
+
+
+ | Resource | Permissions |
+ |------------------|---------------------------|
+ | Microsoft Graph | Application.ReadWrite.All |
+
+
+
+
+ | Resource | Permissions |
+ |------------------|---------------------------|
+ | Microsoft Graph | Application.ReadWrite.All |
+
+
+
+
## Examples
Grant multiple delegated API permissions to a Microsoft Entra app specified by client id.
diff --git a/docs/docs/cmd/entra/app/app-permission-list.mdx b/docs/docs/cmd/entra/app/app-permission-list.mdx
index 07952de3699..4096b2dd19d 100644
--- a/docs/docs/cmd/entra/app/app-permission-list.mdx
+++ b/docs/docs/cmd/entra/app/app-permission-list.mdx
@@ -34,6 +34,25 @@ m365 entra app permission list [options]
For best performance use the `objectId` option to reference the Entra application registration to get. If you use `appId`, this command will first need to find the corresponding object ID for that application.
+## Permissions
+
+
+
+
+ | Resource | Permissions |
+ |------------------|----------------------|
+ | Microsoft Graph | Application.Read.All |
+
+
+
+
+ | Resource | Permissions |
+ |------------------|----------------------|
+ | Microsoft Graph | Application.Read.All |
+
+
+
+
## Examples
Retrieves all permissions for an Entra application registration specified by client id.
diff --git a/docs/docs/cmd/entra/app/app-permission-remove.mdx b/docs/docs/cmd/entra/app/app-permission-remove.mdx
index b5078238d4b..3a72f688364 100644
--- a/docs/docs/cmd/entra/app/app-permission-remove.mdx
+++ b/docs/docs/cmd/entra/app/app-permission-remove.mdx
@@ -1,4 +1,6 @@
import Global from '/docs/cmd/_global.mdx';
+import Tabs from '@theme/Tabs';
+import TabItem from '@theme/TabItem';
# entra app permission remove
@@ -41,6 +43,25 @@ m365 entra app permission remove [options]
Removing permissions on App Registrations does not immediately remove consent given by an administrator. Explicitly instruct the CLI to revoke consent by using the `--revokeAdminConsent` flag.
+## Permissions
+
+
+
+
+ | Resource | Permissions |
+ |------------------|---------------------------|
+ | Microsoft Graph | Application.ReadWrite.All |
+
+
+
+
+ | Resource | Permissions |
+ |------------------|---------------------------|
+ | Microsoft Graph | Application.ReadWrite.All |
+
+
+
+
## Examples
Remove multiple delegated API permissions from an Entra app registration