@pnp/cli-microsoft365 6.0.0-beta.27b9708 → 6.0.0-beta.2979870

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 (41) hide show
  1. package/dist/m365/aad/commands/app/app-add.js +4 -4
  2. package/dist/m365/aad/commands/o365group/o365group-recyclebinitem-restore.js +0 -3
  3. package/dist/m365/aad/commands.js +0 -1
  4. package/dist/m365/graph/Changelog.js +3 -0
  5. package/dist/m365/graph/commands/changelog/changelog-list.js +160 -0
  6. package/dist/m365/graph/commands.js +1 -0
  7. package/dist/m365/outlook/commands/mail/mail-send.js +22 -6
  8. package/dist/m365/outlook/commands.js +1 -2
  9. package/dist/m365/pp/commands/environment/environment-list.js +1 -1
  10. package/dist/m365/spo/commands/field/field-set.js +2 -9
  11. package/dist/m365/spo/commands/list/list-roleinheritance-break.js +46 -21
  12. package/dist/m365/spo/commands/list/list-roleinheritance-reset.js +42 -17
  13. package/dist/m365/spo/commands/listitem/listitem-roleinheritance-break.js +46 -21
  14. package/dist/m365/spo/commands/listitem/listitem-roleinheritance-reset.js +45 -17
  15. package/dist/m365/spo/commands/web/web-roleinheritance-reset.js +43 -13
  16. package/dist/m365/teams/commands/channel/channel-member-add.js +0 -4
  17. package/dist/m365/teams/commands/channel/channel-member-list.js +0 -4
  18. package/dist/m365/teams/commands/channel/channel-member-remove.js +0 -4
  19. package/dist/m365/teams/commands.js +0 -3
  20. package/dist/utils/fsUtil.js +2 -4
  21. package/dist/utils/md.js +1 -1
  22. package/docs/docs/cmd/aad/o365group/o365group-recyclebinitem-restore.md +1 -7
  23. package/docs/docs/cmd/graph/changelog/changelog-list.md +53 -0
  24. package/docs/docs/cmd/outlook/mail/mail-send.md +45 -8
  25. package/docs/docs/cmd/pp/environment/environment-list.md +1 -1
  26. package/docs/docs/cmd/spo/field/field-set.md +0 -3
  27. package/docs/docs/cmd/spo/list/list-roleassignment-add.md +2 -2
  28. package/docs/docs/cmd/spo/list/list-roleassignment-remove.md +2 -2
  29. package/docs/docs/cmd/spo/list/list-roleinheritance-break.md +9 -0
  30. package/docs/docs/cmd/spo/list/list-roleinheritance-reset.md +9 -0
  31. package/docs/docs/cmd/spo/listitem/listitem-roleassignment-remove.md +2 -2
  32. package/docs/docs/cmd/spo/listitem/listitem-roleinheritance-break.md +9 -0
  33. package/docs/docs/cmd/spo/listitem/listitem-roleinheritance-reset.md +9 -0
  34. package/docs/docs/cmd/spo/site/site-add.md +2 -2
  35. package/docs/docs/cmd/spo/site/site-groupify.md +0 -6
  36. package/docs/docs/cmd/spo/web/web-roleassignment-add.md +2 -2
  37. package/docs/docs/cmd/spo/web/web-roleinheritance-reset.md +9 -0
  38. package/docs/docs/cmd/teams/channel/channel-member-add.md +0 -6
  39. package/docs/docs/cmd/teams/channel/channel-member-list.md +0 -6
  40. package/docs/docs/cmd/teams/channel/channel-member-remove.md +0 -6
  41. package/package.json +1 -1
@@ -8,12 +8,6 @@ Remove the specified member from the specified Microsoft Teams private team chan
8
8
  m365 teams channel member remove [options]
9
9
  ```
10
10
 
11
- ## Alias
12
-
13
- ```sh
14
- m365 teams conversationmember remove [options]
15
- ```
16
-
17
11
  ## Options
18
12
 
19
13
  `--teamId [teamId]`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnp/cli-microsoft365",
3
- "version": "6.0.0-beta.27b9708",
3
+ "version": "6.0.0-beta.2979870",
4
4
  "description": "Manage Microsoft 365 and SharePoint Framework projects on any platform",
5
5
  "license": "MIT",
6
6
  "main": "./dist/api.js",