@pnp/cli-microsoft365 11.0.0-beta.1f852eb → 11.0.0-beta.3655c37

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 (86) hide show
  1. package/.devproxy/api-specs/sharepoint.yaml +54 -0
  2. package/.eslintrc.cjs +2 -0
  3. package/allCommands.json +1 -1
  4. package/allCommandsFull.json +1 -1
  5. package/dist/Command.js +4 -0
  6. package/dist/m365/adaptivecard/commands/adaptivecard-send.js +1 -1
  7. package/dist/m365/entra/commands/administrativeunit/administrativeunit-add.js +13 -27
  8. package/dist/m365/entra/commands/administrativeunit/administrativeunit-get.js +18 -43
  9. package/dist/m365/entra/commands/administrativeunit/administrativeunit-list.js +10 -21
  10. package/dist/m365/entra/commands/administrativeunit/administrativeunit-remove.js +25 -49
  11. package/dist/m365/entra/commands/app/app-add.js +14 -2
  12. package/dist/m365/entra/commands/roleassignment/roleassignment-add.js +146 -0
  13. package/dist/m365/entra/commands.js +1 -0
  14. package/dist/m365/flow/commands/environment/environment-get.js +19 -29
  15. package/dist/m365/graph/commands/openextension/openextension-add.js +2 -2
  16. package/dist/m365/graph/commands/openextension/openextension-set.js +2 -6
  17. package/dist/m365/outlook/commands/mail/mail-searchfolder-add.js +85 -0
  18. package/dist/m365/outlook/commands.js +1 -0
  19. package/dist/m365/pa/commands/environment/environment-get.js +18 -23
  20. package/dist/m365/pp/commands/copilot/copilot-get.js +0 -4
  21. package/dist/m365/pp/commands/copilot/copilot-list.js +0 -4
  22. package/dist/m365/pp/commands/copilot/copilot-remove.js +0 -4
  23. package/dist/m365/pp/commands/environment/environment-get.js +19 -26
  24. package/dist/m365/pp/commands.js +0 -7
  25. package/dist/m365/spfx/commands/project/project-upgrade.js +23 -66
  26. package/dist/m365/spo/commands/customaction/customaction-list.js +3 -10
  27. package/dist/m365/spo/commands/file/file-version-keep.js +78 -0
  28. package/dist/m365/spo/commands/homesite/homesite-get.js +28 -14
  29. package/dist/m365/spo/commands/homesite/homesite-list.js +1 -12
  30. package/dist/m365/spo/commands/homesite/homesite-remove.js +6 -34
  31. package/dist/m365/spo/commands/homesite/homesite-set.js +88 -44
  32. package/dist/m365/spo/commands/list/list-view-add.js +1 -1
  33. package/dist/m365/spo/commands/serviceprincipal/serviceprincipal-grant-list.js +17 -25
  34. package/dist/m365/spo/commands.js +1 -2
  35. package/dist/m365/teams/commands/report/report-directroutingcalls.js +5 -12
  36. package/dist/m365/teams/commands/report/report-pstncalls.js +5 -12
  37. package/dist/m365/viva/commands.js +0 -3
  38. package/dist/utils/entraAdministrativeUnit.js +1 -1
  39. package/dist/utils/entraApp.js +15 -0
  40. package/docs/docs/cmd/entra/app/app-add.mdx +7 -1
  41. package/docs/docs/cmd/entra/roleassignment/roleassignment-add.mdx +163 -0
  42. package/docs/docs/cmd/flow/environment/environment-get.mdx +6 -5
  43. package/docs/docs/cmd/outlook/mail/mail-searchfolder-add.mdx +147 -0
  44. package/docs/docs/cmd/pa/environment/environment-get.mdx +5 -2
  45. package/docs/docs/cmd/pp/copilot/copilot-get.mdx +0 -6
  46. package/docs/docs/cmd/pp/copilot/copilot-list.mdx +0 -6
  47. package/docs/docs/cmd/pp/copilot/copilot-remove.mdx +0 -6
  48. package/docs/docs/cmd/pp/environment/environment-get.mdx +5 -2
  49. package/docs/docs/cmd/spfx/project/project-upgrade.mdx +18 -5
  50. package/docs/docs/cmd/spo/file/file-version-keep.mdx +68 -0
  51. package/docs/docs/cmd/spo/homesite/homesite-get.mdx +44 -23
  52. package/docs/docs/cmd/spo/homesite/homesite-list.mdx +0 -6
  53. package/docs/docs/cmd/spo/homesite/homesite-remove.mdx +10 -35
  54. package/docs/docs/cmd/spo/homesite/homesite-set.mdx +85 -45
  55. package/docs/docs/cmd/spo/list/list-view-add.mdx +11 -11
  56. package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-grant-list.mdx +18 -18
  57. package/docs/docs/cmd/teams/report/report-directroutingcalls.mdx +25 -44
  58. package/docs/docs/cmd/teams/report/report-pstncalls.mdx +25 -48
  59. package/docs/docs/cmd/viva/engage/engage-community-list.mdx +19 -0
  60. package/docs/docs/cmd/viva/engage/engage-community-user-add.mdx +19 -0
  61. package/docs/docs/cmd/viva/engage/engage-community-user-remove.mdx +19 -0
  62. package/npm-shrinkwrap.json +51 -51
  63. package/package.json +12 -12
  64. package/dist/m365/pp/commands/card/card-clone.js +0 -101
  65. package/dist/m365/pp/commands/card/card-get.js +0 -89
  66. package/dist/m365/pp/commands/card/card-list.js +0 -55
  67. package/dist/m365/pp/commands/card/card-remove.js +0 -105
  68. package/dist/m365/skype/commands/report/report-activitycounts.js +0 -15
  69. package/dist/m365/skype/commands/report/report-activityusercounts.js +0 -15
  70. package/dist/m365/skype/commands/report/report-activityuserdetail.js +0 -15
  71. package/dist/m365/skype/commands.js +0 -7
  72. package/dist/m365/spo/commands/mail/mail-send.js +0 -108
  73. package/dist/m365/viva/commands/engage/engage-group-list.js +0 -93
  74. package/dist/m365/viva/commands/engage/engage-group-user-add.js +0 -73
  75. package/dist/m365/viva/commands/engage/engage-group-user-remove.js +0 -88
  76. package/docs/docs/cmd/pp/card/card-clone.mdx +0 -103
  77. package/docs/docs/cmd/pp/card/card-get.mdx +0 -212
  78. package/docs/docs/cmd/pp/card/card-list.mdx +0 -163
  79. package/docs/docs/cmd/pp/card/card-remove.mdx +0 -86
  80. package/docs/docs/cmd/skype/report/report-activitycounts.mdx +0 -96
  81. package/docs/docs/cmd/skype/report/report-activityusercounts.mdx +0 -96
  82. package/docs/docs/cmd/skype/report/report-activityuserdetail.mdx +0 -134
  83. package/docs/docs/cmd/spo/mail/mail-send.mdx +0 -69
  84. package/docs/docs/cmd/viva/engage/engage-group-list.mdx +0 -174
  85. package/docs/docs/cmd/viva/engage/engage-group-user-add.mdx +0 -60
  86. package/docs/docs/cmd/viva/engage/engage-group-user-remove.mdx +0 -58

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.