Skip to content

Commit

Permalink
Updates version to v9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam-it committed Sep 1, 2024
1 parent 96dc207 commit 1516729
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/docs/about/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sidebar_position: 3

# Release notes

## v8.1.0 (beta)
## v9.0.0 (beta)

### New commands

Expand Down Expand Up @@ -48,7 +48,7 @@ sidebar_position: 3
- fixed bug when parsing number arguments [#6211](https://github.com/pnp/cli-microsoft365/issues/6211)
- fixed command [teams meeting list](../cmd/teams/meeting/meeting-list.mdx) [#5968](https://github.com/pnp/cli-microsoft365/issues/5968)
- fixed prompting for missing required options in ZOD commands [#6219](https://github.com/pnp/cli-microsoft365/issues/6219)
- extends setup with a custom Entra app
- extended setup with a custom Entra app

## [v8.0.0](https://github.com/pnp/cli-microsoft365/releases/tag/v8.0.0)

Expand Down
13 changes: 13 additions & 0 deletions docs/docs/v9-upgrade-guidance.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# v9 Upgrade Guidance

The v9 of CLI for Microsoft 365 introduces breaking change in default login method. To help you upgrade to the latest version of CLI for Microsoft 365, we've listed this change along with any actions you may need to take.

## CLI

### Updated login command default behavior

When running `m365 login` CLI will now first check if you defined the `appId` which is now required to your own single tenant Entra app registration.

#### What action do I need to take?

`appId` may be defined in several ways: as an option passed to the `login` command, as a `clientId` CLI setting, or as an environment variable. If you have not defined the `appId` in any of these ways, you will need to do so to continue using the CLI in your scripts.
1 change: 1 addition & 0 deletions docs/src/config/sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import type { SidebarsConfig } from '@docusaurus/plugin-content-docs';
const sidebars: SidebarsConfig = {
home: [
'index',
'v9-upgrade-guidance',
'v8-upgrade-guidance',
'v7-upgrade-guidance',
'v6-upgrade-guidance',
Expand Down
4 changes: 2 additions & 2 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnp/cli-microsoft365",
"version": "8.1.0",
"version": "9.0.0",
"description": "Manage Microsoft 365 and SharePoint Framework projects on any platform",
"license": "MIT",
"main": "./dist/api.js",
Expand Down

0 comments on commit 1516729

Please sign in to comment.