You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 18, 2022. It is now read-only.
I'm less worried about tests, it's runtime dependency I'd like to minimise
The ultimate prize would be to remove any reliance on the Azure CLI, but that would involve handling our own auth, getting tokens etc, which is long way off, but no reason to make things harder for ourselves.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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,The text was updated successfully, but these errors were encountered: