MachineReferenceWithHints type

A machine reference with a hint of the machine's name and operating system.

type MachineReferenceWithHints = ResourceReference & {
  displayNameHint?: string
  kind: "ref:machinewithhints"
  osFamilyHint?: OperatingSystemFamily
}