@pnp/cli-microsoft365 11.1.0-beta.dce6352 → 11.2.0-beta.0432e1f

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (106) hide show
  1. package/.devproxy/api-specs/sharepoint.yaml +18 -0
  2. package/allCommands.json +1 -1
  3. package/allCommandsFull.json +1 -1
  4. package/dist/m365/commands/logout.js +5 -1
  5. package/dist/m365/entra/commands/license/license-list.js +5 -0
  6. package/dist/m365/pp/commands/gateway/gateway-list.js +5 -0
  7. package/dist/m365/pp/commands/tenant/tenant-settings-list.js +5 -0
  8. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.16.0.js +2 -0
  9. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.17.0.js +2 -0
  10. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.18.0.js +2 -0
  11. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.19.0.js +2 -0
  12. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.20.0.js +2 -0
  13. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.21.0.js +2 -0
  14. package/dist/m365/spo/commands/{site/site-alert-list.js → web/web-alert-list.js} +4 -4
  15. package/dist/m365/spo/commands/web/web-alert-remove.js +59 -0
  16. package/dist/m365/spo/commands.js +2 -1
  17. package/docs/docs/cmd/booking/business/business-get.mdx +18 -1
  18. package/docs/docs/cmd/booking/business/business-list.mdx +18 -1
  19. package/docs/docs/cmd/entra/administrativeunit/administrativeunit-add.mdx +19 -0
  20. package/docs/docs/cmd/entra/administrativeunit/administrativeunit-get.mdx +19 -0
  21. package/docs/docs/cmd/entra/administrativeunit/administrativeunit-list.mdx +19 -0
  22. package/docs/docs/cmd/entra/administrativeunit/administrativeunit-member-add.mdx +21 -0
  23. package/docs/docs/cmd/entra/administrativeunit/administrativeunit-member-get.mdx +19 -0
  24. package/docs/docs/cmd/entra/administrativeunit/administrativeunit-member-list.mdx +19 -0
  25. package/docs/docs/cmd/entra/administrativeunit/administrativeunit-member-remove.mdx +21 -0
  26. package/docs/docs/cmd/entra/administrativeunit/administrativeunit-remove.mdx +21 -0
  27. package/docs/docs/cmd/entra/administrativeunit/administrativeunit-roleassignment-add.mdx +19 -0
  28. package/docs/docs/cmd/entra/app/app-add.mdx +18 -0
  29. package/docs/docs/cmd/entra/app/app-get.mdx +19 -1
  30. package/docs/docs/cmd/entra/app/app-list.mdx +18 -1
  31. package/docs/docs/cmd/entra/app/app-remove.mdx +20 -0
  32. package/docs/docs/cmd/entra/app/app-set.mdx +20 -0
  33. package/docs/docs/cmd/entra/approleassignment/approleassignment-add.mdx +18 -0
  34. package/docs/docs/cmd/entra/approleassignment/approleassignment-list.mdx +18 -0
  35. package/docs/docs/cmd/entra/approleassignment/approleassignment-remove.mdx +20 -0
  36. package/docs/docs/cmd/entra/group/group-add.mdx +18 -0
  37. package/docs/docs/cmd/entra/group/group-get.mdx +18 -0
  38. package/docs/docs/cmd/entra/group/group-list.mdx +18 -0
  39. package/docs/docs/cmd/entra/group/group-member-add.mdx +20 -0
  40. package/docs/docs/cmd/entra/group/group-member-list.mdx +18 -0
  41. package/docs/docs/cmd/entra/group/group-member-remove.mdx +20 -0
  42. package/docs/docs/cmd/entra/group/group-member-set.mdx +20 -0
  43. package/docs/docs/cmd/entra/group/group-remove.mdx +20 -0
  44. package/docs/docs/cmd/entra/group/group-set.mdx +20 -0
  45. package/docs/docs/cmd/entra/m365group/m365group-recyclebinitem-clear.mdx +14 -0
  46. package/docs/docs/cmd/entra/m365group/m365group-recyclebinitem-list.mdx +19 -0
  47. package/docs/docs/cmd/entra/m365group/m365group-recyclebinitem-remove.mdx +14 -0
  48. package/docs/docs/cmd/entra/m365group/m365group-recyclebinitem-restore.mdx +21 -0
  49. package/docs/docs/cmd/entra/m365group/m365group-report-activitycounts.mdx +18 -0
  50. package/docs/docs/cmd/entra/m365group/m365group-report-activitydetail.mdx +18 -0
  51. package/docs/docs/cmd/entra/m365group/m365group-report-activityfilecounts.mdx +18 -0
  52. package/docs/docs/cmd/entra/m365group/m365group-report-activitygroupcounts.mdx +18 -0
  53. package/docs/docs/cmd/entra/m365group/m365group-report-activitystorage.mdx +18 -0
  54. package/docs/docs/cmd/entra/multitenant/multitenant-add.mdx +18 -0
  55. package/docs/docs/cmd/entra/multitenant/multitenant-get.mdx +18 -1
  56. package/docs/docs/cmd/entra/multitenant/multitenant-remove.mdx +20 -0
  57. package/docs/docs/cmd/entra/multitenant/multitenant-set.mdx +20 -0
  58. package/docs/docs/cmd/entra/oauth2grant/oauth2grant-add.mdx +20 -0
  59. package/docs/docs/cmd/entra/oauth2grant/oauth2grant-list.mdx +17 -0
  60. package/docs/docs/cmd/entra/oauth2grant/oauth2grant-remove.mdx +20 -0
  61. package/docs/docs/cmd/entra/oauth2grant/oauth2grant-set.mdx +20 -0
  62. package/docs/docs/cmd/entra/organization/organization-list.mdx +19 -2
  63. package/docs/docs/cmd/entra/pim/pim-role-assignment-add.mdx +18 -0
  64. package/docs/docs/cmd/entra/pim/pim-role-assignment-eligibility-list.mdx +18 -0
  65. package/docs/docs/cmd/entra/pim/pim-role-assignment-list.mdx +18 -0
  66. package/docs/docs/cmd/entra/pim/pim-role-assignment-remove.mdx +18 -0
  67. package/docs/docs/cmd/entra/pim/pim-role-request-list.mdx +18 -0
  68. package/docs/docs/cmd/graph/directoryextension/directoryextension-add.mdx +18 -0
  69. package/docs/docs/cmd/graph/directoryextension/directoryextension-get.mdx +18 -0
  70. package/docs/docs/cmd/graph/directoryextension/directoryextension-list.mdx +18 -0
  71. package/docs/docs/cmd/graph/directoryextension/directoryextension-remove.mdx +20 -0
  72. package/docs/docs/cmd/graph/schemaextension/schemaextension-add.mdx +18 -1
  73. package/docs/docs/cmd/graph/schemaextension/schemaextension-get.mdx +18 -1
  74. package/docs/docs/cmd/graph/schemaextension/schemaextension-list.mdx +19 -1
  75. package/docs/docs/cmd/graph/schemaextension/schemaextension-remove.mdx +20 -0
  76. package/docs/docs/cmd/graph/schemaextension/schemaextension-set.mdx +23 -3
  77. package/docs/docs/cmd/graph/subscription/subscription-add.mdx +27 -6
  78. package/docs/docs/cmd/outlook/mail/mail-send.mdx +21 -0
  79. package/docs/docs/cmd/outlook/mailbox/mailbox-settings-get.mdx +20 -1
  80. package/docs/docs/cmd/outlook/mailbox/mailbox-settings-set.mdx +20 -1
  81. package/docs/docs/cmd/outlook/room/room-list.mdx +19 -0
  82. package/docs/docs/cmd/outlook/roomlist/roomlist-list.mdx +19 -0
  83. package/docs/docs/cmd/purview/retentionevent/retentionevent-add.mdx +18 -0
  84. package/docs/docs/cmd/purview/retentionevent/retentionevent-get.mdx +18 -0
  85. package/docs/docs/cmd/purview/retentionevent/retentionevent-list.mdx +18 -0
  86. package/docs/docs/cmd/purview/retentionevent/retentionevent-remove.mdx +20 -0
  87. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-add.mdx +18 -0
  88. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-get.mdx +18 -0
  89. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-list.mdx +18 -0
  90. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-remove.mdx +21 -1
  91. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-set.mdx +21 -1
  92. package/docs/docs/cmd/purview/retentionlabel/retentionlabel-add.mdx +11 -0
  93. package/docs/docs/cmd/purview/retentionlabel/retentionlabel-get.mdx +12 -1
  94. package/docs/docs/cmd/purview/retentionlabel/retentionlabel-list.mdx +12 -1
  95. package/docs/docs/cmd/purview/retentionlabel/retentionlabel-remove.mdx +14 -1
  96. package/docs/docs/cmd/purview/retentionlabel/retentionlabel-set.mdx +13 -0
  97. package/docs/docs/cmd/purview/sensitivitylabel/sensitivitylabel-get.mdx +18 -0
  98. package/docs/docs/cmd/purview/sensitivitylabel/sensitivitylabel-list.mdx +18 -0
  99. package/docs/docs/cmd/purview/sensitivitylabel/sensitivitylabel-policysettings-list.mdx +18 -0
  100. package/docs/docs/cmd/purview/threatassessment/threatassessment-add.mdx +12 -0
  101. package/docs/docs/cmd/purview/threatassessment/threatassessment-get.mdx +19 -0
  102. package/docs/docs/cmd/purview/threatassessment/threatassessment-list.mdx +19 -0
  103. package/docs/docs/cmd/spo/{site/site-alert-list.mdx → web/web-alert-list.mdx} +7 -7
  104. package/docs/docs/cmd/spo/web/web-alert-remove.mdx +65 -0
  105. package/npm-shrinkwrap.json +138 -3
  106. package/package.json +4 -3
