export type VirtualMachinePlan = { name: string; publisher: string; product: string; promotionCode: string; };