Skip to content

Commit 1a88ed2

Browse files
committed
Updates release notes
1 parent b96215f commit 1a88ed2

File tree

1 file changed

+20
-9
lines changed

1 file changed

+20
-9
lines changed

docs/docs/about/release-notes.mdx

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,27 @@ sidebar_position: 3
66

77
## v10.0.0 (beta)
88

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)
18+
919
### Changes
1020

11-
- extended `m365 login` with `--ensure` [#5217](https://github.com/pnp/cli-microsoft365/issues/5217)
21+
- extended [login](../cmd/login.mdx) command with `--ensure` option [#5217](https://github.com/pnp/cli-microsoft365/issues/5217)
1222
- updated docs thumbnail [#6302](https://github.com/pnp/cli-microsoft365/issues/6302)
13-
- 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)
1424
- 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)
1930

2031
### ⚠️ Breaking changes
2132

@@ -46,10 +57,10 @@ sidebar_position: 3
4657
- updated [cli doctor](../cmd/cli/cli-doctor.mdx) command output [#5923](https://github.com/pnp/cli-microsoft365/issues/5923)
4758
- removed duplicate properties from [teams tab list](../cmd/teams/tab/tab-list.mdx) command [#5900](https://github.com/pnp/cli-microsoft365/issues/5900)
4859
- renamed `entra group user <verb>` to `entra group member <verb>`. [#6396](https://github.com/pnp/cli-microsoft365/issues/6396)
49-
- updated setting users in `entra m365group set` [#6061](https://github.com/pnp/cli-microsoft365/issues/6061)
60+
- updated setting users in [entra m365group set](../cmd/entra/m365group/m365group-set.mdx) [#6061](https://github.com/pnp/cli-microsoft365/issues/6061)
5061
- removed aad options and aliasses [#5823](https://github.com/pnp/cli-microsoft365/issues/5823), [#5676](https://github.com/pnp/cli-microsoft365/issues/5676)
51-
- removed deprecated option `username` from `entra m365group user set` command [#6224](https://github.com/pnp/cli-microsoft365/issues/6224)
52-
- updated endpoint for `spo folder move` command [#6154](https://github.com/pnp/cli-microsoft365/issues/6154)
62+
- removed deprecated option `username` from [entra m365group user set](../cmd/entra/m365group/m365group-user-set.mdx) command [#6224](https://github.com/pnp/cli-microsoft365/issues/6224)
63+
- updated endpoint for [spo folder move](../cmd/spo/folder/folder-move.mdx) command [#6154](https://github.com/pnp/cli-microsoft365/issues/6154)
5364

5465
## [v9.1.0](https://github.com/pnp/cli-microsoft365/releases/tag/v9.1.0)
5566

0 commit comments

Comments
 (0)