From 26a8bc3942ffc7fef3875a33b92e4b59694b19e2 Mon Sep 17 00:00:00 2001 From: "Gareth J. Greenaway" Date: Fri, 26 Aug 2022 15:42:17 -0700 Subject: [PATCH] Adding changelog --- changelog/62547.fixed | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/62547.fixed diff --git a/changelog/62547.fixed b/changelog/62547.fixed new file mode 100644 index 00000000000..44b4ff4113d --- /dev/null +++ b/changelog/62547.fixed @@ -0,0 +1 @@ +Remove the connection_timeout from netmiko_connection_args before netmiko_connection_args is added to __context__["netmiko_device"]["args"] which is passed along to the Netmiko library.