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
When trying the sample in typescript following error is thrown:
RestError: Error "SyntaxError: Unexpected token  in JSON at position 0" occurred while parsing the response body - {"value":
All the other report functions work like expected
Expected behavior
Like described in the sample
an array that looks like
{
"value": [
{
Actual behavior
RestError: Error "SyntaxError: Unexpected token  in JSON at position 0" occurred while parsing the response body - {"value":
Reproduction Steps
follow the sample
Environment
ES2022
The text was updated successfully, but these errors were encountered:
Link to sample
https://learn.microsoft.com/en-us/rest/api/apimanagement/reports/list-by-request?view=rest-apimanagement-2022-08-01&tabs=HTTP
Library name and version
@azure/arm-apimanagement 9.1.0
Language of the Sample
Sample Issue Type
Issue details
When trying the sample in typescript following error is thrown:
RestError: Error "SyntaxError: Unexpected token  in JSON at position 0" occurred while parsing the response body - {"value":
All the other report functions work like expected
Expected behavior
Like described in the sample
an array that looks like
{
"value": [
{
Actual behavior
RestError: Error "SyntaxError: Unexpected token  in JSON at position 0" occurred while parsing the response body - {"value":
Reproduction Steps
follow the sample
Environment
ES2022
The text was updated successfully, but these errors were encountered: