We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7726d6b commit 03c0746Copy full SHA for 03c0746
1 file changed
.github/workflows/deploy.yml
@@ -142,7 +142,7 @@ jobs:
142
azureAiServiceLocation='${{ env.AZURE_LOCATION }}' \
143
imageVersion="${IMAGE_TAG}" \
144
createdBy="Pipeline" \
145
- tags="{'SecurityControl':'Ignore','Purpose':'Deploying and Cleaning Up Resources for Validation','CreatedDate':'$current_date'}"
+ tags="{'Purpose':'Deploying and Cleaning Up Resources for Validation','CreatedDate':'$current_date'}"
146
147
- name: Assign Contributor role to Service Principal
148
if: always()
0 commit comments