johnb1
Contributor

Hi @Retired_mod@Data_Analytics1 

Has a solution this problem been found in the meantime?

I need to access a secret with a SPECIFIC VERSION from Azure Key Vault via Databricks Secret Scope. Hence while retrieving the secret I need to pass BOTH AKV secret name AND AKV secret version. I want to use a function such as 

dbutils.secrets.get(scope="my-scope", key="my-key")

Concatenating name and version and passing it into the function does not work.

Best,

John.