-
Notifications
You must be signed in to change notification settings - Fork 178
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
Urgent: Make response headers optional #2600
Comments
Sample of breaking-change we have hit since we picked up the 2.14.0 version in automated scripts during this weekend (was working with 2.13.1).
When a given application_id was not found in 2.13.1 the function returned $null, which we were checking for, now the function returns a System.Collections.Hashtable with something like this, aka far from null. x-ms-ags-diagnostic {"ServerInfo":{"DataCenter":"West Europe","Slice":"E","Ring":"5","ScaleUnit":"002","RoleInstance":"AM2PEPF0000BE1A"}} |
Similarly, this cmdlet returns a pile of blank data (which it should never do) whereas before it would correctly filter things out:
Do you have an ETA on a fix? |
Same Issue as documented here: |
We have a new version out to address the issue. https://www.powershellgallery.com/packages/Microsoft.Graph/2.14.1. Apologies to everyone for inconveniences caused on the previous version. |
Provide a parameter e.g. -rhv v when you want to access response headers instead of returning 2 objects (which is a breaking change to customers).
The text was updated successfully, but these errors were encountered: