More no-window flags (#7122)

This commit is contained in:
Jack Amadeo
2026-02-11 12:43:18 -05:00
committed by GitHub
parent 1aacd56225
commit fb47728f1b
12 changed files with 90 additions and 3 deletions
+2
View File
@@ -1,3 +1,4 @@
use crate::subprocess::SubprocessExt;
use chrono;
use serde::Deserialize;
use std::sync::Arc;
@@ -134,6 +135,7 @@ impl AzureAuth {
"--resource",
"https://cognitiveservices.azure.com",
])
.set_no_window()
.output()
.await
.map_err(|e| AuthError::TokenExchange(format!("Failed to execute Azure CLI: {}", e)))?;