export type VirtualMachineIdentity = { principalId: string; tenantId: string; type: string; userAssignedIdentities: Record; };