From efddc6d15b391f6281deba684105c7cb79b238bb Mon Sep 17 00:00:00 2001 From: Gerd Oberlechner <goberlec@redhat.com> Date: Fri, 25 Oct 2024 14:31:33 +0200 Subject: [PATCH] remove deployedBy tags Signed-off-by: Gerd Oberlechner <goberlec@redhat.com> --- dev-infrastructure/templates/mgmt-cluster.bicep | 1 - dev-infrastructure/templates/region.bicep | 1 - dev-infrastructure/templates/svc-cluster.bicep | 1 - 3 files changed, 3 deletions(-) diff --git a/dev-infrastructure/templates/mgmt-cluster.bicep b/dev-infrastructure/templates/mgmt-cluster.bicep index cb2ff5005..a7addb63f 100644 --- a/dev-infrastructure/templates/mgmt-cluster.bicep +++ b/dev-infrastructure/templates/mgmt-cluster.bicep @@ -89,7 +89,6 @@ resource subscriptionTags 'Microsoft.Resources/tags@2024-03-01' = { properties: { tags: { persist: toLower(string(persist)) - deployedBy: '' } } } diff --git a/dev-infrastructure/templates/region.bicep b/dev-infrastructure/templates/region.bicep index 1054e63e0..e7e984270 100644 --- a/dev-infrastructure/templates/region.bicep +++ b/dev-infrastructure/templates/region.bicep @@ -32,7 +32,6 @@ resource subscriptionTags 'Microsoft.Resources/tags@2024-03-01' = { properties: { tags: { persist: toLower(string(persist)) - deployedBy: '' } } } diff --git a/dev-infrastructure/templates/svc-cluster.bicep b/dev-infrastructure/templates/svc-cluster.bicep index 7f649c21c..d8f6ac1ee 100644 --- a/dev-infrastructure/templates/svc-cluster.bicep +++ b/dev-infrastructure/templates/svc-cluster.bicep @@ -134,7 +134,6 @@ resource subscriptionTags 'Microsoft.Resources/tags@2024-03-01' = { properties: { tags: { persist: toLower(string(persist)) - deployedBy: '' } } }