-
Notifications
You must be signed in to change notification settings - Fork 75
Merge dev into master for typewriter release #286
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
Merged
Conversation
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
Merge pull request #171 from microsoftgraph/dev
Add NamespacePrefix for ObjC
Added some clarification.
Support updating the default base Graph URL
Added intune preprocessing
add rule to add containsTarget=true to labelPolicy navigation
Convert edm.Decimal to Typescript number
Handle CRLF in doc annotations as code comments.
Added IBaseRequestBuilder to consumers of IRequestBuilder.Base Applied <auto-generated/> comment tag to all generated c# files. Added comments to all complex types class definitions.
* Fix duplicate PHP enum name generation * Add back camelcase-ization to limit the changes. * Fix code comment
…rs issue (#202) * Updating template with response headers fix. * New changes will propagate the fix for having response headers and status codes in request objects when UpdateAsync method is called in entities * Adding the exception documentation in IEntityRequest.Base - Refactoring in EntityRequest.Base to include this if includeSendParams == true so that it shows in the async UpdateAsync() method.
* Updating template with response headers fix New changes will propagate the fix for having response headers and status codes in request objects when UpdateAsync method is called in entities * Adding exception description to documentation * Adding and refactoring exception documentation - Adding the exception documentation in IEntityRequest.Base - Refactoring in EntityRequest.Base to include this if includeSendParams == true so that it shows in the async UpdateAsync() method. * Space Indentation Fixes
* max-line-length * no-empty-interface * interface-name
…b.com/microsoftgraph/MSGraph-SDK-Code-Generator into Fix-Linter-Issues-For-DefinitelyTyped
…initelyTyped Fix linter issues for definitely typed
Co-authored-by: Mustafa Zengin <[email protected]>
…crosoftgraph/MSGraph-SDK-Code-Generator into bugfix/java-stream-properties
Fix linting errors in TypeScript namespace generation
… the default options are not applied in this testing mode
…ties java selective imports + a bunch of bugfixes + namespace fixes
…ction-skip - adds missing skip and skipToken methods for collection requests
…s-java - adds missing put methods for java sdk
…plicate-options - fixes a bug where url options would be inserted twice for collection POST requests
Discovered 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.
…-serialization bugfix/missing collection serialization
baywet
approved these changes
Sep 9, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This contains all of the changes we've made for namespaces and updated support for Java. All of these commits have been reviewed previously.