Skip to content

Commit

Permalink
Merge pull request Azure#9 from dimbleby/fix-proxy-order
Browse files Browse the repository at this point in the history
add_config_protected_settings parameters in wrong order
  • Loading branch information
bavneetsingh16 authored Sep 5, 2024
2 parents 3edbb19 + c9cd95c commit ed169b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connectedk8s/azext_connectedk8s/custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ed169b3

Please sign in to comment.