@pnp/cli-microsoft365 4.3.0-beta.fd397f5 → 4.3.0

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 (32) hide show
  1. package/.devcontainer/devcontainer.json +9 -1
  2. package/README.md +1 -1
  3. package/dist/Utils.js +3 -0
  4. package/dist/appInsights.js +2 -1
  5. package/dist/cli/Cli.js +22 -3
  6. package/dist/m365/aad/commands/o365group/{Group.js → GroupExtended.js} +1 -1
  7. package/dist/m365/aad/commands/o365group/o365group-user-set.js +3 -3
  8. package/dist/m365/aad/commands/user/user-get.js +33 -6
  9. package/dist/m365/aad/commands/user/user-password-validate.js +42 -0
  10. package/dist/m365/aad/commands.js +1 -0
  11. package/dist/m365/app/commands/permission/permission-list.js +266 -0
  12. package/dist/m365/app/commands.js +7 -0
  13. package/dist/m365/base/AppCommand.js +76 -0
  14. package/dist/m365/pa/commands/app/app-list.js +28 -1
  15. package/dist/m365/planner/commands/task/task-add.js +288 -0
  16. package/dist/m365/planner/commands.js +1 -0
  17. package/dist/m365/spo/commands/site/site-ensure.js +1 -1
  18. package/dist/m365/teams/commands/message/message-get.js +1 -1
  19. package/dist/request.js +9 -4
  20. package/docs/docs/cmd/_global.md +2 -2
  21. package/docs/docs/cmd/aad/user/user-get.md +13 -4
  22. package/docs/docs/cmd/aad/user/user-password-validate.md +29 -0
  23. package/docs/docs/cmd/app/permission/permission-list.md +36 -0
  24. package/docs/docs/cmd/pa/app/app-list.md +17 -1
  25. package/docs/docs/cmd/planner/task/task-add.md +78 -0
  26. package/docs/docs/cmd/spfx/project/project-externalize.md +1 -1
  27. package/docs/docs/cmd/spfx/project/project-rename.md +1 -1
  28. package/docs/docs/cmd/spfx/spfx-doctor.md +1 -1
  29. package/docs/docs/cmd/teams/message/message-get.md +0 -3
  30. package/npm-shrinkwrap.json +601 -741
  31. package/package.json +21 -16
  32. package/dist/m365/aad/commands/o365group/GroupUser.js +0 -3
@@ -23,9 +23,6 @@ m365 teams message get [options]
23
23
 
24
24
  ## Remarks
25
25
 
26
- !!! attention
27
- This command is based on an API that is currently in preview and is subject to change once the API reached general availability.
28
-
29
26
  You can only retrieve a message from a Microsoft Teams team if you are a member of that team.
30
27
 
31
28
  ## Examples