Skip to content

Commit

Permalink
remove deployedBy tags
Browse files Browse the repository at this point in the history
Signed-off-by: Gerd Oberlechner <[email protected]>
  • Loading branch information
geoberle committed Oct 25, 2024
1 parent 58dbcf2 commit efddc6d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion dev-infrastructure/templates/mgmt-cluster.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ resource subscriptionTags 'Microsoft.Resources/tags@2024-03-01' = {
properties: {
tags: {
persist: toLower(string(persist))
deployedBy: ''
}
}
}
Expand Down
1 change: 0 additions & 1 deletion dev-infrastructure/templates/region.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ resource subscriptionTags 'Microsoft.Resources/tags@2024-03-01' = {
properties: {
tags: {
persist: toLower(string(persist))
deployedBy: ''
}
}
}
Expand Down
1 change: 0 additions & 1 deletion dev-infrastructure/templates/svc-cluster.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ resource subscriptionTags 'Microsoft.Resources/tags@2024-03-01' = {
properties: {
tags: {
persist: toLower(string(persist))
deployedBy: ''
}
}
}
Expand Down

0 comments on commit efddc6d

Please sign in to comment.