Fixed an issue where a user could not authenticate using Azure CLI on OSX. Fixes #7632

This commit is contained in:
Yogesh Mahajan
2022-08-22 14:50:18 +05:30
committed by Akshay Joshi
parent f2cc897f2f
commit 2de89dcaaf
2 changed files with 8 additions and 0 deletions

View File

@@ -49,3 +49,4 @@ Bug fixes
| `Issue #7617 <https://redmine.postgresql.org/issues/7617>`_ - Fixed an issue where Azure cloud deployment failed.
| `Issue #7625 <https://redmine.postgresql.org/issues/7625>`_ - Fixed Spanish translations typo.
| `Issue #7630 <https://redmine.postgresql.org/issues/7630>`_ - Ensure that If the trigger function definition is changed, drop and recreate the trigger in the schema diff.
| `Issue #7632 <https://redmine.postgresql.org/issues/7632>`_ - Fixed an issue where a user could not authenticate using Azure CLI on OSX.