@pnp/cli-microsoft365 10.8.0-beta.cdb5c81 → 10.9.0-beta.3261443

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 (67) hide show
  1. package/.devcontainer/Dockerfile +1 -1
  2. package/Dockerfile +3 -3
  3. package/README.md +4 -2
  4. package/allCommands.json +1 -1
  5. package/allCommandsFull.json +1 -1
  6. package/dist/m365/app/commands/app-get.js +5 -2
  7. package/dist/m365/app/commands/app-open.js +9 -22
  8. package/dist/m365/app/commands/permission/permission-add.js +18 -30
  9. package/dist/m365/app/commands/permission/permission-list.js +5 -2
  10. package/dist/m365/base/AppCommand.js +9 -25
  11. package/dist/m365/booking/commands/business/business-get.js +18 -25
  12. package/dist/m365/context/commands/context-remove.js +12 -25
  13. package/dist/m365/context/commands/option/option-remove.js +11 -25
  14. package/dist/m365/entra/commands/m365group/m365group-get.js +16 -3
  15. package/dist/m365/entra/commands/m365group/m365group-list.js +7 -1
  16. package/dist/m365/entra/commands/pim/pim-role-assignment-eligibility-list.js +9 -3
  17. package/dist/m365/entra/commands/pim/pim-role-assignment-list.js +9 -3
  18. package/dist/m365/entra/commands/pim/pim-role-request-list.js +9 -3
  19. package/dist/m365/flow/commands/flow-list.js +14 -7
  20. package/dist/m365/flow/commands/run/run-get.js +1 -1
  21. package/dist/m365/graph/commands/directoryextension/directoryextension-list.js +74 -0
  22. package/dist/m365/graph/commands/subscription/subscription-add.js +10 -3
  23. package/dist/m365/graph/commands.js +1 -0
  24. package/dist/m365/pp/commands/solution/solution-publisher-list.js +8 -1
  25. package/dist/m365/purview/commands/threatassessment/threatassessment-get.js +9 -2
  26. package/dist/m365/spo/commands/file/file-move.js +8 -2
  27. package/dist/m365/spo/commands/hubsite/hubsite-get.js +14 -5
  28. package/dist/m365/spo/commands/hubsite/hubsite-list.js +9 -2
  29. package/dist/m365/spo/commands/list/list-get.js +12 -6
  30. package/dist/m365/spo/commands/page/clientsidepages.js +49 -17
  31. package/dist/m365/spo/commands/tenant/tenant-site-list.js +16 -5
  32. package/dist/m365/spo/commands/term/term-list.js +10 -3
  33. package/dist/m365/spp/commands/model/model-apply.js +130 -0
  34. package/dist/m365/spp/commands/model/model-get.js +7 -24
  35. package/dist/m365/spp/commands/model/model-list.js +1 -1
  36. package/dist/m365/spp/commands/model/model-remove.js +1 -1
  37. package/dist/m365/spp/commands.js +1 -0
  38. package/dist/m365/teams/commands/chat/chat-member-add.js +10 -4
  39. package/dist/m365/viva/commands/engage/engage-community-remove.js +99 -0
  40. package/dist/m365/viva/commands/engage/engage-network-list.js +8 -2
  41. package/dist/m365/viva/commands.js +1 -0
  42. package/dist/utils/spp.js +59 -1
  43. package/docs/docs/cmd/entra/m365group/m365group-get.mdx +8 -5
  44. package/docs/docs/cmd/entra/m365group/m365group-list.mdx +14 -12
  45. package/docs/docs/cmd/entra/pim/pim-role-assignment-eligibility-list.mdx +7 -4
  46. package/docs/docs/cmd/entra/pim/pim-role-assignment-list.mdx +9 -6
  47. package/docs/docs/cmd/entra/pim/pim-role-request-list.mdx +7 -4
  48. package/docs/docs/cmd/flow/flow-list.mdx +8 -5
  49. package/docs/docs/cmd/flow/run/run-get.mdx +1 -1
  50. package/docs/docs/cmd/graph/directoryextension/directoryextension-list.mdx +135 -0
  51. package/docs/docs/cmd/graph/subscription/subscription-add.mdx +6 -3
  52. package/docs/docs/cmd/pp/solution/solution-publisher-list.mdx +7 -4
  53. package/docs/docs/cmd/purview/threatassessment/threatassessment-get.mdx +7 -4
  54. package/docs/docs/cmd/spo/file/file-move.mdx +4 -1
  55. package/docs/docs/cmd/spo/hubsite/hubsite-get.mdx +6 -3
  56. package/docs/docs/cmd/spo/hubsite/hubsite-list.mdx +7 -4
  57. package/docs/docs/cmd/spo/list/list-add.mdx +1 -1
  58. package/docs/docs/cmd/spo/list/list-get.mdx +12 -3
  59. package/docs/docs/cmd/spo/list/list-set.mdx +2 -2
  60. package/docs/docs/cmd/spo/tenant/tenant-site-list.mdx +10 -7
  61. package/docs/docs/cmd/spo/term/term-list.mdx +7 -4
  62. package/docs/docs/cmd/spp/model/model-apply.mdx +79 -0
  63. package/docs/docs/cmd/teams/chat/chat-member-add.mdx +6 -3
  64. package/docs/docs/cmd/viva/engage/engage-community-remove.mdx +61 -0
  65. package/docs/docs/cmd/viva/engage/engage-network-list.mdx +7 -4
  66. package/npm-shrinkwrap.json +112 -97
  67. package/package.json +14 -14
@@ -1,4 +1,4 @@
1
- FROM waldekm/powershell:alpine-3.18
1
+ FROM mcr.microsoft.com/powershell:alpine-3.20
2
2
 
3
3
  LABEL name="CLI for Microsoft 365 Development" \
4
4
  description="Development container for contributing to CLI for Microsoft 365" \
package/Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM waldekm/powershell:alpine-3.18
1
+ FROM mcr.microsoft.com/powershell:alpine-3.20
2
2
 
3
3
  ARG CLI_VERSION=latest
4
4
 
@@ -39,8 +39,8 @@ ENV 0="/bin/bash" \
39
39
 
40
40
  RUN bash -c 'echo "export PATH=$PATH:/home/cli-microsoft365/.npm-global/bin:/home/.local/bin" >> ~/.bash_profile' \
41
41
  && bash -c 'echo "export CLIMICROSOFT365_ENV=\"docker\"" >> ~/.bash_profile' \
42
- && bash -c 'npm i -g @pnp/cli-microsoft365@${CLI_VERSION} --production --quiet --no-progress' \
43
- && bash -c 'echo "source /etc/profile.d/bash_completion.sh" >> ~/.bash_profile' \
42
+ && bash -c 'npm i -g @pnp/cli-microsoft365@${CLI_VERSION} --omit=dev --quiet --no-progress' \
43
+ && bash -c 'echo "source /etc/bash/bash_completion.sh" >> ~/.bash_profile' \
44
44
  && bash -c 'echo "alias \"m365?\"=\"m365_chili\"" >> ~/.bash_profile' \
45
45
  && bash -c 'echo ". .bashrc" >> ~/.bash_profile' \
46
46
  && bash -c 'npm cache clean --force' \
package/README.md CHANGED
@@ -93,14 +93,16 @@
93
93
  - Power Apps
94
94
  - Power Platform
95
95
  - Purview
96
- - Skype for Business
96
+ - SharePoint Embedded
97
97
  - SharePoint Online
98
+ - SharePoint Premium
98
99
  - To Do
99
100
  - Supported authentication methods
100
101
  - Azure Managed Identity
101
102
  - Certificate
102
103
  - Client Secret
103
104
  - Device Code
105
+ - Federated identity
104
106
  - Username and Password
105
107
  - Manage your SharePoint Framework projects
106
108
  - Upgrade your projects
@@ -110,7 +112,7 @@
110
112
 
111
113
  ## Install
112
114
 
113
- To use the CLI for Microsoft 365 you need [`Node.js`](https://nodejs.org). The CLI has been tested with Node.js versions 18 and higher, but we recommend you to use the Node.js LTS version available at the moment.
115
+ To use the CLI for Microsoft 365 you need [`Node.js`](https://nodejs.org). The CLI has been tested with Node.js versions 20 and higher, but we recommend you to use the Node.js LTS version available at the moment.
114
116
 
115
117
  ```
116
118
  npm install -g @pnp/cli-microsoft365