From c9cd95c747fd5c1ce93c9f1df3dac83c358c6603 Mon Sep 17 00:00:00 2001 From: David Hotham Date: Thu, 5 Sep 2024 17:20:56 +0100 Subject: [PATCH] add_config_protected_settings parameters in wrong order --- src/connectedk8s/azext_connectedk8s/custom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connectedk8s/azext_connectedk8s/custom.py b/src/connectedk8s/azext_connectedk8s/custom.py index 385d5774f34..001213ac2c9 100644 --- a/src/connectedk8s/azext_connectedk8s/custom.py +++ b/src/connectedk8s/azext_connectedk8s/custom.py @@ -4764,8 +4764,8 @@ def check_operation_support(operation_name, agent_version): def add_config_protected_settings( - https_proxy, http_proxy, + https_proxy, no_proxy, proxy_cert, container_log_path,