Generate code for EventHub, ServiceFabric and NotificationHubs#1816
Merged
martinsawicki merged 11 commits intoAzure:masterfrom Jul 19, 2017
Merged
Generate code for EventHub, ServiceFabric and NotificationHubs#1816martinsawicki merged 11 commits intoAzure:masterfrom
martinsawicki merged 11 commits intoAzure:masterfrom
Conversation
…eneration of pom.xml.
|
@RikkiGibson, |
Contributor
|
Can one of the admins verify this patch? |
jianghaolu
reviewed
Jul 17, 2017
| /** | ||
| * Entry point to Azure EventHub resource management. | ||
| */ | ||
| @Beta(Beta.SinceVersion.V1_2_0) |
Contributor
There was a problem hiding this comment.
We use @Beta(SinceVersion.V1_2_0) - I think you can configure this in IntelliJ settings -> editor -> code style -> Java -> Imports -> Insert imports for inner classes
Member
Author
There was a problem hiding this comment.
Thanks for the tip. The branch has been updated.
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
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.
This is mostly gen code. I suggest you review commits that aren't about adding Inners to get a feel for what handwritten code was actually modified and to get a sense of how the new POM and manager generation are working.
Gulpfile has been modified to work with this patch for AutoRest: Azure/autorest#2446