@pnp/cli-microsoft365 11.1.0-beta.317d8bb → 11.1.0-beta.43467d2

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 (161) hide show
  1. package/.devproxy/api-specs/sharepoint.yaml +23 -0
  2. package/allCommands.json +1 -1
  3. package/allCommandsFull.json +1 -1
  4. package/dist/Auth.js +10 -7
  5. package/dist/Command.js +2 -2
  6. package/dist/auth/msalCachePlugin.js +6 -2
  7. package/dist/autocomplete.js +6 -2
  8. package/dist/chili/chili.js +2 -1
  9. package/dist/cli/cli.js +4 -2
  10. package/dist/config.js +0 -1
  11. package/dist/m365/adaptivecard/commands/adaptivecard-send.js +2 -2
  12. package/dist/m365/app/commands/permission/permission-list.js +4 -2
  13. package/dist/m365/booking/commands/business/business-list.js +5 -0
  14. package/dist/m365/commands/setup.js +6 -3
  15. package/dist/m365/commands/status.js +5 -1
  16. package/dist/m365/connection/commands/connection-list.js +5 -1
  17. package/dist/m365/entra/commands/app/app-role-add.js +1 -1
  18. package/dist/m365/entra/commands/group/group-add.js +1 -1
  19. package/dist/m365/entra/commands/group/group-set.js +1 -1
  20. package/dist/m365/entra/commands/m365group/m365group-add.js +0 -1
  21. package/dist/m365/file/commands/convert/convert-pdf.js +1 -6
  22. package/dist/m365/flow/commands/environment/environment-list.js +5 -0
  23. package/dist/m365/flow/commands/flow-export.js +8 -5
  24. package/dist/m365/flow/commands/run/run-get.js +3 -3
  25. package/dist/m365/graph/commands/schemaextension/schemaextension-set.js +1 -1
  26. package/dist/m365/onedrive/commands/onedrive-list.js +5 -0
  27. package/dist/m365/outlook/commands/roomlist/roomlist-list.js +5 -0
  28. package/dist/m365/pa/commands/app/app-export.js +1 -1
  29. package/dist/m365/pa/commands/app/app-get.js +1 -1
  30. package/dist/m365/pa/commands/environment/environment-list.js +5 -0
  31. package/dist/m365/planner/commands/tenant/tenant-settings-list.js +5 -0
  32. package/dist/m365/pp/commands/environment/environment-list.js +10 -23
  33. package/dist/m365/pp/commands/solution/solution-publisher-get.js +1 -1
  34. package/dist/m365/purview/commands/retentionevent/retentionevent-list.js +5 -0
  35. package/dist/m365/purview/commands/retentioneventtype/retentioneventtype-list.js +5 -0
  36. package/dist/m365/purview/commands/retentionlabel/retentionlabel-list.js +5 -0
  37. package/dist/m365/spfx/commands/package/package-generate.js +3 -1
  38. package/dist/m365/spfx/commands/project/base-project-command.js +13 -5
  39. package/dist/m365/spfx/commands/project/project-doctor/rules/FN021007_PKG_only_one_rush_stack_compiler_installed.js +1 -1
  40. package/dist/m365/spfx/commands/project/project-externalize/rules/PnPJsRule.js +6 -4
  41. package/dist/m365/spfx/commands/project/project-model/ScssFile.js +3 -1
  42. package/dist/m365/spfx/commands/project/project-model/TsFile.js +6 -2
  43. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.15.2.js +1 -1
  44. package/dist/m365/spfx/commands/spfx-doctor.js +5 -5
  45. package/dist/m365/spo/commands/file/file-add.js +4 -2
  46. package/dist/m365/spo/commands/file/file-rename.js +3 -4
  47. package/dist/m365/spo/commands/hubsite/hubsite-list.js +1 -1
  48. package/dist/m365/spo/commands/listitem/listitem-attachment-add.js +1 -1
  49. package/dist/m365/spo/commands/listitem/listitem-batch-set.js +9 -5
  50. package/dist/m365/spo/commands/page/clientsidepages.js +12 -12
  51. package/dist/m365/spo/commands/page/page-add.js +4 -2
  52. package/dist/m365/spo/commands/page/page-clientsidewebpart-add.js +1 -0
  53. package/dist/m365/spo/commands/page/page-set.js +4 -2
  54. package/dist/m365/spo/commands/page/page-text-add.js +1 -0
  55. package/dist/m365/spo/commands/propertybag/propertybag-base.js +34 -54
  56. package/dist/m365/spo/commands/site/site-alert-list.js +107 -0
  57. package/dist/m365/spo/commands/theme/theme-apply.js +1 -1
  58. package/dist/m365/spo/commands/web/web-reindex.js +17 -27
  59. package/dist/m365/spo/commands.js +1 -0
  60. package/dist/m365/teams/commands/tab/tab-add.js +9 -3
  61. package/dist/m365/viva/commands/connections/connections-app-create.js +1 -1
  62. package/dist/m365/viva/commands/engage/engage-community-user-add.js +1 -1
  63. package/dist/m365/viva/commands/engage/engage-community-user-remove.js +1 -1
  64. package/dist/telemetry.js +3 -1
  65. package/dist/utils/accessToken.js +4 -0
  66. package/dist/utils/cache.js +3 -2
  67. package/dist/utils/customAppScope.js +1 -1
  68. package/dist/utils/directoryExtension.js +1 -1
  69. package/dist/utils/entraAdministrativeUnit.js +1 -1
  70. package/dist/utils/entraApp.js +2 -2
  71. package/dist/utils/entraDevice.js +1 -1
  72. package/dist/utils/entraServicePrincipal.js +2 -2
  73. package/dist/utils/formatting.js +1 -1
  74. package/dist/utils/md.js +2 -2
  75. package/dist/utils/odata.js +2 -0
  76. package/dist/utils/planner.js +1 -1
  77. package/dist/utils/powerPlatform.js +2 -2
  78. package/dist/utils/roleDefinition.js +2 -2
  79. package/dist/utils/spo.js +10 -11
  80. package/dist/utils/urlUtil.js +1 -1
  81. package/dist/utils/validation.js +1 -1
  82. package/dist/utils/vivaEngage.js +3 -3
  83. package/docs/docs/cmd/entra/approleassignment/approleassignment-add.mdx +18 -0
  84. package/docs/docs/cmd/entra/approleassignment/approleassignment-list.mdx +18 -0
  85. package/docs/docs/cmd/entra/approleassignment/approleassignment-remove.mdx +20 -0
  86. package/docs/docs/cmd/entra/enterpriseapp/enterpriseapp-add.mdx +14 -0
  87. package/docs/docs/cmd/entra/enterpriseapp/enterpriseapp-get.mdx +15 -0
  88. package/docs/docs/cmd/entra/enterpriseapp/enterpriseapp-list.mdx +14 -0
  89. package/docs/docs/cmd/entra/enterpriseapp/enterpriseapp-remove.mdx +14 -0
  90. package/docs/docs/cmd/entra/group/group-add.mdx +18 -0
  91. package/docs/docs/cmd/entra/group/group-get.mdx +18 -0
  92. package/docs/docs/cmd/entra/group/group-list.mdx +18 -0
  93. package/docs/docs/cmd/entra/group/group-member-add.mdx +20 -0
  94. package/docs/docs/cmd/entra/group/group-member-list.mdx +18 -0
  95. package/docs/docs/cmd/entra/group/group-member-remove.mdx +20 -0
  96. package/docs/docs/cmd/entra/group/group-member-set.mdx +20 -0
  97. package/docs/docs/cmd/entra/group/group-remove.mdx +20 -0
  98. package/docs/docs/cmd/entra/group/group-set.mdx +20 -0
  99. package/docs/docs/cmd/entra/groupsetting/groupsetting-add.mdx +19 -0
  100. package/docs/docs/cmd/entra/groupsetting/groupsetting-get.mdx +19 -0
  101. package/docs/docs/cmd/entra/groupsetting/groupsetting-list.mdx +19 -0
  102. package/docs/docs/cmd/entra/groupsetting/groupsetting-remove.mdx +21 -0
  103. package/docs/docs/cmd/entra/groupsetting/groupsetting-set.mdx +21 -0
  104. package/docs/docs/cmd/entra/m365group/m365group-add.mdx +19 -0
  105. package/docs/docs/cmd/entra/m365group/m365group-get.mdx +19 -0
  106. package/docs/docs/cmd/entra/m365group/m365group-list.mdx +19 -0
  107. package/docs/docs/cmd/entra/m365group/m365group-remove.mdx +21 -0
  108. package/docs/docs/cmd/entra/m365group/m365group-renew.mdx +21 -0
  109. package/docs/docs/cmd/entra/m365group/m365group-report-activitycounts.mdx +18 -0
  110. package/docs/docs/cmd/entra/m365group/m365group-report-activitydetail.mdx +18 -0
  111. package/docs/docs/cmd/entra/m365group/m365group-report-activityfilecounts.mdx +18 -0
  112. package/docs/docs/cmd/entra/m365group/m365group-report-activitygroupcounts.mdx +18 -0
  113. package/docs/docs/cmd/entra/m365group/m365group-report-activitystorage.mdx +18 -0
  114. package/docs/docs/cmd/entra/m365group/m365group-set.mdx +21 -0
  115. package/docs/docs/cmd/entra/m365group/m365group-teamify.mdx +19 -0
  116. package/docs/docs/cmd/entra/multitenant/multitenant-add.mdx +18 -0
  117. package/docs/docs/cmd/entra/multitenant/multitenant-get.mdx +18 -1
  118. package/docs/docs/cmd/entra/multitenant/multitenant-remove.mdx +20 -0
  119. package/docs/docs/cmd/entra/multitenant/multitenant-set.mdx +20 -0
  120. package/docs/docs/cmd/entra/oauth2grant/oauth2grant-add.mdx +20 -0
  121. package/docs/docs/cmd/entra/oauth2grant/oauth2grant-list.mdx +17 -0
  122. package/docs/docs/cmd/entra/oauth2grant/oauth2grant-remove.mdx +20 -0
  123. package/docs/docs/cmd/entra/oauth2grant/oauth2grant-set.mdx +20 -0
  124. package/docs/docs/cmd/entra/pim/pim-role-assignment-add.mdx +18 -0
  125. package/docs/docs/cmd/entra/pim/pim-role-assignment-eligibility-list.mdx +18 -0
  126. package/docs/docs/cmd/entra/pim/pim-role-assignment-list.mdx +18 -0
  127. package/docs/docs/cmd/entra/pim/pim-role-assignment-remove.mdx +18 -0
  128. package/docs/docs/cmd/entra/pim/pim-role-request-list.mdx +18 -0
  129. package/docs/docs/cmd/graph/directoryextension/directoryextension-add.mdx +18 -0
  130. package/docs/docs/cmd/graph/directoryextension/directoryextension-get.mdx +18 -0
  131. package/docs/docs/cmd/graph/directoryextension/directoryextension-list.mdx +18 -0
  132. package/docs/docs/cmd/graph/directoryextension/directoryextension-remove.mdx +20 -0
  133. package/docs/docs/cmd/graph/schemaextension/schemaextension-add.mdx +18 -1
  134. package/docs/docs/cmd/graph/schemaextension/schemaextension-get.mdx +18 -1
  135. package/docs/docs/cmd/graph/schemaextension/schemaextension-list.mdx +19 -1
  136. package/docs/docs/cmd/graph/schemaextension/schemaextension-remove.mdx +20 -0
  137. package/docs/docs/cmd/graph/schemaextension/schemaextension-set.mdx +23 -3
  138. package/docs/docs/cmd/graph/subscription/subscription-add.mdx +27 -6
  139. package/docs/docs/cmd/purview/retentionevent/retentionevent-add.mdx +18 -0
  140. package/docs/docs/cmd/purview/retentionevent/retentionevent-get.mdx +18 -0
  141. package/docs/docs/cmd/purview/retentionevent/retentionevent-list.mdx +18 -0
  142. package/docs/docs/cmd/purview/retentionevent/retentionevent-remove.mdx +20 -0
  143. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-add.mdx +18 -0
  144. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-get.mdx +18 -0
  145. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-list.mdx +18 -0
  146. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-remove.mdx +21 -1
  147. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-set.mdx +21 -1
  148. package/docs/docs/cmd/purview/retentionlabel/retentionlabel-add.mdx +11 -0
  149. package/docs/docs/cmd/purview/retentionlabel/retentionlabel-get.mdx +12 -1
  150. package/docs/docs/cmd/purview/retentionlabel/retentionlabel-list.mdx +12 -1
  151. package/docs/docs/cmd/purview/retentionlabel/retentionlabel-remove.mdx +14 -1
  152. package/docs/docs/cmd/purview/retentionlabel/retentionlabel-set.mdx +13 -0
  153. package/docs/docs/cmd/purview/sensitivitylabel/sensitivitylabel-get.mdx +18 -0
  154. package/docs/docs/cmd/purview/sensitivitylabel/sensitivitylabel-list.mdx +18 -0
  155. package/docs/docs/cmd/purview/sensitivitylabel/sensitivitylabel-policysettings-list.mdx +18 -0
  156. package/docs/docs/cmd/spo/site/site-alert-list.mdx +187 -0
  157. package/eslint-rules/lib/rules/correct-command-class-name.js +18 -2
  158. package/eslint.config.mjs +270 -0
  159. package/npm-shrinkwrap.json +1117 -2277
  160. package/package.json +22 -21
  161. package/.eslintrc.cjs +0 -289
