# Functions

TODO(ace): probably move this to a more descriptive package Any executes an array of functions in order and returns true if any of them returns true.
https://github.com/kubernetes-sigs/cluster-api-provider-azure/blob/60b7c6058550ae694935fb03103460a2efa4e332/pkg/cloud/azure/services/virtualmachines/virtualmachines.go#L215 GenerateRandomString generates a random string of lenth n, panicking on failure.
No description provided by the author
Initialize takes equal-length arrays of detector and remediator functions.