-
Notifications
You must be signed in to change notification settings - Fork 557
Issue with Graph SDK 2.27.0 - Get-MgBetaDeviceManagementDeviceConfiguration fails #6055
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Unfortunately there are too many bugs in 2.26.1 for us to roll back to it. I will try and follow-up with the Graph team. Are you aware of other cmdlets that fail with 2.27.0? |
@NikCharlebois One that for sure was failing is |
With great enthusiasm, contributing to fix the parameter binding issue reported by @FabienTschanz and supported by @NikCharlebois. |
@NikCharlebois The cmdlet Edit: Finally, something. It is indeed the case that What the cmdlet sends to Graph: What the content should actually be: Edit 2: Also happens with using |
@NikCharlebois The |
Description of the issue
With the PowerShell Graph SDK 2.27.0, the cmdlet
Get-MgBetaDeviceManagementDeviceConfiguration
fails during execution if the-DeviceConfigurationId
parameter is specified. The corresponding message is that the parameter set cannot be resolved.I reported this issue on the SDK repository at microsoftgraph/msgraph-sdk-powershell#3295. Suggesting to revert back to 2.26.1 until a newer version is available that contains fix for it. Otherwise, we'd need to update ~30 resources which specify the combination of the cmdlet with the parameter to also include an additional parameter, so that the parameter set can successfully be resolved.
Tagging @ykuijs @NikCharlebois for visibility. Please advise on what to do next.
Microsoft 365 DSC Version
V1.25.423.1
Which workloads are affected
Intune
The DSC configuration
Verbose logs showing the problem
Environment Information + PowerShell Version
The text was updated successfully, but these errors were encountered: