Skip to content

Commit bbe5994

Browse files
tags changes updated in CAdeploy.yml file
1 parent dd01570 commit bbe5994

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/CAdeploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ jobs:
115115
"Purpose=Deploying and Cleaning Up Resources for Validation" \
116116
"CreatedDate=$current_date" \
117117
"ApplicationName=Client Advisor" \
118-
"SecurityControl=Ignore" \
119118
|| { echo "Error creating resource group"; exit 1; }
120119
else
121120
echo "Resource group already exists."
@@ -155,7 +154,7 @@ jobs:
155154
DEPLOY_OUTPUT=$(az deployment group create \
156155
--resource-group ${{ env.RESOURCE_GROUP_NAME }} \
157156
--template-file infra/main.bicep \
158-
--parameters location=${{ env.AZURE_LOCATION }} azureAiServiceLocation=${{ env.AZURE_LOCATION }} solutionName=${{ env.SOLUTION_PREFIX }} cosmosLocation=westus gptModelCapacity=${{ env.GPT_MIN_CAPACITY }} embeddingDeploymentCapacity=${{ env.TEXT_EMBEDDING_MIN_CAPACITY }} containerImageTag=${{ env.IMAGE_TAG }} createdBy="Pipeline" \
157+
--parameters location=${{ env.AZURE_LOCATION }} azureAiServiceLocation=${{ env.AZURE_LOCATION }} solutionName=${{ env.SOLUTION_PREFIX }} cosmosLocation=westus gptModelCapacity=${{ env.GPT_MIN_CAPACITY }} embeddingDeploymentCapacity=${{ env.TEXT_EMBEDDING_MIN_CAPACITY }} containerImageTag=${{ env.IMAGE_TAG }} createdBy="Pipeline" tags="{'SecurityControl':'Ignore'}" \
159158
--query "properties.outputs" -o json)
160159
161160
echo "Deployment output: $DEPLOY_OUTPUT"

0 commit comments

Comments
 (0)