Hi,I am trying to use Databricks-backed secret scopes inside Azure DevOps pipelines. I am almost successful.I can use the REST API to "get" a secret value back inside my bash script, but, the value is in byte format, so it is unusable as a local var...