Skip to content

Commit

Permalink
Refactor Azure CLI extension installation message
Browse files Browse the repository at this point in the history
  • Loading branch information
sebassem committed Sep 11, 2024
1 parent 8dfaeff commit d51362b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function Deploy-AzCLI {

# Making extension install dynamic
if ($AgConfig.AzCLIExtensions.Count -ne 0) {
Write-Host "[$(Get-Date -Format t)] INFO: Installing Azure CLI extensions: " ($AgConfig.AzCLIExtensions -join ', ') -ForegroundColor Gray
Write-Host "[$(Get-Date -Format t)] INFO: Installing Azure CLI extensions" -ForegroundColor Gray
az config set extension.use_dynamic_install=yes_without_prompt --only-show-errors
# Installing Azure CLI extensions
foreach ($extension in $AgConfig.AzCLIExtensions) {
Expand Down

0 comments on commit d51362b

Please sign in to comment.