This check:
if args.subscriptionid is not None and args.managementcert is None: raise ValueError( 'cannot specify subscription id without a management cert')
is unnecessary for the following usage:
python $blobxfer_location/blobxfer.py --timeout 1800 --numworkers $NUM_WORKERS --subscriptionid $subscriptionid --storageaccountkey $storage_account --download --remoteresource
This check:
if args.subscriptionid is not None and args.managementcert is None: raise ValueError( 'cannot specify subscription id without a management cert')
is unnecessary for the following usage:
python $blobxfer_location/blobxfer.py --timeout 1800 --numworkers $NUM_WORKERS --subscriptionid $subscriptionid --storageaccountkey $storage_account --download --remoteresource