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

Azure CLI integration #712

Closed
12 tasks done
albertdb opened this issue Feb 24, 2022 · 5 comments · Fixed by #741
Closed
12 tasks done

Azure CLI integration #712

albertdb opened this issue Feb 24, 2022 · 5 comments · Fixed by #741
Assignees
Labels
enhancement New feature or request

Comments

@albertdb
Copy link

albertdb commented Feb 24, 2022

As a devon IDE user, I want to have Azure CLI available in the devon IDE so that I and my team can easily ramp up our cloud environment and we are using the same and correct versions of the tool.

Acceptance criteria:

  • Mirror is added.
  • There is a new commandlet that allows to install and launch Azure CLI from the CLI
  • The new commandlet is a wrapper for Azure CLI
  • Azure CLI (latest version) can be installed automatically (during setup via settings) as well as via the commandlet call - independently of the used OS plattform (Linux, Windows, MAC)
  • During the installation process I get information about the current status of the installation
  • The new commandlet is documented on the website
  • Azure CLI can be installed and used together with any of the devon IDE standard tools without negative interference
  • Add licence documentation

19.04

  • Testing MAC OS / Linux

3.5

  • Testing MAC OS
  • Adding more feedback/response during the installation
  • Azure CLI is integrated in a way that complies with the multi-tenancy of the devon IDE - this implies that configuration is stored per IDE instance and not globaly in users home directory.
@albertdb albertdb added the enhancement New feature or request label Feb 24, 2022
@albertdb
Copy link
Author

albertdb commented Mar 11, 2022

@alfeilex
Copy link
Member

Azure CLI can be installed for Windows and MAC via command (devon az)

The implementation for Linux is not done, because for different Linux distributions different package manager are needed to run the installation. (e.g. Ubuntu -> apt | Red Hat -> yum)

This is a topic for the next sprint meeting.

@alfeilex
Copy link
Member

@tobka777 Please test the command on your MAC. I tried the installation for MAC on my virtual machine. There was an error at first because of virtualenv (Python). I was able to fix the error by running following command.

conda install virtualenv

The following requirements are given for installation on MAC via bash.

@alfeilex
Copy link
Member

alfeilex commented May 11, 2022

I have reported the error with the virtualenv in the macOS installation as a bug to the Azure team.

Azure/azure-cli#22345

@alfeilex alfeilex linked a pull request May 12, 2022 that will close this issue
@alfeilex
Copy link
Member

All A.C. have been done. The installation works only for Windows.

More operating systems can be added later in a new task, when the bug for MacOS is fixed and for Linux it is decided how to deal with various Linux distributions like apt or yum.

Pull Request: #741

@hohwille hohwille added this to the release:2022.04.002 milestone May 30, 2022
hohwille pushed a commit that referenced this issue May 31, 2022
hohwille pushed a commit to devonfw/ide-mirrors that referenced this issue Jun 3, 2022
@hohwille hohwille mentioned this issue Jul 25, 2022
11 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants