devonfw / ide

Tool to automate setup and update of development environment (esp. for Java projects).
Apache License 2.0
33 stars 101 forks source link

Azure installation with MSI extraction #1190

Closed alfeilex closed 1 year ago

alfeilex commented 1 year ago

This PR change the installation of azure with MSI extraction as in the aws commandlet. For the other systems we have to use pip. Since python is just not supported for MacOS and Linux, the installationonly works on windows.

Related issu: #1177