Skip to content

Commit 79d9ca6

Browse files
committed
fix: include headers in raw response output
1 parent 83fd3e7 commit 79d9ca6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Modules/CIPPCore/Public/GraphHelper/New-GraphGetRequest.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ function New-GraphGetRequest {
110110
StatusCode = $Data.StatusCode
111111
StatusDescription = $Data.StatusDescription
112112
Content = $Content
113+
Headers = $Data.Headers
113114
}
114115
$nextURL = $null
115116
} elseif ($CountOnly) {

0 commit comments

Comments
 (0)