You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/about/release-notes.mdx
+20-9Lines changed: 20 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,16 +6,27 @@ sidebar_position: 3
6
6
7
7
## v10.0.0 (beta)
8
8
9
+
### New commands
10
+
11
+
**SharePoint:**
12
+
13
+
-[spo tenant site membership list](../cmd/spo/tenant/tenant-site-membership-list.mdx) - retrieves information about default site groups' membership [#5980](https://github.com/pnp/cli-microsoft365/issues/5980)
14
+
15
+
**SharePoint Premium:**
16
+
17
+
-[spp model list](../cmd/spp/model/model-list.mdx) - retrieves the list of unstructured document processing models [#6103](https://github.com/pnp/cli-microsoft365/issues/6103)
- fixed casing and autocomplete for enums based on zod
23
+
- fixed casing and autocomplete for enums based on zod[#6373](https://github.com/pnp/cli-microsoft365/pull/6373)
14
24
- updated docs contribution guide with Zod [#6322](https://github.com/pnp/cli-microsoft365/issues/6322)
15
-
- removed obsolete example [#6272](https://github.com/pnp/cli-microsoft365/issues/6272)
16
-
- fixed 'm365 setup' app registration to use 'CLI for M365' [#6367](https://github.com/pnp/cli-microsoft365/issues/6367)
17
-
- fixed example in 'spo site sharingpermission set'
18
-
- updated 'entra m365group user remove' command [#6058](https://github.com/pnp/cli-microsoft365/issues/6058)
25
+
- removed obsolete docs example [#6272](https://github.com/pnp/cli-microsoft365/issues/6272)
26
+
- fixed [setup](../cmd/setup.mdx) command's app registration name [#6367](https://github.com/pnp/cli-microsoft365/issues/6367)
27
+
- added ability to specify multiple users for command [entra m365group user remove](../cmd/entra/m365group/m365group-user-remove.mdx) command [#6058](https://github.com/pnp/cli-microsoft365/issues/6058)
28
+
- enhanced [spo list remove](../cmd/spo/list/list-remove.mdx) command with `--recylce` flag [#6270](https://github.com/pnp/cli-microsoft365/issues/6270)
29
+
- enhanced [spo file remove](../cmd/spo/file/file-remove.mdx) command with `--bypassSharedLock` flag [#6313](https://github.com/pnp/cli-microsoft365/issues/6313)
0 commit comments