Azure / azure-sdk-for-rust

This repository is for active development of the *unofficial* Azure SDK for Rust. This repository is *not* supported by the Azure SDK team.
MIT License
685 stars 232 forks source link

use async-process for executing commands #1560

Closed demoray closed 6 months ago

demoray commented 6 months ago

As is, our use of Command to execute az-cli or azureauth-cli executes ina blocking contest. This moves to async-process.