@pnp/cli-microsoft365 11.10.0-beta.fdeb2ae → 11.11.0-beta.1cb40cb

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 (97) hide show
  1. package/.devcontainer/Dockerfile +1 -1
  2. package/.devproxy/api-specs/sharepoint-admin.yaml +50 -0
  3. package/Dockerfile +1 -1
  4. package/allCommands.json +1 -1
  5. package/allCommandsFull.json +1 -1
  6. package/dist/Auth.js +4 -2
  7. package/dist/config.js +1 -0
  8. package/dist/m365/entra/commands/agent/agent-list.js +48 -0
  9. package/dist/m365/entra/commands.js +1 -0
  10. package/dist/m365/outlook/commands/event/event-get.js +77 -0
  11. package/dist/m365/outlook/commands.js +1 -0
  12. package/dist/m365/pp/commands/aibuildermodel/aibuildermodel-get.js +23 -41
  13. package/dist/m365/pp/commands/aibuildermodel/aibuildermodel-list.js +9 -24
  14. package/dist/m365/pp/commands/aibuildermodel/aibuildermodel-remove.js +24 -44
  15. package/dist/m365/pp/commands/copilot/copilot-get.js +23 -41
  16. package/dist/m365/pp/commands/copilot/copilot-list.js +9 -24
  17. package/dist/m365/pp/commands/copilot/copilot-remove.js +24 -44
  18. package/dist/m365/pp/commands/dataverse/dataverse-table-get.js +10 -26
  19. package/dist/m365/pp/commands/dataverse/dataverse-table-list.js +9 -24
  20. package/dist/m365/pp/commands/dataverse/dataverse-table-remove.js +11 -29
  21. package/dist/m365/pp/commands/dataverse/dataverse-table-row-list.js +21 -33
  22. package/dist/m365/pp/commands/dataverse/dataverse-table-row-remove.js +25 -46
  23. package/dist/m365/pp/commands/gateway/gateway-get.js +10 -23
  24. package/dist/m365/pp/commands/managementapp/managementapp-add.js +24 -36
  25. package/dist/m365/pp/commands/managementapp/managementapp-list.js +5 -0
  26. package/dist/m365/pp/commands/solution/solution-get.js +23 -41
  27. package/dist/m365/pp/commands/solution/solution-list.js +9 -24
  28. package/dist/m365/pp/commands/solution/solution-publish.js +25 -45
  29. package/dist/m365/pp/commands/solution/solution-publisher-add.js +26 -49
  30. package/dist/m365/pp/commands/solution/solution-publisher-get.js +23 -41
  31. package/dist/m365/pp/commands/solution/solution-publisher-list.js +10 -27
  32. package/dist/m365/pp/commands/solution/solution-publisher-remove.js +24 -44
  33. package/dist/m365/pp/commands/solution/solution-remove.js +24 -44
  34. package/dist/m365/pp/commands/tenant/tenant-settings-set.js +81 -170
  35. package/dist/m365/spfx/commands/SpfxCompatibilityMatrix.js +15 -0
  36. package/dist/m365/spfx/commands/project/project-doctor/doctor-1.23.2.js +19 -0
  37. package/dist/m365/spfx/commands/project/project-doctor.js +2 -1
  38. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.23.2.js +55 -0
  39. package/dist/m365/spfx/commands/project/project-upgrade.js +2 -1
  40. package/dist/m365/spo/commands/folder/folder-add.js +1 -1
  41. package/dist/m365/spo/commands/homesite/homesite-remove.js +1 -1
  42. package/dist/m365/spo/commands/web/{web-alert-list.js → web-rule-list.js} +7 -4
  43. package/dist/m365/spo/commands/web/{web-alert-remove.js → web-rule-remove.js} +7 -4
  44. package/dist/m365/spo/commands.js +2 -0
  45. package/docs/docs/cmd/entra/agent/agent-list.mdx +209 -0
  46. package/docs/docs/cmd/outlook/event/event-get.mdx +280 -0
  47. package/docs/docs/cmd/spfx/project/project-upgrade.mdx +1 -1
  48. package/docs/docs/cmd/spo/file/file-checkout-undo.mdx +21 -0
  49. package/docs/docs/cmd/spo/file/file-retentionlabel-ensure.mdx +21 -0
  50. package/docs/docs/cmd/spo/file/file-retentionlabel-remove.mdx +21 -0
  51. package/docs/docs/cmd/spo/file/file-roleassignment-add.mdx +21 -0
  52. package/docs/docs/cmd/spo/file/file-roleassignment-remove.mdx +21 -0
  53. package/docs/docs/cmd/spo/file/file-roleinheritance-break.mdx +21 -0
  54. package/docs/docs/cmd/spo/file/file-roleinheritance-reset.mdx +21 -0
  55. package/docs/docs/cmd/spo/file/file-sharinginfo-get.mdx +19 -0
  56. package/docs/docs/cmd/spo/file/file-version-clear.mdx +21 -0
  57. package/docs/docs/cmd/spo/file/file-version-get.mdx +19 -0
  58. package/docs/docs/cmd/spo/file/file-version-list.mdx +19 -0
  59. package/docs/docs/cmd/spo/file/file-version-remove.mdx +21 -0
  60. package/docs/docs/cmd/spo/file/file-version-restore.mdx +21 -0
  61. package/docs/docs/cmd/spo/folder/folder-add.mdx +20 -1
  62. package/docs/docs/cmd/spo/folder/folder-archive.mdx +2 -3
  63. package/docs/docs/cmd/spo/folder/folder-copy.mdx +19 -0
  64. package/docs/docs/cmd/spo/folder/folder-get.mdx +19 -0
  65. package/docs/docs/cmd/spo/folder/folder-list.mdx +19 -0
  66. package/docs/docs/cmd/spo/folder/folder-move.mdx +19 -0
  67. package/docs/docs/cmd/spo/folder/folder-remove.mdx +21 -0
  68. package/docs/docs/cmd/spo/folder/folder-set.mdx +21 -0
  69. package/docs/docs/cmd/spo/homesite/homesite-add.mdx +21 -2
  70. package/docs/docs/cmd/spo/homesite/homesite-get.mdx +19 -0
  71. package/docs/docs/cmd/spo/homesite/homesite-list.mdx +19 -0
  72. package/docs/docs/cmd/spo/homesite/homesite-remove.mdx +24 -3
  73. package/docs/docs/cmd/spo/homesite/homesite-set.mdx +21 -2
  74. package/docs/docs/cmd/spo/hubsite/hubsite-connect.mdx +21 -0
  75. package/docs/docs/cmd/spo/hubsite/hubsite-data-get.mdx +19 -0
  76. package/docs/docs/cmd/spo/hubsite/hubsite-disconnect.mdx +21 -0
  77. package/docs/docs/cmd/spo/hubsite/hubsite-get.mdx +19 -0
  78. package/docs/docs/cmd/spo/hubsite/hubsite-list.mdx +19 -0
  79. package/docs/docs/cmd/spo/hubsite/hubsite-register.mdx +19 -0
  80. package/docs/docs/cmd/spo/hubsite/hubsite-rights-grant.mdx +21 -0
  81. package/docs/docs/cmd/spo/hubsite/hubsite-rights-revoke.mdx +21 -0
  82. package/docs/docs/cmd/spo/hubsite/hubsite-set.mdx +19 -0
  83. package/docs/docs/cmd/spo/hubsite/hubsite-unregister.mdx +21 -0
  84. package/docs/docs/cmd/spo/web/{web-alert-list.mdx → web-rule-list.mdx} +13 -7
  85. package/docs/docs/cmd/spo/web/{web-alert-remove.mdx → web-rule-remove.mdx} +10 -4
  86. package/docs/docs/cmd/todo/list/list-add.mdx +19 -0
  87. package/docs/docs/cmd/todo/list/list-get.mdx +19 -0
  88. package/docs/docs/cmd/todo/list/list-list.mdx +19 -0
  89. package/docs/docs/cmd/todo/list/list-remove.mdx +21 -0
  90. package/docs/docs/cmd/todo/list/list-set.mdx +21 -0
  91. package/docs/docs/cmd/todo/task/task-add.mdx +19 -0
  92. package/docs/docs/cmd/todo/task/task-get.mdx +19 -0
  93. package/docs/docs/cmd/todo/task/task-list.mdx +19 -0
  94. package/docs/docs/cmd/todo/task/task-remove.mdx +21 -0
  95. package/docs/docs/cmd/todo/task/task-set.mdx +19 -0
  96. package/npm-shrinkwrap.json +1575 -696
  97. package/package.json +20 -20

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.