Skip to content

Commit dc93924

Browse files
Removed SecurityControl Tags
1 parent 3bf5991 commit dc93924

File tree

4 files changed

+3
-11
lines changed

4 files changed

+3
-11
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."

0 commit comments

Comments
 (0)