-
Notifications
You must be signed in to change notification settings - Fork 187
Graph API Audit Log Output #3220
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
Comments
@marbaugh please try specifying the ![]() |
ok thank you, I am testing this today and will post my results. |
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. |
Describe the bug
In running the Invoke-MgGraphRequest that returns what is said to be a .json file.
I am attempting to load that json file into Powershell and get the following error.
$jsonContent = Get-Content -Path .\test.json -raw
$jsonContent | ConvertFrom-Json
ConvertFrom-Json: Conversion from JSON failed with error: Additional text encountered after finished reading JSON content: [. Path '', line 15161, position 0...
I believe the json file is some type of array but it is not formatted properly.
When will this be updated/resolved so the output can be used properly?
Expected behavior
The output should be a properly formatted JSON file.
How to reproduce
Invoke-MgGraphRequest with the output being json
SDK Version
No response
Latest version known to work for scenario above?
No response
Known Workarounds
No response
Debug output
Click to expand log
```The text was updated successfully, but these errors were encountered: