Skip to content

Commit

Permalink
Merge pull request #2628 from andyzhangx/fix-tagValueDelimiter-1.29
Browse files Browse the repository at this point in the history
[release-1.29] fix: tagValueDelimiter parameter mismatch
  • Loading branch information
andyzhangx authored Nov 13, 2024
2 parents caf3735 + bca7872 commit b10c59a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/azureconstants/azure_constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const (
SnapshotOpThrottlingSleepSec = 50
MaxThrottlingSleepSec = 1200
// define tag value delimiter and default is comma
TagValueDelimiterField = "tagValueDelimiter"
TagValueDelimiterField = "tagvaluedelimiter"
)

var (
Expand Down

0 comments on commit b10c59a

Please sign in to comment.