Azure / data-lake-adlstool

Azure Data Lake Store command-line tools in Java
Other
9 stars 10 forks source link

Running from VSTS release pipeline #6

Closed AlexKeySmith closed 6 years ago

AlexKeySmith commented 6 years ago

Hi,

It would be handy to have an example or advice / gotchas of this running from a VSTS release pipeline.

We're interested in using it to apply /system folder permissions when deploying new data factory / data lake analytics pipelines.

It looks initially feasible, I'd guess it can't be too hard to incorporate some Java running as a vsts task.

But it would be interesting to know if this is planned to be in the PowerShell SDK, as it might be better off we hold of until then, as the powershell would more naturally fit into our existing pipeline.

asikaria-msft commented 6 years ago

Yes, we are planning on adding it to powershell, and also as part of our new .Net SDK.

The .net SDK is here: https://www.nuget.org/packages/Microsoft.Azure.DataLake.Store/ , powershell integration is in progress.

AlexKeySmith commented 6 years ago

Great thanks @asikaria-msft is https://github.com/azure/azure-data-lake-store-neta going to be a new ADLA SDK repo rather than bundled into https://github.com/Azure/azure-sdk-for-net/ ?

devblackops commented 6 years ago

This is good to hear. We too would like to integrate this into our VSTS pipeline for modifying ADLS ACLs. By PowerShell, you mean integrated into the AzureRM module?