Skip to content

Commit 6465691

Browse files
feat: Remove tags parameter from main.parameters.json and main.waf.parameters.json
1 parent da41343 commit 6465691

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

infra/main.parameters.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,6 @@
4444
"frontendContainerImageTag": {
4545
"value": "${AZURE_ENV_IMAGETAG=latest_waf}"
4646
},
47-
"tags": {
48-
"value": {
49-
"SecurityControl": "${AZURE_TAG_SECURITY_CONTROL=Ignore}"
50-
}
51-
},
5247
"enableTelemetry": {
5348
"value": "${AZURE_ENV_ENABLE_TELEMETRY}"
5449
},

infra/main.waf.parameters.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,6 @@
4444
"frontendContainerImageTag": {
4545
"value": "${AZURE_ENV_IMAGETAG=latest_waf}"
4646
},
47-
"tags": {
48-
"value": {
49-
"SecurityControl": "${AZURE_TAG_SECURITY_CONTROL=Ignore}"
50-
}
51-
},
5247
"enableTelemetry": {
5348
"value": "${AZURE_ENV_ENABLE_TELEMETRY}"
5449
},

0 commit comments

Comments
 (0)