Skip to content

Commit 400dcfb

Browse files
Merge pull request #644 from microsoft/psl-remove-SecurityControl
fix: removed SecurityControl
2 parents 810ef54 + 7354030 commit 400dcfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
azureAiServiceLocation=${{ env.AZURE_AI_LOCATION }} \
159159
imageTag="${IMAGE_TAG}"\
160160
createdBy="Pipeline" \
161-
tags="{'SecurityControl':'Ignore','Purpose':'Deploying and Cleaning Up Resources for Validation','CreatedDate':'$current_date'}"
161+
tags="{'Purpose':'Deploying and Cleaning Up Resources for Validation','CreatedDate':'$current_date'}"
162162
163163
- name: Get Deployment Output and extract Values
164164
id: get_output

0 commit comments

Comments
 (0)