Is it possible to list all the secrets and the plain text value? I tried with the following code, but it just shows blank string for secret value.
Get-AzureKeyVaultSecret -VaultName MyKeyVaultName | Select-Object Name,SecretValueText
Can anyone help me with this?