Skip to content

Commit 24f88ef

Browse files
Merge pull request #249 from microsoft/main
feat: Down merge from main to dev
2 parents 78bef7b + bff89b0 commit 24f88ef

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
4343
export AZURE_TENANT_ID=${{ secrets.AZURE_TENANT_ID }}
4444
export AZURE_CLIENT_SECRET=${{ secrets.AZURE_CLIENT_SECRET }}
4545
export AZURE_SUBSCRIPTION_ID="${{ secrets.AZURE_SUBSCRIPTION_ID }}"
46-
export GPT_MIN_CAPACITY="${{ env.GPT_MIN_CAPACITY }}"
4746
export AZURE_REGIONS="${{ vars.AZURE_REGIONS }}"
4847
chmod +x scripts/checkquota.sh
4948
if ! scripts/checkquota.sh; then
@@ -141,7 +140,6 @@ jobs:
141140
--parameters \
142141
solutionName="${{ env.SOLUTION_PREFIX }}" \
143142
azureAiServiceLocation='${{ env.AZURE_LOCATION }}' \
144-
capacity=${{ env.GPT_MIN_CAPACITY }} \
145143
imageVersion="${IMAGE_TAG}" \
146144
createdBy="Pipeline" \
147145
tags="{'SecurityControl':'Ignore','Purpose':'Deploying and Cleaning Up Resources for Validation','CreatedDate':'$current_date'}"
@@ -427,7 +425,7 @@ jobs:
427425
428426
EMAIL_BODY=$(cat <<EOF
429427
{
430-
"body": "<p>Dear Team,</p><p>We would like to inform you that the DocGen Deployment Automation process has encountered an issue and has failed to complete successfully.</p><p><strong>Build URL:</strong> <a href=\"${RUN_URL}\">${RUN_URL}</a><br></p><p>Please investigate the matter at your earliest convenience.</p><p>Best regards,<br>Your Automation Team</p>"
428+
"body": "<p>Dear Team,</p><p>We would like to inform you that the CodeMod Deployment Automation process has encountered an issue and has failed to complete successfully.</p><p><strong>Build URL:</strong> <a href=\"${RUN_URL}\">${RUN_URL}</a><br></p><p>Please investigate the matter at your earliest convenience.</p><p>Best regards,<br>Your Automation Team</p>"
431429
}
432430
EOF
433431
)

0 commit comments

Comments
 (0)