We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3ec6d2 commit c1065a8Copy full SHA for c1065a8
Deployment/checkquota.ps1
@@ -66,10 +66,7 @@ foreach ($REGION in $REGIONS) {
66
67
foreach ($MODEL in $MIN_CAPACITY.Keys) {
68
69
- $MODEL_INFO = $QUOTA_INFO | Where-Object { $_.Name -eq $MODEL }
70
-
71
- Write-Host "MODEL_INFO ID: $MODEL_INFO"
72
- Write-Host "QUOTA_INFO: $QUOTA_INFO"
+ $MODEL_INFO = $QUOTA_INFO | Where-Object { $_.Name -eq $MODEL }
73
74
if (-not $MODEL_INFO) {
75
Write-Host "⚠️ WARNING: No quota information found for model: $MODEL in $REGION. Skipping."
0 commit comments