@@ -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_
@@ -59,6 +59,20 @@ Creates an enterprise application for a registered Entra app with the specified
59
59
  m365 entra enterpriseapp add --objectId b2307a39-e878-458b-bc90-03bc578531d6
60
60
  ```
61
61
 
62
+ ## Permissions
63
+ <Tabs>
64
+ <TabItem value="Delegated">
65
+ | Resource | Permissions |
66
+ |-----------------|---------------------------|
67
+ | Microsoft Graph | Application.ReadWrite.All |
68
+ </TabItem>
69
+ <TabItem value="Application">
70
+ | Resource | Permissions |
71
+ |-----------------|---------------------------|
72
+ | Microsoft Graph | Application.ReadWrite.All |
73
+ </TabItem>
74
+ </Tabs>
75
+
62
76
  ## Response
63
77
 
64
78
  <Tabs>
@@ -57,6 +57,21 @@ Return details about the enterprise application with the specified ObjectId.
57
57
  m365 entra enterpriseapp get --objectId b2307a39-e878-458b-bc90-03bc578531dd
58
58
  ```
59
59
 
60
+ ## Permissions
61
+
62
+ <Tabs>
63
+ <TabItem value="Delegated">
64
+ | Resource | Permissions |
65
+ |-----------------|----------------------|
66
+ | Microsoft Graph | Application.Read.All |
67
+ </TabItem>
68
+ <TabItem value="Application">
69
+ | Resource | Permissions |
70
+ |-----------------|----------------------|
71
+ | Microsoft Graph | Application.Read.All |
72
+ </TabItem>
73
+ </Tabs>
74
+
60
75
  ## Response
61
76
 
62
77
  <Tabs>
@@ -44,6 +44,20 @@ Returns a list of all enterprise applications that comply with the specified dis
44
44
  m365 entra enterpriseapp list --displayName "My custom enterprise application" --tag "WindowsAzureActiveDirectoryIntegratedApp"
45
45
  ```
46
46
 
47
+ ## Permissions
48
+ <Tabs>
49
+ <TabItem value="Delegated">
50
+ | Resource | Permissions |
51
+ |-----------------|----------------------|
52
+ | Microsoft Graph | Application.Read.All |
53
+ </TabItem>
54
+ <TabItem value="Application">
55
+ | Resource | Permissions |
56
+ |-----------------|----------------------|
57
+ | Microsoft Graph | Application.Read.All |
58
+ </TabItem>
59
+ </Tabs>
60
+
47
61
  ## Response
48
62
 
49
63
  <Tabs>
@@ -56,6 +56,20 @@ Delete an enterprise application by object ID.
56
56
  m365 entra enterpriseapp remove --objectId b2307a39-e878-458b-bc90-03bc578531dd
57
57
  ```
58
58
 
59
+ ## Permissions
60
+ <Tabs>
61
+ <TabItem value="Delegated">
62
+ | Resource | Permissions |
63
+ |-----------------|---------------------------|
64
+ | Microsoft Graph | Application.ReadWrite.All |
65
+ </TabItem>
66
+ <TabItem value="Application">
67
+ | Resource | Permissions |
68
+ |-----------------|---------------------------|
69
+ | Microsoft Graph | Application.ReadWrite.All |
70
+ </TabItem>
71
+ </Tabs>
72
+
59
73
  ## Response
60
74
 
61
75
  The command won't return a response on success.
@@ -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
@@ -21,6 +21,25 @@ m365 entra groupsetting add [options]
21
21
 
22
22
  <Global />
23
23
 
24
+ ## Permissions
25
+
26
+ <Tabs>
27
+ <TabItem value="Delegated">
28
+
29
+ | Resource | Permissions |
30
+ |-----------------|-----------------------------|
31
+ | Microsoft Graph | GroupSettings.ReadWrite.All |
32
+
33
+ </TabItem>
34
+ <TabItem value="Application">
35
+
36
+ | Resource | Permissions |
37
+ |-----------------|-----------------------------|
38
+ | Microsoft Graph | GroupSettings.ReadWrite.All |
39
+
40
+ </TabItem>
41
+ </Tabs>
42
+
24
43
  ## Remarks
25
44
 
26
45
  To create a group setting, you have to specify the ID of the group setting template that should be used to create the setting. You can retrieve the ID of the template using the [entra groupsettingtemplate list](../groupsettingtemplate/groupsettingtemplate-list.mdx) command.
@@ -21,6 +21,25 @@ m365 entra groupsetting get [options]
21
21
 
22
22
  <Global />
23
23
 
24
+ ## Permissions
25
+
26
+ <Tabs>
27
+ <TabItem value="Delegated">
28
+
29
+ | Resource | Permissions |
30
+ |-----------------|------------------------|
31
+ | Microsoft Graph | GroupSettings.Read.All |
32
+
33
+ </TabItem>
34
+ <TabItem value="Application">
35
+
36
+ | Resource | Permissions |
37
+ |-----------------|------------------------|
38
+ | Microsoft Graph | GroupSettings.Read.All |
39
+
40
+ </TabItem>
41
+ </Tabs>
42
+
24
43
  ## Examples
