Microsoft.Graph PowerShell needs updating for vital bug fix #11702
Labels
awaiting-deployment
Code complete; awaiting deployment and/or deployment in progress
bug report
OS: Windows
Description
The Microsoft.Graph PowerShell module has a bug introduced in 2.250.0 that impacts a lot of the commands that take a payload with slashes in). This has now been fixed in 2.26.1
microsoftgraph/msgraph-sdk-powershell#3154
Can a new image be release that pins to 2.26.1 or later?
Platforms affected
Runner images affected
Image version and build link
20250224.5.0
Is it regression?
20250120.2.0
Expected behavior
Microsoft.Graph PowerShell commands work as before
Actual behavior
Microsoft.Graph PowerShell commands fail with weird error messges (eg:
New-MgGroup
when specifying an owner errors out withInvalid URL format specified in @odata.bind for owners
)Repro steps
Create a pipeline that invokes the following PowerShell command, with < 2.26.1 module it fails. >= 2.26.1 has this fixed.
The text was updated successfully, but these errors were encountered: