From b184dfb904c1d42e669e6ab217d05d64a9860b6b Mon Sep 17 00:00:00 2001 From: Mathijs Verbeeck Date: Sat, 26 Oct 2024 15:42:58 +0200 Subject: [PATCH] Updates release notes --- docs/docs/about/release-notes.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/docs/about/release-notes.mdx b/docs/docs/about/release-notes.mdx index 673280c8939..1896e313663 100644 --- a/docs/docs/about/release-notes.mdx +++ b/docs/docs/about/release-notes.mdx @@ -12,11 +12,16 @@ sidebar_position: 3 - [spo page publish](../cmd/spo/page/page-publish.mdx) - publishes a modern page [#6420](https://github.com/pnp/cli-microsoft365/issues/6420) - [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) +- [spo folder sharinglink set](../cmd/spo/folder/folder-sharinglink-set.mdx) - updates a specific sharing link of a folder [#5964](https://github.com/pnp/cli-microsoft365/issues/5964) **SharePoint Premium:** - [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) +**Viva:** + +- [viva engage community user list](../cmd/viva/engage/engage-community-user-list.mdx) - lists all users within a specified Microsoft 365 Viva Engage community [#6295](https://github.com/pnp/cli-microsoft365/issues/6295) + ### Changes - extended [login](../cmd/login.mdx) command with `--ensure` option [#5217](https://github.com/pnp/cli-microsoft365/issues/5217) @@ -29,6 +34,7 @@ sidebar_position: 3 - enhanced [spo list remove](../cmd/spo/list/list-remove.mdx) command with `--recylce` flag [#6270](https://github.com/pnp/cli-microsoft365/issues/6270) - enhanced [spo file remove](../cmd/spo/file/file-remove.mdx) command with `--bypassSharedLock` flag [#6313](https://github.com/pnp/cli-microsoft365/issues/6313) - updated 'spo userprofile get' command docs. +- adds alias for [spo tenant site list](../cmd/spo/tenant/tenant-site-list.mdx) command [#6143](https://github.com/pnp/cli-microsoft365/issues/6143) ### ⚠️ Breaking changes