Hi@akhtar,
It is possible that you can renew the second password for an Azure Container Registry. It is a good approach to change the password after a certain period of time. You can use the below command to renew the credentials.
$ az acr credential renew -n MyRegistry --password-name password2
Hope this helps!
Check out Azure cloud architect certification here and learn more.
Thanks!