Skip to content

Commit

Permalink
AIO patches
Browse files Browse the repository at this point in the history
  • Loading branch information
sebassem authored Aug 10, 2024
1 parent 6684fcf commit 19c979d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ function Deploy-AIO {
$retryCount = 0
$maxRetries = 25
kubectx $clusterName
<#
do {
$output = az iot ops check --as-object --only-show-errors
$output = $output | ConvertFrom-Json
Expand All @@ -279,7 +278,6 @@ function Deploy-AIO {
Write-Host "[$(Get-Date -Format t)] ERROR: AIO deployment failed. Exiting..." -ForegroundColor White -BackgroundColor Red
exit 1 # Exit the script
}
#>
#Write-Host "AIO deployed successfully on the $clusterName cluster" -ForegroundColor Green
#Write-Host "`n"
Write-Host "[$(Get-Date -Format t)] INFO: Started Event Grid role assignment process" -ForegroundColor DarkGray
Expand Down

0 comments on commit 19c979d

Please sign in to comment.