Skip to content

Commit

Permalink
Updates release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
milanholemans committed Jul 24, 2024
1 parent 76c9ecd commit 3c404b8
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 11 deletions.
31 changes: 21 additions & 10 deletions docs/docs/about/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/cmd/viva/engage/engage-community-add.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 2 additions & 0 deletions docs/docs/sample-scripts/spo/add-ci-cd-pipeline/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3c404b8

Please sign in to comment.