@pnp/cli-microsoft365 4.3.0-beta.fd397f5 → 5.0.0-beta.40b91b5

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 (37) hide show
  1. package/README.md +1 -1
  2. package/dist/Utils.js +3 -0
  3. package/dist/appInsights.js +2 -1
  4. package/dist/cli/Cli.js +22 -3
  5. package/dist/m365/aad/commands/o365group/{Group.js → GroupExtended.js} +1 -1
  6. package/dist/m365/aad/commands/o365group/o365group-user-set.js +3 -3
  7. package/dist/m365/aad/commands/oauth2grant/oauth2grant-list.js +7 -7
  8. package/dist/m365/aad/commands/oauth2grant/oauth2grant-remove.js +36 -12
  9. package/dist/m365/aad/commands/sp/sp-get.js +44 -21
  10. package/dist/m365/aad/commands/user/user-get.js +33 -6
  11. package/dist/m365/aad/commands/user/user-password-validate.js +42 -0
  12. package/dist/m365/aad/commands.js +1 -0
  13. package/dist/m365/app/commands/permission/permission-list.js +266 -0
  14. package/dist/m365/app/commands.js +7 -0
  15. package/dist/m365/base/AppCommand.js +76 -0
  16. package/dist/m365/pa/commands/app/app-list.js +28 -1
  17. package/dist/m365/planner/commands/task/task-add.js +288 -0
  18. package/dist/m365/planner/commands.js +1 -0
  19. package/dist/m365/spo/commands/site/site-ensure.js +1 -1
  20. package/dist/m365/teams/commands/message/message-get.js +1 -1
  21. package/dist/request.js +9 -4
  22. package/docs/docs/cmd/_global.md +2 -2
  23. package/docs/docs/cmd/aad/oauth2grant/oauth2grant-list.md +4 -3
  24. package/docs/docs/cmd/aad/oauth2grant/oauth2grant-remove.md +9 -0
  25. package/docs/docs/cmd/aad/sp/sp-get.md +2 -1
  26. package/docs/docs/cmd/aad/user/user-get.md +13 -4
  27. package/docs/docs/cmd/aad/user/user-password-validate.md +29 -0
  28. package/docs/docs/cmd/app/permission/permission-list.md +36 -0
  29. package/docs/docs/cmd/pa/app/app-list.md +17 -1
  30. package/docs/docs/cmd/planner/task/task-add.md +78 -0
  31. package/docs/docs/cmd/spfx/project/project-externalize.md +1 -1
  32. package/docs/docs/cmd/spfx/project/project-rename.md +1 -1
  33. package/docs/docs/cmd/spfx/spfx-doctor.md +1 -1
  34. package/docs/docs/cmd/teams/message/message-get.md +0 -3
  35. package/npm-shrinkwrap.json +603 -743
  36. package/package.json +19 -15
  37. package/dist/m365/aad/commands/o365group/GroupUser.js +0 -3
@@ -23,7 +23,7 @@ m365 spfx project rename [options]
23
23
  : JMESPath query string. See [http://jmespath.org/](http://jmespath.org/) for more information and examples
24
24
 
25
25
  `-o, --output [output]`
26
- : Output type. `json,text,md`. Default `text`
26
+ : Output type. `json,text,csv,md`. Default `json`
27
27
 
28
28
  `--verbose`
29
29
  : Runs command with verbose logging
@@ -20,7 +20,7 @@ m365 spfx doctor [options]
20
20
  : JMESPath query string. See [http://jmespath.org/](http://jmespath.org/) for more information and examples
21
21
 
22
22
  `-o, --output [output]`
23
- : Output type. `json,text,md`. Default `text`
23
+ : Output type. `json,text,csv,md`. Default `json`
24
24
 
25
25
  `--verbose`
26
26
  : Runs command with verbose logging
@@ -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