@pnp/cli-microsoft365 11.10.0-beta.6b0583b → 11.10.0-beta.fdeb2ae

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 (70) hide show
  1. package/allCommands.json +1 -1
  2. package/allCommandsFull.json +1 -1
  3. package/dist/m365/planner/commands/roster/roster-add.js +5 -0
  4. package/dist/m365/planner/commands/roster/roster-get.js +8 -18
  5. package/dist/m365/planner/commands/roster/roster-member-add.js +29 -45
  6. package/dist/m365/planner/commands/roster/roster-member-get.js +28 -44
  7. package/dist/m365/planner/commands/roster/roster-member-list.js +8 -18
  8. package/dist/m365/planner/commands/roster/roster-member-remove.js +30 -48
  9. package/dist/m365/planner/commands/roster/roster-plan-list.js +28 -46
  10. package/dist/m365/planner/commands/roster/roster-remove.js +9 -27
  11. package/dist/m365/planner/commands/task/task-add.js +97 -111
  12. package/dist/m365/planner/commands/task/task-checklistitem-add.js +10 -23
  13. package/dist/m365/planner/commands/task/task-checklistitem-list.js +16 -26
  14. package/dist/m365/planner/commands/task/task-checklistitem-remove.js +10 -23
  15. package/dist/m365/planner/commands/task/task-get.js +46 -69
  16. package/dist/m365/planner/commands/task/task-list.js +33 -69
  17. package/dist/m365/planner/commands/task/task-reference-add.js +15 -35
  18. package/dist/m365/planner/commands/task/task-reference-list.js +8 -18
  19. package/dist/m365/planner/commands/task/task-reference-remove.js +26 -36
  20. package/dist/m365/planner/commands/task/task-remove.js +47 -71
  21. package/dist/m365/planner/commands/task/task-set.js +92 -113
  22. package/dist/m365/pp/commands/website/Webrole.js +2 -0
  23. package/dist/m365/pp/commands/website/website-remove.js +80 -0
  24. package/dist/m365/pp/commands/website/website-webrole-list.js +61 -0
  25. package/dist/m365/pp/commands.js +3 -1
  26. package/dist/m365/purview/commands/auditlog/auditlog-list.js +36 -60
  27. package/dist/m365/purview/commands/retentionevent/retentionevent-add.js +34 -53
  28. package/dist/m365/purview/commands/retentionevent/retentionevent-get.js +10 -23
  29. package/dist/m365/purview/commands/retentionevent/retentionevent-remove.js +11 -32
  30. package/dist/m365/purview/commands/retentioneventtype/retentioneventtype-add.js +9 -24
  31. package/dist/m365/purview/commands/retentioneventtype/retentioneventtype-get.js +10 -23
  32. package/dist/m365/purview/commands/retentioneventtype/retentioneventtype-remove.js +11 -32
  33. package/dist/m365/purview/commands/retentioneventtype/retentioneventtype-set.js +21 -35
  34. package/dist/m365/purview/commands/retentionlabel/retentionlabel-add.js +40 -82
  35. package/dist/m365/purview/commands/retentionlabel/retentionlabel-get.js +10 -23
  36. package/dist/m365/purview/commands/retentionlabel/retentionlabel-remove.js +11 -32
  37. package/dist/m365/purview/commands/retentionlabel/retentionlabel-set.js +35 -78
  38. package/dist/m365/purview/commands/sensitivitylabel/sensitivitylabel-get.js +19 -44
  39. package/dist/m365/purview/commands/sensitivitylabel/sensitivitylabel-list.js +16 -39
  40. package/dist/m365/purview/commands/sensitivitylabel/sensitivitylabel-policysettings-list.js +16 -39
  41. package/dist/m365/purview/commands/threatassessment/threatassessment-add.js +44 -67
  42. package/dist/m365/purview/commands/threatassessment/threatassessment-get.js +11 -33
  43. package/dist/m365/purview/commands/threatassessment/threatassessment-list.js +10 -33
  44. package/dist/utils/powerPlatform.js +20 -0
  45. package/docs/docs/cmd/pp/website/website-remove.mdx +89 -0
  46. package/docs/docs/cmd/pp/website/website-webrole-list.mdx +139 -0
  47. package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-add.mdx +21 -0
  48. package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-get.mdx +19 -0
  49. package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-list.mdx +19 -0
  50. package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-remove.mdx +21 -0
  51. package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-set.mdx +21 -0
  52. package/docs/docs/cmd/spo/cdn/cdn-get.mdx +19 -0
  53. package/docs/docs/cmd/spo/cdn/cdn-origin-add.mdx +21 -0
  54. package/docs/docs/cmd/spo/cdn/cdn-origin-list.mdx +19 -0
  55. package/docs/docs/cmd/spo/cdn/cdn-origin-remove.mdx +21 -0
  56. package/docs/docs/cmd/spo/cdn/cdn-policy-list.mdx +19 -0
  57. package/docs/docs/cmd/spo/cdn/cdn-policy-set.mdx +21 -0
  58. package/docs/docs/cmd/spo/cdn/cdn-set.mdx +21 -0
  59. package/docs/docs/cmd/spo/contenttype/contenttype-add.mdx +19 -0
  60. package/docs/docs/cmd/spo/contenttype/contenttype-get.mdx +19 -0
  61. package/docs/docs/cmd/spo/contenttype/contenttype-list.mdx +19 -0
  62. package/docs/docs/cmd/spo/contenttype/contenttype-remove.mdx +21 -0
  63. package/docs/docs/cmd/spo/contenttype/contenttype-set.mdx +21 -0
  64. package/docs/docs/cmd/spo/contenttype/contenttype-sync.mdx +19 -0
  65. package/docs/docs/cmd/spo/field/field-add.mdx +19 -0
  66. package/docs/docs/cmd/spo/field/field-get.mdx +19 -0
  67. package/docs/docs/cmd/spo/field/field-list.mdx +19 -0
  68. package/docs/docs/cmd/spo/field/field-remove.mdx +21 -0
  69. package/docs/docs/cmd/spo/field/field-set.mdx +21 -0
  70. package/package.json +1 -1
