Skip to content

Commit

Permalink
PR Suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jwaegebaert committed Sep 29, 2024
1 parent 948cf5d commit af3f3fd
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tags:
- CLI for Microsoft 365
- Azure AD
- SharePoint
type: popular
type: regular
---

Introducing the latest release of CLI for Microsoft 365
Expand Down
13 changes: 13 additions & 0 deletions content/cli-for-microsoft-365/cli-for-microsoft-365-v9-1/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ We have just published a new minor version of CLI for Microsoft 365. [CLI for Mi

We’ve introduced the `file move` command, allowing you to move files to a new location using the Microsoft Graph API. This is a powerful addition for those who frequently reorganize content within their SharePoint environments.

### Limitations

- When moving files within the same document library or drive, the command uses the Move DriveItem API, which preserves the file's version history.
- When moving files between different document libraries or drives, the command performs a copy-and-delete operation. In this scenario, the version history will not be retained.

Here’s how you can move a file:

```sh
Expand Down Expand Up @@ -157,6 +162,14 @@ This release isn't just about new commands. We’ve also refined existing ones.

If you are eager to go over all of the details and improvements added to this release, do not hesitate to check out the [release notes](https://pnp.github.io/cli-microsoft365/about/release-notes#v910) to learn more.

### SharePoint Framework commands

We have extended the SharePoint Framework commands so that it supports the latest version of the SharePoint Framework which is `v1.20.0`. For more information on the commands, refer to the documentation:

- [m365 spfx project upgrade](https://pnp.github.io/cli-microsoft365/cmd/spfx/project/project-upgrade)
- [m365 spfx doctor](https://pnp.github.io/cli-microsoft365/cmd/spfx/spfx-doctor)
- [m365 spfx project doctor](https://pnp.github.io/cli-microsoft365/cmd/spfx/project/project-doctor)

## Upcoming Changes

Curious about what lies ahead? We're excited to share some of our ongoing projects and initiatives.
Expand Down
2 changes: 1 addition & 1 deletion content/pnp-powershell/pnp-powershell-v2-2-0/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tags:
- PnP PowerShell
- Microsoft Teams
- SharePoint
type: popular
type: regular
---

## PnP PowerShell
Expand Down
2 changes: 1 addition & 1 deletion content/pnp-powershell/pnp-powershell-v2-4-0/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ tags:
- Microsoft Teams
- SharePoint
- Microsoft Graph
type: popular
type: regular
---

## PnP PowerShell
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ tags:
- Microsoft Teams
- Microsoft Viva
- Microsoft Entra
type: popular
type: regular
videos:
- https://www.youtube.com/watch?v=VNgc4k_gCT0
draft: false
Expand Down

0 comments on commit af3f3fd

Please sign in to comment.