We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6142454 commit 2d2e7c6Copy full SHA for 2d2e7c6
infra/main.bicep
@@ -127,7 +127,7 @@ param enablePrivateNetworking bool = false
127
param acrName string = 'byocgacontainerreg' // testapwaf
128
129
@description('Optional. Image Tag.')
130
-param imageTag string = 'latest_waf'
+param imageTag string = 'latest_waf_2025-09-18_736'
131
132
@description('Optional. Enable/Disable usage telemetry for module.')
133
param enableTelemetry bool = true
0 commit comments