Closed
Description
In order to interop with other tools or perform custom handling of responses from MS Graph, it is useful to get the entire Content of the response in both success and error cases. An option that allows Invoke-GraphRequest
to simply return the entire response without interpreting it, e.g. a -Raw
option, would allow custom tooling to fully exploit the protocol and allow for advanced debugging.
AB#6855