@pnp/cli-microsoft365 7.4.0-beta.4c4cef8 → 7.4.0-beta.5820537

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 (47) hide show
  1. package/.eslintrc.cjs +6 -0
  2. package/README.md +1 -1
  3. package/allCommands.json +1 -1
  4. package/allCommandsFull.json +1 -1
  5. package/dist/Auth.js +2 -1
  6. package/dist/appInsights.js +2 -0
  7. package/dist/cli/cli.js +1 -0
  8. package/dist/m365/entra/aadCommands.js +1 -0
  9. package/dist/m365/entra/commands/administrativeunit/administrativeunit-roleassignment-add.js +102 -0
  10. package/dist/m365/entra/commands.js +1 -0
  11. package/dist/m365/external/commands/connection/connection-urltoitemresolver-add.js +69 -0
  12. package/dist/m365/external/commands.js +1 -0
  13. package/dist/m365/teams/commands/user/user-app-add.js +35 -3
  14. package/dist/request.js +16 -0
  15. package/dist/utils/md.js +2 -2
  16. package/dist/utils/roleAssignment.js +42 -0
  17. package/dist/utils/roleDefinition.js +24 -0
  18. package/docs/docs/cmd/adaptivecard/adaptivecard-send.mdx +1 -1
  19. package/docs/docs/cmd/entra/administrativeunit/administrativeunit-roleassignment-add.mdx +116 -0
  20. package/docs/docs/cmd/external/connection/connection-urltoitemresolver-add.mdx +47 -0
  21. package/docs/docs/cmd/graph/schemaextension/schemaextension-add.mdx +1 -1
  22. package/docs/docs/cmd/graph/schemaextension/schemaextension-set.mdx +1 -1
  23. package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-add.mdx +1 -1
  24. package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-set.mdx +1 -1
  25. package/docs/docs/cmd/spo/commandset/commandset-add.mdx +1 -1
  26. package/docs/docs/cmd/spo/commandset/commandset-set.mdx +1 -1
  27. package/docs/docs/cmd/spo/contenttype/contenttype-set.mdx +1 -1
  28. package/docs/docs/cmd/spo/customaction/customaction-add.mdx +1 -1
  29. package/docs/docs/cmd/spo/customaction/customaction-set.mdx +1 -1
  30. package/docs/docs/cmd/spo/field/field-set.mdx +1 -1
  31. package/docs/docs/cmd/spo/list/list-view-set.mdx +1 -1
  32. package/docs/docs/cmd/spo/listitem/listitem-add.mdx +1 -1
  33. package/docs/docs/cmd/spo/listitem/listitem-batch-add.mdx +1 -1
  34. package/docs/docs/cmd/spo/listitem/listitem-set.mdx +1 -1
  35. package/docs/docs/cmd/spo/page/page-clientsidewebpart-add.mdx +1 -1
  36. package/docs/docs/cmd/spo/page/page-control-set.mdx +1 -1
  37. package/docs/docs/cmd/spo/page/page-set.mdx +2 -2
  38. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-add.mdx +1 -1
  39. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-set.mdx +1 -1
  40. package/docs/docs/cmd/spo/tenant/tenant-commandset-add.mdx +1 -1
  41. package/docs/docs/cmd/spo/tenant/tenant-commandset-set.mdx +1 -1
  42. package/docs/docs/cmd/spo/term/term-add.mdx +1 -1
  43. package/docs/docs/cmd/spo/term/term-group-add.mdx +1 -1
  44. package/docs/docs/cmd/spo/term/term-set-add.mdx +1 -1
  45. package/docs/docs/cmd/teams/user/user-app-add.mdx +8 -5
  46. package/npm-shrinkwrap.json +184 -430
  47. package/package.json +9 -9
package/.eslintrc.cjs CHANGED
@@ -13,6 +13,7 @@ const dictionary = [
13
13
  'approve',
14
14
  'assessment',
15
15
  'assets',
16
+ 'assignment',
16
17
  'audit',
17
18
  'bin',
18
19
  'builder',
@@ -50,6 +51,7 @@ const dictionary = [
50
51
  'installed',
51
52
  'is',
52
53
  'issue',
54
+ 'item',
53
55
  'label',
54
56
  'list',
55
57
  'link',
@@ -74,6 +76,7 @@ const dictionary = [
74
76
  'property',
75
77
  'records',
76
78
  'recycle',
79
+ 'resolver',
77
80
  'retention',
78
81
  'role',
79
82
  'room',
@@ -92,9 +95,12 @@ const dictionary = [
92
95
  'table',
93
96
  'teams',
94
97
  'threat',
98
+ 'to',
99
+ 'todo',
95
100
  'token',
96
101
  'type',
97
102
  'unit',
103
+ 'url',
98
104
  'user',
99
105
  'web',
100
106
  'webhook'
package/README.md CHANGED
@@ -191,7 +191,7 @@ m365 spo site get --url https://contoso.sharepoint.com --output text
191
191
 
192
192
  ## Build
193
193
 
194
- To build and run this CLI locally, you will need [`node`](https://nodejs.org) `>= 18.0.0` installed.
194
+ To build and run this CLI locally, you will need [`node`](https://nodejs.org) `>= 20.0.0` installed.
195
195
 
196
196
  ```sh
197
197
  # Clone this repository