As we can see in the documentation (https://docs.microsoft.com/en-us/python/api/azure-loganalytics/azure.loganalytics.log_analytics_data_client.loganalyticsdataclient?view=azure-python), the constructor receives 2 parameters: 1) credentials, 2) base_url
It writes that credentials is of type None, but giving it None will cause an exception. So what type of object should I pass for the credentials parameter?
Thanks.