@pnp/cli-microsoft365 11.10.0-beta.fdeb2ae → 11.11.0-beta.1cb40cb

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 (97) hide show
  1. package/.devcontainer/Dockerfile +1 -1
  2. package/.devproxy/api-specs/sharepoint-admin.yaml +50 -0
  3. package/Dockerfile +1 -1
  4. package/allCommands.json +1 -1
  5. package/allCommandsFull.json +1 -1
  6. package/dist/Auth.js +4 -2
  7. package/dist/config.js +1 -0
  8. package/dist/m365/entra/commands/agent/agent-list.js +48 -0
  9. package/dist/m365/entra/commands.js +1 -0
  10. package/dist/m365/outlook/commands/event/event-get.js +77 -0
  11. package/dist/m365/outlook/commands.js +1 -0
  12. package/dist/m365/pp/commands/aibuildermodel/aibuildermodel-get.js +23 -41
  13. package/dist/m365/pp/commands/aibuildermodel/aibuildermodel-list.js +9 -24
  14. package/dist/m365/pp/commands/aibuildermodel/aibuildermodel-remove.js +24 -44
  15. package/dist/m365/pp/commands/copilot/copilot-get.js +23 -41
  16. package/dist/m365/pp/commands/copilot/copilot-list.js +9 -24
  17. package/dist/m365/pp/commands/copilot/copilot-remove.js +24 -44
  18. package/dist/m365/pp/commands/dataverse/dataverse-table-get.js +10 -26
  19. package/dist/m365/pp/commands/dataverse/dataverse-table-list.js +9 -24
  20. package/dist/m365/pp/commands/dataverse/dataverse-table-remove.js +11 -29
  21. package/dist/m365/pp/commands/dataverse/dataverse-table-row-list.js +21 -33
  22. package/dist/m365/pp/commands/dataverse/dataverse-table-row-remove.js +25 -46
  23. package/dist/m365/pp/commands/gateway/gateway-get.js +10 -23
  24. package/dist/m365/pp/commands/managementapp/managementapp-add.js +24 -36
  25. package/dist/m365/pp/commands/managementapp/managementapp-list.js +5 -0
  26. package/dist/m365/pp/commands/solution/solution-get.js +23 -41
  27. package/dist/m365/pp/commands/solution/solution-list.js +9 -24
  28. package/dist/m365/pp/commands/solution/solution-publish.js +25 -45
  29. package/dist/m365/pp/commands/solution/solution-publisher-add.js +26 -49
  30. package/dist/m365/pp/commands/solution/solution-publisher-get.js +23 -41
  31. package/dist/m365/pp/commands/solution/solution-publisher-list.js +10 -27
  32. package/dist/m365/pp/commands/solution/solution-publisher-remove.js +24 -44
  33. package/dist/m365/pp/commands/solution/solution-remove.js +24 -44
  34. package/dist/m365/pp/commands/tenant/tenant-settings-set.js +81 -170
  35. package/dist/m365/spfx/commands/SpfxCompatibilityMatrix.js +15 -0
  36. package/dist/m365/spfx/commands/project/project-doctor/doctor-1.23.2.js +19 -0
  37. package/dist/m365/spfx/commands/project/project-doctor.js +2 -1
  38. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.23.2.js +55 -0
  39. package/dist/m365/spfx/commands/project/project-upgrade.js +2 -1
  40. package/dist/m365/spo/commands/folder/folder-add.js +1 -1
  41. package/dist/m365/spo/commands/homesite/homesite-remove.js +1 -1
  42. package/dist/m365/spo/commands/web/{web-alert-list.js → web-rule-list.js} +7 -4
  43. package/dist/m365/spo/commands/web/{web-alert-remove.js → web-rule-remove.js} +7 -4
  44. package/dist/m365/spo/commands.js +2 -0
  45. package/docs/docs/cmd/entra/agent/agent-list.mdx +209 -0
  46. package/docs/docs/cmd/outlook/event/event-get.mdx +280 -0
  47. package/docs/docs/cmd/spfx/project/project-upgrade.mdx +1 -1
  48. package/docs/docs/cmd/spo/file/file-checkout-undo.mdx +21 -0
  49. package/docs/docs/cmd/spo/file/file-retentionlabel-ensure.mdx +21 -0
  50. package/docs/docs/cmd/spo/file/file-retentionlabel-remove.mdx +21 -0
  51. package/docs/docs/cmd/spo/file/file-roleassignment-add.mdx +21 -0
  52. package/docs/docs/cmd/spo/file/file-roleassignment-remove.mdx +21 -0
  53. package/docs/docs/cmd/spo/file/file-roleinheritance-break.mdx +21 -0
  54. package/docs/docs/cmd/spo/file/file-roleinheritance-reset.mdx +21 -0
  55. package/docs/docs/cmd/spo/file/file-sharinginfo-get.mdx +19 -0
  56. package/docs/docs/cmd/spo/file/file-version-clear.mdx +21 -0
  57. package/docs/docs/cmd/spo/file/file-version-get.mdx +19 -0
  58. package/docs/docs/cmd/spo/file/file-version-list.mdx +19 -0
  59. package/docs/docs/cmd/spo/file/file-version-remove.mdx +21 -0
  60. package/docs/docs/cmd/spo/file/file-version-restore.mdx +21 -0
  61. package/docs/docs/cmd/spo/folder/folder-add.mdx +20 -1
  62. package/docs/docs/cmd/spo/folder/folder-archive.mdx +2 -3
  63. package/docs/docs/cmd/spo/folder/folder-copy.mdx +19 -0
  64. package/docs/docs/cmd/spo/folder/folder-get.mdx +19 -0
  65. package/docs/docs/cmd/spo/folder/folder-list.mdx +19 -0
  66. package/docs/docs/cmd/spo/folder/folder-move.mdx +19 -0
  67. package/docs/docs/cmd/spo/folder/folder-remove.mdx +21 -0
  68. package/docs/docs/cmd/spo/folder/folder-set.mdx +21 -0
  69. package/docs/docs/cmd/spo/homesite/homesite-add.mdx +21 -2
  70. package/docs/docs/cmd/spo/homesite/homesite-get.mdx +19 -0
  71. package/docs/docs/cmd/spo/homesite/homesite-list.mdx +19 -0
  72. package/docs/docs/cmd/spo/homesite/homesite-remove.mdx +24 -3
  73. package/docs/docs/cmd/spo/homesite/homesite-set.mdx +21 -2
  74. package/docs/docs/cmd/spo/hubsite/hubsite-connect.mdx +21 -0
  75. package/docs/docs/cmd/spo/hubsite/hubsite-data-get.mdx +19 -0
  76. package/docs/docs/cmd/spo/hubsite/hubsite-disconnect.mdx +21 -0
  77. package/docs/docs/cmd/spo/hubsite/hubsite-get.mdx +19 -0
  78. package/docs/docs/cmd/spo/hubsite/hubsite-list.mdx +19 -0
  79. package/docs/docs/cmd/spo/hubsite/hubsite-register.mdx +19 -0
  80. package/docs/docs/cmd/spo/hubsite/hubsite-rights-grant.mdx +21 -0
  81. package/docs/docs/cmd/spo/hubsite/hubsite-rights-revoke.mdx +21 -0
  82. package/docs/docs/cmd/spo/hubsite/hubsite-set.mdx +19 -0
  83. package/docs/docs/cmd/spo/hubsite/hubsite-unregister.mdx +21 -0
  84. package/docs/docs/cmd/spo/web/{web-alert-list.mdx → web-rule-list.mdx} +13 -7
  85. package/docs/docs/cmd/spo/web/{web-alert-remove.mdx → web-rule-remove.mdx} +10 -4
  86. package/docs/docs/cmd/todo/list/list-add.mdx +19 -0
  87. package/docs/docs/cmd/todo/list/list-get.mdx +19 -0
  88. package/docs/docs/cmd/todo/list/list-list.mdx +19 -0
  89. package/docs/docs/cmd/todo/list/list-remove.mdx +21 -0
  90. package/docs/docs/cmd/todo/list/list-set.mdx +21 -0
  91. package/docs/docs/cmd/todo/task/task-add.mdx +19 -0
  92. package/docs/docs/cmd/todo/task/task-get.mdx +19 -0
  93. package/docs/docs/cmd/todo/task/task-list.mdx +19 -0
  94. package/docs/docs/cmd/todo/task/task-remove.mdx +21 -0
  95. package/docs/docs/cmd/todo/task/task-set.mdx +19 -0
  96. package/npm-shrinkwrap.json +1575 -696
  97. package/package.json +20 -20
@@ -1,4 +1,6 @@
1
1
  import Global from '../../_global.mdx';
2
+ import Tabs from '@theme/Tabs';
3
+ import TabItem from '@theme/TabItem';
2
4
 
3
5
  # spo file roleassignment remove
4
6
 
@@ -43,6 +45,25 @@ m365 spo file roleassignment remove [options]
43
45
 
44
46
  <Global />
45
47
 
48
+ ## Permissions
49
+
50
+ <Tabs>
51
+ <TabItem value="Delegated">
52
+
53
+ | Resource | Permissions |
54
+ |------------|----------------------|
55
+ | SharePoint | AllSites.FullControl |
56
+
57
+ </TabItem>
58
+ <TabItem value="Application">
59
+
60
+ | Resource | Permissions |
61
+ |------------|-----------------------|
62
+ | SharePoint | Sites.FullControl.All |
63
+
64
+ </TabItem>
65
+ </Tabs>
66
+
46
67
  ## Examples
47
68
 
48
69
  Remove a role assignment by principal id from a file by id.
@@ -1,4 +1,6 @@
1
1
  import Global from '../../_global.mdx';
2
+ import Tabs from '@theme/Tabs';
3
+ import TabItem from '@theme/TabItem';
2
4
 
3
5
  # spo file roleinheritance break
4
6
 
@@ -31,6 +33,25 @@ m365 spo file roleinheritance break [options]
31
33
 
32
34
  <Global />
33
35
 
36
+ ## Permissions
37
+
38
+ <Tabs>
39
+ <TabItem value="Delegated">
40
+
41
+ | Resource | Permissions |
42
+ |------------|----------------------|
43
+ | SharePoint | AllSites.FullControl |
44
+
45
+ </TabItem>
46
+ <TabItem value="Application">
47
+
48
+ | Resource | Permissions |
49
+ |------------|-----------------------|
50
+ | SharePoint | Sites.FullControl.All |
51
+
52
+ </TabItem>
53
+ </Tabs>
54
+
34
55
  ## Examples
35
56
 
36
57
  Break the inheritance of a file with a specific id (UniqueId).
@@ -1,4 +1,6 @@
1
1
  import Global from '../../_global.mdx';
2
+ import Tabs from '@theme/Tabs';
3
+ import TabItem from '@theme/TabItem';
2
4
 
3
5
  # spo file roleinheritance reset
4
6
 
@@ -28,6 +30,25 @@ m365 spo file roleinheritance reset [options]
28
30
 
29
31
  <Global />
30
32
 
33
+ ## Permissions
34
+
35
+ <Tabs>
36
+ <TabItem value="Delegated">
37
+
38
+ | Resource | Permissions |
39
+ |------------|----------------------|
40
+ | SharePoint | AllSites.FullControl |
41
+
42
+ </TabItem>
43
+ <TabItem value="Application">
44
+
45
+ | Resource | Permissions |
46
+ |------------|-----------------------|
47
+ | SharePoint | Sites.FullControl.All |
48
+
49
+ </TabItem>
50
+ </Tabs>
51
+
31
52
  ## Examples
32
53
 
33
54
  Reset inheritance of file with the specified id (UniqueId) located in the specified site.
@@ -27,6 +27,25 @@ m365 spo file sharinginfo get [options]
27
27
 
28
28
  <Global />
29
29
 
30
+ ## Permissions
31
+
32
+ <Tabs>
33
+ <TabItem value="Delegated">
34
+
35
+ | Resource | Permissions |
36
+ |------------|---------------|
37
+ | SharePoint | AllSites.Read |
38
+
39
+ </TabItem>
40
+ <TabItem value="Application">
41
+
42
+ | Resource | Permissions |
43
+ |------------|----------------|
44
+ | SharePoint | Sites.Read.All |
45
+
46
+ </TabItem>
47
+ </Tabs>
48
+
30
49
  ## Examples
31
50
 
32
51
  Get file sharing information report for the file with the specified server-relative url located in the specified site.
@@ -1,4 +1,6 @@
1
1
  import Global from '../../_global.mdx';
2
+ import Tabs from '@theme/Tabs';
3
+ import TabItem from '@theme/TabItem';
2
4
 
3
5
  # spo file version clear
4
6
 
@@ -28,6 +30,25 @@ m365 spo file version clear [options]
28
30
 
29
31
  <Global />
