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

provider/azure: Added SQL Database Server Firewall Rule resource. #2530

Merged
merged 1 commit into from
Jun 29, 2015

Conversation

aznashwan
Copy link
Contributor

Added the possibility of applying firewall rules to database servers on Azure.

This patch contains all the afferent feature code alongside tests and documentation.

PS: also contains two minor fixes on the secgroup rules and databse service resources.

PPS: Special thanks to @svanharmelen for the good spot.

}
}

d.SetId("name")
Copy link
Contributor

Choose a reason for hiding this comment

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

This should be SetId(name), otherwise every firewall rule will have the same ID. 😀

Might want to start with a failing acceptance test here by making a test case with two rules - I'd expect that to fail without fixing this.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

One of the brain farts I keep mentioning 😞

Fixed and updated tests 😄

@aznashwan aznashwan force-pushed the f-azure-database-firewall branch 2 times, most recently from f5c5904 to 0a055bd Compare June 29, 2015 11:13
@phinze
Copy link
Contributor

phinze commented Jun 29, 2015

LGTM!

phinze added a commit that referenced this pull request Jun 29, 2015
provider/azure: Added SQL Database Server Firewall Rule resource.
@phinze phinze merged commit 9ef25fa into hashicorp:master Jun 29, 2015
@ghost
Copy link

ghost commented May 1, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@ghost ghost locked and limited conversation to collaborators May 1, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants