From a12fb3e2490a867af686aee884ab0d2099682006 Mon Sep 17 00:00:00 2001 From: Martin Lingstuyl Date: Tue, 2 Apr 2024 22:32:20 +0200 Subject: [PATCH] Updates release notes --- docs/docs/about/release-notes.mdx | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/docs/about/release-notes.mdx b/docs/docs/about/release-notes.mdx index 4a40f7a1b76..3b018e89f97 100644 --- a/docs/docs/about/release-notes.mdx +++ b/docs/docs/about/release-notes.mdx @@ -4,6 +4,23 @@ sidebar_position: 4 # Release notes +## v7.7.0 (beta) + +### New commands + +**Entra ID:** + +- [entra pim role assignment add](../cmd/entra/pim/pim-role-assignment-add.mdx) - requests activation of an Entra role assignment for a user or group [#5766](https://github.com/pnp/cli-microsoft365/issues/5766) +- [entra pim role assignment list](../cmd/entra/pim/pim-role-assignment-list.mdx) - retrieves a list of Entra role assignments for a user or group. [#5782](https://github.com/pnp/cli-microsoft365/issues/5782) + +**SharePoint:** + +- [spo contenttype sync](../cmd/spo/contenttype/contenttype-sync.mdx) - adds a published content type from the content type hub to a site or syncs its latest changes [#5551](https://github.com/pnp/cli-microsoft365/issues/5551) + +### Changes + +- added allowPublicClientFlow option to 'entra app add/set' commands [#5870](https://github.com/pnp/cli-microsoft365/issues/5870) + ## [v7.6.0](https://github.com/pnp/cli-microsoft365/releases/tag/v7.6.0) ### New commands