25
44
 
26
45
  Get information about the group setting with id _1caf7dcd-7e83-4c3a-94f7-932a1299c844_
@@ -16,6 +16,25 @@ m365 entra groupsetting list [options]
16
16
 
17
17
  <Global />
18
18
 
19
+ ## Permissions
20
+
21
+ <Tabs>
22
+ <TabItem value="Delegated">
23
+
24
+ | Resource | Permissions |
25
+ |-----------------|------------------------|
26
+ | Microsoft Graph | GroupSettings.Read.All |
27
+
28
+ </TabItem>
29
+ <TabItem value="Application">
30
+
31
+ | Resource | Permissions |
32
+ |-----------------|------------------------|
33
+ | Microsoft Graph | GroupSettings.Read.All |
34
+
35
+ </TabItem>
36
+ </Tabs>
37
+
19
38
  ## Examples
20
39
 
21
40
  List all group settings 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 groupsetting remove
4
6
 
@@ -22,6 +24,25 @@ m365 entra groupsetting remove [options]
22
24
 
23
25
  <Global />
24
26
 
27
+ ## Permissions
28
+
29
+ <Tabs>
30
+ <TabItem value="Delegated">
31
+
32
+ | Resource | Permissions |
33
+ |-----------------|-----------------------------|
34
+ | Microsoft Graph | GroupSettings.ReadWrite.All |
35
+
36
+ </TabItem>
37
+ <TabItem value="Application">
38
+
39
+ | Resource | Permissions |
40
+ |-----------------|-----------------------------|
41
+ | Microsoft Graph | GroupSettings.ReadWrite.All |
42
+
43
+ </TabItem>
44
+ </Tabs>
45
+
25
46
  ## Remarks
26
47
 
27
48
  If the specified _id_ doesn't refer to an existing group setting, you will get a `Resource does not exist` error.
@@ -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 groupsetting set
4
6
 
