Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Environments should expose Data Lake URI's #312

Closed
tombuildsstuff opened this issue Aug 31, 2018 · 4 comments
Closed

Environments should expose Data Lake URI's #312

tombuildsstuff opened this issue Aug 31, 2018 · 4 comments
Labels

Comments

@tombuildsstuff
Copy link
Contributor

👋

It'd be really handy for the Data Lake URI to be exposed as part of the Environments struct:

https://github.com/Azure/go-autorest/blob/master/autorest/azure/environments.go#L37-L58

An example URI for Azure Public is adl://tomdevdls1.azuredatalakestore.net/test/example.txt, so I'd expect the domain azuredatalakestore.net to be exposed as part of the Environments struct. Would it be possible to expose this information?

Thanks!

@tombuildsstuff
Copy link
Contributor Author

I've just noticed this is currently exposed on the Client within the SDK, which we should be able to use in the interim: https://github.com/Azure/azure-sdk-for-go/blob/master/services/datalake/store/2016-11-01/filesystem/client.go#L29

@marstr marstr self-assigned this Sep 4, 2018
@marstr marstr added the customer label Sep 4, 2018
@jhendrixMSFT
Copy link
Member

@joshgav do you know if there are endpoints for the sovereign clouds?

@marstr marstr removed their assignment Nov 12, 2018
@marstr marstr removed the committed label Nov 12, 2018
@marstr
Copy link
Member

marstr commented Nov 12, 2018

Putting this back in the triage bucket now that I've been re-orged.

@jhendrixMSFT
Copy link
Member

Fixed in [email protected]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants