Skip to content

Commit afcafff

Browse files
Merge pull request #563 from microsoft/hb-update-tag
refactor: Update image tag for WAF to include versioning
2 parents 6142454 + 2b4c956 commit afcafff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

infra/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ param enablePrivateNetworking bool = false
127127
param acrName string = 'byocgacontainerreg' // testapwaf
128128

129129
@description('Optional. Image Tag.')
130-
param imageTag string = 'latest_waf'
130+
param imageTag string = 'latest_waf_2025-09-18_736'
131131

132132
@description('Optional. Enable/Disable usage telemetry for module.')
133133
param enableTelemetry bool = true

infra/main.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"_generator": {
77
"name": "bicep",
88
"version": "0.37.4.10188",
9-
"templateHash": "9319012093725806760"
9+
"templateHash": "5746734565036197616"
1010
},
1111
"name": "Document Generation Solution Accelerator",
1212
"description": "CSA CTO Gold Standard Solution Accelerator for Document Generation.\n"
@@ -230,7 +230,7 @@
230230
},
231231
"imageTag": {
232232
"type": "string",
233-
"defaultValue": "latest_waf",
233+
"defaultValue": "latest_waf_2025-09-18_736",
234234
"metadata": {
235235
"description": "Optional. Image Tag."
236236
}

0 commit comments

Comments
 (0)