@pnp/cli-microsoft365 11.0.0-beta.88d51e6 → 11.0.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 (107) hide show
  1. package/allCommands.json +1 -1
  2. package/allCommandsFull.json +1 -1
  3. package/dist/Command.js +4 -0
  4. package/dist/config.js +1 -0
  5. package/dist/m365/adaptivecard/commands/adaptivecard-send.js +1 -1
  6. package/dist/m365/entra/commands/administrativeunit/administrativeunit-add.js +13 -27
  7. package/dist/m365/entra/commands/administrativeunit/administrativeunit-get.js +18 -43
  8. package/dist/m365/entra/commands/administrativeunit/administrativeunit-list.js +10 -21
  9. package/dist/m365/entra/commands/administrativeunit/administrativeunit-remove.js +25 -49
  10. package/dist/m365/entra/commands/group/group-member-add.js +6 -27
  11. package/dist/m365/entra/commands/group/group-member-set.js +5 -26
  12. package/dist/m365/entra/commands/m365group/m365group-get.js +1 -7
  13. package/dist/m365/entra/commands/m365group/m365group-list.js +1 -7
  14. package/dist/m365/entra/commands/pim/pim-role-assignment-eligibility-list.js +1 -7
  15. package/dist/m365/entra/commands/pim/pim-role-assignment-list.js +1 -7
  16. package/dist/m365/entra/commands/pim/pim-role-request-list.js +1 -7
  17. package/dist/m365/entra/commands/roleassignment/roleassignment-add.js +146 -0
  18. package/dist/m365/entra/commands.js +1 -0
  19. package/dist/m365/flow/commands/flow-list.js +7 -14
  20. package/dist/m365/flow/commands/run/run-get.js +1 -7
  21. package/dist/m365/graph/commands/openextension/openextension-add.js +2 -2
  22. package/dist/m365/graph/commands/openextension/openextension-set.js +2 -6
  23. package/dist/m365/graph/commands/subscription/subscription-add.js +3 -10
  24. package/dist/m365/pp/commands/copilot/copilot-get.js +0 -4
  25. package/dist/m365/pp/commands/copilot/copilot-list.js +0 -4
  26. package/dist/m365/pp/commands/copilot/copilot-remove.js +0 -4
  27. package/dist/m365/pp/commands/solution/solution-publisher-list.js +1 -8
  28. package/dist/m365/pp/commands.js +0 -3
  29. package/dist/m365/purview/commands/threatassessment/threatassessment-get.js +1 -7
  30. package/dist/m365/spe/commands/container/container-add.js +1 -3
  31. package/dist/m365/spe/commands/container/container-list.js +1 -3
  32. package/dist/m365/spe/commands/container/container-recyclebinitem-list.js +1 -3
  33. package/dist/m365/spe/commands/container/container-recyclebinitem-restore.js +1 -3
  34. package/dist/m365/spe/commands/container/container-remove.js +1 -3
  35. package/dist/m365/spe/commands/containertype/containertype-add.js +67 -90
  36. package/dist/m365/spe/commands/containertype/containertype-get.js +53 -81
  37. package/dist/m365/spe/commands/containertype/containertype-list.js +8 -19
  38. package/dist/m365/spe/commands/containertype/containertype-remove.js +27 -5
  39. package/dist/m365/spfx/commands/project/project-upgrade.js +23 -66
  40. package/dist/m365/spo/commands/file/file-move.js +2 -8
  41. package/dist/m365/spo/commands/homesite/homesite-add.js +26 -2
  42. package/dist/m365/spo/commands/homesite/homesite-get.js +28 -14
  43. package/dist/m365/spo/commands/homesite/homesite-list.js +1 -12
  44. package/dist/m365/spo/commands/homesite/homesite-remove.js +6 -34
  45. package/dist/m365/spo/commands/hubsite/hubsite-get.js +4 -13
  46. package/dist/m365/spo/commands/hubsite/hubsite-list.js +1 -8
  47. package/dist/m365/spo/commands/serviceprincipal/serviceprincipal-grant-list.js +17 -25
  48. package/dist/m365/spo/commands/{tenant/tenant-site-archive.js → site/site-archive.js} +14 -14
  49. package/dist/m365/spo/commands/{tenant/tenant-site-list.js → site/site-list.js} +16 -27
  50. package/dist/m365/spo/commands/{tenant/tenant-site-membership-list.js → site/site-membership-list.js} +15 -15
  51. package/dist/m365/spo/commands/{tenant/tenant-site-rename.js → site/site-rename.js} +14 -14
  52. package/dist/m365/spo/commands/{tenant/tenant-site-unarchive.js → site/site-unarchive.js} +14 -14
  53. package/dist/m365/spo/commands/term/term-list.js +1 -7
  54. package/dist/m365/spo/commands.js +4 -6
  55. package/dist/m365/teams/commands/chat/chat-member-add.js +3 -9
  56. package/dist/m365/viva/commands/engage/engage-network-list.js +1 -7
  57. package/dist/utils/entraAdministrativeUnit.js +1 -1
  58. package/dist/utils/spe.js +5 -39
  59. package/docs/docs/cmd/entra/group/group-member-add.mdx +7 -26
  60. package/docs/docs/cmd/entra/group/group-member-set.mdx +5 -23
  61. package/docs/docs/cmd/entra/m365group/m365group-get.mdx +0 -3
  62. package/docs/docs/cmd/entra/m365group/m365group-list.mdx +0 -3
  63. package/docs/docs/cmd/entra/pim/pim-role-assignment-eligibility-list.mdx +0 -3
  64. package/docs/docs/cmd/entra/pim/pim-role-assignment-list.mdx +0 -3
  65. package/docs/docs/cmd/entra/pim/pim-role-request-list.mdx +0 -3
  66. package/docs/docs/cmd/entra/roleassignment/roleassignment-add.mdx +163 -0
  67. package/docs/docs/cmd/flow/flow-list.mdx +0 -3
  68. package/docs/docs/cmd/flow/run/run-get.mdx +0 -3
  69. package/docs/docs/cmd/graph/subscription/subscription-add.mdx +0 -3
  70. package/docs/docs/cmd/pp/copilot/copilot-get.mdx +0 -6
  71. package/docs/docs/cmd/pp/copilot/copilot-list.mdx +0 -6
  72. package/docs/docs/cmd/pp/copilot/copilot-remove.mdx +0 -6
  73. package/docs/docs/cmd/pp/solution/solution-publisher-list.mdx +0 -3
  74. package/docs/docs/cmd/purview/threatassessment/threatassessment-get.mdx +0 -3
  75. package/docs/docs/cmd/spe/container/container-activate.mdx +21 -0
  76. package/docs/docs/cmd/spe/container/container-add.mdx +29 -0
  77. package/docs/docs/cmd/spe/container/container-get.mdx +20 -1
  78. package/docs/docs/cmd/spe/container/container-list.mdx +29 -0
  79. package/docs/docs/cmd/spe/container/container-permission-list.mdx +19 -0
  80. package/docs/docs/cmd/spe/container/container-recyclebinitem-list.mdx +29 -0
  81. package/docs/docs/cmd/spe/container/container-recyclebinitem-restore.mdx +31 -0
  82. package/docs/docs/cmd/spe/container/container-remove.mdx +31 -0
  83. package/docs/docs/cmd/spe/containertype/containertype-add.mdx +111 -55
  84. package/docs/docs/cmd/spe/containertype/containertype-get.mdx +69 -38
  85. package/docs/docs/cmd/spe/containertype/containertype-list.mdx +59 -31
  86. package/docs/docs/cmd/spe/containertype/containertype-remove.mdx +31 -4
  87. package/docs/docs/cmd/spfx/project/project-upgrade.mdx +18 -5
  88. package/docs/docs/cmd/spo/file/file-move.mdx +0 -3
  89. package/docs/docs/cmd/spo/homesite/homesite-add.mdx +13 -4
  90. package/docs/docs/cmd/spo/homesite/homesite-get.mdx +44 -23
  91. package/docs/docs/cmd/spo/homesite/homesite-list.mdx +0 -6
  92. package/docs/docs/cmd/spo/homesite/homesite-remove.mdx +10 -35
  93. package/docs/docs/cmd/spo/homesite/homesite-set.mdx +1 -1
  94. package/docs/docs/cmd/spo/hubsite/hubsite-get.mdx +0 -3
  95. package/docs/docs/cmd/spo/hubsite/hubsite-list.mdx +0 -3
  96. package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-grant-list.mdx +18 -18
  97. package/docs/docs/cmd/spo/{tenant/tenant-site-archive.mdx → site/site-archive.mdx} +4 -4
  98. package/docs/docs/cmd/spo/{tenant/tenant-site-list.mdx → site/site-list.mdx} +7 -16
  99. package/docs/docs/cmd/spo/{tenant/tenant-site-membership-list.mdx → site/site-membership-list.mdx} +5 -5
  100. package/docs/docs/cmd/spo/{tenant/tenant-site-rename.mdx → site/site-rename.mdx} +7 -7
  101. package/docs/docs/cmd/spo/{tenant/tenant-site-unarchive.mdx → site/site-unarchive.mdx} +4 -4
  102. package/docs/docs/cmd/spo/term/term-list.mdx +0 -3
  103. package/docs/docs/cmd/teams/chat/chat-member-add.mdx +2 -5
  104. package/docs/docs/cmd/viva/engage/engage-network-list.mdx +0 -3
  105. package/package.json +2 -2
  106. package/dist/m365/spo/commands/tenant/SPOTenantSitePropertiesEnumerable.js +0 -2
  107. package/dist/m365/spo/commands/tenant/TenantSiteProperties.js +0 -2
@@ -15,9 +15,6 @@ m365 viva engage network list [options]
15
15
  ## Options
16
16
 
17
17
  ```md definition-list
18
- `--includeSuspended`
19
- : (deprecated. Use option `withSuspended` instead) Include the networks in which the user is suspended.
20
-
21
18
  `--withSuspended`
22
19
  : Include the networks in which the user is suspended.
23
20
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnp/cli-microsoft365",
3
- "version": "11.0.0-beta.88d51e6",
3
+ "version": "11.0.0",
4
4
  "description": "Manage Microsoft 365 and SharePoint Framework projects on any platform",
5
5
  "license": "MIT",
6
6
  "main": "./dist/api.js",
@@ -316,4 +316,4 @@
316
316
  "sinon": "^21.0.0",
317
317
  "source-map-support": "^0.5.21"
318
318
  }
319
- }
319
+ }
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=SPOTenantSitePropertiesEnumerable.js.map
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=TenantSiteProperties.js.map