From 1d7c55778eb31eaa5740d859d28aae485507bcf6 Mon Sep 17 00:00:00 2001 From: Milan Holemans <11723921+milanholemans@users.noreply.github.com> Date: Mon, 24 Jul 2023 19:33:48 +0200 Subject: [PATCH] Updates release notes --- docs/docs/about/release-notes.mdx | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/docs/docs/about/release-notes.mdx b/docs/docs/about/release-notes.mdx index 70600eca530..dcfd386ef52 100644 --- a/docs/docs/about/release-notes.mdx +++ b/docs/docs/about/release-notes.mdx @@ -10,7 +10,7 @@ sidebar_position: 4 **Power Apps:** -- [pa app owner set](../cmd/pa/app/app-owner-set.mdx) - sets the owner of a Power Apps app [#4646](https://github.com/pnp/cli-microsoft365/issues/4646) +- [pa app owner set](../cmd/pa/app/app-owner-set.mdx) - sets a new owner for a Power Apps app [#4646](https://github.com/pnp/cli-microsoft365/issues/4646) - [pa app permission list](../cmd/pa/app/app-permission-list.mdx) - lists all permissions of a Power Apps app [#4645](https://github.com/pnp/cli-microsoft365/issues/4645) **Teams:** @@ -24,6 +24,14 @@ sidebar_position: 4 - extended 'spfx project doctor' with support for 1.18.0-beta.1 [#5184](https://github.com/pnp/cli-microsoft365/issues/5184) - fixed help for 'cli config' commands [#5202](https://github.com/pnp/cli-microsoft365/issues/5202) - added 'newClientSideComponentId' option to 'spo tenant applicationcustomizer set' [#5063](https://github.com/pnp/cli-microsoft365/issues/5063) +- included response output from 'spo site until spo theme' commands [#3933](https://github.com/pnp/cli-microsoft365/issues/3933) +- refactored 'spo list roleassignmentx add' to use util [#5157](https://github.com/pnp/cli-microsoft365/issues/5157) +- fixed bug where 'spo site apppermission add' does not work for service principals [#5204](https://github.com/pnp/cli-microsoft365/issues/5204) +- added socialBarOnSitePagesDisabled option to 'spo site set' command [#5072](https://github.com/pnp/cli-microsoft365/issues/5072) +- added output value 'none' to disable any output [#4804](https://github.com/pnp/cli-microsoft365/issues/4804) +- added Planner Roster support for 'planner bucket' commands [#4820](https://github.com/pnp/cli-microsoft365/issues/4820) +- added support to retrieve the direct manager when using 'aad user get' command [#4570](https://github.com/pnp/cli-microsoft365/issues/4570) +- fixed 'spo site commsite enable' command [#5154](https://github.com/pnp/cli-microsoft365/issues/5154) - refactored codebase to async/await - commands 'spo storageentity set' until 'spo tenant commandset get' [#5108](https://github.com/pnp/cli-microsoft365/issues/5108) - refactored codebase to async/await - commands 'spo tenant commandset list' until 'spo term get' [#5109](https://github.com/pnp/cli-microsoft365/issues/5109) - refactored codebase to async/await - commands 'search` until 'spfx project externalize'/DynamicRule [#5010](https://github.com/pnp/cli-microsoft365/issues/5010) @@ -36,14 +44,9 @@ sidebar_position: 4 - refactored to async/await 'spo term group add' until 'spo theme list' [#5110](https://github.com/pnp/cli-microsoft365/issues/5110) - fixed async/await refactorings - refactored to async/await 'm365 adaptivecard until m365 booking' [#4955](https://github.com/pnp/cli-microsoft365/issues/4955) -- included response output from 'spo site until spo theme' commands [#3933](https://github.com/pnp/cli-microsoft365/issues/3933) -- refactored 'spo list roleassignmentx add' to use util [#5157](https://github.com/pnp/cli-microsoft365/issues/5157) -- fixed bug where 'spo site apppermission add' does not work for service principals [#5204](https://github.com/pnp/cli-microsoft365/issues/5204) -- added socialBarOnSitePagesDisabled option to 'spo site set' command [#5072](https://github.com/pnp/cli-microsoft365/issues/5072) -- added output value 'none' to disable any output [#4804](https://github.com/pnp/cli-microsoft365/issues/4804) -- added Planner Roster support for 'planner bucket' commands [#4820](https://github.com/pnp/cli-microsoft365/issues/4820) -- added support to retrieve the direct manager when using 'aad user get' command [#4570](https://github.com/pnp/cli-microsoft365/issues/4570) -- fixed 'spo site commsite enable' command [#5154](https://github.com/pnp/cli-microsoft365/issues/5154) +- refactored 'teams meeting get' to use utils [#5318](https://github.com/pnp/cli-microsoft365/issues/5318) +- refactored 'teams meeting list' to use utils [#5320](https://github.com/pnp/cli-microsoft365/issues/5320) +- refactored 'planner roster member add' to use utils [#5238](https://github.com/pnp/cli-microsoft365/issues/5238) ## [v6.9.0](https://github.com/pnp/cli-microsoft365/releases/tag/v6.9.0)