From 8203fe0e412adc2ccf82c37a5ed196607982a7a0 Mon Sep 17 00:00:00 2001 From: jackofallops <11830746+jackofallops@users.noreply.github.com> Date: Mon, 13 Jan 2025 14:26:45 +0100 Subject: [PATCH] accept suggestion Co-authored-by: stephybun --- internal/services/logic/logic_app_standard_resource.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/services/logic/logic_app_standard_resource.go b/internal/services/logic/logic_app_standard_resource.go index dfac6402b91c..7b1a44264c09 100644 --- a/internal/services/logic/logic_app_standard_resource.go +++ b/internal/services/logic/logic_app_standard_resource.go @@ -344,7 +344,6 @@ func resourceLogicAppStandardCreate(d *pluginsdk.ResourceData, meta interface{}) if !features.FivePointOhBeta() { // if a user is still using `site_config.public_network_access_enabled` we should be setting `public_network_access` for them publicNetworkAccess = reconcilePNA(d) - // publicNetworkAccess = helpers.PublicNetworkAccessEnabled if v := siteEnvelope.Properties.SiteConfig.PublicNetworkAccess; v != nil && *v == helpers.PublicNetworkAccessDisabled { publicNetworkAccess = helpers.PublicNetworkAccessDisabled }