30
32
 
33
+ ## Permissions
34
+
35
+ <Tabs>
36
+ <TabItem value="Delegated">
37
+
38
+ | Resource | Permissions |
39
+ |------------|----------------|
40
+ | SharePoint | AllSites.Write |
41
+
42
+ </TabItem>
43
+ <TabItem value="Application">
44
+
45
+ | Resource | Permissions |
46
+ |------------|---------------------|
47
+ | SharePoint | Sites.ReadWrite.All |
48
+
49
+ </TabItem>
50
+ </Tabs>
51
+
31
52
  ## Examples
32
53
 
33
54
  Removes all file version history in a specific site based on fileId and prompts for confirmation.
@@ -30,6 +30,25 @@ m365 spo file version get [options]
30
30
 
31
31
  <Global />
32
32
 
33
+ ## Permissions
34
+
35
+ <Tabs>
36
+ <TabItem value="Delegated">
37
+
38
+ | Resource | Permissions |
39
+ |------------|---------------|
40
+ | SharePoint | AllSites.Read |
41
+
42
+ </TabItem>
43
+ <TabItem value="Application">
44
+
45
+ | Resource | Permissions |
46
+ |------------|----------------|
47
+ | SharePoint | Sites.Read.All |
48
+
49
+ </TabItem>
50
+ </Tabs>
51
+
33
52
  ## Examples
34
53
 
35
54
  Get file version in a specific site based on fileId.
@@ -27,6 +27,25 @@ m365 spo file version list [options]
27
27
 
28
28
  <Global />
29
29
 
30
+ ## Permissions
31
+
32
+ <Tabs>
33
+ <TabItem value="Delegated">
34
+
35
+ | Resource | Permissions |
36
+ |------------|---------------|
37
+ | SharePoint | AllSites.Read |
38
+
39
+ </TabItem>
40
+ <TabItem value="Application">
41
+
42
+ | Resource | Permissions |
43
+ |------------|----------------|
44
+ | SharePoint | Sites.Read.All |
45
+
46
+ </TabItem>
47
+ </Tabs>
48
+
30
49
  ## Examples
31
50
 
32
51
  List file versions of a specific file based on the ID of the file.
@@ -1,4 +1,6 @@
1
1
  import Global from '../../_global.mdx';
2
+ import Tabs from '@theme/Tabs';
3
+ import TabItem from '@theme/TabItem';
2
4
 
3
5
  # spo file version remove
4
6
 
@@ -31,6 +33,25 @@ m365 spo file version remove [options]
31
33
 
32
34
  <Global />
33
35
 
36
+ ## Permissions
37
+
38
+ <Tabs>
39
+ <TabItem value="Delegated">
40
+
41
+ | Resource | Permissions |
42
+ |------------|----------------|
43
+ | SharePoint | AllSites.Write |
44
+
45
+ </TabItem>
46
+ <TabItem value="Application">
47
+
48
+ | Resource | Permissions |
49
+ |------------|---------------------|
50
+ | SharePoint | Sites.ReadWrite.All |
51
+
52
+ </TabItem>
53
+ </Tabs>
54
+
34
55
  ## Examples
35
56
 
36
57
  Removes a file version in a specific site based on fileId and prompts for confirmation.
@@ -1,4 +1,6 @@
1
1
  import Global from '../../_global.mdx';
2
+ import Tabs from '@theme/Tabs';
3
+ import TabItem from '@theme/TabItem';
2
4
 
3
5
  # spo file version restore
4
6
 
@@ -31,6 +33,25 @@ m365 spo file version restore [options]
31
33
 
32
34
  <Global />
33
35
 
36
+ ## Permissions
37
+
38
+ <Tabs>
39
+ <TabItem value="Delegated">
40
+
41
+ | Resource | Permissions |
42
+ |------------|----------------|
43
+ | SharePoint | AllSites.Write |
44
+
45
+ </TabItem>
46
+ <TabItem value="Application">
47
+
48
+ | Resource | Permissions |
49
+ |------------|---------------------|
50
+ | SharePoint | Sites.ReadWrite.All |
51
+
52
+ </TabItem>
53
+ </Tabs>
54
+
34
55
  ## Examples
35
56
 
36
57
  Restores a file version in a specific site based on fileId and prompts for confirmation.
@@ -27,7 +27,7 @@ m365 spo folder add [options]
27
27
  `--color [color]`
28
28
  : Visual color of the folder. Valid values are a color name or a number. Check remarks for more info.
29
29
 
30
- `--ensureParentFolders [ensureParentFolders]`
30
+ `--ensureParentFolders`
31
31
  : Ensure that the parent folder path is available. Any missing folders will be created recursively.
32
32
  ```
33
33
 
@@ -56,6 +56,25 @@ When you specify a value for `color`, consider the following:
56
56
  | Light purple | 14 | lightPurple |
57
57
  | Light pink | 15 | lightPink |
58
58
 
59
+ ## Permissions
60
+
61
+ <Tabs>
62
+ <TabItem value="Delegated">
63
+
64
+ | Resource | Permissions |
65
+ |------------|----------------|
66
+ | SharePoint | AllSites.Write |
67
+
68
+ </TabItem>
69
+ <TabItem value="Application">
70
+
71
+ | Resource | Permissions |
72
+ |------------|---------------------|
73
+ | SharePoint | Sites.ReadWrite.All |
74
+
75
+ </TabItem>
76
+ </Tabs>
77
+
59
78
  ## Examples
60
79
 
61
80
  Creates folder in a specific library within the site.
@@ -34,7 +34,6 @@ m365 spo folder archive [options]
34
34
 
35
35
  Folder archival can take some time to complete, as the status might not be reflected immediately.
36
36
 
37
-
38
37
  ## Permissions
39
38
 
40
39
  <Tabs>
@@ -56,13 +55,13 @@ Folder archival can take some time to complete, as the status might not be refle
56
55
 
57
56
  ## Examples
58
57
 
59
- Archive a folder by id without prompting for confirmation
58
+ Archive a folder by id without prompting for confirmation.
60
59
 
61
60
  ```sh
62
61
  m365 spo folder archive --webUrl https://contoso.sharepoint.com/sites/Marketing --id 7a8c9207-7745-4cda-b0e2-be2618ee3030 --force
63
62
  ```
64
63
 
65
- Archive a folder by URL with prompting for confirmation
64
+ Archive a folder by URL with prompting for confirmation.
66
65
 
67
66
  ```sh
68
67
  m365 spo folder archive --webUrl https://contoso.sharepoint.com/sites/Marketing --url '/sites/Marketing/shared documents/folder'
@@ -46,6 +46,25 @@ When you specify a value for `nameConflictBehavior`, consider the following:
46
46
  - `fail` will throw an error when the destination folder already exists.
47
47
  - `rename` will add a suffix (e.g. Folder1) when the destination folder already exists.
48
48
 
49
+ ## Permissions
50
+
51
+ <Tabs>
52
+ <TabItem value="Delegated">
53
+
54
+ | Resource | Permissions |
55
+ |------------|----------------|
56
+ | SharePoint | AllSites.Write |
57
+
58
+ </TabItem>
59
+ <TabItem value="Application">
60
+
61
+ | Resource | Permissions |
62
+ |------------|---------------------|
63
+ | SharePoint | Sites.ReadWrite.All |
64
+
65
+ </TabItem>
66
+ </Tabs>
67
+
49
68
  ## Examples
50
69
 
51
70
  Copy a folder a folder to another location using server-relative URLs
@@ -36,6 +36,25 @@ If no folder exists at the specified URL, you will get a `Please check the folde
36
36
 
37
37
  If root level folder is passed, you will get a `Please ensure the specified folder URL or folder Id does not refer to a root folder. Use \'spo list get\' with withPermissions instead' error.` Please use the command 'spo list get'.
38
38
 
39
+ ## Permissions
40
+
41
+ <Tabs>
42
+ <TabItem value="Delegated">
43
+
44
+ | Resource | Permissions |
45
+ |------------|---------------|
46
+ | SharePoint | AllSites.Read |
47
+
48
+ </TabItem>
49
+ <TabItem value="Application">
50
+
51
+ | Resource | Permissions |
52
+ |------------|----------------|
53
+ | SharePoint | Sites.Read.All |
54
+
55
+ </TabItem>
56
+ </Tabs>
57
+
39
58
  ## Examples
40
59
 
41
60
  Get folder properties for a folder with a specific site-relative URL.
@@ -33,6 +33,25 @@ m365 spo folder list [options]
33
33
 
34
34
  <Global />
35
35
 
36
+ ## Permissions
37
+
38
+ <Tabs>
39
+ <TabItem value="Delegated">
40
+
41
+ | Resource | Permissions |
42
+ |------------|---------------|
43
+ | SharePoint | AllSites.Read |
44
+
45
+ </TabItem>
46
+ <TabItem value="Application">
47
+
48
+ | Resource | Permissions |
49
+ |------------|----------------|
50
+ | SharePoint | Sites.Read.All |
51
+
52
+ </TabItem>
53
+ </Tabs>
54
+
36
55
  ## Examples
37
56
 
38
57
  Gets list of folders under a parent folder with site-relative URL.
@@ -46,6 +46,25 @@ When you specify a value for `nameConflictBehavior`, consider the following:
46
46
  - `fail` will throw an error when the destination folder already exists.
47
47
  - `rename` will add a suffix (e.g. folder1) when the destination folder already exists.
48
48
 
49
+ ## Permissions
50
+
51
+ <Tabs>
52
+ <TabItem value="Delegated">
53
+
54
+ | Resource | Permissions |
55
+ |------------|----------------|
56
+ | SharePoint | AllSites.Write |
57
+
58
+ </TabItem>
59
+ <TabItem value="Application">
60
+
61
+ | Resource | Permissions |
62
+ |------------|---------------------|
63
+ | SharePoint | Sites.ReadWrite.All |
64
+
65
+ </TabItem>
66
+ </Tabs>
67
+
49
68
  ## Examples
50
69
 
51
70
  Move a folder to a document library in another site collection by server-relative URL.
@@ -1,4 +1,6 @@
1
1
  import Global from '../../_global.mdx';
2
+ import Tabs from '@theme/Tabs';
3
+ import TabItem from '@theme/TabItem';
2
4
 
3
5
  # spo folder remove
4
6
 
@@ -32,6 +34,25 @@ m365 spo folder remove [options]
32
34
 
33
35
  The `spo folder remove` command will remove folder only if it is empty. If the folder contains any files, deleting the folder will fail.
34
36
 
37
+ ## Permissions
38
+
39
+ <Tabs>
40
+ <TabItem value="Delegated">
41
+
42
+ | Resource | Permissions |
43
+ |------------|----------------|
44
+ | SharePoint | AllSites.Write |
45
+
46
+ </TabItem>
47
+ <TabItem value="Application">
48
+
49
+ | Resource | Permissions |
50
+ |------------|---------------------|
51
+ | SharePoint | Sites.ReadWrite.All |
52
+
53
+ </TabItem>
54
+ </Tabs>
55
+
35
56
  ## Examples
36
57
 
37
58
  Remove a folder with a specific site-relative URL.
@@ -1,4 +1,6 @@
1
1
  import Global from '../../_global.mdx';
2
+ import Tabs from '@theme/Tabs';
3
+ import TabItem from '@theme/TabItem';
2
4
 
3
5
  # spo folder set
4
6
 
@@ -51,6 +53,25 @@ When you specify a value for `color`, consider the following:
51
53
  | Light purple | 14 | lightPurple |
52
54
  | Light pink | 15 | lightPink |
53
55
 
56
+ ## Permissions
57
+
58
+ <Tabs>
59
+ <TabItem value="Delegated">
60
+
61
+ | Resource | Permissions |
62
+ |------------|----------------|
63
+ | SharePoint | AllSites.Write |
64
+
65
+ </TabItem>
66
+ <TabItem value="Application">
67
+
68
+ | Resource | Permissions |
69
+ |------------|---------------------|
70
+ | SharePoint | Sites.ReadWrite.All |
71
+
72
+ </TabItem>
73
+ </Tabs>
74
+
54
75
  ## Examples
55
76
 
56
77
  Set the folder name to 'My Folder 2'
@@ -36,6 +36,25 @@ m365 spo homesite add [options]
36
36
 
37
37
  <Global />
38
38
 
39
+ ## Permissions
40
+
41
+ <Tabs>
42
+ <TabItem value="Delegated">
43
+
44
+ | Resource | Permissions |
45
+ |------------|----------------------|
46
+ | SharePoint | AllSites.FullControl |
47
+
48
+ </TabItem>
49
+ <TabItem value="Application">
50
+
51
+ | Resource | Permissions |
52
+ |------------|-----------------------|
53
+ | SharePoint | Sites.FullControl.All |
54
+
55
+ </TabItem>
56
+ </Tabs>
57
+
39
58
  ## Examples
40
59
 
41
60
  Add a home site
@@ -44,13 +63,13 @@ Add a home site
44
63
  m365 spo homesite add --url "https://contoso.sharepoint.com/sites/testcomms"
45
64
  ```
46
65
 
47
- Add a home site with audiences specified by their groups ids and with additional options
66
+ Add a home site with audiences specified by their group ids and with additional options
48
67
 
49
68
  ```sh
50
69
  m365 spo homesite add --url "https://contoso.sharepoint.com/sites/testcomms" --isInDraftMode true --vivaConnectionsDefaultStart false --audienceIds "af8c0bc8-7b1b-44b4-b087-ffcc8df70d16,754ff15c-76b1-44cb-88c7-0065a4d3cfb7" --order 2
51
70
  ```
52
71
 
53
- Add a home site with audiences specified by their groups names and with additional options
72
+ Add a home site with audiences specified by their group names and with additional options
54
73
 
55
74
  ```sh
56
75
  m365 spo homesite add --url "https://contoso.sharepoint.com/sites/testcomms" --isInDraftMode true --vivaConnectionsDefaultStart false --audienceNames "Marketing, IT department" --order 2
@@ -21,6 +21,25 @@ m365 spo homesite get [options]
21
21
 
22
22
  <Global />
23
23
 
24
+ ## Permissions
25
+
26
+ <Tabs>
27
+ <TabItem value="Delegated">
28
+
29
+ | Resource | Permissions |
30
+ |------------|----------------------|
31
+ | SharePoint | AllSites.FullControl |
32
+
33
+ </TabItem>
34
+ <TabItem value="Application">
35
+
36
+ | Resource | Permissions |
37
+ |------------|-----------------------|
38
+ | SharePoint | Sites.FullControl.All |
39
+
40
+ </TabItem>
41
+ </Tabs>
42
+
24
43
  ## Examples
25
44
 
26
45
  Get information about a home site.
@@ -16,6 +16,25 @@ m365 spo homesite list [options]
16
16
 
17
17
  <Global />
18
18
 
19
+ ## Permissions
20
+
21
+ <Tabs>
22
+ <TabItem value="Delegated">
23
+
24
+ | Resource | Permissions |
25
+ |------------|----------------------|
26
+ | SharePoint | AllSites.FullControl |
27
+
28
+ </TabItem>
29
+ <TabItem value="Application">
30
+
31
+ | Resource | Permissions |
32
+ |------------|-----------------------|
33
+ | SharePoint | Sites.FullControl.All |
34
+
35
+ </TabItem>
36
+ </Tabs>
37
+
19
38
  ## Examples
20
39
 
21
40
  List all home sites
@@ -1,8 +1,10 @@
1
1
  import Global from '../../_global.mdx';
2
+ import Tabs from '@theme/Tabs';
3
+ import TabItem from '@theme/TabItem';
2
4
 
3
5
  # spo homesite remove
4
6
 
5
- Removes a Home Site
7
+ Removes a home site
6
8
 
7
9
  ## Usage
8
10
 
@@ -30,15 +32,34 @@ To use this command you must be either **SharePoint Administrator** or **Global
30
32
 
31
33
  :::
32
34
 
35
+ ## Permissions
36
+
37
+ <Tabs>
38
+ <TabItem value="Delegated">
39
+
40
+ | Resource | Permissions |
41
+ |------------|----------------------|
42
+ | SharePoint | AllSites.FullControl |
43
+
44
+ </TabItem>
45
+ <TabItem value="Application">
46
+
47
+ | Resource | Permissions |
48
+ |------------|-----------------------|
49
+ | SharePoint | Sites.FullControl.All |
50
+
51
+ </TabItem>
52
+ </Tabs>
53
+
33
54
  ## Examples
34
55
 
35
- Removes a Home site specified by URL.
56
+ Removes a home site specified by URL.
36
57
 
37
58
  ```sh
38
59
  m365 spo homesite remove --url "https://contoso.sharepoint.com/sites/Europe"
39
60
  ```
40
61
 
41
- Removes a Home site specified by URL without prompting for confirmation.
62
+ Removes a home site specified by URL without prompting for confirmation.
42
63
 
43
64
  ```sh
44
65
  m365 spo homesite remove --url "https://contoso.sharepoint.com/sites/Europe" --force