Skip to content

Commit 1251ae8

Browse files
harshit283harshitmsdingmeng-xue
authored
Onboard EnergyServices to PrivatelinkCommonCmdlets (#19271)
* Onboard EnergyServices to PrivatelinkCommonCmdlets * Update ChangeLog.md Co-authored-by: Harshit Aggarwal <[email protected]> Co-authored-by: Dingmeng Xue <[email protected]>
1 parent 9d73cc4 commit 1251ae8

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
@@ -54,6 +54,7 @@
5454
- `New/Get/Remove/Set-AzNetworkManagerSubscriptionConnection`
5555
- `New/Get/Remove/Set-AzNetworkManagerManagementGroupConnection`
5656
* Onboard AgFoodPlatform to Private Link Common Cmdlets
57+
* Onboard Project Oak Forest to Private Link Common Cmdlets
5758

5859
## Version 4.19.0
5960
* Updated cmdlets to add new property of `ExplicitProxy` in Azure Firewall Policy.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ static ProviderConfiguration()
7373
RegisterConfiguration("Microsoft.Web/staticSites", "2021-02-01", true, false);
7474
RegisterConfiguration("Microsoft.Web/hostingEnvironments", "2020-10-01", true, false);
7575
RegisterConfiguration("Microsoft.BotService/botServices", "2021-05-01-preview", true, true);
76+
RegisterConfiguration("Microsoft.OpenEnergyPlatform/energyServices", "2022-07-21-preview", true, true);
7677
}
7778
/// <summary>
7879
/// Register priavte endopoint connection and private link resource configuration

0 commit comments

Comments
 (0)