-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
Upgrade network
SDK to 2018-08-01
#2433
Conversation
…ckage. Upgrade to `2018-08-01` for network package to prepare for network profile for ACI.
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.
@metacpp Thanks for the PR, mostly looks good... left a couple of super minor comments. Thanks!
FYI, the firewall resource was originally written against the preview API so definitely needs some work to update to the latest. I think I have started work on all this as well as application rules, not sure how long it will take me to finish at the moment though. |
I agree with @hbuckle. If |
Co-Authored-By: metacpp <1684739+metacpp@users.noreply.github.com>
I just updated the PR, please help with taking a look at it. |
@katbyte @tombuildsstuff just resolved the comments and updated the PRs, please help with reviewing these changes. |
), | ||
}, | ||
{ | ||
Config: testAccAzureRMFirewall_basic(ri, location), |
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.
@katbyte thanks for adding more tests. I've a question here: is this test step duplicated with TestAccAzureRMFirewall_basic
? I suppose that each test step is actually isolated one.
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.
LGTM @metacpp 👍
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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks! |
This PR is to upgrade
network
SDK to2018-08-01
, which supportsnetwork_profile
andsubnet_delegation
.Due to the change by Azure API in
2018-08-01
,internal_public_ip_address_id
is being deprecated bypublic_ip_address_id
.