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

@@ -378,6 +378,7 @@ declare module 'azurecore' {
kustoClusters = 'microsoft.kusto/clusters',
azureArcPostgresServer = 'microsoft.azuredata/postgresinstances',
postgresServer = 'microsoft.dbforpostgresql/servers',
postgresFlexibleServer = 'microsoft.dbforpostgresql/flexibleservers',
azureArcService = 'microsoft.azuredata/datacontrollers',
storageAccount = 'microsoft.storage/storageaccounts',
logAnalytics = 'microsoft.operationalinsights/workspaces',