Skip to content

Commit 2c88a6d

Browse files
alexathomasesAlexa ThomasesVeryEarly
authored
Register Microsoft.HeathDataAIServices/deidServices in Network privat… (#26959)
* Register Microsoft.HeathDataAIServices/deidServices in Network private link cmdlets * Update ChangeLog for upcoming release details * Update ChangeLog.md --------- Co-authored-by: Alexa Thomases <[email protected]> Co-authored-by: Yabo Hu <[email protected]>
1 parent 29ec058 commit 2c88a6d

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.HeathDataAIServices/deidServices` to private link cmdlets
2223
* upgraded nuget package to signed package.
2324
* Updated `Remove-AzNetworkWatcherFlowLog` command to return boolean value
2425
* Updated vnv and ipam cmdlets

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ static ProviderConfiguration()
4747
RegisterConfiguration("Microsoft.EventHub/namespaces", "2018-01-01-preview", true, false);
4848
RegisterConfiguration("Microsoft.HardwareSecurityModules/cloudHsmClusters", "2022-08-31-preview", true, true);
4949
RegisterConfiguration("Microsoft.HealthcareApis/services", "2020-03-30", false, true);
50+
RegisterConfiguration("Microsoft.HealthDataAIServices/deidServices", "2024-09-20", true, false);
5051
RegisterConfiguration("Microsoft.HDInsight/clusters", "2018-06-01-preview", true, true);
5152
RegisterConfiguration("Microsoft.HybridCompute/privateLinkScopes", "2021-05-20", true, true);
5253
RegisterConfiguration("Microsoft.Insights/privateLinkScopes", "2019-10-17-preview", true, true);

0 commit comments

Comments
 (0)