Skip to content

Commit

Permalink
Removed Set-PnPMinimalDownloadStrategy cmdlet
Browse files Browse the repository at this point in the history
  • Loading branch information
erwinvanhunen committed Nov 26, 2024
1 parent da9c08c commit 46915f8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 144 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
- Removed `-Title` and `-Header` parameters from `Remove-PnPNavigationNode`. They were marked obsolete.
- Removed `-FileUrl` parameter from `Get-PnPSharingLink`. It was marked obsolete.
- Removed `-WebLogin` parameter from `Connect-PnPOnline` cmdlet. It was marked obsolete and was a security risk.
- Removed `Set-PnPMinimalDownloadStrategy` as it's not applicable anymore to SharePoint Online. If you need the functionality you can always turn on the feature with `Enable-PnPFeature -Id 87294c72-f260-42f3-a41b-981a2ffce37a` or turn it off with `Disable-PnPFeature -Id 87294c72-f260-42f3-a41b-981a2ffce37a`

### Contributors

Expand Down
2 changes: 2 additions & 0 deletions MIGRATE-2.0-to-3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ Recommend referring to these 2 links:
| Connect-PnPOnline | Removed `-LaunchBrowser` option for Device Login flows. It is the default now. |
| Register-PnPEntraIDApp | Removed `-LaunchBrowser`, `-NoPopup` and credential based auth. The default auth method is now Interactive.|
| Register-PnPEntraIDAppForInteractiveLogin | Removed `-LaunchBrowser`, `-NoPopup` and credential based auth. The default auth method is now Interactive.|
| Set-PnPMinimalDownloadStrategy | Removed cmdlet. If you need the functionality you can always turn on the feature with `Enable-PnPFeature -Id 87294c72-f260-42f3-a41b-981a2ffce37a` or turn it off with `Disable-PnPFeature -Id 87294c72-f260-42f3-a41b-981a2ffce37a` |

## Other notable changes

## Changes to output type
Expand Down
111 changes: 0 additions & 111 deletions documentation/Set-PnPMinimalDownloadStrategy.md

This file was deleted.

33 changes: 0 additions & 33 deletions src/Commands/Branding/SetMinimalDownloadStrategy.cs

This file was deleted.

0 comments on commit 46915f8

Please sign in to comment.