We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7187d1d + 78eadb1 commit 4b74edfCopy full SHA for 4b74edf
providers/src/airflow/providers/microsoft/azure/hooks/msgraph.py
@@ -288,7 +288,7 @@ def get_conn(self) -> RequestAdapter:
288
http_client = GraphClientFactory.create_with_default_middleware(
289
api_version=api_version, # type: ignore
290
client=httpx.AsyncClient(
291
- mounts=httpx_proxies,
+ proxy=httpx_proxies, # type: ignore
292
timeout=Timeout(timeout=self.timeout),
293
verify=verify,
294
trust_env=trust_env,
0 commit comments