-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Powershell changes for IpVersionType property for Private Endpoint Creation #29004
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Powershell changes for IpVersionType property for Private Endpoint Creation #29004
Conversation
| Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This pull request adds a new IpVersionType parameter to the New-AzPrivateEndpoint cmdlet, enabling users to specify the IP version type (IPv4, IPv6, or DualStack) for private IPs of a private endpoint.
Key Changes
- Added IpVersionType parameter with ValidateSet attribute accepting "IPv4", "IPv6", and "DualStack" values
- Updated PowerShell cmdlet model and help documentation
- Added changelog entry documenting the new functionality
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/Network/Network/PrivateEndpoint/NewAzurePrivateEndpointCommand.cs | Adds the new IpVersionType parameter with validation and assigns it to the private endpoint model when provided |
| src/Network/Network/Models/PSPrivateEndpoint.cs | Adds IpVersionType property to the private endpoint model class for mapping to Azure SDK |
| src/Network/Network/help/New-AzPrivateEndpoint.md | Documents the new -IpVersionType parameter with description, type, and allowed values |
| src/Network/Network/ChangeLog.md | Adds user-facing release note describing the new parameter functionality |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
747be9c
into
Azure:release-network-2025-05-01
Description
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.