You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
745 @proxy_napalm_wrap
746 def netmiko_conn(**kwargs):
747 +--- 19 lines: """------------------------------------------------------------------------------------------------------------------------------
766 salt.utils.versions.warn_until(
767 "Chlorine",
768 "This 'napalm_mod.netmiko_conn' function as been deprecated and "
769 "will be removed in the {version} release, as such, it has been "
770 "made an internal function since it is not suitable for CLI usage",
771 )
772 return _netmiko_conn(**kwargs)
salt.modules.napalm_mod.netmiko_conn was previously deprecated and needs to be removed in 3007.0
1142 @proxy_napalm_wrap
1143 def pyeapi_conn(**kwargs):
1144 +--- 19 lines: """---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
1163 salt.utils.versions.warn_until(
1164 "Chlorine",
1165 "This 'napalm_mod.pyeapi_conn' function as been deprecated and "
1166 "will be removed in the {version} release, as such, it has been "
1167 "made an internal function since it is not suitable for CLI usage",
1168 )
1169 return _pyeapi_conn(**kwargs)
salt.modules.napalm_mod.pyeapi_conn was previously deprecated and needs to be removed in 3007.0
The text was updated successfully, but these errors were encountered:
Ch3LL
changed the title
[TECH DEBT] Remove salt.modules.napalm_mod.netmiko_conn
[TECH DEBT] Remove salt.modules.napalm_mod.netmiko_conn and pyeapi_conn
Jun 12, 2023
salt.modules.napalm_mod.netmiko_conn was previously deprecated and needs to be removed in 3007.0
salt.modules.napalm_mod.pyeapi_conn was previously deprecated and needs to be removed in 3007.0
The text was updated successfully, but these errors were encountered: