Onboard HorizonDB to Private Link common cmdlets - #29764
Merged
Merged
Conversation
Register Microsoft.HorizonDB/clusters in the Az.Network generic Private Link provider map and document the onboarding in the Network changelog. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
| Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status. |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR onboards HorizonDB clusters (Microsoft.HorizonDB/clusters) into Az.Network’s existing Private Link common cmdlet flow by adding the resource type to the Private Link provider configuration map.
Changes:
- Registered
Microsoft.HorizonDB/clustersin the Private Link provider map with API version2026-01-20-preview. - Added a Network module changelog entry describing the onboarding.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/Network/Network/PrivateLinkService/PrivateLinkServiceProvider/ProviderConfiguration.cs | Adds Microsoft.HorizonDB/clusters to the provider configuration map so generic Private Link cmdlets can resolve the correct API version and capabilities. |
| src/Network/Network/ChangeLog.md | Documents the onboarding in the Network module “Upcoming Release” notes. |
Contributor
|
/azp run |
Contributor
|
Azure Pipelines successfully started running 3 pipeline(s). |
Remove trailing punctuation from the HorizonDB Private Link changelog entry to match neighboring provider onboarding entries. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Member
Author
|
/azp run |
Contributor
|
Commenter does not have sufficient privileges for PR 29764 in repo Azure/azure-powershell |
Member
Author
|
@yonzhan thank you for the quick response on our other PRs, could you help us getting a review on this one as well? This should be one of the last things we need for HorizonDB NRP compliance |
necusjz
approved these changes
Jun 29, 2026
Member
|
/azp run |
Contributor
|
Azure Pipelines successfully started running 3 pipeline(s). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Onboards HorizonDB clusters to the existing generic Az.Network Private Link common cmdlets by registering
Microsoft.HorizonDB/clustersin the Private Link provider map.This enables the generic cmdlet flows for HorizonDB cluster resource IDs:
No new cmdlets, parameters, or markdown help regeneration are needed because this is provider-map-only onboarding for existing common cmdlets.
Validation performed:
dotnet msbuild build.proj /p:Scope=Network.Microsoft.HorizonDB/clusters, API version2026-01-20-preview,HasConnectionsURI = true,SupportGetPrivateLinkResource = true, andSupportListPrivateLinkResource = true.Get-AzPrivateLinkResource -PrivateLinkResourceId $clusterIdGet-AzPrivateLinkResource -PrivateLinkResourceId $clusterId -Name DefaultPoolGet-AzPrivateEndpointConnection -PrivateLinkResourceId $clusterIdGet-AzPrivateEndpointConnection -ResourceId $privateEndpointConnectionIdNote: HorizonDB approval and rejection complete asynchronously. The generic cmdlet returns immediately after PUT plus immediate GET, so the immediate output can still show
Pending; follow-upGet-AzPrivateEndpointConnectionreaches finalApprovedorRejected.Mandatory Checklist
Please choose the target release of Azure PowerShell. (⚠️ Target release is a different concept from API readiness. Please click below links for details.)
Check this box to confirm: I have read the Submitting Changes section of
CONTRIBUTING.mdand reviewed the following information:ChangeLog.mdfile(s) appropriatelysrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md.## Upcoming Releaseheader in the past tense.ChangeLog.mdif no new release is required, such as fixing test case only.