func GetUserAgentValue()

in client/internal/http/http.go [21:23]


func GetUserAgentValue() string {
	return fmt.Sprintf("aks-secure-tls-bootstrap-client/%s", build.GetVersion())
}