From bfd6e8f919647933efff7d2e1bfa57a307772230 Mon Sep 17 00:00:00 2001 From: VishalS-Microsoft Date: Tue, 23 Sep 2025 16:50:42 +0530 Subject: [PATCH] added new 'type' tag --- infra/main.bicep | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/infra/main.bicep b/infra/main.bicep index 911bb807..0927a2b9 100644 --- a/infra/main.bicep +++ b/infra/main.bicep @@ -112,7 +112,8 @@ resource resourceGroupTags 'Microsoft.Resources/tags@2021-04-01' = { properties: { tags: { ...tags - TemplateName: enablePrivateNetworking ? 'DKM-WAF' : 'DKM' + TemplateName: 'DKM' + Type: enablePrivateNetworking ? 'WAF' : 'Non-WAF' CreatedBy: createdBy } }