@@ -31,6 +31,24 @@ m365 entra appregistration list [options]
31
31
 
32
32
  Using the `--properties` option, you can specify a comma-separated list of app properties to retrieve from the Microsoft Graph. If you don't specify any properties, the command will output the default properties returned by Graph.
33
33
 
34
+ ## Permissions
35
+ <Tabs>
36
+ <TabItem value="Delegated">
37
+
38
+ | Resource | Permissions |
39
+ |-----------------|----------------------|
40
+ | Microsoft Graph | Application.Read.All |
41
+
42
+ </TabItem>
43
+ <TabItem value="Application">
44
+
45
+ | Resource | Permissions |
46
+ |-----------------|----------------------|
47
+ | Microsoft Graph | Application.Read.All |
48
+
49
+ </TabItem>
50
+ </Tabs>
51
+
34
52
  ## Examples
35
53
 
36
54
  Retrieve a list of Entra app registrations.
@@ -202,4 +220,3 @@ m365 entra app list --properties "appId,displayName"
202
220
 
203
221
  </TabItem>
204
222
  </Tabs>
205
-
@@ -1,4 +1,6 @@
1
1
  import Global from '/docs/cmd/_global.mdx';
2
+ import Tabs from '@theme/Tabs';
3
+ import TabItem from '@theme/TabItem';
2
4
 
