- fixes a bug where url options would be inserted twice for collection POST requests by baywet · Pull Request #281 · microsoftgraph/MSGraph-SDK-Code-Generator

Copy link Copy Markdown

Member

@baywet baywet commented

Sep 3, 2020

Summary

Because getRequestUrl already inserts the options (functions and query), providing the options again in build request was inserting those twice, causing the request to fail.

Generated code differences

microsoftgraph/msgraph-sdk-java#445

Command line arguments to run these changes

Provide the command line arguments here so that reviewers can quickly repro the results of changes.

Links to issues or work items this PR addresses