@@ -24,6 +24,25 @@ m365 spo contenttype list [options]
24
24
 
25
25
  <Global />
26
26
 
27
+ ## Permissions
28
+
29
+ <Tabs>
30
+ <TabItem value="Delegated">
31
+
32
+ | Resource | Permissions |
33
+ |------------|---------------|
34
+ | SharePoint | AllSites.Read |
35
+
36
+ </TabItem>
37
+ <TabItem value="Application">
38
+
39
+ | Resource | Permissions |
40
+ |------------|----------------|
41
+ | SharePoint | Sites.Read.All |
42
+
43
+ </TabItem>
44
+ </Tabs>
45
+
27
46
  ## Examples
28
47
 
29
48
  Retrieve site content types.
@@ -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 contenttype remove
4
6
 
@@ -34,6 +36,25 @@ If the specified content type is in use by a list and cannot be removed, you wil
34
36
 
35
37
  The content type you wish to remove can be selected by the ID or Name of the content type. Either ID or Name parameter must be specified.
36
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
+
37
58
  ## Examples
38
59
 
39
60
  Remove a site content type 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 contenttype set
4
6
 
@@ -45,6 +47,25 @@ When specifying the `--updateChildren` flag, SharePoint will only propagate the
45
47
 
46
48
  :::
47
49
 
50
+ ## Permissions
51
+
52
+ <Tabs>
53
+ <TabItem value="Delegated">
54
+
55
+ | Resource | Permissions |
56
+ |------------|-----------------|
57
+ | SharePoint | AllSites.Manage |
58
+
59
+ </TabItem>
60
+ <TabItem value="Application">
61
+
62
+ | Resource | Permissions |
63
+ |------------|------------------|
64
+ | SharePoint | Sites.Manage.All |
65
+
66
+ </TabItem>
67
+ </Tabs>
68
+
48
69
  ## Examples
49
70
 
50
71
  Move site content type to a different group.
@@ -36,6 +36,25 @@ m365 spo contenttype sync [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.Manage |
47
+
48
+ </TabItem>
49
+ <TabItem value="Application">
50
+
51
+ | Resource | Permissions |
52
+ |------------|------------------|
53
+ | SharePoint | Sites.Manage.All |
54
+
55
+ </TabItem>
56
+ </Tabs>
57
+
39
58
  ## Examples
40
59
 
41
60
  Syncs a given published content type from the hub to the specified site.
@@ -40,6 +40,25 @@ m365 spo field add [options]
40
40
 
41
41
  If the specified field already exists, you will get a _A duplicate field name "your-field" was found._ error.
42
42
 
43
+ ## Permissions
44
+
45
+ <Tabs>
46
+ <TabItem value="Delegated">
47
+
48
+ | Resource | Permissions |
49
+ |------------|----------------|
50
+ | SharePoint | AllSites.Write |
51
+
52
+ </TabItem>
53
+ <TabItem value="Application">
54
+
55
+ | Resource | Permissions |
56
+ |------------|---------------------|
57
+ | SharePoint | Sites.ReadWrite.All |
58
+
59
+ </TabItem>
60
+ </Tabs>
61
+
43
62
  ## Examples
44
63
 
45
64
  Create a date time site column.
@@ -39,6 +39,25 @@ m365 spo field get [options]
39
39
 
40
40
  <Global />
41
41
 
42
+ ## Permissions
43
+
44
+ <Tabs>
45
+ <TabItem value="Delegated">
46
+
47
+ | Resource | Permissions |
48
+ |------------|---------------|
49
+ | SharePoint | AllSites.Read |
50
+
51
+ </TabItem>
52
+ <TabItem value="Application">
53
+
54
+ | Resource | Permissions |
55
+ |------------|----------------|
56
+ | SharePoint | Sites.Read.All |
57
+
58
+ </TabItem>
59
+ </Tabs>
60
+
42
61
  ## Examples
43
62
 
44
63
  Retrieves site column by id located in the specified site.
@@ -30,6 +30,25 @@ m365 spo field list [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
  Retrieves site columns for 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 field remove
4
6
 
@@ -43,6 +45,25 @@ m365 spo field 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.Write |
56
+
57
+ </TabItem>
58
+ <TabItem value="Application">
59
+
60
+ | Resource | Permissions |
61
+ |------------|---------------------|
62
+ | SharePoint | Sites.ReadWrite.All |
63
+
64
+ </TabItem>
65
+ </Tabs>
66
+
46
67
  ## Examples
47
68
 
48
69
  Remove the site column with the specified ID, 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 field set
4
6
 
@@ -50,6 +52,25 @@ When updating column formatting for a field with the `--CustomFormatter` option,
50
52
 
51
53
  :::
52
54
 
55
+ ## Permissions
56
+
57
+ <Tabs>
58
+ <TabItem value="Delegated">
59
+
60
+ | Resource | Permissions |
61
+ |------------|-----------------|
62
+ | SharePoint | AllSites.Manage |
63
+
64
+ </TabItem>
65
+ <TabItem value="Application">
66
+
67
+ | Resource | Permissions |
68
+ |------------|------------------|
69
+ | SharePoint | Sites.Manage.All |
70
+
71
+ </TabItem>
72
+ </Tabs>
73
+
53
74
  ## Examples
54
75
 
55
76
  Update the title of the site column specified by its internal name and push changes to existing lists.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnp/cli-microsoft365",
3
- "version": "11.10.0-beta.6b0583b",
3
+ "version": "11.10.0-beta.fdeb2ae",
4
4
  "description": "Manage Microsoft 365 and SharePoint Framework projects on any platform",
5
5
  "license": "MIT",
6
6
  "main": "./dist/api.js",