Skip to content
This repository was archived by the owner on Aug 18, 2022. It is now read-only.
This repository was archived by the owner on Aug 18, 2022. It is now read-only.

Refactor Azure CLI calls to API calls #97

@benc-uk

Description

@benc-uk

The function GetVMIdentities() in azure/cli.go needs rewriting to call the Azure API rather than use the CLI

Reasons

  • Eventually we many be able to remove dependence on Azure CLI entirely

Notes / Considerations

None

Outcomes

  • New function getVM(vmName string, resGroup string) in vm.go to call the API and get the VM details,
  • GetVMIdentities calls this new function

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions