Skip to content

Commit 80614e3

Browse files
Remove tags configuration from main.parameters.json
Removed tags configuration from parameters.
1 parent 95007e6 commit 80614e3

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

infra/main.parameters.json

Lines changed: 1 addition & 6 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
},
@@ -65,4 +60,4 @@
6560
"value": "${AZURE_ENV_CONTAINER_REGISTRY_ENDPOINT}"
6661
}
6762
}
68-
}
63+
}

0 commit comments

Comments
 (0)