Skip to content

Commit fd31b0b

Browse files
Merge pull request microsoft#370 from microsoft/psl-remove-SecurityControl-tag
fix: Removed SecurityControl tag
2 parents b9f3c95 + d20c418 commit fd31b0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
gptDeploymentCapacity="30" \
154154
aiServiceLocation="${{ env.AZURE_LOCATION }}" \
155155
imageTag="latest" \
156-
tags="{'CreatedBy':'Pipeline', 'SecurityControl':'Ignore','Purpose':'Deploying and Cleaning Up Resources for Validation','CreatedDate':'$current_date'}" \
156+
tags="{'CreatedBy':'Pipeline', 'Purpose':'Deploying and Cleaning Up Resources for Validation','CreatedDate':'$current_date'}" \
157157
--query "properties.outputs" -o json); then
158158
echo "❌ Deployment failed. See logs above."
159159
exit 1

0 commit comments

Comments
 (0)