Added support for Azure PostgreSQL deployment in server mode. Fixes #7522 Branch ------ master
Details ------- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=59f5c0d95523e336938fb32fe200a3597665252f Author: Yogesh Mahajan <yogesh.maha...@enterprisedb.com> Modified Files -------------- docs/en_US/cloud_azure_postgresql.rst | 2 - docs/en_US/release_notes_6_12.rst | 3 +- web/pgacloud/providers/azure.py | 73 ++++++----- web/pgadmin/misc/bgprocess/processes.py | 7 +- web/pgadmin/misc/cloud/__init__.py | 13 +- web/pgadmin/misc/cloud/azure/__init__.py | 139 +++++++++++++-------- web/pgadmin/misc/cloud/static/js/CloudWizard.jsx | 9 +- web/pgadmin/misc/cloud/static/js/azure.js | 23 +++- .../misc/cloud/static/js/azure_schema.ui.js | 78 ++++++++++-- web/pgadmin/static/js/SchemaView/MappedControl.jsx | 12 ++ web/pgadmin/static/js/SchemaView/index.jsx | 22 ++-- .../static/js/components/FormComponents.jsx | 8 +- 12 files changed, 261 insertions(+), 128 deletions(-)