We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 95fcfc7 + 5bc5c7f commit 0d5b5cdCopy full SHA for 0d5b5cd
2 files changed
.github/workflows/azure-dev-validation.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: actions/checkout@v4
20
# Step 2: Validate the Azure template using microsoft/template-validation-action
21
- name: Validate Azure Template
22
- uses: microsoft/template-validation-action@v0.3.5
+ uses: microsoft/template-validation-action@Latest
23
id: validation
24
env:
25
AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
scripts/checkquota.sh
@@ -26,7 +26,7 @@ echo "✅ Azure subscription set successfully."
26
# Define models and their minimum required capacities
27
declare -A MIN_CAPACITY=(
28
29
- ["OpenAI.GlobalStandard.gpt4.1"]=$GPT_MIN_CAPACITY
+ ["OpenAI.GlobalStandard.gpt-4o"]=$GPT_MIN_CAPACITY
30
)
31
32
VALID_REGION=""
0 commit comments