Skip to content
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

fix(provider/azure): Enable Azure Load Balancer from Azure VM Scale Set #3552

Merged
merged 3 commits into from
Apr 10, 2019
Merged

fix(provider/azure): Enable Azure Load Balancer from Azure VM Scale Set #3552

merged 3 commits into from
Apr 10, 2019

Conversation

neil-yechenwei
Copy link

@neil-yechenwei neil-yechenwei commented Apr 10, 2019

Background:
Enable Azure Load Balancer which supports inbound NAT port-forwarding rules to connect to azure vm instances.
There is one another related PR (spinnaker/deck#6829) in deck. Please also help to review.

@spinnakerbot
Copy link
Contributor

The following commits need their title changed:

  • 28c6ea9: Merge remote-tracking branch 'upstream/master' into neilpatch02

Please format your commit title into the form:

<type>(<scope>): <subject>, e.g. fix(kubernetes): address NPE in status check

This allows us to easily generate changelogs & determine semantic version numbers when cutting releases. You can read more about commit conventions here.

@neil-yechenwei
Copy link
Author

I've updated all commit title to specified format. Please go ahead to review the code.

Copy link

@duftler duftler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll go ahead and merge this and you can fix that one typo in a subsequent PR.

@@ -57,6 +58,14 @@ class AzureServerGroupResourceTemplate {
mapper.writeValueAsString(template)
}

/**
* Initialize variables that will be used in mulitple places
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/mulitple/multiple

@duftler duftler merged commit e325130 into spinnaker:master Apr 10, 2019
@neil-yechenwei neil-yechenwei deleted the neilpatch02 branch June 10, 2019 02:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants