From 9229cf85fa5ace9a541f8a8eee770a4f69554be5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20W=C3=B3jcik?= Date: Sat, 5 Aug 2023 23:05:46 +0200 Subject: [PATCH] Updates release notes and upgrade guidance --- docs/docs/about/release-notes.mdx | 4 ++++ docs/docs/v7-upgrade-guidance.mdx | 8 ++++++++ 2 files changed, 12 insertions(+) diff --git a/docs/docs/about/release-notes.mdx b/docs/docs/about/release-notes.mdx index 7af02959c06..4b62c35dc18 100644 --- a/docs/docs/about/release-notes.mdx +++ b/docs/docs/about/release-notes.mdx @@ -18,6 +18,10 @@ sidebar_position: 4 - updated command output of few 'flow' commands [#4444](https://github.com/pnp/cli-microsoft365/issues/4444) - migrated CLI to esm [#4306](https://github.com/pnp/cli-microsoft365/issues/4306) - migrated scripts to esm +- updated 'spo tenant applicationcustomizer get' command [#4872](https://github.com/pnp/cli-microsoft365/issues/4872) +- updated default help mode to 'options' [#5182](https://github.com/pnp/cli-microsoft365/issues/5182) +- removed deprecated options from 'spo retentionlabel ensure' [#4207](https://github.com/pnp/cli-microsoft365/issues/4207) +- updated 'teams meeting list' command response [#4782](https://github.com/pnp/cli-microsoft365/issues/4782) ## [v6.11.0 (beta)](https://github.com/pnp/cli-microsoft365/releases/tag/v6.11.0) diff --git a/docs/docs/v7-upgrade-guidance.mdx b/docs/docs/v7-upgrade-guidance.mdx index 96b57216af3..19eab5c7d97 100644 --- a/docs/docs/v7-upgrade-guidance.mdx +++ b/docs/docs/v7-upgrade-guidance.mdx @@ -260,6 +260,14 @@ In version 7 of the CLI for Microsoft 365, we have removed the options `label`, Remove the references to the option `blockDelete` and `blockEdit` from commands and replace the option `label` to `name` if it is currently being used in scripts. +## Updated `spo tenant applicationcustomizer get` id property to list item id + +In version 7 of the CLI for Microsoft 365, we changed the `id` property of `spo tenant applicationcustomizer get` to be list item id instead of product id (GUID). + +### What action do I need to take? + +Update your scripts to use the list item id for `id` property instead of UniqueId product id. + ## Aligned options with naming convention In version 7 of the CLI for Microsoft 365, we have made updates to the options for certain commands, aligning with our naming convention. This includes renaming options to ensure consistency and improve the CLI experience. For example, the option `--environment` for the command `m365 pa app consent set` has been changed to `--environmentName`. These changes aim to make it easier for you to use the CLI.