Skip to content

Commit bdc7e5c

Browse files
Merge pull request #697 from microsoft/psl-remove-SecurityControl-tags
fix: removed unused tags
2 parents 4e59fc3 + f6cd140 commit bdc7e5c

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

.github/workflows/deploy-KMGeneric.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
az deployment group create \
125125
--resource-group ${{ env.RESOURCE_GROUP_NAME }} \
126126
--template-file infra/main.bicep \
127-
--parameters solutionName=${{env.SOLUTION_PREFIX}} location="${{ env.AZURE_LOCATION }}" contentUnderstandingLocation="swedencentral" secondaryLocation="${{ env.AZURE_LOCATION }}" gptDeploymentCapacity=150 aiServiceLocation="${{ env.AZURE_LOCATION }}" createdBy="Pipeline" tags="{'SecurityControl':'Ignore','Purpose':'Deploying and Cleaning Up Resources for Validation','CreatedDate':'$current_date'}"
127+
--parameters solutionName=${{env.SOLUTION_PREFIX}} location="${{ env.AZURE_LOCATION }}" contentUnderstandingLocation="swedencentral" secondaryLocation="${{ env.AZURE_LOCATION }}" gptDeploymentCapacity=150 aiServiceLocation="${{ env.AZURE_LOCATION }}" createdBy="Pipeline" tags="{'Purpose':'Deploying and Cleaning Up Resources for Validation','CreatedDate':'$current_date'}"
128128
129129
130130

.github/workflows/job-deploy-linux.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,6 @@ jobs:
144144
else
145145
echo "❌ EXP DISABLED - Skipping EXP parameters"
146146
fi
147-
148-
# Set tags for deployment
149-
echo "Setting deployment tags..."
150-
azd env set AZURE_TAG_SECURITY_CONTROL="Ignore"
151147
152148
azd up --no-prompt
153149

.github/workflows/job-deploy-windows.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,6 @@ jobs:
137137
Write-Host "❌ EXP DISABLED - Skipping EXP parameters"
138138
}
139139
140-
# Set tags for deployment
141-
Write-Host "Setting deployment tags..."
142-
azd env set AZURE_TAG_SECURITY_CONTROL="Ignore"
143-
144140
# Deploy using azd up
145141
azd up --no-prompt
146142

0 commit comments

Comments
 (0)