I have created Synapse Notebook in which I am passing parameters for secrets like password. These secrets are in KeyVault, being passed to the Notebook as parameters. Ideally I would expect that these secrets are not visible to developers. However when the pipeline is triggered or in debug mode, the values of the secrets are visible in plain text in the pipeline output. In the notebook, a runtime cell is created in which parameters for password are visible in plain text. How do I change the notebook and pipeline so that secrets are not dumped out as plain text.
In the Web activity I am already using secure output.