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
machineScope.SetFailureMessage(errors.Errorf("Azure VM state is %s", state))
297
+
caseinfrav1.Succeeded:
298
+
ampmr.Recorder.Eventf(machineScope.AzureMachinePoolMachine, corev1.EventTypeNormal, "ProvisioningSucceeded", "Azure scale set VM is in succeeded state")
299
+
// clear failure reason/message in case it was there
300
+
// TODO(mw): not sure if this works, we also need to probably clear the failure reason/message in another way.
0 commit comments