Skip to content

Commit

Permalink
Updates release notes and upgrade guidance
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam-it authored and milanholemans committed Aug 6, 2023
1 parent bc1c92a commit 9229cf8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/docs/about/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
8 changes: 8 additions & 0 deletions docs/docs/v7-upgrade-guidance.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9229cf8

Please sign in to comment.