-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
azurerm_logic_app_standard
- update resource to use go-azure-sdk
and add public_network_access
#27913
Conversation
8b6550b
to
a8bd9a9
Compare
We are waiting for this feature/bug fix, any idea how long we need to wait for it to available? |
9b9786d
to
3e85d98
Compare
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
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 @stephybun - just a couple minor things to check, but otherwise LGTM 🦦
c30b63a
to
8043308
Compare
…d add data source deprecation to upgrade guide
8043308
to
98f28c3
Compare
Community Note
Description
hashicorp/go-azure-sdk
public_network_access
property on the site properties level in both the resource and the data sourcesite_config.public_network_access_enabled
property has been deprecated andpublic_network_access
will control setting this on the site properties as well as the site_config level of the resourceThe
site_config.public_network_access_enabled
andpublic_network_access
properties are intertwinedMy observations are:
site_config.public_network_access_enabled
will also setpublic_network_access
public_network_access
will not setsite_config.public_network_access_enabled
site_config.public_network_access_enabled
can be updated (as in API will return whatever value we send to it)public_network_access
can not be updatedTesting
4.x mode:
5.0 mode:
Change Log
Below please provide what should go into the changelog (if anything) conforming to the Changelog Format documented here.
azurerm_logic_app_standard
- add support for thepublic_network_access
property [GH-00000]This is a (please select all that apply):
Related Issue(s)
Fixes #23809
Supersedes #24842
Note
If this PR changes meaningfully during the course of review please update the title and description as required.