We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97ecc70 commit b727a3fCopy full SHA for b727a3f
entra/server_side_calls/ms_entra.py
@@ -65,7 +65,7 @@ def generate_special_agent_commands(
65
66
if params.proxy:
67
match params.proxy:
68
- case URLProxy(url):
+ case URLProxy(url=url):
69
args += ["--proxy", url]
70
case EnvProxy():
71
args += ["--proxy", "FROM_ENVIRONMENT"]
0 commit comments