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 <!-- Put a list of outcomes or outputs from this task --> - New function `getVM(vmName string, resGroup string)` in vm.go to call the API and get the VM details, - GetVMIdentities calls this new function
The function
GetVMIdentities()in azure/cli.go needs rewriting to call the Azure API rather than use the CLIReasons
Notes / Considerations
None
Outcomes
getVM(vmName string, resGroup string)in vm.go to call the API and get the VM details,