vda pool-setprops --properties=assignment-status
We seem to have no problem setting other properties using this command except for the 'assignment-status' (which happens to be the only one we need to use).
# vda pool-setprops --properties=assignment-status='Enabled' NHSTest
Unknown property: assignment-status=Enabled.
#
As you can see, we get the error ".Unknown property: assignment-status='Enabled' "
Does anyone know what the correct syntax for this property is?
Thanks
Simon