3
5
  # entra app remove
4
6
 
@@ -40,6 +42,24 @@ For best performance use the `objectId` option to reference the Entra applicatio
40
42
 
41
43
  If the command finds multiple Entra application registrations with the specified app name, it will prompt you to disambiguate which app it should use, listing the discovered object IDs.
42
44
 
45
+ ## Permissions
46
+ <Tabs>
47
+ <TabItem value="Delegated">
48
+
49
+ | Resource | Permissions |
50
+ |-----------------|---------------------------|
51
+ | Microsoft Graph | Application.ReadWrite.All |
52
+
53
+ </TabItem>
54
+ <TabItem value="Application">
55
+
56
+ | Resource | Permissions |
57
+ |-----------------|-------------------------------|
58
+ | Microsoft Graph | Application.ReadWrite.OwnedBy |
59
+
60
+ </TabItem>
61
+ </Tabs>
62
+
43
63
  ## Examples
44
64
 
45
65
  Remove the Entra application registration by its app (client) ID.
@@ -1,4 +1,6 @@
1
1
  import Global from '/docs/cmd/_global.mdx';
2
+ import Tabs from '@theme/Tabs';
3
+ import TabItem from '@theme/TabItem';
2
4
 
3
5
  # entra app set
4
6
 
@@ -63,6 +65,24 @@ If the command finds multiple Entra application registrations with the specified
63
65
 
64
66
  When a certificate is specified it will be added to the list of certificates of the app without changing existing certificates.
65
67
 
68
+ ## Permissions
69
+ <Tabs>
70
+ <TabItem value="Delegated">
71
+
72
+ | Resource | Permissions |
73
+ |-----------------|---------------------------|
74
+ | Microsoft Graph | Application.ReadWrite.All |
75
+
76
+ </TabItem>
77
+ <TabItem value="Application">
78
+
79
+ | Resource | Permissions |
80
+ |-----------------|-------------------------------|
81
+ | Microsoft Graph | Application.ReadWrite.OwnedBy |
82
+
83
+ </TabItem>
84
+ </Tabs>
85
+
66
86
  ## Examples
67
87
 
68
88
  Update the app URI of the Entra application registration specified by its object ID
@@ -43,6 +43,24 @@ Autocomplete values for the `resource` option do not mean allowed values. The au
43
43
 
44
44
  This command can also be used to assign permissions to system or user-assigned managed identity.
45
45
 
46
+ ## Permissions
47
+ <Tabs>
48
+ <TabItem value="Delegated">
49
+
50
+ | Resource | Permissions |
51
+ |-----------------|-------------------------------------------------------|
52
+ | Microsoft Graph | AppRoleAssignment.ReadWrite.All, Application.Read.All |
53
+
54
+ </TabItem>
55
+ <TabItem value="Application">
56
+
57
+ | Resource | Permissions |
58
+ |-----------------|-------------------------------------------------------|
59
+ | Microsoft Graph | AppRoleAssignment.ReadWrite.All, Application.Read.All |
60
+
61
+ </TabItem>
62
+ </Tabs>
63
+
46
64
  ## Examples
47
65
 
48
66
  Adds SharePoint _Sites.Read.All_ application permissions to Entra application with app id _57907bf8-73fa-43a6-89a5-1f603e29e451_
@@ -31,6 +31,24 @@ m365 entra approleassignment list [options]
31
31
 
32
32
  Specify either the `appId`, `appObjectId` or `appDisplayName`. If you specify more than one option value, the command will fail with an error.
33
33
 
34
+ ## Permissions
35
+ <Tabs>
36
+ <TabItem value="Delegated">
37
+
38
+ | Resource | Permissions |
39
+ |-----------------|----------------------|
40
+ | Microsoft Graph | Application.Read.All |
41
+
42
+ </TabItem>
43
+ <TabItem value="Application">
44
+
45
+ | Resource | Permissions |
46
+ |-----------------|----------------------|
47
+ | Microsoft Graph | Application.Read.All |
48
+
49
+ </TabItem>
50
+ </Tabs>
51
+
34
52
  ## Examples
35
53
 
36
54
  List app roles assigned to service principal with Application (client) ID _b2307a39-e878-458b-bc90-03bc578531d6_.
@@ -1,4 +1,6 @@
1
1
  import Global from '/docs/cmd/_global.mdx';
2
+ import Tabs from '@theme/Tabs';
3
+ import TabItem from '@theme/TabItem';
2
4
 
3
5
  # entra approleassignment remove
4
6
 
@@ -44,6 +46,24 @@ Autocomplete values for the `resource` option do not mean allowed values. The au
44
46
 
45
47
  This command can also be used to assign permissions to system- or user-assigned managed identity.
46
48
 
49
+ ## Permissions
50
+ <Tabs>
51
+ <TabItem value="Delegated">
52
+
53
+ | Resource | Permissions |
54
+ |-----------------|---------------------------------|
55
+ | Microsoft Graph | AppRoleAssignment.ReadWrite.All |
56
+
57
+ </TabItem>
58
+ <TabItem value="Application">
59
+
60
+ | Resource | Permissions |
61
+ |-----------------|---------------------------------|
62
+ | Microsoft Graph | AppRoleAssignment.ReadWrite.All |
63
+
64
+ </TabItem>
65
+ </Tabs>
66
+
47
67
  ## Examples
48
68
 
49
69
  Deletes SharePoint _Sites.Read.All_ application permissions from Entra application with app id _57907bf8-73fa-43a6-89a5-1f603e29e451_
