From 3c404b82718214661c78dbb8689064a66ad4a839 Mon Sep 17 00:00:00 2001 From: Milan Holemans <11723921+milanholemans@users.noreply.github.com> Date: Thu, 25 Jul 2024 01:19:32 +0200 Subject: [PATCH] Updates release notes --- docs/docs/about/release-notes.mdx | 31 +++++++++++++------ .../cmd/viva/engage/engage-community-add.mdx | 2 +- .../spo/add-ci-cd-pipeline/index.mdx | 2 ++ 3 files changed, 24 insertions(+), 11 deletions(-) diff --git a/docs/docs/about/release-notes.mdx b/docs/docs/about/release-notes.mdx index 282f9a6c009..766b9b220ae 100644 --- a/docs/docs/about/release-notes.mdx +++ b/docs/docs/about/release-notes.mdx @@ -8,28 +8,39 @@ sidebar_position: 3 ### New commands +**Entra ID:** + +- [entra multitenant get](../cmd/entra/multitenant/multitenant-get.mdx) - gets properties of the multitenant organization [#6007](https://github.com/pnp/cli-microsoft365/issues/6007) + **SharePoint:** -- [spo contenttype field list](../cmd/spo/contenttype/contenttype-field-list) - lists fields for a given site or list content type [#5677](https://github.com/pnp/cli-microsoft365/issues/5677) +- [spo contenttype field list](../cmd/spo/contenttype/contenttype-field-list.mdx) - lists fields for a given site or list content type [#5677](https://github.com/pnp/cli-microsoft365/issues/5677) **Teams:** -- [teams meeting attendancereport get](../cmd/teams/meeting/meeting-attendancereport-get) - gets attendance report for a given meeting [#3909](https://github.com/pnp/cli-microsoft365/issues/3909) +- [teams meeting attendancereport get](../cmd/teams/meeting/meeting-attendancereport-get.mdx) - gets attendance report for a given meeting [#3909](https://github.com/pnp/cli-microsoft365/issues/3909) +- [teams message remove](../cmd/teams/message/message-remove.mdx) - removes a message from a channel in a Microsoft Teams team [#5859](https://github.com/pnp/cli-microsoft365/issues/5859) + +**Viva:** + +- [viva engage community add](../cmd/viva/engage/engage-community-add.mdx) - creates a new community in Viva Engage [#5753](https://github.com/pnp/cli-microsoft365/issues/5753) ### Changes - added eslint rule to handle promises [#6005](https://github.com/pnp/cli-microsoft365/issues/6005) - added validating permissions in [entra app permission remove](../cmd/entra/app/app-permission-remove.mdx) [#6109](https://github.com/pnp/cli-microsoft365/issues/6109) -- fixed removing last app permission [#6110](https://github.com/pnp/cli-microsoft365/issues/6110) -- fixed adding app permission when service principal doesn't exist [#6112](https://github.com/pnp/cli-microsoft365/issues/6112) -- fixed command output for [spo cdn set](../cmd/spo/cdn/cdn-set.mdx) [#6133](https://github.com/pnp/cli-microsoft365/issues/6133) -- updated [flow list](../cmd/flow/flow-list.mdx) as admin to use v2 endpoint [#6096](https://github.com/pnp/cli-microsoft365/issues/6096) -- fixed [spo group member add](../cmd/spo/group/group-member-add.mdx) command output [#6104](https://github.com/pnp/cli-microsoft365/issues/6104) -- fixed sample scripts for v8 - added project parsing errors [#5927](https://github.com/pnp/cli-microsoft365/issues/5927) - added support for Node 22 [#6003](https://github.com/pnp/cli-microsoft365/issues/6003) -- added new sample script 'Setup CI/CD workflow [#5799](https://github.com/pnp/cli-microsoft365/issues/5799) -- fixed Azure Cloud Shell usage [#6117](https://github.com/pnp/cli-microsoft365/issues/6117) +- added new sample script [Setup CI/CD workflow](../sample-scripts/spo/add-ci-cd-pipeline/index.mdx) [#5799](https://github.com/pnp/cli-microsoft365/issues/5799) +- added extra options to [entra m365group set](../cmd/entra/m365group/m365group-set.mdx) command [#5480](https://github.com/pnp/cli-microsoft365/issues/5480) +- updated [flow list](../cmd/flow/flow-list.mdx) as admin to use v2 endpoint [#6096](https://github.com/pnp/cli-microsoft365/issues/6096) +- enhanced [graph subscription add](../cmd/graph/subscription/subscription-add.mdx) with support for Event Hubs & Event Grids [#6050](https://github.com/pnp/cli-microsoft365/issues/6050) +- fixed removing last app permission [#6110](https://github.com/pnp/cli-microsoft365/issues/6110) +- fixed adding app permission when service principal doesn't exist [#6112](https://github.com/pnp/cli-microsoft365/issues/6112) +- fixed command output for [spo cdn get](../cmd/spo/cdn/cdn-get.mdx) [#6133](https://github.com/pnp/cli-microsoft365/issues/6133) +- fixed [spo group member add](../cmd/spo/group/group-member-add.mdx) on teams channel sites [#6104](https://github.com/pnp/cli-microsoft365/issues/6104) +- fixed CLI running in Azure Cloud Shell [#6117](https://github.com/pnp/cli-microsoft365/issues/6117) +- fixed listing all flows for command [flow list](../cmd/flow/flow-list.mdx) [#6175](https://github.com/pnp/cli-microsoft365/pull/6175) ## [v7.10.0](https://github.com/pnp/cli-microsoft365/releases/tag/v7.10.0) diff --git a/docs/docs/cmd/viva/engage/engage-community-add.mdx b/docs/docs/cmd/viva/engage/engage-community-add.mdx index 63a274408ea..191bb1b87d3 100644 --- a/docs/docs/cmd/viva/engage/engage-community-add.mdx +++ b/docs/docs/cmd/viva/engage/engage-community-add.mdx @@ -4,7 +4,7 @@ import TabItem from '@theme/TabItem'; # viva engage community add -Creates a new community in Viva Engage. +Creates a new community in Viva Engage ## Usage diff --git a/docs/docs/sample-scripts/spo/add-ci-cd-pipeline/index.mdx b/docs/docs/sample-scripts/spo/add-ci-cd-pipeline/index.mdx index 2d7842522c0..0543946047c 100644 --- a/docs/docs/sample-scripts/spo/add-ci-cd-pipeline/index.mdx +++ b/docs/docs/sample-scripts/spo/add-ci-cd-pipeline/index.mdx @@ -11,6 +11,8 @@ import TabItem from '@theme/TabItem'; # Add CI/CD Pipeline for your SharePoint Framework project +Author: [Adam Wójcik](https://github.com/Adam-it) + Having a flow that builds and ships your project on push to your repository's main branch is a great practice that allows you to share your latest changes with your team, testers or customers. This may save you a lot of time and effort, as you don't need to manually build and deploy your project every time you make a change. This script will help you to create a CI/CD pipeline for your SharePoint Framework project.