Skip to content

Commit

Permalink
remove setting LuisKey from public_network_access_enabled attribute (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
patst authored Dec 11, 2023
1 parent 4f1d4ff commit a6d9a98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/services/bot/bot_service_resource_base.go
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,6 @@ func (br botBaseResource) updateFunc() sdk.ResourceFunc {
} else {
existing.Properties.PublicNetworkAccess = botservice.PublicNetworkAccessDisabled
}
existing.Properties.LuisKey = utils.String(metadata.ResourceData.Get("public_network_access_enabled").(string))
}

if metadata.ResourceData.HasChange("streaming_endpoint_enabled") {
Expand Down

0 comments on commit a6d9a98

Please sign in to comment.