When allowInsecureConnections property in packageSources section is set to true in NuGet.Config files, suppress warnings for HTTP sources in packages.config restore scenarios(including install and update) in all NuGet tools.
The PRs enable the HTTP warnings in this scenario are:
NuGet/NuGet.Client#4583
NuGet/NuGet.Client#4633