pankajastro commented on code in PR #34738:
URL: https://github.com/apache/airflow/pull/34738#discussion_r1348496811


##########
airflow/providers/microsoft/azure/hooks/container_instance.py:
##########
@@ -19,7 +19,7 @@
 
 import warnings
 from functools import cached_property
-from typing import TYPE_CHECKING, Any
+from typing import TYPE_CHECKING, Any, cast
 
 from azure.common.client_factory import get_client_from_auth_file, 
get_client_from_json_dict
 from azure.common.credentials import ServicePrincipalCredentials

Review Comment:
   Removed ServicePrincipalCredentials and added ClientSecretCredential from 
`azure.identity`  



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to