Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use async-process for executing commands #1560

Merged
merged 4 commits into from
Jan 10, 2024
Merged

Conversation

demoray
Copy link
Contributor

@demoray demoray commented Jan 8, 2024

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

Brian Caswell added 4 commits January 8, 2024 17:18
As is, our use of Command to execute az-cli or azureauth-cli executes
ina blocking contest.  This moves to async-process.
Copy link
Member

@heaths heaths left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall it looks good, but I have one overarching question.

@demoray demoray merged commit 9cd67ba into Azure:main Jan 10, 2024
22 checks passed
@demoray demoray deleted the use-async-command branch January 10, 2024 02:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants