File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff 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" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments