How to change/reset the password for the User in Azure Postgresql Server through CLI. I know there's a way how to reset password through Portal but am looking for resetting through Azure CLI .
I tried ALTER USER {user} WITH PASSWORD '{password}';
but it needs superuser access. As far as I know, azure_superuser access is not granted so is there any way how to reset through CLI?