i created an osdisk with (python) disk=azure-native.compute.Disk(..), (because it was the only way i found to specify hyper_v_generation=“V2”), how do i feed that disk object into the storage_profile part of vm=azure-native.compute.VirtualMachine(…) Thanks!!