Enable support for PGSQL Flexible Servers (#23300)

This commit is contained in:
Cheena Malhotra
2023-06-02 09:12:00 -07:00
committed by GitHub
parent d3c996dc5c
commit 4ac5b6bd3f
13 changed files with 134 additions and 5 deletions

View File

@@ -127,6 +127,8 @@ export function getResourceTypeDisplayName(type: string): string {
return loc.sqlManagedInstance;
case azureResource.AzureResourceType.postgresServer:
return loc.postgresServer;
case azureResource.AzureResourceType.postgresFlexibleServer:
return loc.postgresFlexibleServer;
case azureResource.AzureResourceType.azureArcSqlManagedInstance:
return loc.azureArcsqlManagedInstance;
case azureResource.AzureResourceType.azureArcService: