Skip to content

Commit

Permalink
Updates release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunumenon committed Jul 28, 2023
1 parent d30556a commit b7ec1d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/docs/about/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ sidebar_position: 4
- removed option 'folder' in 'spo folder list' [#4803](https://github.com/pnp/cli-microsoft365/issues/4803)
- renamed various options [#4467](https://github.com/pnp/cli-microsoft365/issues/4467)
- removed schemaXml option from 'spo list' commands [#4370](https://github.com/pnp/cli-microsoft365/issues/4370)
- removed 'deleted' option from 'aad user list' command [#4516](https://github.com/pnp/cli-microsoft365/issues/4516)
- extended 'spo tenant commandset set' with get options 'id', 'title' or 'clientSideComponentId' [#4961](https://github.com/pnp/cli-microsoft365/issues/4961)

## [v6.10.0 (beta)](https://github.com/pnp/cli-microsoft365/releases/tag/v6.10.0)

Expand Down
1 change: 0 additions & 1 deletion docs/docs/v7-upgrade-guidance.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ In version 6 of the CLI for Microsoft 365, you can get the deleted users using t

Remove the references to the `deleted` option in your scripts. Verify that your scripts are using the command [aad user recyclebinitem list ](./cmd/aad/user/user-recyclebinitem-list.mdx) instead.


## Updated `spo tenant commandset set` command with more options

In version 6 of the CLI for Microsoft 365, for setting the list commandset, you can only do it using `id` option. Now we have expanded the feature so that you can also update existing commandset using either of `id` or `title` or `clientSideComponentId`.
Expand Down

0 comments on commit b7ec1d3

Please sign in to comment.