Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

AzureCreateVirtualMachineTask: introduce new task #346

Merged
merged 3 commits into from
May 21, 2023

Commits on May 21, 2023

  1. AzureCreateVirtualMachineTask: introduce new task

    Add new task creating VM on Azure cloud
    Currently it create Ubuntu
    nirarg committed May 21, 2023
    Configuration menu
    Copy the full SHA
    fd1f363 View commit details
    Browse the repository at this point in the history
  2. AzureCreateVirtualMachineTask: Add Unit tests

    In order to include the unit tests this commit also include changes in the task
    Moving all azure API access to interface (mock it in the test)
    nirarg committed May 21, 2023
    Configuration menu
    Copy the full SHA
    931f778 View commit details
    Browse the repository at this point in the history
  3. AzureCreateVirtualMachineTask: Add instructions how to use example wo…

    …rkflow configuration
    nirarg committed May 21, 2023
    Configuration menu
    Copy the full SHA
    463e04a View commit details
    Browse the repository at this point in the history