Skip to content

Commit b5c92eb

Browse files
authored
Onboard Microsoft.DBforPostgreSQL/flexibleServers to PrivatelinkCommonCmdlets (#23725)
* Introduced PostgreSQL flexible servers as a resource type for private endpoint cmdlet support * Fix whitespaces
1 parent 114a8b9 commit b5c92eb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Network/Network/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
## Upcoming Release
2222
* Fixed a few minor issues
23+
* Onboarded `Microsoft.DBforPostgreSQL/flexibleServers` to private link cmdlets
2324
* Fixed missing properties in PSBackendAddressPool
2425

2526
## Version 7.1.0

src/Network/Network/PrivateLinkService/PrivateLinkServiceProvider/ProviderConfiguration.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ static ProviderConfiguration()
8181
RegisterConfiguration("Microsoft.BotService/botServices", "2021-05-01-preview", true, true);
8282
RegisterConfiguration("Microsoft.OpenEnergyPlatform/energyServices", "2022-07-21-preview", true, true);
8383
RegisterConfiguration("Microsoft.DBforMySQL/flexibleServers", "2022-09-30-privatepreview", true, true);
84+
RegisterConfiguration("Microsoft.DBforPostgreSQL/flexibleServers", "2023-06-01-preview", true, true);
8485
}
8586
/// <summary>
8687
/// Register priavte endopoint connection and private link resource configuration

0 commit comments

Comments
 (0)