azure-sdk-for-python
azure-sdk-for-python copied to clipboard
[AppConfig] Use AioHttpTransport
The current transport used in AppConig - AsyncioRequestsTransport - is pretty old, not good to use. We need to update the transport to the one used in test proxy - AioHttpTransport.