@@ -76,6 +76,24 @@ This command allows using unknown options. For a comprehensive list of group pro
76
76
 
77
77
  If the specified option is not found, you will receive a `Resource 'xyz' does not exist or one of its queried reference-property objects are not present.` error.
78
78
 
79
+ ## Permissions
80
+ <Tabs>
81
+ <TabItem value="Delegated">
82
+
83
+ | Resource | Permissions |
84
+ |-----------------|---------------------|
85
+ | Microsoft Graph | Group.ReadWrite.All |
86
+
87
+ </TabItem>
88
+ <TabItem value="Application">
89
+
90
+ | Resource | Permissions |
91
+ |-----------------|---------------------|
92
+ | Microsoft Graph | Group.ReadWrite.All |
93
+
94
+ </TabItem>
95
+ </Tabs>
96
+
79
97
  ## Examples
80
98
 
81
99
  Create a security group without any owners or members
@@ -31,6 +31,24 @@ m365 entra group get [options]
31
31
 
32
32
  Using the `--properties` option, you can specify a comma-separated list of group properties to retrieve from the Microsoft Graph. If you don't specify any properties, the command will output the default properties returned by Graph.
33
33
 
34
+ ## Permissions
35
+ <Tabs>
36
+ <TabItem value="Delegated">
37
+
38
+ | Resource | Permissions |
39
+ |-----------------|----------------|
40
+ | Microsoft Graph | Group.Read.All |
41
+
42
+ </TabItem>
43
+ <TabItem value="Application">
44
+
45
+ | Resource | Permissions |
46
+ |-----------------|----------------|
47
+ | Microsoft Graph | Group.Read.All |
48
+
49
+ </TabItem>
50
+ </Tabs>
51
+
34
52
  ## Examples
35
53
 
36
54
  Get information about an Entra Group by id.
@@ -28,6 +28,24 @@ m365 entra group list [options]
28
28
 
29
29
  Using the `--properties` option, you can specify a comma-separated list of group properties to retrieve from the Microsoft Graph. If you don't specify any properties, the command will output the default properties returned by Graph.
30
30
 
31
+ ## Permissions
32
+ <Tabs>
33
+ <TabItem value="Delegated">
34
+
35
+ | Resource | Permissions |
36
+ |-----------------|----------------|
37
+ | Microsoft Graph | Group.Read.All |
38
+
39
+ </TabItem>
40
+ <TabItem value="Application">
41
+
42
+ | Resource | Permissions |
43
+ |-----------------|----------------|
44
+ | Microsoft Graph | Group.Read.All |
45
+
46
+ </TabItem>
47
+ </Tabs>
48
+
31
49
  ## Examples
32
50
 
33
51
  Lists all groups defined in Entra ID.
@@ -1,4 +1,6 @@
1
1
  import Global from '/docs/cmd/_global.mdx';
2
+ import Tabs from '@theme/Tabs';
3
+ import TabItem from '@theme/TabItem';
2
4
 
3
5
  # entra group member add
4
6
 
@@ -36,6 +38,24 @@ m365 entra group member add [options]
36
38
 
37
39
  <Global />
38
40
 
41
+ ## Permissions
42
+ <Tabs>
43
+ <TabItem value="Delegated">
44
+
45
+ | Resource | Permissions |
46
+ |-----------------|---------------------------|
47
+ | Microsoft Graph | GroupMember.ReadWrite.All |
48
+
49
+ </TabItem>
50
+ <TabItem value="Application">
51
+
52
+ | Resource | Permissions |
53
+ |-----------------|---------------------------|
54
+ | Microsoft Graph | GroupMember.ReadWrite.All |
55
+
56
+ </TabItem>
57
+ </Tabs>
58
+
39
59
  ## Examples
40
60
 
41
61
  Add a single member specified by ID as a member to a group specified by group name.
@@ -37,6 +37,24 @@ m365 entra group member list [options]
37
37
 
38
38
  When the `properties` option includes values with a `/`, for example: `manager/displayName`, an additional `$expand` query parameter will be included on `manager`.
39
39
 
