Skip to content

Commit c3a34f7

Browse files
aim-for-betterZhenyu Zhou
andauthored
Onboard Azure HDInsight to Private Link Common cmdlets (#15926)
Co-authored-by: Zhenyu Zhou <[email protected]>
1 parent 0749c74 commit c3a34f7

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
@@ -33,6 +33,7 @@
3333
- `New-AzVirtualHubBgpConnection`
3434
- `Update-AzVirtualHubBgpConnection`
3535
- `Remove-AzVirtualHubBgpConnection`
36+
* Onboard Azure HDInsight to Private Link Common Cmdlets
3637

3738
## Version 4.11.0
3839
* Updated cmdlet to add 'Subnet' property for IP based load balancer backend address pool.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ static ProviderConfiguration()
3838
RegisterConfiguration("Microsoft.EventGrid/domains", "2020-04-01-preview", true, true);
3939
RegisterConfiguration("Microsoft.EventHub/namespaces", "2018-01-01-preview", true, false);
4040
RegisterConfiguration("Microsoft.HealthcareApis/services", "2020-03-30", false, true);
41+
RegisterConfiguration("Microsoft.HDInsight/clusters", "2018-06-01-preview", true, true);
4142
RegisterConfiguration("Microsoft.HybridCompute/privateLinkScopes", "2021-05-20",true, true);
4243
RegisterConfiguration("Microsoft.Insights/privateLinkScopes", "2019-10-17-preview", true, true);
4344
RegisterConfiguration("Microsoft.KeyVault/vaults", "2018-02-14", false, false);

0 commit comments

Comments
 (0)