From bca7872800b05957bd7c3b285863352289ca5aa8 Mon Sep 17 00:00:00 2001 From: andyzhangx Date: Wed, 13 Nov 2024 12:12:09 +0000 Subject: [PATCH] fix: tagValueDelimiter parameter mismatch --- pkg/azureconstants/azure_constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/azureconstants/azure_constants.go b/pkg/azureconstants/azure_constants.go index aca5f1da74..6bb82ecd70 100644 --- a/pkg/azureconstants/azure_constants.go +++ b/pkg/azureconstants/azure_constants.go @@ -99,7 +99,7 @@ const ( SnapshotOpThrottlingSleepSec = 50 MaxThrottlingSleepSec = 1200 // define tag value delimiter and default is comma - TagValueDelimiterField = "tagValueDelimiter" + TagValueDelimiterField = "tagvaluedelimiter" ) var (