Skip to content

Commit a458451

Browse files
Merge pull request #728 from microsoft/psl-remove-SecurityControl-tag
fix: Removed SecurityControl Tags
2 parents 3bf5991 + 14f8e45 commit a458451

File tree

5 files changed

+4
-12
lines changed

5 files changed

+4
-12
lines changed

.github/workflows/deploy-waf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
enablePrivateNetworking=true \
131131
enableScalability=true \
132132
createdBy="Pipeline" \
133-
tags="{'SecurityControl':'Ignore','Purpose':'Deploying and Cleaning Up Resources for Validation','CreatedDate':'$current_date'}"
133+
tags="{'Purpose':'Deploying and Cleaning Up Resources for Validation','CreatedDate':'$current_date'}"
134134
135135
136136
- name: Send Notification on Failure

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
azureAiServiceLocation='${{ env.AZURE_LOCATION }}' \
147147
gptModelCapacity=50 \
148148
createdBy="Pipeline" \
149-
tags="{'SecurityControl':'Ignore','Purpose':'Deploying and Cleaning Up Resources for Validation','CreatedDate':'$current_date'}" \
149+
tags="{'Purpose':'Deploying and Cleaning Up Resources for Validation','CreatedDate':'$current_date'}" \
150150
--output json
151151
152152
- name: Extract Web App and API App URLs

.github/workflows/job-deploy-linux.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,7 @@ jobs:
136136
else
137137
echo "EXP DISABLED - Skipping EXP parameters"
138138
fi
139-
140-
# Set tags for deployment
141-
echo "Setting deployment tags..."
142-
azd env set AZURE_TAG_SECURITY_CONTROL="Ignore"
143-
139+
144140
azd up --no-prompt
145141
146142
echo "✅ Deployment succeeded."

.github/workflows/job-deploy-windows.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,6 @@ jobs:
129129
Write-Host "EXP DISABLED - Skipping EXP parameters"
130130
}
131131
132-
# Set tags for deployment
133-
echo "Setting deployment tags..."
134-
azd env set AZURE_TAG_SECURITY_CONTROL="Ignore"
135-
136132
# Deploy using azd up
137133
azd up --no-prompt
138134
Write-Host "✅ Deployment succeeded."

.github/workflows/job-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208
echo "RESOURCE_GROUP_NAME=${{ inputs.resource_group_name }}" >> $GITHUB_ENV
209209
else
210210
echo "Generating a unique resource group name..."
211-
ACCL_NAME="macaev2"
211+
ACCL_NAME="macaev3"
212212
SHORT_UUID=$(uuidgen | cut -d'-' -f1)
213213
UNIQUE_RG_NAME="arg-${ACCL_NAME}-${SHORT_UUID}"
214214
echo "RESOURCE_GROUP_NAME=${UNIQUE_RG_NAME}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)