In the current world, AmqpClient only accepts AMQPValue for the desired capabilities: https://github.com/Azure/azure-uamqp-python/blob/ec32de987dab23985f83a705a74ed34bb66bdcde/uamqp/client.py#L834-L838 However, this means the upper applications have to construct the AMQPString/AMQPSymbol/AMQPArray/AMQPValue by themselves. It would be nice if we could considering adding the support to accept just a list of string, and we do the conversion internally.
In the current world, AmqpClient only accepts AMQPValue for the desired capabilities:
azure-uamqp-python/uamqp/client.py
Lines 834 to 838 in ec32de9
However, this means the upper applications have to construct the AMQPString/AMQPSymbol/AMQPArray/AMQPValue by themselves.
It would be nice if we could considering adding the support to accept just a list of string, and we do the conversion internally.