Supports missing request body parameter by MIchaelMainer · Pull Request #284 · microsoftgraph/MSGraph-SDK-Code-Generator
Navigation Menu
{{ message }}
microsoftgraph / MSGraph-SDK-Code-Generator Public
- Notifications You must be signed in to change notification settings
- Fork 75
Merged
Supports missing request body parameter#284
MIchaelMainer merged 2 commits intodevfrom
Supports missing request body parameter#284
MIchaelMainer merged 2 commits intodevfrom
Conversation
MIchaelMainer added 2 commits
September 4, 2020 22:55Discovered that reordered overloaded action, evaluateDynamicMembership exposed that we were only capturing parameters for the first overload. We need to capture all of the parameters which this commit fixes.
MIchaelMainer
requested review from
baywet,
nikithauc and
zengin
nikithauc approved these changes Sep 8, 2020
baywet reviewed Sep 8, 2020
| /// <returns>A deduplicated list of OdcmParameter.</returns> | ||
| public static List<OdcmParameter> WithDistinctParameters(this OdcmMethod odcmMethod) | ||
| { | ||
| var distinctMethods = odcmMethod.WithDistinctOverloads(); |
Copy link Copy Markdown
Member
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@MIchaelMainer I love it, building on what I added a couple of weeks ago ❤
baywet approved these changes Sep 8, 2020
MIchaelMainer
merged commit
835c741
into
dev
MIchaelMainer
deleted the
MIchaelMainer/fixMethodRequestBody
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
