From d20c4182d5e7694e25ebd1e9a99182dac42dafbb Mon Sep 17 00:00:00 2001 From: Vamshi-Microsoft Date: Thu, 18 Dec 2025 15:06:27 +0530 Subject: [PATCH] Removed 'SecurityControl' tag --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0a759278..f0ec3a57 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -153,7 +153,7 @@ jobs: gptDeploymentCapacity="30" \ aiServiceLocation="${{ env.AZURE_LOCATION }}" \ imageTag="latest" \ - tags="{'CreatedBy':'Pipeline', 'SecurityControl':'Ignore','Purpose':'Deploying and Cleaning Up Resources for Validation','CreatedDate':'$current_date'}" \ + tags="{'CreatedBy':'Pipeline', 'Purpose':'Deploying and Cleaning Up Resources for Validation','CreatedDate':'$current_date'}" \ --query "properties.outputs" -o json); then echo "❌ Deployment failed. See logs above." exit 1