gopidesupavan commented on code in PR #53107:
URL: https://github.com/apache/airflow/pull/53107#discussion_r2195948052


##########
providers/microsoft/azure/src/airflow/providers/microsoft/azure/utils.py:
##########
@@ -61,7 +62,7 @@ def _get_default_azure_credential(
     managed_identity_client_id: str | None = None,
     workload_identity_tenant_id: str | None = None,
     use_async: bool = False,
-) -> DefaultAzureCredential | AsyncDefaultAzureCredential:
+) -> Any:

Review Comment:
   am already looking into that why that mixture of async and sync being used 
in first-place, will update if it doesnt make sense to use that.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to