Azure-Player / azure.datafactory.devops

Azure DevOps Deployment Tasks for Azure Data Factory objects
MIT License
39 stars 21 forks source link

Support the market place task to run on ubuntu VM's #80

Closed nikhil-neu closed 2 years ago

nikhil-neu commented 2 years ago

Is your feature request related to a problem? Please describe. When we changed our vm pool image from windows latest to ubuntu:latest, out Build ADF and Publish ADF tasks started to fail

Describe the solution you'd like Make it compatible with ubuntu VM's.

Describe alternatives you've considered Nothing so far

Additional context Starting: Publish-ADF-from-branch

Task : Publish Azure Data Factory Description : Deploys entire ADF (v2) from JSON files to ADF instance (adftools) Version : 1.11.1070 Author : Kamil Nowinski (SQLPlayer) Help : More Information

[error]The current operating system is not capable of running this task. That typically means the task was written for Windows only. For example, written for Windows Desktop PowerShell.

Finishing: Publish-ADF-from-branch .

NowinskiK commented 2 years ago

I'm closing this as a duplicated issue to this one: https://github.com/SQLPlayer/azure.datafactory.devops/issues/64 Consider using PowerShell Module of #adftools instead of AzureDevOps if you need to run under a Linux agent.