Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pnp/powershell
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dev
Choose a base ref
...
head repository: namwar/powershell
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 4 files changed
  • 4 contributors

Commits on Jan 26, 2025

  1. Configuration menu
    Copy the full SHA
    8876941 View commit details
    Browse the repository at this point in the history
  2. Updated code

    namwar committed Jan 26, 2025
    Configuration menu
    Copy the full SHA
    105c5cc View commit details
    Browse the repository at this point in the history
  3. Extended the functionality of Restore-PnPRecycleBinItem cmdlet by add…

    …ing another parameterset for providing an array of Ids of items to restore in bulk. This will allow the users to deal with the scenarios where a lot (but not all) of files need to be restored. Caller can provide a list of Ids of items to bulk restore them. Bulk restore in this case will use REST API to restore items quickly. It also uses a fall back logic to deal with batch errors and automatically switches to individual restore, if needed.
    namwar committed Jan 26, 2025
    Configuration menu
    Copy the full SHA
    92e9aa0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3cd6226 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b2f2915 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2025

  1. Added verbose logging in RecycleBinUtility.RestoreRecycleBinItemInBul…

    …k to log reasons for failure to restore an item, in case of an error.
    namwar committed Jan 27, 2025
    Configuration menu
    Copy the full SHA
    b6e02c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b0d48c View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2025

  1. Configuration menu
    Copy the full SHA
    6ad632a View commit details
    Browse the repository at this point in the history
  2. Committing statged

    namwar committed Jan 28, 2025
    Configuration menu
    Copy the full SHA
    7b4a585 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4cbe36 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2025

  1. Configuration menu
    Copy the full SHA
    aa6dd0e View commit details
    Browse the repository at this point in the history
  2. Update Restore-PnPRecycleBinItem.md

    Added information about the new parameter set.  Added example and parameter information.
    namwar authored Jan 30, 2025
    Configuration menu
    Copy the full SHA
    6c4fbef View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2025

  1. Merge branch 'dev' into dev

    namwar authored Feb 2, 2025
    Configuration menu
    Copy the full SHA
    57392bb View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2025

  1. Merge branch 'dev' into dev

    namwar authored Feb 3, 2025
    Configuration menu
    Copy the full SHA
    eb87645 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2025

  1. Merge branch 'dev' into dev

    namwar authored Feb 4, 2025
    Configuration menu
    Copy the full SHA
    86edc17 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2025

  1. Configuration menu
    Copy the full SHA
    f535379 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2025

  1. Configuration menu
    Copy the full SHA
    7a5f74d View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2025

  1. Update documentation/Restore-PnPRecycleBinItem.md

    Co-authored-by: Copilot <[email protected]>
    KoenZomers and Copilot authored Oct 17, 2025
    Configuration menu
    Copy the full SHA
    d2db153 View commit details
    Browse the repository at this point in the history
  2. Update src/Commands/Utilities/RecycleBinUtility.cs

    Co-authored-by: Copilot <[email protected]>
    KoenZomers and Copilot authored Oct 17, 2025
    Configuration menu
    Copy the full SHA
    6fa0f3c View commit details
    Browse the repository at this point in the history
Loading