40
+ ## Permissions
41
+ <Tabs>
42
+ <TabItem value="Delegated">
43
+
44
+ | Resource | Permissions |
45
+ |-----------------|----------------------|
46
+ | Microsoft Graph | GroupMember.Read.All |
47
+
48
+ </TabItem>
49
+ <TabItem value="Application">
50
+
51
+ | Resource | Permissions |
52
+ |-----------------|----------------------|
53
+ | Microsoft Graph | GroupMember.Read.All |
54
+
55
+ </TabItem>
56
+ </Tabs>
57
+
40
58
  ## Examples
41
59
 
42
60
  List all group members from a group specified by ID.
@@ -1,4 +1,6 @@
1
1
  import Global from '/docs/cmd/_global.mdx';
2
+ import Tabs from '@theme/Tabs';
3
+ import TabItem from '@theme/TabItem';
2
4
 
3
5
  # entra group member remove
4
6
 
@@ -53,6 +55,24 @@ Without using this option, you would need to manually verify the user's role in
53
55
 
54
56
  :::
55
57
 
58
+ ## Permissions
59
+ <Tabs>
60
+ <TabItem value="Delegated">
61
+
62
+ | Resource | Permissions |
63
+ |-----------------|---------------------------|
64
+ | Microsoft Graph | GroupMember.ReadWrite.All |
65
+
66
+ </TabItem>
67
+ <TabItem value="Application">
68
+
69
+ | Resource | Permissions |
70
+ |-----------------|---------------------------|
71
+ | Microsoft Graph | GroupMember.ReadWrite.All |
72
+
73
+ </TabItem>
74
+ </Tabs>
75
+
56
76
  ## Examples
57
77
 
58
78
  Remove a single user specified by ID as member from a group specified by display name
@@ -1,4 +1,6 @@
1
1
  import Global from '/docs/cmd/_global.mdx';
2
+ import Tabs from '@theme/Tabs';
3
+ import TabItem from '@theme/TabItem';
2
4
 
3
5
  # entra group member set
4
6
 
@@ -31,6 +33,24 @@ m365 entra group member set [options]
31
33
 
32
34
  <Global />
33
35
 
36
+ ## Permissions
37
+ <Tabs>
38
+ <TabItem value="Delegated">
39
+
40
+ | Resource | Permissions |
41
+ |-----------------|---------------------------|
42
+ | Microsoft Graph | GroupMember.ReadWrite.All |
43
+
44
+ </TabItem>
45
+ <TabItem value="Application">
46
+
47
+ | Resource | Permissions |
48
+ |-----------------|---------------------------|
49
+ | Microsoft Graph | GroupMember.ReadWrite.All |
50
+
51
+ </TabItem>
52
+ </Tabs>
53
+
34
54
  ## Examples
35
55
 
36
56
  Update a single member specified by ID to a member of a group specified by group name
@@ -1,4 +1,6 @@
1
1
  import Global from '/docs/cmd/_global.mdx';
2
+ import Tabs from '@theme/Tabs';
3
+ import TabItem from '@theme/TabItem';
2
4
 
3
5
  # entra group remove
4
6
 
@@ -25,6 +27,24 @@ m365 entra group remove [options]
25
27
 
26
28
  <Global />
27
29
 
30
+ ## Permissions
31
+ <Tabs>
32
+ <TabItem value="Delegated">
33
+
34
+ | Resource | Permissions |
35
+ |-----------------|---------------------|
36
+ | Microsoft Graph | Group.ReadWrite.All |
37
+
38
+ </TabItem>
39
+ <TabItem value="Application">
40
+
41
+ | Resource | Permissions |
42
+ |-----------------|---------------------|
43
+ | Microsoft Graph | Group.ReadWrite.All |
44
+
45
+ </TabItem>
46
+ </Tabs>
47
+
28
48
  ## Examples
29
49
 
30
50
  Remove an Entra group by display name
@@ -1,4 +1,6 @@
1
1
  import Global from '/docs/cmd/_global.mdx';
2
+ import Tabs from '@theme/Tabs';
3
+ import TabItem from '@theme/TabItem';
2
4
 
3
5
  # entra group set
4
6
 
