Skip to content

Commit d1c60ba

Browse files
authored
Onboarded Microsoft.App/managedEnvironments to private link cmdlets (#25716)
1 parent b60bd25 commit d1c60ba

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
@@ -19,6 +19,7 @@
1919
--->
2020

2121
## Upcoming Release
22+
* Onboarded `Microsoft.App/managedEnvironments` to private link cmdlets
2223

2324
## Version 7.8.0
2425
* Added new cmdlets to support Save & Commit (AzureFirewallPolicy draft)

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ static ProviderConfiguration()
8282
RegisterConfiguration("Microsoft.OpenEnergyPlatform/energyServices", "2022-07-21-preview", true, true);
8383
RegisterConfiguration("Microsoft.DBforMySQL/flexibleServers", "2022-09-30-privatepreview", true, true);
8484
RegisterConfiguration("Microsoft.DBforPostgreSQL/flexibleServers", "2023-06-01-preview", true, true);
85+
RegisterConfiguration("Microsoft.App/managedEnvironments", "2024-02-02-preview", true, true);
8586
}
8687
/// <summary>
8788
/// Register priavte endopoint connection and private link resource configuration

0 commit comments

Comments
 (0)