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: microsoftgraph/msgraph-sdk-powershell
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.33.0
Choose a base ref
...
head repository: microsoftgraph/msgraph-sdk-powershell
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.34.0
Choose a head ref
  • 2 commits
  • 23 files changed
  • 2 contributors

Commits on Dec 11, 2025

  1. Separate CI-Build and Sdk-Release pipelines (#3462)

    * Sdk release and CI-build pipelines are seperated and restructured in Main
    
    * weekly pipelines should target main branch
    
    * CI build does not pack and sign
    ramsessanchez authored Dec 11, 2025
    Configuration menu
    Copy the full SHA
    fa1577d View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2025

  1. Feat/force wam (#3472)

    * feat: force WAM auth for windows users
    
    * feat(auth): Provide messages to user regarding WAM on windows support.
    
    * Wiring up WriteWarning
    
    * Sign parameter set to True in CI
    
    * clear messages regarding WAM option deprecation
    
    * remove writeDebug as it doesnt exist in context
    
    * bump versions to 2.34.0
    
    * fix warning placement to ensure output is initialized
    
    ---------
    
    Co-authored-by: Gavin Barron (from Dev Box) <gavinbarron@microsoft.com>
    ramsessanchez and gavinbarron authored Dec 19, 2025
    Configuration menu
    Copy the full SHA
    855e817 View commit details
    Browse the repository at this point in the history
Loading