You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Line 198 "$errorResponse = $ex.Response.GetResponseStream()" is failing with the error:
Method invocation failed because [System.Net.Http.HttpResponseMessage] does not contain a method named 'GetResponseStream'
Apparently this functionality was removed in PS 7.0
Can this be fixed?
The text was updated successfully, but these errors were encountered:
It looks like the "installSummary" is completely missing from Graph mobile apps. I'll find out if it's a bug with Graph or permanently removed (in which case I'll need a plan b)
Line 198 "$errorResponse = $ex.Response.GetResponseStream()" is failing with the error:
Method invocation failed because [System.Net.Http.HttpResponseMessage] does not contain a method named 'GetResponseStream'
Apparently this functionality was removed in PS 7.0
Can this be fixed?
The text was updated successfully, but these errors were encountered: