I could not see a way to set proxy in Azure Data Lake Store Client SDK. I am working in a corporate network and I have to set proxy while using Azure and ResourceManager classes (.withProxy(..)) to be able to access Azure. Am I missing something or isn't that really available? Thanks
Edit: I saw that setting proxy properties did not help. However, I found out that when while creating DataLakeStoreAccountManagementClientImpl, I could use the constructor accepting RestClient. While creating RestClient using "usingProxyAuthenticator" and/or "usingProxy" methods according to needs and passing to client constructor, solved the problem.