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: v2.34.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.35.0
Choose a head ref
  • 12 commits
  • 325 files changed
  • 7 contributors

Commits on Dec 20, 2025

  1. Configuration menu
    Copy the full SHA
    3cacac8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c51bcb9 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2026

  1. fix: module generation for CloudCommunications by resolving circular …

    …reference (#3482)
    
    * Initial plan
    
    * Add MicrosoftGraphEngagementConversationMessage to no-inline directive list
    
    Co-authored-by: gavinbarron <7122716+gavinbarron@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: gavinbarron <7122716+gavinbarron@users.noreply.github.com>
    Copilot and gavinbarron authored Jan 8, 2026
    Configuration menu
    Copy the full SHA
    751206e View commit details
    Browse the repository at this point in the history
  2. Updating examples (#3490)

    Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
    MIchaelMainer and Microsoft Graph DevX Tooling authored Jan 8, 2026
    Configuration menu
    Copy the full SHA
    046ce1f View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2026

  1. Feature: Add ability to disable WAM (#3505)

    * disable wam when using custom client id
    
    * add tests
    
    * refactor powershellClientId to a internal constant
    
    * switch enableWam flag to an explicit DisableWam flag
    
    * invert logic
    
    * ensure constants is available
    
    * remove constant, add boolean check for default clientId value
    
    * adjust setOptionTests
    
    * Update src/Authentication/Authentication/Cmdlets/SetMgGraphOption.cs
    
    Co-authored-by: Gavin Barron <gavin.barron@gmail.com>
    
    * Update src/Authentication/Authentication/Cmdlets/ConnectMgGraph.cs
    
    Co-authored-by: Gavin Barron <gavin.barron@gmail.com>
    
    * Condense logic for checking  WamEnabled
    
    * remove constant
    
    * clean up wamEnabled property
    
    * fix nullable build error
    
    ---------
    
    Co-authored-by: Gavin Barron <gavin.barron@gmail.com>
    ramsessanchez and gavinbarron authored Jan 27, 2026
    Configuration menu
    Copy the full SHA
    029454f View commit details
    Browse the repository at this point in the history
  2. Updating examples (#3506)

    Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
    Co-authored-by: Ramses Sanchez-Hernandez <63934382+ramsessanchez@users.noreply.github.com>
    3 people authored Jan 27, 2026
    Configuration menu
    Copy the full SHA
    5db8dfe View commit details
    Browse the repository at this point in the history
  3. Patch 1 replace secrets in examples (#3509)

    * Mask secret values in Add-MgApplicationPassword.md
    
    Replaced sensitive SecretText values with placeholder '<secret here>' for security.
    
    * Mask secret values in Add-MgBetaApplicationPassword.md
    
    Replaced sensitive SecretText values with placeholder '<secret here>' for security.
    
    * Change secretText to use placeholder
    
    Updated secretText placeholder in Add-MgServicePrincipalKey example.
    
    * Change secretText to a placeholder in documentation
    
    Updated the secretText placeholder in the example.
    michel-kamp-work authored Jan 27, 2026
    Configuration menu
    Copy the full SHA
    b85f311 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2026

  1. fix: catch error codes in parallel (#3504)

    * catch and report exitcodes for individual modules
    
    * build all modules in parrallel and catch at the end
    ramsessanchez authored Jan 28, 2026
    Configuration menu
    Copy the full SHA
    77f51c0 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2026

  1. Validated open api updates (#3510)

    * validated open api updates
    
    * validated open api docs
    ramsessanchez authored Jan 30, 2026
    Configuration menu
    Copy the full SHA
    9536f25 View commit details
    Browse the repository at this point in the history
  2. Updating examples (#3511)

    Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
    Co-authored-by: Ramses Sanchez-Hernandez <63934382+ramsessanchez@users.noreply.github.com>
    3 people authored Jan 30, 2026
    Configuration menu
    Copy the full SHA
    12790b6 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2026

  1. [v2] Weekly OpenApiDocs Refresh (#3514)

    * Weekly OpenApiDocs Download.
    
    * Add generated MgCommandMetadata.json. [run ci]
    
    ---------
    
    Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
    MIchaelMainer and Microsoft Graph DevX Tooling authored Jan 31, 2026
    Configuration menu
    Copy the full SHA
    d74b412 View commit details
    Browse the repository at this point in the history
  2. Updating examples (#3496)

    Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
    Co-authored-by: Ramses Sanchez-Hernandez <63934382+ramsessanchez@users.noreply.github.com>
    3 people authored Jan 31, 2026
    Configuration menu
    Copy the full SHA
    73a0b56 View commit details
    Browse the repository at this point in the history
Loading