@@ -64,6 +66,24 @@ If the specified option is not found, you will receive a `Resource 'xyz' does no
64
66
 
65
67
  Specifying `memberIds` or `memberUserNames` will make only those users members, removing all others. Similarly, specifying `ownerIds` or `ownerUserNames` will make only those users owners, removing all others.
66
68
 
69
+ ## Permissions
70
+ <Tabs>
71
+ <TabItem value="Delegated">
72
+
73
+ | Resource | Permissions |
74
+ |-----------------|---------------------|
75
+ | Microsoft Graph | Group.ReadWrite.All |
76
+
77
+ </TabItem>
78
+ <TabItem value="Application">
79
+
80
+ | Resource | Permissions |
81
+ |-----------------|---------------------|
82
+ | Microsoft Graph | Group.ReadWrite.All |
83
+
84
+ </TabItem>
85
+ </Tabs>
86
+
67
87
  ## Examples
68
88
 
69
89
  Update the display name of a group specified by the display name
@@ -1,4 +1,6 @@
1
1
  import Global from '/docs/cmd/_global.mdx';
2
+ import Tabs from '@theme/Tabs';
3
+ import TabItem from '@theme/TabItem';
2
4
 
3
5
  # entra m365group recyclebinitem clear
4
6
 
@@ -19,6 +21,18 @@ m365 entra m365group recyclebinitem clear [options]
19
21
 
20
22
  <Global />
21
23
 
24
+ ## Permissions
25
+
26
+ <Tabs>
27
+ <TabItem value="Delegated">
28
+
29
+ | Resource | Permissions |
30
+ |-----------------|---------------------|
31
+ | Microsoft Graph | Group.ReadWrite.All |
32
+
33
+ </TabItem>
34
+ </Tabs>
35
+
22
36
  ## Examples
23
37
 
24
38
  Removes all deleted Microsoft 365 Groups in the tenant. Will prompt for confirmation before permanently removing groups.
@@ -24,6 +24,25 @@ m365 entra m365group recyclebinitem list [options]
24
24
 
25
25
  <Global />
26
26
 
27
+ ## Permissions
28
+
29
+ <Tabs>
30
+ <TabItem value="Delegated">
31
+
32
+ | Resource | Permissions |
33
+ |-----------------|----------------|
34
+ | Microsoft Graph | Group.Read.All |
35
+
36
+ </TabItem>
37
+ <TabItem value="Application">
38
+
39
+ | Resource | Permissions |
40
+ |-----------------|----------------|
41
+ | Microsoft Graph | Group.Read.All |
42
+
43
+ </TabItem>
44
+ </Tabs>
45
+
27
46
  ## Examples
28
47
 
29
48
  List all deleted Microsoft 365 Groups in the tenant
@@ -1,4 +1,6 @@
1
1
  import Global from '/docs/cmd/_global.mdx';
2
+ import Tabs from '@theme/Tabs';
3
+ import TabItem from '@theme/TabItem';
2
4
 
3
5
  # entra m365group recyclebinitem remove
4
6
 
@@ -28,6 +30,18 @@ m365 entra m365group recyclebinitem remove [options]
28
30
 
29
31
  <Global />
30
32
 
33
+ ## Permissions
34
+
35
+ <Tabs>
36
+ <TabItem value="Delegated">
37
+
38
+ | Resource | Permissions |
39
+ |-----------------|---------------------|
40
+ | Microsoft Graph | Group.ReadWrite.All |
41
+
42
+ </TabItem>
43
+ </Tabs>
44
+
31
45
  ## Examples
32
46
 
33
47
  Removes the Microsoft 365 Group with specific ID
@@ -1,4 +1,6 @@
1
1
  import Global from '/docs/cmd/_global.mdx';
2
+ import Tabs from '@theme/Tabs';
3
+ import TabItem from '@theme/TabItem';
2
4
 
3
5
  # entra m365group recyclebinitem restore
4
6
 
@@ -25,6 +27,25 @@ m365 entra m365group recyclebinitem restore [options]
25
27
 
26
28
  <Global />
27
29
 
30
+ ## Permissions
31
+
32
+ <Tabs>
33
+ <TabItem value="Delegated">
34
+
35
+ | Resource | Permissions |
36
+ |-----------------|---------------------|
37
+ | Microsoft Graph | Group.ReadWrite.All |
38
+
39
+ </TabItem>
40
+ <TabItem value="Application">
41
+
42
+ | Resource | Permissions |
43
+ |-----------------|---------------------|
44
+ | Microsoft Graph | Group.ReadWrite.All |
45
+
46
+ </TabItem>
47
+ </Tabs>
48
+
28
49
  ## Examples
29
50
 
30
51
  Restores the Microsoft 365 Group with specific ID
@@ -32,6 +32,24 @@ This command supports only csv and json output.
32
32
 
33
33
  :::
34
34
 
35
+ ## Permissions
36
+ <Tabs>
37
+ <TabItem value="Delegated">
38
+
39
+ | Resource | Permissions |
40
+ |-----------------|------------------|
41
+ | Microsoft Graph | Reports.Read.All |
42
+
43
+ </TabItem>
44
+ <TabItem value="Application">
45
+
46
+ | Resource | Permissions |
47
+ |-----------------|------------------|
48
+ | Microsoft Graph | Reports.Read.All |
49
+
50
+ </TabItem>
51
+ </Tabs>
52
+
35
53
  ## Examples
36
54
 
37
55
  Get the number of group activities across group workloads for the last week
@@ -35,6 +35,24 @@ This command supports only csv and json output.
35
35
 
36
36
  :::
37
37
 
38
+ ## Permissions
39
+ <Tabs>
40
+ <TabItem value="Delegated">
41
+
42
+ | Resource | Permissions |
43
+ |-----------------|------------------|
44
+ | Microsoft Graph | Reports.Read.All |
45
+
46
+ </TabItem>
47
+ <TabItem value="Application">
48
+
49
+ | Resource | Permissions |
50
+ |-----------------|------------------|
51
+ | Microsoft Graph | Reports.Read.All |
52
+
53
+ </TabItem>
54
+ </Tabs>
55
+
38
56
  ## Examples
39
57
 
40
58
  Get details about Microsoft 365 Groups activity by group for the last week
@@ -32,6 +32,24 @@ This command supports only csv and json output.
32
32
 
33
33
  :::
34
34
 
35
+ ## Permissions
36
+ <Tabs>
37
+ <TabItem value="Delegated">
38
+
39
+ | Resource | Permissions |
40
+ |-----------------|------------------|
41
+ | Microsoft Graph | Reports.Read.All |
42
+
43
+ </TabItem>
44
+ <TabItem value="Application">
45
+
46
+ | Resource | Permissions |
47
+ |-----------------|------------------|
48
+ | Microsoft Graph | Reports.Read.All |
49
+
50
+ </TabItem>
51
+ </Tabs>
52
+
35
53
  ## Examples
36
54
 
37
55
  Get the total number of files and how many of them were active across all group sites associated with an Microsoft 365 Group for the last week
@@ -32,6 +32,24 @@ This command supports only csv and json output.
32
32
 
33
33
  :::
34
34
 
35
+ ## Permissions
36
+ <Tabs>
37
+ <TabItem value="Delegated">
38
+
39
+ | Resource | Permissions |
40
+ |-----------------|------------------|
41
+ | Microsoft Graph | Reports.Read.All |
42
+
43
+ </TabItem>
44
+ <TabItem value="Application">
45
+
46
+ | Resource | Permissions |
47
+ |-----------------|------------------|
48
+ | Microsoft Graph | Reports.Read.All |
49
+
50
+ </TabItem>
51
+ </Tabs>
52
+
35
53
  ## Examples
36
54
 
37
55
  Get the daily total number of groups and how many of them were active based on activities for the last week
@@ -32,6 +32,24 @@ This command supports only csv and json output.
32
32
 
33
33
  :::
34
34
 
35
+ ## Permissions
36
+ <Tabs>
37
+ <TabItem value="Delegated">
38
+
39
+ | Resource | Permissions |
40
+ |-----------------|------------------|
41
+ | Microsoft Graph | Reports.Read.All |
42
+
43
+ </TabItem>
44
+ <TabItem value="Application">
45
+
46
+ | Resource | Permissions |
47
+ |-----------------|------------------|
48
+ | Microsoft Graph | Reports.Read.All |
49
+
50
+ </TabItem>
51
+ </Tabs>
52
+
35
53
  ## Examples
36
54
 
37
55
  Get the total storage used across all group mailboxes and group sites for the last week