@@ -19,6 +21,25 @@ m365 entra groupsetting set [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 | GroupSettings.ReadWrite.All |
32
+
33
+ </TabItem>
34
+ <TabItem value="Application">
35
+
36
+ | Resource | Permissions |
37
+ |-----------------|-----------------------------|
38
+ | Microsoft Graph | GroupSettings.ReadWrite.All |
39
+
40
+ </TabItem>
41
+ </Tabs>
42
+
22
43
  ## Remarks
23
44
 
24
45
  To update a group setting, you have to specify the ID of the group setting. You can retrieve the ID of the group setting using the [entra groupsetting list](./groupsetting-list.mdx) command.
@@ -66,6 +66,25 @@ Public | Anyone can join the group without needing owner permission. Anyone can
66
66
  Private | Owner permission is needed to join the group. Anyone can view the attributes of the group. Anyone can see the members of the group.
67
67
  HiddenMembership | Owner permission is needed to join the group. Guest users cannot view the attributes of the group. Non-members cannot see the members of the group. Administrators (global, company, user, and helpdesk) can view the membership of the group. The group appears in the global address book (GAL).
68
68
 
69
+ ## Permissions
70
+
71
+ <Tabs>
72
+ <TabItem value="Delegated">
73
+
74
+ | Resource | Permissions |
75
+ |-----------------|---------------------|
76
+ | Microsoft Graph | Group.ReadWrite.All |
77
+
78
+ </TabItem>
79
+ <TabItem value="Application">
80
+
81
+ | Resource | Permissions |
82
+ |-----------------|--------------|
83
+ | Microsoft Graph | Group.Create |
84
+
85
+ </TabItem>
86
+ </Tabs>
87
+
69
88
  ## Examples
70
89
 
71
90
  Create a public Microsoft 365 Group.
@@ -27,6 +27,25 @@ m365 entra m365group get [options]
27
27
 
28
28
  <Global />
29
29
 
30
+ ## Permissions
31
+
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
+
30
49
  ## Examples
31
50
 
32
51
  Get information about the Microsoft 365 Group with id _1caf7dcd-7e83-4c3a-94f7-932a1299c844_.
@@ -30,6 +30,25 @@ m365 entra m365group list [options]
30
30
 
31
31
  <Global />
32
32
 
33
+ ## Permissions
34
+
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
+
33
52
  ## Remarks
34
53
 
35
54
  Using the `--withSiteUrl` option, you can retrieve the URL of the site associated with the particular Microsoft 365 Group. If you however retrieve too many groups and will try to get their site URLs, you will most likely get an error as the command will get throttled, issuing too many requests, too frequently. If you get an error, consider narrowing down the result set using the `--displayName` and `--mailNickname` filters.
@@ -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 remove
4
6
 
@@ -28,6 +30,25 @@ m365 entra m365group 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
+ <TabItem value="Application">
44
+
45
+ | Resource | Permissions |
46
+ |-----------------|---------------------|
47
+ | Microsoft Graph | Group.ReadWrite.All |
48
+
49
+ </TabItem>
50
+ </Tabs>
51
+
31
52
  ## Remarks
32
53
 
33
54
  If the specified _id_ doesn't refer to an existing group, you will get a `Resource does not exist` error. Additionally, if you do not have access to the group or the associated group-connected site, you will get an `Access denied` error.
@@ -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 renew
4
6
 
@@ -22,6 +24,25 @@ m365 entra m365group renew [options]
22
24
 
23
25
  <Global />
24
26
 
27
+ ## Permissions
28
+
29
+ <Tabs>
30
+ <TabItem value="Delegated">
31
+
32
+ | Resource | Permissions |
33
+ |-----------------|---------------------|
34
+ | Microsoft Graph | Group.ReadWrite.All |
35
+
36
+ </TabItem>
37
+ <TabItem value="Application">
38
+
39
+ | Resource | Permissions |
40
+ |-----------------|---------------------|
41
+ | Microsoft Graph | Group.ReadWrite.All |
42
+
43
+ </TabItem>
44
+ </Tabs>
45
+
25
46
  ## Remarks
26
47
 
27
48
  If the specified _id_ doesn't refer to an existing group, you will get a `The remote server returned an error: (404) Not Found.` error.