-
Notifications
You must be signed in to change notification settings - Fork 187
Fixes removal of boolean and empty Json object values from request body #3224
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
Conversation
Will this fix get released in next version? |
Looks like it takes more than an hour for Microsoft to go from accepting a bug-fix pull-request into "dev" (a common name for a development version of the software) to releasing a new production version of the Microsoft.Graph powershell module into the Powershell Gallery. @Xuzhou-Huang, I'm not a Microsoft employee, but since the pull request got accepted a few hours ago, I would expect this bug fix will make it's way into a future release - I don't know their release cadence so can't say when or in what version these fixes will be included. In the mean time, uninstalling the 2.26.1 release and re-installing 2.25.0 should help. |
Fixes #3201, #3212 #3215, #3202, #2902
The PR also updates tests to cover both boolean and empty Json object valued property scenarios.
Ensuring boolean property values are not dropped
Ensures empty Json object/list as a property value is not dropped
Example 1:

Example 2:
