Hi,
I've noticed that after moving a machine to a new reservation the machine object itself will be assigned to the correct business group and reservation, however the deployment object is still assigned to the business group of the previous reservation.
For example
MachineA
Business Group: Buisiness Group1
Reservation: Reservation1
Move the machine to Reservation2 which is assigned to Business Group2 with the following command:
vra machines change reservation --ids MachineA --reservationName Reservation2
You end up with the deployment still assigned to Business Group1, but the machine is assigned to Business Group2 and Reservation2.
Has anyone seen anything similar?
Thanks