microsoftgraph / msgraph-sdk-go-core

Microsoft Graph SDK for Go - Core Library
https://learn.microsoft.com/graph/sdks/sdks-overview
MIT License
20 stars 10 forks source link

Fix GetBatchResponseById can't deserialization errors #249

Closed eric-millin closed 10 months ago

eric-millin commented 1 year ago

Overview

Fixes https://github.com/microsoftgraph/msgraph-sdk-go-core/issues/247 Fixes https://github.com/microsoftgraph/msgraph-sdk-go-core/issues/248.

GetBatchResponseById will now properly deserialize JSON encoded error bodies.