-
Notifications
You must be signed in to change notification settings - Fork 89
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
feat(new): Added Azure.EventHub.Firewall #2872
feat(new): Added Azure.EventHub.Firewall #2872
Conversation
Hi @BernieWhite. I want some feedback from you on this one, what do you think? The I can also go for another design with an |
@BenjaminEngeset Nice work so far. This one does have one additional complexity that you may not have encountered with previous rules, that I hadn't thought about in the initial issue. There is an order of precedence on which will take effect for the final resource. ARM take the approach of deploy the parent resource first The impact of this is: If the sub-resource is set it will override the configuration on the parent resource, because it is deployed last and modifies the state of the parent. Use i.e.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some additional suggestions for docs.
Makes sense. I was aware of this, but didn't expect us to take that into consideration, but now that we are aligned I'll adjust accordingly. Great feedback. The Writing it with Found it here:
|
Or use the |
Should be ready for another review @BernieWhite. I don't undestand why |
I did a bit of investigating and this seems to be a bug with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @BenjaminEngeset. All good to merge.
PR Summary
Fixes #2701
Added Azure.EventHub.Firewall.
PR Checklist